@charset "IBM437";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
:root {
  --dark-gray: #1a2d37;
  --light-blue: #ecf5f9;
  --black: #000;
  --obsidian: #000;
  --ace-5-colors-blue: #0769d2;
  --ace-5-colors-blue-gradient: #0769d2;
  --ace-5-colors-purple: #724cba;
  --ace-5-colors-purple-gradient: #724cba;
  --ace-5-colors-pink: #e41458;
  --ace-5-colors-pink-gradient: #e41458;
  --ace-5-colors-green-gradient: #2ba93e;
  --ace-5-colors-yellow: #fdbe12;
  --ace-5-colors-pale-blue: #e6f0fb;
  --ace-5-colors-light-blue: #ecf5f9;
  --ace-5-colors-dark-gray: #1a2d37;
  --ace-5-colors-light-black: #31393e;
  --ace-5-colors-slate: #405e6d;
  --ace-5-colors-blue-gray: #78909c;
  --ace-5-colors-light-gray: #f1f3f5;
  --ace-5-colors-white: #fff;
  --ace-4-colors-ace-4-blue: #0066a6;
  --ace-4-colors-ace-4-dark-gray: #555551;
  --ace-5-colors-blue-hyperlink: #007bff;
  --ace-4-colors-ace-4-light-blue: #cedfe7;
  --ace-4-colors-ace-4-red: #f00000;
  --ace-4-colors-ace-4-aqua: #00bdcc;
  --ace-4-colors-ace-4-gray: #dedede;
  --ace-4-colors-ace-4-burnt-orange: #c15a2d;
  --ace-5-colors-green: #2ba93e;
  --ace-4-colors-ace-4-light-green: #94b711;
  --ace-4-colors-ace-4-teal: #008bb2;
  --graphite: #6d7278;
  --black: #000;
  --main-menu-gray: #83888b;
  --bs-white-rgb: 255, 255, 255;
  --bs-primary-rgb: 114, 76, 186;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, header .top-container.hide-for-small .bar .user-info, header .top-container.hide-for-small .bar .bar-button {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.breadCrumbsRow {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  max-width: 78.125rem;
  *zoom: 1;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.headerQuickLinks {
  width:auto;
}


.headerQuickLinks li a {
  display: inline;
  float: left;
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.018rem;
  line-height: 1.17;
  margin: 1.25rem 1rem 0 -1.25rem;
  padding: 0 2rem 0 0;
}

.headerQuickLinks li.highlight a {
  font-weight: bold;
  text-decoration: underline;
}

.headerQuickLinks li a {
  color: #0769d2;
}



.column,
.columns {
  position: relative;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    float: left;
  }
  .column,
  .columns1 {
    position: relative;
    padding-left: 1.3rem;
    padding-right: 0.3125rem;
    float: left;
  }

  .breadCrumbsDisplay {
    display: none;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-13 {
    position: relative;
    width: 10.66667%;
  }

  .small-14 {
    position: relative;
    width: 88.66667%;
  }

  .centeredDisplay{
    position: relative;
    margin-left: 9px;
    margin-right: 3px;
    width: 290px;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .breadCrumbsDisplay {
    display: block;
    padding: 16px;
    width: 65%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    float: left;
  }

  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  .medium-3 {
    position: relative;
    width: 25%;
  }

  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  .medium-6 {
    position: relative;
    width: 50%;
  }

  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  .medium-9 {
    position: relative;
    width: 75%;
  }

  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  .medium-12 {
    position: relative;
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .headerQuickLinks li a {
    margin: 0;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .breadCrumbsDisplay {
    display: block;
  }

  .breadCrumbsDisplay ul{
    margin-left: 0px;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    float: left;
  }

  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 70%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    position: relative;
    margin-left: 0% !important;
  }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    position: relative;
    margin-left: 25% !important;
  }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    position: relative;
    margin-left: 50% !important;
  }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    position: relative;
    margin-left: 75% !important;
  }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
  }

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.accordion {
  *zoom: 1;
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion dd.active a {
  background: #e8e8e8;
}
.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
}
.accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .content {
  display: none;
  padding: 0.3125rem;
}
.accordion .content.active {
  display: block;
  background: white;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008cba;
  border-color: #0078a0;
  color: white;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0 0 -0.625rem;
  *zoom: 1;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }

}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.875rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: white;
  border-color: #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: none;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #0066a6;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #0066a6;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #0066a6;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: ">";
  color: #00bdcc;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cba;
  border-color: #007095;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cba;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > * {
  margin: 0;
  float: left;
}
.button-group > * > button, .button-group > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > *:last-child button, .button-group > *:last-child .button {
  border-right: 0;
}
.button-group > *:first-child {
  margin-left: 0;
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
  border-right: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group.round > * > button, .button-group.round > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:last-child button, .button-group.round > *:last-child .button {
  border-right: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
  border-right: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
  border-right: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
  border-right: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
  border-right: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
  border-right: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
  border-right: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
  border-right: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
[data-clearing]:after {
  clear: both;
}
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}

.dropdown.button {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.large {
  padding-right: 3.625rem;
}
.dropdown.button.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large:before {
  border-color: white transparent transparent transparent;
}
.dropdown.button.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select:hover {
  background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    background: #fafafa;
  }

  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-right: none;
  color: #333333;
}
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cbcbcb;
  border-left: none;
  color: #333333;
}
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input {
  font-family: inherit;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error label,
.error label.error {
  color: #f04124;
}
.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
.joyride-list {
  display: none;
}

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label {
  font-weight: normal;
  font-family: Poppins, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white;
}
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: white;
}
.label.success {
  background-color: #43ac6a;
  color: white;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}
[data-magellan-expedition] .sub-nav .active {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
.orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: pointer;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a {
  color: #008cba;
}
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: Poppins, Arial, sans-serif;
}
.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: Poppins, Arial, sans-serif;
}
.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #008cba;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #43ac6a;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem;
}
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  .reveal-modal {
    background: #fff !important;
  }
}
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: Poppins, Arial, sans-serif;
}
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}
.side-nav li a {
  display: block;
  color: #008cba;
}
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: normal;
  font-family: Poppins, Arial, sans-serif;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
  width: 3.09375rem;
}
.split.button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button span:before {
  border-color: white transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
  padding-right: 3.75rem;
}
.split.button.tiny span {
  width: 2.25rem;
}
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.small {
  padding-right: 4.375rem;
}
.split.button.small span {
  width: 2.625rem;
}
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.large {
  padding-right: 5.5rem;
}
.split.button.large span {
  width: 3.4375rem;
}
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: Poppins, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #0085b1;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
  background: #008cba;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0085b1;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: #cccccc;
  border-color: #cccccc;
}
div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}
div.switch input:hover, div.switch input:focus {
  cursor: pointer;
}
div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
div.switch input:not(:checked) + label {
  opacity: 0;
}
div.switch input:checked {
  display: none !important;
}
div.switch input {
  left: 0;
  display: block !important;
}
div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}
div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}
div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}
div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}
div.switch span.custom {
  display: none !important;
}
form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}
div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}
div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}
div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}
div.switch span:last-child {
  border-color: #b3b3b3;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #94b70d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #94b70d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
}
div.switch:hover span:last-child, div.switch:focus span:last-child {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
div.switch:active {
  background: transparent;
}
div.switch.large {
  height: 2.75rem;
}
div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}
div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}
div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}
div.switch.small {
  height: 1.75rem;
}
div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}
div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}
div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}
div.switch.tiny {
  height: 1.375rem;
}
div.switch.tiny label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}
div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}
div.switch.tiny span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}
div.switch.radius {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.switch.radius span:last-child {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.switch.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
div.switch.round span:last-child {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
div.switch.round label {
  padding: 0 0.5625rem;
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative;
  }

  to {
    position: relative;
  }
}

table {
  background: none;
  margin-bottom: 1.25rem;
  border: solid 1px white;
}
table thead,
table tfoot {
  background: white;
}
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
table1 tr th,
table1 tr td {
  font-size: 0.875rem;
  color: #222222;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: none;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}
.tabs dd > a {
  display: block;
  background: #efefef;
  color: #222222;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover {
  background: #e1e1e1;
}
.tabs dd.active a {
  background: white;
}
.tabs.radius dd:first-child a {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.3125rem 0;
}
.tabs-content > .content.active {
  display: block;
}
.tabs-content > .content.contained {
  padding: 0.3125rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.3125rem;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}
.tooltip.opened {
  color: #008cba !important;
  border-bottom: dotted 1px #003f54 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
.top-bar.expanded {
  height: auto;
  background: transparent;
}
.top-bar.expanded .title-area {
  background: #333333;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 16px;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #333333;
}
.top-bar-section ul li > a.button {
  background: #008cba;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}
.top-bar-section ul li > a.button:hover {
  background: #006688;
}
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
.top-bar-section ul li > a.button.success:hover {
  background: #358854;
}
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
.top-bar-section ul li > a.button.alert:hover {
  background: #d42b0f;
}
.top-bar-section ul li:hover > a {
  background: #272727;
  color: white;
}
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
}
.top-bar-section .has-form {
  padding: 15px;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
.top-bar-section .dropdown li .button {
  top: auto;
}
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: #333333;
  }

  .contain-to-grid .top-bar {
    max-width: 78.125rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #0078a0;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p1 {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.80rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1.125rem;
}

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0;
}

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
}

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  section.tab-bar-section {
    text-align: left;
  }
}
section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}
a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 350px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 350px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

@media only screen and (min-width: 40.063em) {
  .move-left > .inner-wrap {
    -webkit-transform: translate3d(-350px, 0, 0);
    -moz-transform: translate3d(-350px, 0, 0);
    -ms-transform: translate3d(-350px, 0, 0);
    -o-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
  }
}
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-350px, 0);
  -moz-transform: translate(-350px, 0);
  -ms-transform: translate(-350px, 0);
  -o-transform: translate(-350px, 0);
  transform: translate(-350px, 0);
}
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(350px, 0);
  -moz-transform: translate(350px, 0);
  -ms-transform: translate(350px, 0);
  -o-transform: translate(350px, 0);
  transform: translate(350px, 0);
}

.no-csstransforms .left-off-canvas-menu {
  left: -350px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -350px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 350px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 350px;
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important;
}

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important;
}

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
  }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
  }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
  }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

.no-resize .gs-resize-handle-both {
  display: none;
}

/* Color Tone
 * ================================================== */
/* Border Radius
 * ================================================== */
/* Transforms
 * ================================================== */
/* Mixins
 * ================================================== */
/* Dropshadow Levels mixins
 * ================================================== */
/* General
 * ================================================== */
.clear {
  clear: both;
}

.error {
  color: red;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, p, p1, a, span, strong, b {
  font-family: Poppins, Arial, sans-serif;
}

body.noScroll {
  overflow: hidden;
}

h1 {
  font-size: 2.375rem;
  font-weight: 400;
  letter-spacing: -1px;
  color: #323436;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #4a4d4f;
  text-indent: 5px;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #323436;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #323436;
}

option:disabled {
  color: black;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.add-bottom {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.add-bottom-logo {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

.remove-bottom, h4, header .top-container.hide-for-small .bar p, header .top-container #top-nav ul {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.add-top, h4, .bodyContainer .widgetContainer .contentWidget {
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.add-top-logo {
  margin-top: 20px !important;
  padding-top: 20px !important;
}

.remove-top {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.add-top-big {
  margin-top: 25px !important;
  padding-top: 25px !important;
}

.add-left {
  margin-left: 10px !important;
  padding-left: 10px !important;
}

.remove-left {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.add-right {
  margin-right: 10px !important;
  padding-right: 10px !important;
}

.remove-right {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.clearboth {
  clear: both;
}

.add-background-color {
  background-color: #f1f1f1;
}

.force-left {
  float: left !important;
}

.force-right {
  float: right !important;
}

.no-float {
  float: none !important;
}

.no-resize {
  resize: none;
}

.box, .login-form {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
}

.drop-state a .sideImg {
  width: 101%;
}

.drop-here {
  background-color: #bfbfbf;
}

.packery {
  background: rgba(204, 153, 0, 0.2);
  width: 100%;
}

/* clearfix */
.packery:after {
  content: " ";
  display: block;
  clear: both;
}

.item {
  width: 40px;
  height: 40px;
  float: left;
  background: #cc0099;
  border: 4px solid #333333;
  border-color: rgba(0, 0, 0, 0.3);
}

.item:hover {
  border-color: white;
  cursor: move;
}

.item.w2 {
  width: 80px;
  background: #99cc00;
}

.item.h2 {
  height: 80px;
  background: #00cc99;
}

.item.h4 {
  height: 160px;
  background: #cc9900;
}

.item.w4 {
  width: 160px;
  background: #9900cc;
}

.item.is-dragging,
.item.is-positioning-post-drag {
  border-color: white;
  background: #0099ff;
  z-index: 2;
}

.widgetTitlePadding {
  padding-top: 25px;
  padding-left: 15px;
  padding-bottom: 25px;
  color: #008bb2;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(221, 221, 221, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.loadingAnimation,
.loadingAnimationUsers {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.loadingAnimation i,
.loadingAnimationUsers i {
  font-size: 55px;
}

.loadingAnimationUsers {
  position: fixed;
  left: 48%;
  top: 48%;
  z-index: 9999999999;
}

.loadingAnimationActivate {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  position: fixed;
  left: 48%;
  top: 7%;
  z-index: 9999999999;
}
.loadingAnimationActivate i {
  font-size: 55px;
}

.loadingAnimationScopes {
  position: fixed;
  left: 48%;
  top: 29%;
  z-index: 9999999999;
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.loadingAnimationScopes i {
  font-size: 55px !important;
  color: black !important;
}

.resourceLoader {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  position: fixed;
  left: 48%;
  top: 48%;
  z-index: 9999999;
}
.resourceLoader i {
  font-size: 55px;
}

.bringToFront {
  z-index: 99999999999999;
}

.cancelButtonGlobal {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100%;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.saveButtonGlobal {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100%;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.saveButtonGlobal.orange {
  background-color: #dd5a26;
}

.saveButtonGlobalDarker {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100%;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.loginButton {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  height: 34px;
  width: 40%;
  padding: 5px;
  font-size: 0.8rem;
}

.small-launch-text {
  font-size: 0.8em;
  font-weight: bold;
}

.globalSearch .srch1Input {
  width: 75%;
  float: left;
  height: 25px;
  padding: 0;
}
.globalSearch .srch1Btn {
  width: 50px;
  height: 25px;
  margin-left: 5px;
  float: left;
  color: white;
}
.globalSearch .srch1Btn:hover {
  background-color: #0b5533;
}
.globalSearch input[type=submit] {
  background: #0b6600;
  border: 0;
}

.global5 {
  color: #94b711;
}

.special {
  color: #0066b0;
}

.breadcrumbs > *.current {
  background: none;
}
.breadcrumbs > *.current a {
  pointer-events: none;
}
.breadcrumbs .capitalize {
  text-transform: capitalize;
}

#featureLibraryLanding {
  text-align: center;
}
#featureLibraryLanding .library-app {
  padding: 50px;
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  #featureLibraryLanding .library-app {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  #featureLibraryLanding .library-app {
    width: 100%;
  }
}

section.right-medium {
  height: 3.313rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
  padding: 0 0.3rem;
}

.gridHere {
  margin-left: 5px;
  min-height: 940px;
}

.favoritesTool {
  padding-left: 15px;
  cursor: pointer;
}

.error4 {
  font-weight: normal;
  position: relative;
  border-radius: 4px;
  height: auto;
  color: white;
  background-color: rgba(240, 0, 0, 0.7);
  text-align: center;
  padding: 15px 10px;
  z-index: 9999999999999 !important;
  width: 100%;
  margin-bottom: 10px;
}
.error4 .closeError {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.inner-wrap {
  background-color: #e6f0fb;
}

#ui-datepicker-div {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
}

/* login style
 *========================================================== */
.login-form {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.login-form input[type="text"] {
  margin-top: 0.3125rem;
}
.login-form input[type="submit"] {
  width: 100%;
  background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.8) 0%, #cccccc 100%) repeat scroll 0 0 #eeeeee;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  cursor: pointer;
  padding: 8px 10px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

.loginContainer {
  height: 100%;
  min-height: 40rem;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: -6.0625em;
  overflow: hidden;
}

/* Dashboard Shorcuts
 * ================================================= */
[data-sizex="4"] {
  width: 100%;
}

.bodyContainer {
  background-color: #e6f0fb;
}
.bodyContainer a {
  color: #00bdcc;
}
.bodyContainer .dashRow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .dashRow:before, .bodyContainer .dashRow:after {
  content: " ";
  display: table;
}
.bodyContainer .dashRow:after {
  clear: both;
}
.bodyContainer .dashRow .column1 {
  position: relative;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 25%;
  float: left;
}
.bodyContainer .clickPocWdg {
  padding: 0 !important;
}
.bodyContainer .widget1x1 {
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  min-width: 300px;
  min-height: 300px;
  height: 100%;
}
.bodyContainer .widget1x1 .top1x1 {
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  padding-bottom: 5px;
  background-color: #dedede;
}
.bodyContainer .widget1x1 .top1x1 h4 {
  color: #008bb2;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 1em;
  width: 100%;
}
.bodyContainer .widget1x1 .content1x1 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow:hidden;
}
#browse .content1x1{
  overflow: visible;
}
.bodyContainer .widget1x1 .content1x2 {
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.bodyContainer .widget1x1 .content1x1.overflow-auto {
  overflow: auto !important;
  height: 85%;
}
.bodyContainer .widget1x1 .content1x1.overflow-height-small {
  height: 70% !important;
}
.bodyContainer .widget1x1 .content1x1.horizontal-scroller {
  overflow-x: auto !important;
}
.bodyContainer .widget1x1 .widgetFooter {
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 9999999999;
}
.bodyContainer .widget1x1 .widgetFooter ul {
  list-style-type: none;
  float: right;
  margin-right: 10px;
}
.bodyContainer .widget1x1 .widgetFooter ul li {
  display: inline-block;
  padding-left: 10px;
}
.bodyContainer .widget1x1 .defHelpTitle {
  color: #00bdcc;
}
.bodyContainer .overflow-auto-generic {
  overflow: auto;
}
.bodyContainer .widget1 {
  background: #b3b5b6;
  width: 100%;
  height: 300px;
}
.bodyContainer .widget1 img {
  width: 100%;
  height: 100%;
}
.bodyContainer .widget2 {
  background: white;
  padding: 5px;
  width: 100%;
  height: 610px;
}
.bodyContainer .widget2 h4 {
  color: #00bdcc;
  font-weight: bold;
  font-size: 24px;
  margin-left: 5px;
}
.bodyContainer .widget2 img {
  margin-left: 25%;
}
.bodyContainer .widget2 p {
  text-align: center;
  margin-top: 5%;
}
.bodyContainer .widget2 .bottomBar {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 6%;
  background-color: #00bdcc;
}
.bodyContainer .widget2 .bottomBar .left {
  width: 80%;
}
.bodyContainer .widget2 .bottomBar .left p {
  display: inline;
  float: right;
  font-weight: bold;
  margin-top: 2%;
}
.bodyContainer .widget2 .bottomBar .right {
  width: 20%;
}
.bodyContainer .widget2 .bottomBar .right a {
  display: inline;
  float: right;
  font-weight: bold;
  font-size: 40px;
  margin-right: 25%;
  margin-top: -5%;
  color: #323436;
}
.bodyContainer .widget3 {
  background: white;
  width: 100%;
  height: 300px;
  border-radius: 3px;
}
.bodyContainer .widget3 img {
  width: 100%;
  height: 100%;
}
.bodyContainer .widget4 {
  width: 100%;
  background-color: white;
  height: 360px;
  padding: 10px;
}
.bodyContainer .widget5 {
  width: 100%;
  height: 616px;
}
.bodyContainer .widget5 img {
  height: 100%;
}
.bodyContainer .dataEntryResultsTable {
  table-layout: fixed;
  word-wrap: break-word;
}

/*Old styles below */
#dashboardWorkOrder, #dashboardAppointments {
  margin-top: 10px;
}
#dashboardWorkOrder #toolbar li, #dashboardAppointments #toolbar li {
  width: 50%;
}
#dashboardWorkOrder .checkInBtn, #dashboardAppointments .checkInBtn {
  width: auto;
  border: 1px solid #888888;
  background: #aaaaaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 5px;
}
#dashboardWorkOrder .checkInBtn:hover, #dashboardAppointments .checkInBtn:hover {
  background-color: #bbbbbb;
}

#dashboardAppointments .appointmentsTable {
  width: 100%;
  border: none;
}
#dashboardAppointments .appointmentsTable .representativeInfo .imageIcon {
  margin-top: 5px;
}
#dashboardAppointments .appointmentsTable .representativeInfo .imageIcon img {
  width: 45px;
}
#dashboardAppointments .appointmentsTable .representativeInfo p {
  line-height: 45px;
  margin-top: 5px;
  margin-left: 5px;
}

.timeStamp {
  font-size: 0.6em;
  color: #888888;
}

.messageWrapper {
  background: #e8f2f7;
  border-bottom: 1px solid #a4e0fa;
  border-top: 1px solid #a4e0fa;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding: 5px;
}
.messageWrapper img {
  width: 40px !important;
  margin-right: 5px;
}

.headerTitle {
  height: 2.5rem;
  background-color: #efefef;
  margin-bottom: 1rem;
}
.headerTitle h3 {
  color: #5c5c5c;
  font-size: 1.375rem;
  font-weight: normal;
  padding-left: 0.3125rem;
  margin: 0;
  line-height: 40px;
}
.headerTitle a {
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 2.5rem;
  margin-right: 0.625rem;
}

.checkinList.row {
  border-bottom: 1px solid #cccccc;
  margin-right: 0px;
  margin-bottom: 10px;
}
.checkinList.row:last-child {
  border: none;
}
.checkinList.row .pin {
  background-position: top left;
  background-repeat: no-repeat;
}
.checkinList.row .pin.a {
  background-image: url(../images/pin-a.png);
}
.checkinList.row .pin.b {
  background-image: url(../images/pin-b.png);
}
.checkinList.row .pin.c {
  background-image: url(../images/pin-c.png);
}
.checkinList.row .employee.columns {
  padding-right: 0px;
}
.checkinList.row .employee.columns p {
  padding-left: 15px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 1em;
}
.checkinList.row .location {
  padding-left: 0px;
}
.checkinList.row .location p {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 1em;
}

.recentActivity.row {
  margin-bottom: 10px;
}
.recentActivity.row img {
  width: 53px;
}

/* Header Styles
 * ================================================== */
header {
  height: 53px;
  background-color: white;
}
header .top-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container {
    padding: 0px 5px;
  }
}
header .top-container:before, header .top-container:after {
  content: " ";
  display: table;
}
header .top-container:after {
  clear: both;
}
header .top-container.hide-for-small .logo {
  margin-bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  header .top-container.hide-for-small .logo {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
    width: 33.33333%;
    float: left;
    min-height: 60px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container.hide-for-small .logo {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
    width: 33.33333%;
    float: left;
    margin-top: 10px;
  }
}
header .top-container.hide-for-small .logo img {
  margin-top: 15px;
  max-width: 100%;
  outline: 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container.hide-for-small .logo img{
    max-width: 100%;
    outline: 0;
    margin-top: 7px;
  }
}
header .top-container.hide-for-small .info-nav {
  margin-top: 0px;
  height: 53px;
}
@media only screen and (min-width: 40.063em) {
  header .top-container.hide-for-small .info-nav {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 66.66667%;
    float: left;
  }
}
header .top-container.hide-for-small .bar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
  background-color: #afafaf;
  height: 2.5rem;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .top-container.hide-for-small .bar:before, header .top-container.hide-for-small .bar:after {
  content: " ";
  display: table;
}
header .top-container.hide-for-small .bar:after {
  clear: both;
}
header .top-container.hide-for-small .bar p {
  line-height: 40px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
  header .top-container.hide-for-small .bar .user-info {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 66.66667%;
    float: left;
  }
}
header .top-container.hide-for-small .bar .user-info a {
  color: #323436;
}
header .top-container.hide-for-small .bar .user-info #notification {
  background: #f7941d;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  border: 2px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: -0.625rem;
  right: -0.3125rem;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0.125rem 0.125rem 0.625rem 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.125rem 0.125rem 0.625rem 3px rgba(0, 0, 0, 0.1);
}
header .top-container.hide-for-small .bar .user-info #notification p {
  color: white;
  padding: 0;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-font-weight: 700;
  line-height: 18px;
}
@media only screen and (min-width: 40.063em) {
  header .top-container.hide-for-small .bar .bar-button {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 33.33333%;
    float: left;
    background-color: #efefef;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
header .top-container #top-nav {
  background-color: white;
  height: 53px;
}
@media only screen and (min-width: 40.063em) {
  header .top-container #top-nav {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 100%;
    float: left;
  }
}
header .top-container #top-nav .notifications {
  width: 32px;
  position: relative;
  height: 25px;
  background-color: #94b711;
  border-radius: 2px;
  float: left;
  margin-top: 25px;
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container #top-nav .notifications {
    margin-left: 0;
  }
}
header .top-container #top-nav .notifications a {
  width: 100%;
  height: 100%;
  display: block;
}
header .top-container #top-nav .notifications p {
  color: white;
  text-align: center;
  font-weight: bold;
}
header .top-container #top-nav .notifications:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 4px;
  border-width: 9px 4px 0;
  border-style: solid;
  border-color: #94b711 transparent;
  display: block;
  width: 0;
}
header .top-container #top-nav ul {
  display: inline-block;
  float: right;
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  height: 100%;
}
header .top-container #top-nav ul > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
header .top-container #top-nav ul > li > * {
  display: block;
}
header .top-container #top-nav ul li {
  padding-top: 5px;
  line-height: 20px;
  margin-left: 0px;

}
header .top-container #top-nav ul li a {
  color: #405E6D;
  font-family: Poppins;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .32px;
  line-height: normal;
  width: 100%;
  background-image: -moz-linear-gradient(top, rgba(205, 205, 205, 0.25) 0%, #cdcdcd 35%, #cdcdcd 50%, #cdcdcd 65%, rgba(205, 205, 205, 0.25) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 205, 205, 0.25)), color-stop(35%, #cdcdcd), color-stop(50%, #cdcdcd), color-stop(65%, #cdcdcd), color-stop(100%, rgba(205, 205, 205, 0.25)));
  background-image: -webkit-linear-gradient(top, rgba(205, 205, 205, 0.25) 0%, #cdcdcd 35%, #cdcdcd 50%, #cdcdcd 65%, rgba(205, 205, 205, 0.25) 100%);
  background-image: -o-linear-gradient(top, rgba(205, 205, 205, 0.25) 0%, #cdcdcd 35%, #cdcdcd 50%, #cdcdcd 65%, rgba(205, 205, 205, 0.25) 100%);
  background-image: -ms-linear-gradient(top, rgba(205, 205, 205, 0.25) 0%, #cdcdcd 35%, #cdcdcd 50%, #cdcdcd 65%, rgba(205, 205, 205, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(205, 205, 205, 0.25) 0%, #cdcdcd 35%, #cdcdcd 50%, #cdcdcd 65%, rgba(205, 205, 205, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40cdcdcd', endColorstr='#40cdcdcd',GradientType=0 );
  background-repeat: no-repeat;
  background-size: 1px 100%;
  background-position: right center;
  padding: 9px 1.25rem;
}
header .top-container #top-nav ul li a:hover {
  color: #22eaff;
}
header .top-container #top-nav ul li.current {
  background-color:  white;
  padding-bottom: 55px;
}
header .top-container #top-nav ul li.current a {
  font-weight: bold;
  color: #405e6d;
  font-family: Poppins;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: normal;
  width: 100%;
}
header .top-container #top-nav a i {
  float: left;
  margin: 25px 0 0 20px;
  font-size: 24px;
  cursor: pointer;
}
header .top-container #top-nav ul li.current a:hover {
  color:#0769d2;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container #top-nav a i {
    margin-left: 0;
  }
}
header .top-container #top-nav a img {
  float: left;
  margin-top: 15px;
  margin-left: 25px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .top-container #top-nav a img {
  }
}
header .right-off-canvas-menu {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  margin-top: 0px;
}
header .right-off-canvas-menu .off-canvas-list li {
  background-color: #232323;
  color: #dddddd;
  font-weight: normal;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #171717;
  margin: 0px;
  font-size: 0.875rem;
  padding: 0.3rem 0.9375rem;
}
header .right-off-canvas-menu .off-canvas-list li:first-child {
  height: 45px;
  background-color: #1f1f1f;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
}
header .right-off-canvas-menu .off-canvas-list li label.list-header {
  background-color: #232323;
  color: #eeeeee;
}
header .right-off-canvas-menu .off-canvas-list li .adminSideClick {
  background-color: #232323;
  color: #dddddd;
  font-weight: normal;
  font-size: 0.875rem;
}
header .right-off-canvas-menu .off-canvas-list li .adminSideClick a {
  color: white;
}
header .right-off-canvas-menu .off-canvas-list li .adminSideClick:hover {
  background-color: #727272;
}
header .right-off-canvas-menu .off-canvas-list li a {
  color: #00bdcc;
  border-bottom: 0px;
}
header .right-off-canvas-menu .off-canvas-list li a span {
  padding-right: 0.625rem;
}
header .right-off-canvas-menu .off-canvas-list li span.open-menu-item {
  background-image: url("/assets/images/search-Menu-Open.png");
  display: block;
  width: 12px;
  height: 13px;
  float: right;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
header .right-off-canvas-menu .off-canvas-list li span.open-menu-close {
  background-image: url("/assets/images/search-Menu-Close.png");
  display: block;
  width: 12px;
  height: 13px;
  float: right;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
header .right-off-canvas-menu .off-canvas-list p {
  text-align: center;
  color: white;
}
header .right-off-canvas-menu .off-canvas-list li:hover {
  background-color: #727272;
}
header .right-off-canvas-menu .off-canvas-list li:first-child:hover {
  background-color: #1f1f1f;
}
header .right-off-canvas-menu .off-canvas-list #users {
  padding: 25px;
}
header .right-off-canvas-menu .off-canvas-list #users img {
  display: block;
  margin: 0 auto;
}
header .right-off-canvas-menu .off-canvas-list .save {
  -moz-box-shadow: inset 0px 1px 0px 0px #36660b;
  -webkit-box-shadow: inset 0px 1px 0px 0px #36660b;
  box-shadow: inset 0px 1px 0px 0px #36660b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ac932), color-stop(1, #38b020));
  background: -moz-linear-gradient(center top, #6ac932 5%, #38b020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ac932', endColorstr='#38b020');
  background-color: #6ac932;
  -webkit-border-top-left-radius: 39px;
  -moz-border-radius-topleft: 39px;
  border-top-left-radius: 39px;
  -webkit-border-top-right-radius: 39px;
  -moz-border-radius-topright: 39px;
  border-top-right-radius: 39px;
  -webkit-border-bottom-right-radius: 39px;
  -moz-border-radius-bottomright: 39px;
  border-bottom-right-radius: 39px;
  -webkit-border-bottom-left-radius: 39px;
  -moz-border-radius-bottomleft: 39px;
  border-bottom-left-radius: 39px;
  text-indent: 0px;
  border: 1px solid #83c41a;
  display: inline-block;
  color: white;
  font-family: Arial;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  height: 38px;
  line-height: 38px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #8ddb0f;
}
header .right-off-canvas-menu .off-canvas-list .save:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #38b020), color-stop(1, #6ac932));
  background: -moz-linear-gradient(center top, #38b020 5%, #6ac932 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b020', endColorstr='#6ac932');
  background-color: #38b020;
}
header .right-off-canvas-menu .off-canvas-list .save:active {
  position: relative;
  top: 1px;
}

.sliderAccessHolder, .phaseLineFiltersHolder {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderAccessHolder > div, .phaseLineFiltersHolder > div {
  width: 90%;
  margin: auto;
  background-color: white;
  padding: 0 15px 15px;
}
.sliderAccessHolder .closeSlider, .phaseLineFiltersHolder .closeSlider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.sliderAccessHolder .closeSlider i, .phaseLineFiltersHolder .closeSlider i {
  padding: 15px;
  cursor: pointer;
  color: #3f3f3f;
}

.show-for-small .profile-icon {
  color: white;
  display: block;
  height: 2.8125rem;
  width: 2.8125rem;
  line-height: 2.0625rem;
  padding: 0;
  position: relative;
}
.show-for-small .profile-icon .icon-user {
  display: block;
  position: absolute;
  left: 0.625rem;
  top: 0.3125rem;
}
.show-for-small .profile-icon:hover, .show-for-small .profile-icon :focus {
  color: #b3b3b3;
}
.show-for-small .bottom {
  margin-top: -15px;
  width: 100%;
  height: 15px;
  background-color: #e3e3e3;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

.off-canvas-fixed .left-off-canvas-menu {
  height: 500px;
}

.desktopHeader {
  display: none;
}
@media only screen and (min-width: 40.063em) {
  .desktopHeader {
    display: block;
  }
}

.mobileHeader {
  display: block;
}
@media only screen and (min-width: 40.063em) {
  .mobileHeader {
    display: none;
    height: 53px;
  }
}

.useMenu {
  height: 230px;
  width: auto;
  z-index: 999999 !important;
}
.useMenu .wrapItAll {
  height: 100%;
  float: left;
  width: 700px;
  display: block;
}
.useMenu .lipLeft {
  height: 100%;
  display: block;
  float: left;
  width: 20px;
  background-image: url("/assets/images/Dashboard/panelLeft.png");
  background-repeat: no-repeat;
}
.useMenu .lipRight {
  height: 100%;
  float: left;
  width: 20px;
  display: block;
  background-image: url("/assets/images/Dashboard/panelRight.png");
  background-repeat: no-repeat;
}
.useMenu ul {
  list-style-type: none;
  height: 100%;
  width: auto;
  display: block;
  float: left;
  padding: 11px 3px;
  background-image: url("/assets/images/Dashboard/panelMid.png");
  background-repeat: repeat-x;
  margin: 0;
}
.useMenu ul li {
  float: left;
  padding: 10px;
  height: 100%;
  width: 42px;
  background-image: url("/assets/images/Dashboard/centerPan.png");
  background-repeat: no-repeat;
  margin: 0px 2px;
}
.useMenu ul li h6 {
  color: #eeeeee;
  margin-top: 20px;
  white-space: nowrap;
  -moz-transform: rotate(90deg) translate(-40px, 0px);
  -moz-transform-origin: 0 100%;
  -o-transform: rotate(90deg) translate(-40px, 0px);
  -o-transform-origin: 0 100%;
  -webkit-transform: rotate(90deg) translate(-40px, 0px);
  -webkit-transform-origin: 0 100%;
  transform: rotate(90deg) translate(-40px, 0px);
  transform-origin: 0 100%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)";
}
.useMenu .openUseMenu {
  float: left;
  height: 100%;
  max-width: 300px;
  overflow-y: scroll;
}
.useMenu .openUseMenu .notes {
  height: 150px;
}
.useMenu .openUseMenu .hstTrack {
  height: 100%;
  min-width: 150px;
  list-style-type: none;
  background-color: #444444;
  background-image: none;
  padding: 0;
}
.useMenu .openUseMenu .hstTrack li {
  float: left;
  width: 100%;
  height: auto;
  color: white;
  background-color: #141414;
  border-bottom: 1px solid #4d4d4d;
  background-image: none;
}
.useMenu .openUseMenu .userMenH {
  width: 50px;
  float: left;
  margin: 10px;
}
.useMenu .openUseMenu .userMenH p {
  margin-bottom: 0 !important;
  color: white;
  text-align: center;
}
.useMenu .openUseMenu .favesHere {
  width: 200px;
  background-color: #444444;
}
.useMenu .openUseMenu .favesHere ul {
  padding: 0;
  background: none;
}
.useMenu .openUseMenu .favesHere .clckFav {
  cursor: pointer;
  width: 100%;
  height: 50px;
  float: left;
  color: white;
  background-color: #444444;
  border-bottom: 1px solid #4d4d4d;
  background-image: none;
  font-size: 14px;
}
.useMenu .openUseMenu .favesHere .clckFav:hover {
  background-color: #333333;
}

.stickMePls {
  position: fixed;
  top: 0;
}

.close-menu {
  display: block;
  height: 40px;
  width: 40px;
  color: white;
  position: absolute;
  right: 0;
  z-index: 3;
  margin-top: 100px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 15px;
  padding-top: 10px;
  background-color: #232323;
  cursor: pointer;
}

.studentList {
  width: 100%;
  margin: 0 auto;
}
.studentList select {
  height: border 2rem;
  border-radius: 5px;
  width: 96%;
  margin: 5px 2%;
}
.studentList select:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
  outline: none;
}
.studentList input[type="text"] {
  height: 35px;
  margin: 0 0 10px 0;
}
.studentList label {
  color: white;
  padding: 5px;
  font-size: 13px;
}
.studentList input[type="radio"] + label {
  margin: 0;
}
.studentList form {
  font-size: 13px;
}
.studentList form .columns {
  padding: 0;
}

.studentsHere {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
  padding-bottom: 2%;
  margin: 0 auto;
  min-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  position: relative;
}
.studentsHere:before, .studentsHere:after {
  content: " ";
  display: table;
}
.studentsHere:after {
  clear: both;
}
.studentsHere .studentSelector {
  float: left;
  border: 2px solid #8eaf3e;
  width: 48%;
  min-height: 85px;
  margin: 1%;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(142, 175, 62, 0.5);
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  .studentsHere .studentSelector {
    min-height: 100px;
    max-height: 100px;
  }
}
.studentsHere .studentSelector input.studentOfflineSelect {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  height: 24px;
  width: 24px;
}
.studentsHere .studentSlide p {
  margin: 0;
  font-size: 11px;
}
.studentsHere .studentSlide p.stuName {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.studentsHere .studentSlide p.stuId {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.studentsHere .studentSlide:after {
  content: "\f007";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 40px;
  top: -8%;
  left: 40%;
  z-index: 1;
}
.studentsHere .studentSlide:hover:after {
  font-size: 45px;
  color: #008bb2;
  margin-top: -5px;
  margin-left: -1px;
  transition: 0.1s all;
}

.studentsHere::-webkit-scrollbar {
  width: 10px;
}

.studentsHere::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.studentsHere::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(221, 221, 221, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.student-slideout {
  height: 100%;
  background-color: #333333;
  width: 100%;
  position: absolute;
  z-index: 101;
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
}
.student-slideout ul.slide-out-list {
  list-style-type: none;
  margin-left: 0;
}
.student-slideout ul.slide-out-list li {
  background-color: #232323;
  color: #dddddd;
  font-weight: normal;
  margin: 0px;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #171717;
  font-size: 0.875rem;
  padding: 0.3rem 0.9375rem;
}
.student-slideout ul.slide-out-list li:first-child {
  height: 45px;
  border-left: 1px solid black;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: bold;
}
@media only screen {
  .student-slideout ul.slide-out-list li:first-child {
    border-left: 0;
  }
}
.student-slideout ul.slide-out-list li:first-child:hover {
  background-color: #232323 !important;
}
.student-slideout ul.slide-out-list li label.list-header {
  background-color: #232323;
  color: #eeeeee;
}
.student-slideout ul.slide-out-list li .adminSideClick {
  background-color: #232323;
  color: #dddddd;
  font-weight: normal;
  font-size: 0.875rem;
}
.student-slideout ul.slide-out-list li .adminSideClick a {
  color: white;
}
.student-slideout ul.slide-out-list li .adminSideClick:hover {
  background-color: #727272;
}
.student-slideout ul.slide-out-list li a {
  color: #00bdcc;
  border-bottom: 0px;
}
.student-slideout ul.slide-out-list li a span {
  padding-right: 0.625rem;
}
.student-slideout ul.slide-out-list li span.open-menu-item {
  background-image: url("/assets/images/search-Menu-Open.png");
  display: block;
  width: 12px;
  height: 13px;
  float: right;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
.student-slideout ul.slide-out-list li span.open-menu-close {
  background-image: url("/assets/images/search-Menu-Close.png");
  display: block;
  width: 12px;
  height: 13px;
  float: right;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}
.student-slideout ul.slide-out-list p {
  text-align: center;
  color: white;
}
.student-slideout ul.slide-out-list li:hover {
  background-color: #727272;
}

.lessonsHere {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
  padding-bottom: 2%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 450px;
  position: relative;
}
.lessonsHere:before {
  content: " ";
  display: table;
}
.lessonsHere:after {
  content: " ";
  display: table;
  clear: both;
}
.lessonsHere .lessonSlide {
  border: 2px solid #8eaf3e;
  width: 95%;
  height: 100px;
  margin: 2%;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(142, 175, 62, 0.5);
  position: relative;
  cursor: pointer;
  text-align: left;
}
.lessonsHere .lessonSlide p {
  width: "67%";
  text-align: left;
  font-size: 11px;
  margin-left: 33%;
  margin-right: 5%;
  margin-bottom: -1%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lessonsHere .lessonSlide p.stuName {
  font-size: 18px;
  text-align: left;
  bottom: 15px;
}
.lessonsHere .lessonSlide p.lessonName {
  font-size: 17px;
  text-align: left;
  bottom: 15px;
}
.lessonsHere .lessonSlide p.levelName {
  font-size: 15px;
  text-align: left;
  bottom: 0;
}
.lessonsHere .lessonSlide p.subLevelName {
  font-size: 14px;
  text-align: left;
  bottom: 0;
}
.lessonsHere .lessonSlide i.fa-user {
  content: "\f007";
  font-family: FontAwesome;
  color: white;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 80px;
  bottom: 8%;
  left: 6%;
  z-index: 1;
}

.offlineStudentLabel {
  color: white;
}

.offlineClassroomLabel {
  color: white;
}

.offlineManagement .offlineLabel {
  color: white;
  text-align: center;
}
.offlineManagement .offlineTable {
  height: 360px;
  width: 100%;
  color: white;
  border: 1px solid white;
  text-align: center;
  table-layout: fixed;
}
.offlineManagement .offlineTable thead {
  background: transparent;
}
.offlineManagement .offlineTable th {
  border: 1px solid white;
}
.offlineManagement .offlineTable tr {
  border: 1px solid white;
  color: white;
  height: 70px;
  width: 156px;
}
.offlineManagement .offlineTable tr td {
  border: 1px solid white;
  color: white;
  height: 70px;
  width: 156px;
}

#slider ul {
  margin: auto 0.5rem;
}

.totalResults {
  font-size: 11px;
  padding-left: 21px;
}
.totalResults::after {
  content: " Result(s)";
}

.morePages {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.morePages li {
  float: left;
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.morePages li:hover {
  background: #008cba;
}
.morePages li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.morePages li a:hover {
  color: white;
}

.ui-widget-content.ui-autocomplete {
  margin-top: -5px;
  background: white;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #333333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.1);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background-color: #cedfe7 !important;
  background-image: none !important;
  border-radius: 0 !important;
}

.ui-menu .ui-menu-item a {
  font-size: 0.875rem;
  font-weight: normal;
}

.tallPageView .overlayWidget {
  top: 15% !important;
}

/* Footer Styles
 * ================================================== */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6f0fb;
  width: 100%;
  position: relative;
  bottom: 0px;
}

footer span {
  padding: 1rem 0;
  font-size: 12px;
  color: #405e6d;
}
footer .footer-nav nav {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  width: 100%;
  float: left;
}
footer .footer-nav nav ul {
  list-style: none;
  margin-left: 1rem;
  margin-top: 22px;
}
footer .footer-nav nav ul li:before {
  content: " | ";
  color: #405e6d;
}
footer .footer-nav nav ul li:after {
  content: " ";
}
footer .footer-nav nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 0;
  font-size: 12px;
}
footer .versionText {
  padding: 0 2rem 0 2rem;
  font-size: 12px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  footer {
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f0fb;
    width: 100%;
  }
  footer .footer-nav nav ul {
    list-style: none;
    margin-left: 1rem;
    margin-top: 22px;
    font-size: 80%;
  }
  footer .footer-nav nav ul li {
    font-size: 100%;
  }
  footer span {
    font-size: 80%;
  }
  footer .versionText {
    padding: 0 2rem 0 2rem;
    font-size: 80%;
  }
}

@media only screen and (max-width: 40em) {
  footer {
    display: inline-block;
    text-align: center;
    padding: 40px 0 32px 0;
    background-color: #e6f0fb;
    position: relative;
    font-size: x-small;
  }
  footer .footer-nav nav {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 100%;
    float: left;
  }
  footer .footer-nav nav ul {
    font-size: 100%;
    margin: 0 0 0 1.5rem;
    display: flex;
  }
  footer .footer-nav nav ul li:before {
    content: "  | ";
  }
  footer .footer-nav nav ul li:after {
    content: "  ";
  }
  footer .footer-nav nav ul li {
    font-size: 100%;
    padding-right: 3px;
  }
  footer span {
    padding: 0 0 7px 0;
    font-size: 100%;
  }
  footer .footer-nav nav ul li a {
    color: #007bff;
  }
  footer .versionText {
    padding: 0 2rem 0 2rem;
    font-size: 100%;
  }
}

button.disabled, button[disabled], .button.disabled, .button[disabled], button.disabled:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled]:hover {
  background-color: white;
  color: #9e9e9e;
  border-color: #9e9e9e;
}

.gs-w {
  perspective: 1000;
  transform-style: preserve-3d;
}

.flipper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.frontSideWidget, .backSideWidget {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  top: 0;
  left: 0;
}

.frontSideWidget {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #a9aaaa;
  background-color: white;
}

.backSideWidget {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 1s;
  transition: 1s;
  background-color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipMe .frontSideWidget {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipMe .backSideWidget {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 99999999;
}

.form-control {
  outline: 0;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
  width: 95%;
  background-color: white;
  padding: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  float: left;
}

.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 40px;
  background-color: white;
}

.angucomplete-searching {
  color: #0066b0;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 12px;
}

.angucomplete-row {
  padding: 5px;
  color: black;
  margin-bottom: 4px;
}

.angucomplete-selected-row, .angucomplete-row:hover {
  background-color: #4180ab;
  color: white;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.multiSelect .vertical {
  float: none;
}

.multiSelect .horizontal:not(.multiSelectGroup) {
  float: left;
}

.multiSelect .line {
  max-height: 34px;
  overflow: hidden;
}

.multiSelect .acol {
  display: inline-block;
  min-width: 12px;
}

.multiSelect .inlineBlock {
  display: inline-block;
}

.multiSelect .button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  padding: 1px 8px 1px 8px;
  font-size: 14px;
  min-height: 38px !important;
  border-radius: 4px;
  color: #555555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space: normal;
  background-color: white;
  background-image: linear-gradient(#ffffff, #f7f7f7);
}

.multiSelect .button:hover {
  background-image: linear-gradient(#ffffff, #e9e9e9);
}

.multiSelect .buttonClicked {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.multiSelect .buttonLabel {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

.multiSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 1px 12px !important;
  vertical-align: middle;
  border-top: 4px solid #333333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

.multiSelect .checkboxLayer {
  background-color: white;
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 278px;
  display: none !important;
  margin-right: 30px;
}

.multiSelect .helperContainer {
  border-bottom: 1px solid #dddddd;
  padding: 8px 8px 0px 8px;
}

.multiSelect .helperButton {
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  font-size: 13px;
  padding: 5px;
  border-radius: 2px;
  color: #666666;
  background-color: #f1f1f1;
  line-height: 1.6;
  margin: 0px 0px 8px 0px;
}

.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  height: 22px;
  width: 22px;
  padding: 2px;
  font-size: 13px;
  border-radius: 2px;
  color: #666666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right: 2px;
  top: 2px;
}

.multiSelect .inputFilter {
  border-radius: 2px !important;
  max-width: 100% !important;
  border: 1px solid #cccccc;
  height: 26px;
  float: none !important;
  font-size: 14px;
  width: 100%;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #888888;
  margin: 0px 0px 8px 0px;
}

.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
  border: 1px solid #cccccc;
  color: #999999;
  background-color: #f4f4f4;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
  border: 1px solid #66afe9 !important;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.035), 0 0 5px rgba(82, 168, 236, 0.7) !important;
}

.multiSelect .checkBoxContainer {
  display: inline-block;
  padding: 8px;
  max-height: 650px;
  overflow-y: auto;
}

.multiSelect .show {
  display: block !important;
}

.multiSelect .multiSelectItem {
  display: block;
  padding: 3px;
  color: #444444;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  min-width: 278px;
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  background-color: #8ab3cf;
  color: #0f334d;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #d9d9d9;
}

.multiSelect .multiSelectItem:not(.multiSelectGroup).selected span {
  color: #0f334d;
}

.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  background-color: #4180ab !important;
  color: white !important;
  cursor: pointer;
  border: 1px solid #cccccc !important;
}

.multiSelect .multiSelectItem:hover span,
.multiSelect .multiSelectGroup:hover span {
  color: white !important;
}

.multiSelect .multiSelectFocus {
  background-color: #c1c1c1 !important;
  color: white !important;
  cursor: pointer;
  border: 1px solid #cccccc !important;
}

.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover {
  cursor: pointer;
}

.multiSelect .multiSelectGroup {
  display: block;
  clear: both;
}

.multiSelect .tickMark {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 10px;
}

.multiSelect .checkbox {
  color: #dddddd !important;
  position: absolute;
  left: -9999px;
  cursor: pointer;
}

.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
  color: #c4c4c4 !important;
  cursor: not-allowed !important;
}

.multiSelect img {
  vertical-align: middle;
  margin-bottom: 0px;
  height: 22px;
  width: 22px;
}

.textEditorCustomStyles ul {
  list-style-type: disc !important;
}
.textEditorCustomStyles b {
  font-weight: bold;
}
.textEditorCustomStyles i {
  font-style: italic;
}
.textEditorCustomStyles strike {
  text-decoration: line-through;
}
.textEditorCustomStyles h6 {
  font-size: 16px;
  font-weight: bold;
}
.textEditorCustomStyles h5 {
  font-size: 18px;
  font-weight: bold;
}
.textEditorCustomStyles h4 {
  font-size: 22px !important;
  font-weight: bold;
  margin: 0 !important;
  color: #222222 !important;
}
.textEditorCustomStyles h3 {
  font-size: 26px;
  font-weight: bold;
}
.textEditorCustomStyles h2 {
  font-size: 30px;
  font-weight: bold;
}
.textEditorCustomStyles h1 {
  font-size: 34px;
  font-weight: bold;
}

.studentOfflineSelect,
.offlineManagement {
  display: none;
}

.teachNowApp .studentOfflineSelect,
.teachNowApp .offlineManagement {
  display: block;
}

.showLineBreaks {
  white-space: pre-line;
}

.addPaddingBottom {
  padding-bottom: 30px;
}

.hideTheDash {
  opacity: 0;
}

@media only screen and (max-width: 40em) {
  .launcherHeaderBottomPadding {
    padding-bottom: 25px;
  }
}

.launchReportsTxt {
  color: #999999;
  font-size: 18px;
  cursor: pointer;
}

/*Library Page */
.accountDeleteLoading {
  position: absolute;
  left: 45%;
  top: 35%;
  text-align: center;
}
.accountDeleteLoading i {
  font-size: 48px;
}

.bodyContainer {
  /*Report Widget */
  /*Content Widget */
  /*Users Widget */
  /*Activity Widget */
  /*Tracking Widget */
  /*API Widget */
  /*Help Widget */
  /*Profile Widget */
  /* Middle Container */
  /*Reports Middle Container */
}
.bodyContainer .libraryContainer {
  background: white;
  margin: 0 auto;
  min-height: 500px;
}
.bodyContainer .libraryContainer img {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  display: block;
}
.bodyContainer .libraryContainer p {
  margin: 0;
  color: dimgrey;
  text-align: center;
}
.bodyContainer .libraryContainer hr {
  margin: 0;
}
.bodyContainer .libraryContainer h5 {
  text-align: center;
  color: #363636;
  font-family: Poppins, Arial, sans-serif;
}
.bodyContainer .libraryContainer a {
  text-align: center;
}
.bodyContainer .libraryContainer input[type=text] {
  display: inline;
  width: 75%;
  right: 0;
}
.bodyContainer .libraryContainer .flipApp {
  text-align: center;
  display: block;
  color: #a5a5a5 !important;
  font-size: 14px;
  cursor: pointer;
}
.bodyContainer .libraryContainer .launch {
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #979e93), color-stop(1, #8a868a));
  background: -moz-linear-gradient(center top, #979e93 5%, #8a868a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#979e93', endColorstr='#8a868a');
  background-color: #979e93;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  text-indent: 0;
  border: 1px solid gainsboro;
  display: inline-block;
  color: #fff2ff;
  font-family: Arial;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  height: 38px;
  line-height: 38px;
  width: 125px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #9c969c;
  margin: 0 auto;
}
.bodyContainer .libraryContainer .launch:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8a868a), color-stop(1, #979e93));
  background: -moz-linear-gradient(center top, #8a868a 5%, #979e93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a868a', endColorstr='#979e93');
  background-color: #8a868a;
}
.bodyContainer .libraryContainer .launch:active {
  position: elative;
  top: 1px;
}
.bodyContainer .libraryContainer .search {
  background-color: #6ac932;
  -webkit-border-top-left-radius: 39px;
  -moz-border-radius-topleft: 39px;
  border-top-left-radius: 39px;
  -webkit-border-top-right-radius: 39px;
  -moz-border-radius-topright: 39px;
  border-top-right-radius: 39px;
  -webkit-border-bottom-right-radius: 39px;
  -moz-border-radius-bottomright: 39px;
  border-bottom-right-radius: 39px;
  -webkit-border-bottom-left-radius: 39px;
  -moz-border-radius-bottomleft: 39px;
  border-bottom-left-radius: 39px;
  text-indent: 0px;
  border: 1px solid #83c41a;
  display: inline-block;
  color: white;
  font-family: Arial;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  height: 38px;
  line-height: 38px;
  width: 125px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #8ddb0f;
  margin: 0 auto;
}
.bodyContainer .libraryContainer .search:hover {
  background-color: #5fb42d;
}
.bodyContainer .libraryContainer .search:active {
  position: relative;
  top: 1px;
}
.bodyContainer .widgetContainer h4 {
  color: #008bb2;
  font-weight: bold;
  font-size: 24px;
  margin-left: 10px;
}
.bodyContainer .widgetContainer .update {
  width: 175px;
  height: 50px;
  background-color: #38b020;
  position: absolute;
  border-radius: 20px;
  border: 1px solid black;
  top: 90px;
  right: 230px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  padding-top: 10px;
}
.bodyContainer .widgetContainer .midMap {
  height: 627px;
  background-color: white;
  background-image: url("/assets/images/Reports/User-Map.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.bodyContainer .widgetContainer .rightReport {
  height: 627px;
  background-color: white;
  background-image: url("/assets/images/Reports/Male-Femal.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.bodyContainer .widgetContainer .leftReport {
  height: 627px;
  background-color: white;
  background-image: url("/assets/images/Reports/New-User-Login-Widget.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.bodyContainer .widgetContainer .bgME {
  background-color: white;
}
.bodyContainer .widgetContainer .contentWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
  background: white;
  padding: 20px;
}
.bodyContainer .widgetContainer .contentWidget:before, .bodyContainer .widgetContainer .contentWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .contentWidget:after {
  clear: both;
}
.bodyContainer .widgetContainer table {
  width: 100%;
}
.bodyContainer .widgetContainer .activeRow {
  background-color: rgba(0, 231, 195, 0.2);
}
.bodyContainer .widgetContainer .widgetPadding {
  padding-left: 10px;
  padding-top: 10px;
  color: #008bb2;
}
.bodyContainer .widgetContainer ul.contentList {
  list-style-type: none;
  float: right;
}
.bodyContainer .widgetContainer ul.contentList li {
  display: inline-block;
  padding-right: 10px;
}
.bodyContainer .widgetContainer ul.buttonToggles {
  float: none;
  padding-top: 25px;
}
.bodyContainer .widgetContainer ul.buttonToggles li {
  display: inline-block;
}
.bodyContainer .widgetContainer .searchNECC {
  background: white;
  padding: 0px 20px 10px 20px;
  margin-bottom: 10px;
  height: auto;
}
.bodyContainer .widgetContainer .searchNECC .ui-button-text-only .ui-button-text {
  font-size: 14px;
}
.bodyContainer .widgetContainer .searchNECC #toggleSrchChng {
  float: right;
}
.bodyContainer .widgetContainer .searchNECC .specoffChck {
  margin-right: 5px;
}
.bodyContainer .widgetContainer .searchNECC h4 {
  color: #008bb2;
  font-weight: bold;
  float: left;
  margin-left: 0;
  margin-top: 0 !important;
}
.bodyContainer .widgetContainer .searchNECC h6.thisClosed {
  text-indent: 10px;
  font-size: 18px;
  color: #636363;
}
.bodyContainer .widgetContainer .searchNECC h6.thisClosed::before {
  content: "+ ";
}
.bodyContainer .widgetContainer .searchNECC h6.thisOpen {
  color: #a2b30f;
  font-weight: bold;
  text-indent: 10px;
  font-size: 18px;
}
.bodyContainer .widgetContainer .searchNECC h6.thisOpen::before {
  content: "- ";
}
.bodyContainer .widgetContainer .searchNECC .subSearch {
  border-bottom: 1px solid #adadad;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bodyContainer .widgetContainer .searchNECC ul {
  list-style-type: none;
}
.bodyContainer .widgetContainer .searchNECC .srch1Input {
  width: 50%;
  float: left;
  margin-left: 10%;
  height: 25px;
  padding: 0;
}
.bodyContainer .widgetContainer .searchNECC .srch1Btn {
  width: 50px;
  height: 25px;
  margin-left: 5px;
  float: left;
  color: white;
}
.bodyContainer .widgetContainer .searchNECC .srch1Btn:hover {
  background-color: #acacac;
}
.bodyContainer .widgetContainer .searchNECC input[type=submit] {
  background: #cccccc;
  border: 0;
}
.bodyContainer .widgetContainer .searchNECC input[type="checkbox"] {
  margin-bottom: 0px;
  margin-right: 5px;
}
.bodyContainer .widgetContainer .searchNECC input[type="radio"] {
  margin-right: 5px;
}
.bodyContainer .widgetContainer .srchNECCchks {
  max-height: 155px;
  overflow-y: auto;
}
.bodyContainer .widgetContainer .srchNECCchks ul {
  margin-left: 10px;
}
.bodyContainer .widgetContainer .srchNECCchks ul li {
  padding: 0 0 0 5px;
  font-size: 14px;
  /*height: 25px */
}
.bodyContainer .widgetContainer .srchNECCchks ul li.no-pad {
  padding: 0;
}
.bodyContainer .widgetContainer .srchNECCchks ul li input {
  margin-right: 5px;
}
.bodyContainer .widgetContainer .srchNECCchks2 {
  max-height: 350px;
  overflow-y: auto;
}
.bodyContainer .widgetContainer .srchNECCchks2 ul {
  margin-left: 10px;
}
.bodyContainer .widgetContainer .srchNECCchks2 ul li {
  padding: 0 0 0 5px;
  font-size: 14px;
  /*height: 25px */
}
.bodyContainer .widgetContainer .srchNECCchks2 ul li.no-pad {
  padding: 0;
}
.bodyContainer .widgetContainer .srchNECCchks2 ul li input {
  margin-right: 5px;
}
.bodyContainer .widgetContainer .search2 {
  background: white;
  padding: 10px;
  border: 1px solid #a9aaaa;
}
.bodyContainer .widgetContainer .search2 .topCheck {
  width: 100%;
}
.bodyContainer .widgetContainer .search2 .centerBox {
  text-align: center;
  vertical-align: middle;
}
.bodyContainer .widgetContainer .search2 table {
  border-collapse: collapse;
}
.bodyContainer .widgetContainer .search2 table tr {
  border-bottom: 1px solid #dfdedc;
}
.bodyContainer .widgetContainer .usersWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .widgetContainer .usersWidget:before, .bodyContainer .widgetContainer .usersWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .usersWidget:after {
  clear: both;
}
.bodyContainer .widgetContainer .activityWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .widgetContainer .activityWidget:before, .bodyContainer .widgetContainer .activityWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .activityWidget:after {
  clear: both;
}
.bodyContainer .widgetContainer .trackingWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .widgetContainer .trackingWidget:before, .bodyContainer .widgetContainer .trackingWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .trackingWidget:after {
  clear: both;
}
.bodyContainer .widgetContainer .apiWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .widgetContainer .apiWidget:before, .bodyContainer .widgetContainer .apiWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .apiWidget:after {
  clear: both;
}
.bodyContainer .widgetContainer .helpWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.bodyContainer .widgetContainer .helpWidget:before, .bodyContainer .widgetContainer .helpWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .widgetContainer .helpWidget:after {
  clear: both;
}
.bodyContainer .profileWidget {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
  margin: 0 auto;
  min-height: 850px;
  background-color: white;
}
.bodyContainer .profileWidget:before, .bodyContainer .profileWidget:after {
  content: " ";
  display: table;
}
.bodyContainer .profileWidget:after {
  clear: both;
}
.bodyContainer .profileWidget h5 {
  color: #00bdcc;
}
.bodyContainer .profileWidget p.title {
  font-weight: bold;
}
.bodyContainer .profileWidget .profileInfo {
  background-color: #eaeaea;
  padding: 25px;
}
.bodyContainer .profileWidget .fa-user {
  font-size: 200px;
}
.bodyContainer .middleContainer {
  background-color: white;
}
.bodyContainer .middleContainer hr {
  margin: 0 0 5px 0;
  border-color: black;
}
.bodyContainer .middleContainer ul.widgetList {
  list-style: none;
}
.bodyContainer .middleContainer ul.widgetList input[type="radio"] {
  margin: 0;
}
.bodyContainer .middleContainer ul.widgetList li {
  height: 30px;
  padding: 5px;
  width: 50%;
}
.bodyContainer .middleContainer ul.widgetList li:hover {
  background-color: #727272;
  color: #00bdcc;
}
.bodyContainer .reportsMiddleContainer {
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 77rem;
}
.bodyContainer .reportsMiddleContainer h4 {
  color: #4a4d4f;
  font-size: 0.95em;
  padding-left: 18px;
  padding-top: 5px !important;
  text-transform: uppercase;
}
.bodyContainer .reportsMiddleContainer .dashMidTitleQ {
  max-width: 270px;
}
.bodyContainer .reportsMiddleContainer h5 {
  color: #4a4d4f;
  padding-left: 18px;
  padding-top: 1px;
}
.bodyContainer .reportsMiddleContainer .column {
  padding: 0;
}
.bodyContainer .reportsMiddleContainer .columns {
  padding: 0;
}
.bodyContainer .reportsMiddleContainer .midTopTitle {
  padding-top: 8px;
}
.bodyContainer .reportsMiddleContainer a {
  color: black;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu {
  list-style-type: none;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu li {
  padding: 5px 10px;
  font-weight: bold;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu .hasSub {
  background: url("/assets/images/Dashboard/hasSubMain.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu a {
  color: #00bdcc !important;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu .changeViewDash {
  color: #555555 !important;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}
.bodyContainer .reportsMiddleContainer ul.reportsMenu li.active {
  background-color: #b2ebef;
  font-weight: bold;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu {
  margin-left: 0;
  list-style-type: none;
  background-color: #c9c9c9;
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu li {
  padding: 10px 0 10px 10px;
  font-weight: bold;
  border-top: 1px solid #ededed;
  background-color: #fafafa;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .hasSubi {
  background: #fafafa url("/assets/images/Dashboard/hasSub.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .viewLeftSmClck {
  width: 50px;
  height: 25px;
  float: right;
  opacity: 0;
  z-index: 9999 !important;
  cursor: pointer;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu a {
  color: #00bdcc;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .changeViewSmDash {
  color: #00bdcc;
  cursor: pointer;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu li.activeMobile {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
  list-style-type: none;
  background-color: #00bdcc;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu li.activeMobile .changeViewSmDash {
  color: white;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash {
  list-style-type: none;
  margin: 0;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash .hasSubSubi {
  background: url("/assets/images/Dashboard/hasSub.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash li {
  background-color: #c9c9c9;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash li .midClicker {
  color: #525252;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash li .viewRightSmClck {
  width: 50px;
  height: 25px;
  float: right;
  opacity: 0;
  z-index: 9999 !important;
  cursor: pointer;
}
.bodyContainer .reportsMiddleContainer ul.smallReportsMenu .mobileDash:last-of-type {
  -webkit-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
}
.bodyContainer .reportsMiddleContainer .midSub {
  height: 100%;
  width: 100%;
  float: left;
  list-style-type: none;
  background-color: #b2ebef;
  margin-left: 0;
}
.bodyContainer .reportsMiddleContainer .midSub ul {
  position: absolute;
  top: 120px;
}
.bodyContainer .reportsMiddleContainer .midSub ul ul {
  top: 50px;
}
.bodyContainer .reportsMiddleContainer .midSub li {
  padding: 10px 0px 10px 10px;
  float: left;
  border-left: 1px solid white;
}
.bodyContainer .reportsMiddleContainer .midSub .hasSubSub {
  background: url("/assets/images/Dashboard/hasSub.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.bodyContainer .reportsMiddleContainer .midSub li.moreCont {
  background: url("/assets/images/midSubRight.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.bodyContainer .reportsMiddleContainer .midSub li.activeNext {
  background-color: #b2ebef;
}
.bodyContainer .reportsMiddleContainer .midSub ul {
  float: left;
}
.bodyContainer .reportsMiddleContainer #dailyReports {
  margin-top: 37px;
  border: none;
  width: 100%;
  padding: 0;
  background-color: #b2ebef;
}
.bodyContainer .reportsMiddleContainer #dailyReports tr {
  height: 41px;
  background-color: #b2ebef;
}
.bodyContainer .reportsMiddleContainer .customWidget {
  float: right;
  margin-right: 2%;
}
.bodyContainer .reportsMiddleContainer .customWidget ul {
  height: 52px;
  padding-right: 5px;
  margin: 0;
}
.bodyContainer .reportsMiddleContainer .customWidget ul li {
  padding-left: 20px;
  display: inline-block;
  margin-top: 10px;
}
.bodyContainer .reportsMiddleContainer .customWidget ul li img {
  width: 100%;
  cursor: pointer;
}
.bodyContainer .reportsMiddleContainer .midMenuAll {
  min-height: 52px;
  background-color: #e3e3e3;
  border-bottom: 1px solid #dfe0e2;
}
.bodyContainer .reportsMiddleContainer .midMenuLeft {
  float: left;
  background-color: white;
  height: 52px;
}
.bodyContainer .reportsMiddleContainer .midMenuBread {
  float: left;
}
.bodyContainer .reportsMiddleContainer .midMenuRight {
  background-color: #e3e3e3;
}
.bodyContainer .reportsMiddleContainer .midMenuMid {
  background-color: #e3e3e3;
  height: 100%;
}
.bodyContainer .reportsMiddleContainer .reportsDown {
  background-image: url("../images/openBotMen.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.bodyContainer .reportsMiddleContainer .reportsUp {
  background-image: url("../images/closedBotMen.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.bodyContainer .reportsMiddleContainer .breadcrumbs {
  margin: 0 !important;
  background-color: #e3e3e3;
}
.bodyContainer .reportsMiddleContainer .breadcrumbs li {
  float: left;
}

#rightLogo img {
  display: block;
  margin: 0 auto;
}

.topTrash {
  position: absolute;
  bottom: 0px;
  z-index: 999999 !important;
  cursor: pointer;
}

.topPrint {
  position: absolute;
  bottom: 0px;
  right: 44px;
  z-index: 999999 !important;
}

.topEditDef {
  position: absolute;
  bottom: 0px;
  left: -15px;
  z-index: 999999 !important;
  cursor: pointer;
}

.topDownload {
  position: absolute;
  top: 0;
  right: 92px;
  z-index: 999999 !important;
}

.turnHelpBack {
  z-index: 999999 !important;
  cursor: pointer;
  color: #008bb2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.turnHelp {
  cursor: pointer;
  color: #666666;
}

.existWidg {
  background-color: white;
  padding: 0 2%;
  /* NEW DASHBOARD STYLING */
}
.existWidg .newDashboard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 78.125rem;
  *zoom: 1;
}
.existWidg .newDashboard:before, .existWidg .newDashboard:after {
  content: " ";
  display: table;
}
.existWidg .newDashboard:after {
  clear: both;
}
.existWidg .newDashboard .widget1x1 {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
  height: 100%;
  background-color: white;
}
.existWidg .newDashboard .widget1x1 h4 {
  margin-top: 0;
  margin-bottom: 2%;
  height: 10%;
  color: #008bb2;
  margin-left: 10px;
}
.existWidg .newDashboard .widget1x1 .widgetFooter {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  z-index: 9999999999;
}
.existWidg .newDashboard .widget1x1 .widgetFooter ul {
  list-style-type: none;
  float: right;
  margin-right: 10px;
}
.existWidg .newDashboard .widget1x1 .widgetFooter ul li {
  display: inline-block;
  padding-left: 10px;
}

.appSearch {
  padding-bottom: 10px;
}

.libraryContainer input {
  margin-left: 20px;
}

.sortCol {
  width: 300px;
  float: left;
}

.customWidget1 {
  width: 276px;
  height: 300px;
  float: left;
}

.customWidget2 {
  width: 276px;
  background-color: white;
  height: 600px;
  float: right;
}

.learnerDetails .currentStudent .stuLabel {
  margin: 0 0 8px;
}
.learnerDetails p, .learnerDetails select, .learnerDetails input, .learnerDetails button {
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
}
.learnerDetails form {
  margin: 0;
  padding: 0 0.5rem;
}
.learnerDetails form .row {
  border-top: 1px solid #ccd1d1;
  padding: 0.5em 0 0;
}
.learnerDetails form .selection {
  font-size: 0.8rem;
}
.learnerDetails form .saveButton {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 2px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
}
.learnerDetails form .cancelButton {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 2px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
}
.learnerDetails form .cancelButton:hover, .learnerDetails form .saveButton:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.learnerDetails form .cancelButton.disabled:hover, .learnerDetails form .saveButton.disabled:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.learnerDetails .scrollable {
  overflow-y: auto;
  max-height: 750px;
}

.gridster {
  -webkit-transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}
.gridster ul {
  list-style-type: none;
}
.gridster #map {
  width: 100%;
  height: 300px;
  margin-top: 49px;
}
.gridster #map img {
  max-width: inherit;
}

.gridPls {
  width: 100%;
  height: 100%;
  background-color: red;
}

.helpClicker {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 22px;
  right: 14px;
  z-index: 9999999 !important;
  cursor: pointer;
}

.widgetShareIt {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 1px;
  right: 49px;
  z-index: 9999999 !important;
  cursor: pointer;
  background-image: url("../images/newFeatureLibrary/Share-Icon.png");
}

.offlineIcon {
  width: 25px;
  height: 25px;
  z-index: 99999999 !important;
  cursor: pointer;
}

.widgetShareMobile {
  width: 25px;
  height: 25px;
  z-index: 9999999 !important;
  cursor: pointer;
}

.userMobileShare img {
  border-radius: 35px;
}
.userMobileShare .cntrM {
  text-align: center;
}
.userMobileShare .highlightUsr img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 35px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.userMobileShare .highlightUsr p {
  font-weight: bold;
}

.turnBackNow {
  z-index: 99999999 !important;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.highlightRow {
  background-color: #ecfaff !important;
}

#highlightRow {
  background-color: #ecfaff !important;
}

.srchMve {
  margin-left: 5% !important;
  max-width: 300px;
}

.adminSideFix {
  padding: 0 !important;
}

.widgHelpFlip {
  padding-left: 10px;
}

.helperTitle {
  padding-left: 15px;
  color: #00bdcc;
}

.helpContnt {
  padding-left: 15px;
  padding-right: 15px;
}

.dragDiv {
  width: 100%;
  height: 49px;
  background-color: #8a8a8a;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 9999999 !important;
}

.turnMeFront {
  width: 50px;
  height: 50px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.turnMeBack {
  width: 50px;
  height: 50px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.contPanel {
  width: 100%;
  height: 300px;
  background-color: #373737;
}

.launchMoveBot {
  position: absolute;
  left: 15px;
  z-index: 999999 !important;
}

.buildSide {
  float: left;
  height: 300px;
  width: 35%;
  padding: 0px 20px 5px 20px;
  color: #e8e8e8;
  -webkit-box-shadow: inset -43px 4px 27px -27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -43px 4px 27px -27px rgba(0, 0, 0, 0.75);
  box-shadow: inset -43px 4px 27px -27px rgba(0, 0, 0, 0.75);
}
.buildSide p {
  color: #a6a6a6;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.buildSide h3, .buildSide h6 {
  color: #e8e8e8;
  margin-bottom: 0;
}
.buildSide input[type=submit] {
  transition: 0.3s all ease-in-out;
  color: white;
  font-weight: bold;
  border: none;
  background-color: #a2b30f;
  width: 125px;
  height: 34px;
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
}
.buildSide input[type=submit]:hover {
  background-color: #c4d914;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.buildSide select {
  background-color: #bebebe;
  border-radius: 2px;
  border: none;
}
.buildSide .hMe {
  height: 65px;
}

.addWidg {
  float: left;
  width: 65%;
  height: 100%;
  z-index: 9999999 !important;
}
.addWidg .addWidgBot {
  background-color: #222222;
  height: 68px;
}
.addWidg .addWidgBot p {
  color: #444444;
  padding-top: 15px;
}
.addWidg .addWidgBot img {
  float: left;
  padding-top: 8px;
  padding-left: 34%;
}
.addWidg .addWidgTop {
  background-color: #a2b30f;
  width: 100%;
  height: 232px;
  padding-left: 27%;
}
.addWidg .addWidgTop .dragDefault {
  width: 30%;
  height: 160px;
  padding: 10px;
  margin-right: 10px;
  margin-top: 30px;
  float: left;
  background-color: #bdd113;
  transition: all 0.5s ease;
  background-image: url("../images/adminPanel/launchWidg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  cursor: move;
}
.addWidg .addWidgTop .dragDefault h4 {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 0 !important;
}
.addWidg .addWidgTop .dragDefault:hover {
  margin-top: 15px;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.addWidg .addWidgTop .dragExist {
  width: 30%;
  height: 160px;
  padding: 10px;
  margin-top: 30px;
  float: left;
  background-color: #222222;
  transition: all 0.5s;
  background-image: url("../images/adminPanel/defaultWidg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  cursor: move;
}
.addWidg .addWidgTop .dragExist h4 {
  color: #444444;
  text-align: center;
  font-size: 20px;
  margin-top: 0 !important;
}
.addWidg .addWidgTop .dragExist:hover {
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.5);
}

.widgetBldrStyle {
  padding: 5px;
  height: 300px;
  background-color: white;
}
.widgetBldrStyle h4 {
  color: #00bdcc;
  font-weight: bold;
  font-size: 24px;
  margin-left: 5px;
}

#profileLanding h2 {
  color: #2f2e2c;
  width:100%;
  display:inline-block;
}
#profileLanding button {
  background-color: #94b711;
  border-radius: 15px;
  color: #f8f8f8;
  margin: 0;
  padding: 5px 20px;
}
#profileLanding input {
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 7px 10px;
}
#profileLanding .newAppAdd {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #d5d5d3;
  border-left: 1px solid #d4d4d2;
  border-right: 1px solid #d4d4d2;
  border-bottom: 1px solid #b7b7b5;
}
#profileLanding .newAppAdd h4 {
  color: #2f2e2c;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}
#profileLanding .parentView {
  padding: 10px;
  margin-top: 6px;
  background-color: #2f2e2c;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  z-index: 99999 !important;
}
#profileLanding .parentView h6 {
  color: #a1a19f;
  font-size: 26px;
  float: left;
}
#profileLanding .parentView h6 a {
  color: #5d9d2b;
}
#profileLanding .parentView .viewAdder {
  float: right;
}
#profileLanding .childView1 {
  background-color: #f8f8f8;
  padding-left: 35px;
  margin-bottom: 0;
  border-left: 1px solid #d4d4d2;
  border-right: 1px solid #d4d4d2;
  border-bottom: 1px solid #b7b7b5;
}
#profileLanding .childView1 ul {
  list-style-type: none;
}
#profileLanding .childView1 h6 {
  color: #2f2e2c;
  font-size: 18px;
}
#profileLanding .childView1 a {
  color: #5d9d2b;
}
#profileLanding .childView1 .lightenMe {
  color: #707070;
}
#profileLanding .sub1Open {
  float: left;
}

.adminToggle {
  width: 80px;
  height: 25px;
  background-color: #373737;
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 9999999;
  text-align: center;
}
.adminToggle p {
  color: white;
}

.dropWidgetsHere {
  min-height: 300px;
  position:relative;
}
.dropWidgetsHere #addWidget input[type="text"], .dropWidgetsHere #editWidgSubmit input[type="text"] {
  margin-bottom: 5px;
  height: 30px;
}
.dropWidgetsHere #addWidget p, .dropWidgetsHere #editWidgSubmit p {
  margin-bottom: 0px;
}
.dropWidgetsHere #addWidget select, .dropWidgetsHere #editWidgSubmit select {
  margin-bottom: 5px;
  height: 35px;
}
.dropWidgetsHere #addWidget input[type="submit"], .dropWidgetsHere #editWidgSubmit input[type="submit"] {
  float: right;
}
.dropWidgetsHere #addWidget input[type="checkbox"], .dropWidgetsHere #editWidgSubmit input[type="checkbox"] {
  margin-bottom: 0px;
  margin-right: 5px;
}
.dropWidgetsHere #addWidget input[type="file"], .dropWidgetsHere #editWidgSubmit input[type="file"] {
  margin-bottom: 5px;
}
.dropWidgetsHere #addWidget .customWidg, .dropWidgetsHere #editWidgSubmit .customWidg {
  width: 100%;
  font-size: 0.8em;
}
.dropWidgetsHere #addWidget .customWidg .left, .dropWidgetsHere #editWidgSubmit .customWidg .left {
  width: 45%;
}
.dropWidgetsHere #addWidget .customWidg .right, .dropWidgetsHere #editWidgSubmit .customWidg .right {
  width: 45%;
}
.dropWidgetsHere #addWidget .actionsLaunch, .dropWidgetsHere #editWidgSubmit .actionsLaunch {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.dropWidgetsHere #addWidget .actionsToolbar, .dropWidgetsHere #editWidgSubmit .actionsToolbar {
  display: block;
  padding: 3%;
  float: left;
  background-color: white;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.dropWidgetsHere #addWidget .actionsToolbar .actnWrap, .dropWidgetsHere #editWidgSubmit .actionsToolbar .actnWrap {
  width: 23%;
  height: 30px;
  margin: 1%;
  display: block;
  float: left;
  background-color: #373737;
}
.dropWidgetsHere #addWidget .actionsToolbar input[type="checkbox"], .dropWidgetsHere #editWidgSubmit .actionsToolbar input[type="checkbox"] {
  display: block;
  margin-top: 8px;
  margin-left: 2px;
  float: left;
}
.dropWidgetsHere #addWidget .actionsToolbar span, .dropWidgetsHere #editWidgSubmit .actionsToolbar span {
  margin-top: 5px;
}
.dropWidgetsHere #addWidget .actionsToolbar .printIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .printIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -82px -98px;
  width: 24px;
  height: 21px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .printListIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .printListIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -42px -98px;
  width: 24px;
  height: 21px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .archiveIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .archiveIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -124px -49px;
  width: 25px;
  height: 23px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .downloadIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .downloadIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -42px -1px;
  width: 24px;
  height: 21px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .editIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .editIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .copyIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .copyIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -207px 0px;
  width: 23px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .deleteIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .deleteIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -83px 0px;
  width: 23px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .newFolderIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .newFolderIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -124px 0px;
  width: 25px;
  height: 23px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .newFileIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .newFileIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -167px 0px;
  width: 22px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .pauseIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .pauseIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: 0px -48px;
  width: 24px;
  height: 25px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .resumeIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .resumeIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -42px -48px;
  width: 24px;
  height: 25px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .briefIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .briefIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -85px -48px;
  width: 20px;
  height: 25px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .activateIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .activateIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -165px -48px;
  width: 25px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .deactivateIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .deactivateIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -207px -49px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .scheduleIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .scheduleIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: 0px -96px;
  width: 23px;
  height: 25px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .addTargetIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .addTargetIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -123px -97px;
  width: 25px;
  height: 23px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .removeTargetIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .removeTargetIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -165px -97px;
  width: 24px;
  height: 23px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .discontinueIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .discontinueIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -208px -96px;
  width: 22px;
  height: 25px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .publishIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .publishIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -6px -144px;
  width: 17px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .addNewIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .addNewIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -40px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .activateDefaultsIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .activateDefaultsIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -81px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .activateAndEditIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .activateAndEditIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -125px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .activateLearnerIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .activateLearnerIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -165px -144px;
  width: 25px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.dropWidgetsHere #addWidget .actionsToolbar .restoreDefaultsIcon, .dropWidgetsHere #editWidgSubmit .actionsToolbar .restoreDefaultsIcon {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -206px -146px;
  width: 24px;
  height: 22px;
  display: block;
  margin: 5px auto;
}

.launchDrop {
  height: 65px !important;
}
.launchDrop p {
  padding: 0;
  margin: 0;
}

.adminLeft {
  background-color: white;
  padding: 15px 15px;
}
.adminLeft .adminLeftTable {
  border-collapse: collapse;
}
.adminLeft .adminLeftTable tr {
  border-bottom: 1px solid #dfdedc;
  padding: 10px !important;
}
.adminLeft .adminLeftTable td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 15px !important;
}
.adminLeft .adminLeftTable .dropAdminApp {
  float: right;
  display: block;
  height: 20px;
  background-image: url("/assets/images/adminPanel/accrDown.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 50px;
}
.adminLeft input[type="radio"] {
  margin: 0;
}
.adminLeft h4 {
  color: #00bdcc;
}
.adminLeft .adminAppBtns {
  position: absolute;
  top: 15px;
  right: 15px;
}
.adminLeft .adminAppBtns ul {
  list-style-type: none;
}
.adminLeft .adminAppBtns ul li {
  float: right;
  width: 40px;
  height: 40px;
}
.adminLeft .centerCheck {
  text-align: center;
  vertical-align: middle;
}
.adminLeft .dropAdminAppCont p {
  margin: 0 !important;
  font-size: 13px !important;
}

.adminRight {
  background-color: white;
  padding: 15px 15px;
}
.adminRight input[type="radio"] {
  margin: 0;
}
.adminRight ul {
  list-style-type: none;
}
.adminRight h4 {
  color: #00bdcc;
}
.adminRight .adminRightTop {
  padding-bottom: 15px;
}
.adminRight .adminRightBot ul {
  margin-left: 0 !important;
}
.adminRight .adminRightBot ul input {
  margin-right: 5px;
}
.adminRight .adminRightBot ul ul {
  background-color: #707070;
}
.adminRight .adminRightBot ul ul ul {
  background-color: #8a8a8a;
}
.adminRight .adminRightBot ul ul ul ul {
  background-color: #a1a1a1;
}
.adminRight .adminRightBot ul ul ul ul ul {
  background-color: #bababa;
}
.adminRight .adminRightBot ul ul ul ul ul ul {
  background-color: #cccccc;
}
.adminRight .adminRightBot ul ul ul ul ul ul ul {
  background-color: #e0e0e0;
}
.adminRight .adminRightBot ul ul ul ul ul ul ul ul {
  background-color: #f0f0f0;
}
.adminRight .adminRightBot .parentUl li {
  border-bottom: 1px solid #dfdedc;
  padding: 10px;
}
.adminRight .adminRightBot .closeAccr {
  background-image: url("/assets/images/adminPanel/accrDown.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-right: 10px solid transparent;
}
.adminRight .adminRightBot .openAccr {
  background-image: url("/assets/images/adminPanel/accrUp.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-right: 10px solid transparent;
}
.adminRight .adminRightBot button {
  float: right;
}
.adminRight .adminRightBot .adminRightBotButtons ul {
  list-style-type: none;
  width: 150px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.adminRight .adminRightBot .adminRightBotButtons ul li {
  float: right;
  cursor: pointer;
}

.dataRight {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  left: 50px;
  z-index: 99999999 !important;
  background-image: url("/assets/images/Dashboard/arrow_right.png");
}

.dataRight2 {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 15px;
  z-index: 99999999 !important;
  background-image: url("/assets/images/Dashboard/arrow_right.png");
}

.dataRight3 {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 15px;
  z-index: 99999999 !important;
  background-image: url("/assets/images/Dashboard/arrow_right.png");
}

.dataRight4 {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  bottom: 10px;
  right: 15px;
  z-index: 99999999 !important;
  background-image: url("/assets/images/Dashboard/arrow_right.png");
}

.dataLeft {
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99999999 !important;
  background-image: url("/assets/images/Dashboard/arrow_left.png");
}

.appWidg1 {
  background-image: url("/assets/images/AppLibrary/1.png");
  z-index: 9999999999;
}
.appWidg1 h5 {
  color: white !important;
}

.appWidg {
  background-image: url("/assets/images/Dashboard/appBg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.appWidg h5 {
  color: white !important;
  padding-top: 60px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.appWidg .appFlip {
  background-image: url("/assets/images/helpIcon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  right: 43px;
  width: 32px;
  height: 32px;
}

.viewLeftClck {
  width: 50px;
  float: right;
  height: 25px;
  opacity: 0;
  display: block;
  cursor: pointer;
  z-index: 900;
}

.viewRightClck {
  width: 40px;
  float: right;
  height: 25px;
  cursor: pointer;
}

.midClicker {
  padding-right: 10px;
  cursor: pointer;
}

.clickPocWidget {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 185px;
}

.userNewClck {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 185px;
  cursor: pointer;
}

.editUsr {
  position: absolute;
  top: 60px;
  left: 1%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.deleteUsr {
  position: absolute;
  top: 60px;
  left: 4%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.diaPFix {
  margin: 0;
}

.userInfomEdit p {
  margin: 0;
}

.appDescr {
  text-align: center;
}

.revertApp {
  width: 20px;
  height: 20px;
  background-color: #999999;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}

#favesHere ul {
  list-style-type: none;
  margin: 0 !important;
  width: 100%;
}
#favesHere ul li {
  padding: 5px 5px;
  border-bottom: 1px solid #636363;
  background-color: #292929;
  color: #00bdcc;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  float: left;
}

.drop-state {
  background-color: #8f8f8f;
}

.topCrumbs {
  padding-left: 15px;
  width: auto;
  margin-bottom: 0;
  float: left;
  background: none !important;
  padding-top: 19px;
}
.topCrumbs .newCrumb {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .topCrumbs .newCrumb {
    max-width: 165px;
  }
}
@media only screen and (max-width: 40em) {
  .topCrumbs .newCrumb {
    max-width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .topCrumbs {
    padding: 10px 10px 0 10px;
    float: none;
  }
  .topCrumbs li {
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
  }
  .topCrumbs li.special:before {
    content: "<";
  }
  .topCrumbs li:nth-child(1) {
    display: none;
  }
  .topCrumbs li:nth-child(2):before {
    content: "<";
  }
  .topCrumbs li:nth-child(3) {
    display: none;
  }
}

.appTitleHere {
  padding-top: 14px;
  padding-right: 15px;
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #757575;
  margin-top: 5px;
}

.viewNmHere {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #757575;
  margin-top: 5px;
}

.activeViewMid {
  background-color: #56c9d1;
}

.loadingNow {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999 !important;
}
.loadingNow i {
  display: block;
}

.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 10000;
}

.page-loader b {
  content: "";
  display: block;
  width: 99px;
  height: 98px;
  margin: -30px 0 0 -50px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rolesForms {
  background-color: white;
  padding: 15px;
}
.rolesForms .addRole {
  width: 100%;
  float: left;
}
.rolesForms .addRole .addRoleText {
  float: left;
}
.rolesForms .addRole .addRoleSubmit {
  float: left;
}
.rolesForms .roleList {
  list-style-type: none;
}
.rolesForms .roleList .roleCheck {
  margin-right: 10px;
}

#actionTopRight {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/assets/images/plusSmall.png");
  background-repeat: no-repeat;
  margin: 0;
  float: right;
}

.actionsLaunch {
  cursor: pointer;
  display: block;
  margin: 5px auto;
}

.actionsHolder {
  margin: 0;
  padding: 5%;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
}

.actionsHolder3 {
  width: 260px;
  z-index: 9999999;
  position: absolute;
  overflow-y: auto;
  top: 50px;
  right: 20px;
  background-color: white;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.actionsHolder3 .widgIconSubmit, .actionsHolder3 .widgIconSubmit2 {
  color: black;
  font-weight: bold;
  border: medium none;
  background-color: white;
  width: 125px;
  margin-left: 10px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
  height: 34px;
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
}

.dashboard {
  overflow-y: auto;
}

.actionsToolbar3 {
  display: block;
  padding: 5px 15px;
}
.actionsToolbar3 .actnWrap {
  width: 100%;
  height: auto;
  margin: 5px 0;
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  *zoom: 1;
}
.actionsToolbar3 .actnWrap:before, .actionsToolbar3 .actnWrap:after {
  content: " ";
  display: table;
}
.actionsToolbar3 .actnWrap:after {
  clear: both;
}
.actionsToolbar3 .actnWrap span {
  cursor: pointer;
}
.actionsToolbar3 span {
  margin: 5px;
}
.actionsToolbar3 .scrollMenuSideBar {
  max-height: 100px;
  overflow-y: auto;
  width: 100%;
  float: left;
}
.actionsToolbar3 .scrollMenuSideBar ul {
  list-style-type: none;
}
.actionsToolbar3 .scrollMenuSideBar li {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 0.8em;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}
.actionsToolbar3 .printIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -112px;
  width: 125px;
  height: 17px;
  display: block;
  margin-left: 0px;
}

.actionsToolbar3 .printListIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -86px;
  width: 84px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .printTeachingPlanIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -707px;
  width: 158px;
  height: 17px;
  display: block;
  margin-left: 0px;
}

.actionsToolbar3 .archiveIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -245px;
  width: 75px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .downloadIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -421px;
  width: 93px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .editIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -6px;
  width: 49px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .copyIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -398px;
  width: 58px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .copyLearnerIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -788px;
  width: 210px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .deleteIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -32px;
  width: 67px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .newFolderIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -124px 0px;
  width: 25px;
  height: 23px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .newFileIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -167px 0px;
  width: 22px;
  height: 24px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .editMetaIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -137px;
  width: 177px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .editSAMetaIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -627px;
  width: 195px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .finishIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -760px;
  width: 100px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .importCSADataIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -655px;
  width: 195px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .dataStatusIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -8px -164px;
  width: 192px;
  height: 18px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .briefSheetIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -12px -525px;
  width: 170px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .activateIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -191px;
  width: 93px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .deactivateIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -207px -49px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 4px auto;
}
.actionsToolbar3 .scheduleIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: 0px -96px;
  width: 23px;
  height: 25px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .addTargetIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -123px -97px;
  width: 25px;
  height: 23px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .removeTargetIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -165px -97px;
  width: 24px;
  height: 23px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .discontinueIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -271px;
  width: 104px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .publishIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -219px;
  width: 72px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .addNewIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -40px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .activateDefaultsIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -81px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .activateAndEditIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -125px -144px;
  width: 24px;
  height: 24px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .activateLearnerIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -165px -144px;
  width: 25px;
  height: 24px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .restoreDefaultsIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small.png");
  background-repeat: no-repeat;
  background-position: -206px -146px;
  width: 24px;
  height: 22px;
  display: block;
  margin-left: 10px;
}
.actionsToolbar3 .statusChangeIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-2.png");
  background-repeat: no-repeat;
  background-position: -8px -59px;
  width: 129px;
  height: 16px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .expandAllIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -348px;
  width: 97px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .collapseAllIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -373px;
  width: 106px;
  height: 18px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .closeIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -325px;
  width: 61px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .disassociateIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -473px;
  width: 114px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .associateIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -498px;
  width: 92px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .applyLearnerIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -11px -555px;
  width: 169px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .exportIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -11px -576px;
  width: 66px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .reactivateIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -600px;
  width: 95px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .downloadResourceIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -9px -421px;
  width: 93px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .deleteResourceIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-Small-3.png");
  background-repeat: no-repeat;
  background-position: -10px -32px;
  width: 67px;
  height: 17px;
  display: block;
  margin-left: 0px;
}
.actionsToolbar3 .sortIcon3 {
  background-image: url("/assets/images/Icons/Action-Icon-Master-NECC-20151125.png");
  background-repeat: no-repeat;
  background-position: -10px -680px;
  width: 67px;
  height: 14px;
  display: block;
  margin-left: 0px;
}

input[type="text"].error,
textarea.error,
input[type="number"].ng-dirty.ng-invalid,
  /* input[type="text"].ng-dirty.ng-invalid, */
textarea.ng-dirty.ng-invalid {
  border: 1px solid red;
  box-shadow: none;
  color: #323436;
}

select.error {
  border: 1px solid red;
  box-shadow: none;
  color: #323436;
}

.resultsButton {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
  float: right;
}
.resultsButtonLR {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.discardButton {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
  float: right;
}

.saveButtonGreen {
  background-color: #94b70d;
}

.saveButtonGreen:hover {
  background-color: #6f9c0d
}

.smallResultsButton {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  margin-bottom: 0px;
  margin-left: 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100px !important;
  height: 34px;
  padding: 0px;
  font-size: 14px;
}

.resultsButton:hover, .smallResultsButton:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.resultsButton.disabled:hover, .smallResultsButton.disabled:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.discardButton:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.discardButton.disabled:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}


.deleteYes, .deleteNo, .confirmText {
  float: left;
  width: 100%;
  text-align: center;
}

.confirmText {
  margin: 5px 0 0;
}

.toggleButton {
  background-color: #cedfe7;
  color: black;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 90px;
  height: 34px;
  padding: 0px;
}

.searchResultsTable {
  border-collapse: collapse;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchResultsTable th {
    font-size: 10px;
    padding-bottom: 0px;
  }
}
.searchResultsTable tr {
  border-bottom: 1px solid #cccccc;
}
.searchResultsTable tr td {
  font-size: 11px;
  line-height: 0.95;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchResultsTable tr td {
    max-width: 75px;
    overflow: hidden;
    font-size: 10px;
  }
}
.searchResultsTable tr td input[type="checkbox"] {
  margin: 0;
}

.searchResultsTableAcct, .searchResultsTableUsr, .searchResultsTableGeneral {
  border-collapse: collapse;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchResultsTableAcct, .searchResultsTableUsr, .searchResultsTableGeneral {
    border-collapse: collapse;
    min-width: 96% !important;
    margin-left: 2%;
    margin-right: 2%;
    overflow: scroll;
    overflow-y: hidden;
    display: inline-block;
  }
}
@media only screen and (max-width: 40em) {
  .searchResultsTableAcct, .searchResultsTableUsr, .searchResultsTableGeneral {
    border-collapse: collapse;
    min-width: 96% !important;
    margin-left: 2%;
    margin-right: 2%;
    overflow: scroll;
    overflow-y: hidden;
    display: inline-block;
  }
}
.searchResultsTableAcct .breadSim, .searchResultsTableUsr .breadSim, .searchResultsTableGeneral .breadSim {
  color: #cccccc;
}
.searchResultsTableAcct .checkAcctPgHere, .searchResultsTableUsr .checkAcctPgHere, .searchResultsTableGeneral .checkAcctPgHere {
  width: 40px;
}
.searchResultsTableAcct th, .searchResultsTableUsr th, .searchResultsTableGeneral th {
  padding-left: 5px;
  font-size: 10px;
}
.searchResultsTableAcct tr, .searchResultsTableUsr tr, .searchResultsTableGeneral tr {
  border-bottom: 1px solid #cccccc;
}
.searchResultsTableAcct tr td, .searchResultsTableUsr tr td, .searchResultsTableGeneral tr td {
  vertical-align: middle;
  font-size: 11px;
  max-width: 190px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchResultsTableAcct tr td, .searchResultsTableUsr tr td, .searchResultsTableGeneral tr td {
    font-size: 10px;
    max-width: 160px;
  }
}
.searchResultsTableAcct tr td input[type="checkbox"], .searchResultsTableUsr tr td input[type="checkbox"], .searchResultsTableGeneral tr td input[type="checkbox"] {
  margin: 0;
}

.formTable{
  border-collapse: collapse;
  width: 96% !important;
  padding-top: 0;
}
.formTable tr td {
  padding-top: 0;
}
.formTable tr {
  /*margin-none */
  width: 100%;
  padding-top: 0;
}

.formTableBody tr td {
  display: table-cell;
  line-height: 1.125rem;
  padding-top: 0;
}

.testTextArea{
  max-width: 100%;
  min-height:75px;
  resize: none;
}

.testTextArea1{
  max-width: 130%;
  min-height:75px;
  resize: none;
}

.sortMeUpArrow::after {
  content: url("/assets/images/widgetGraphics/sortUp.png");
  padding-left: 8px;
}

.sortMeDownArrow::after {
  content: url("/assets/images/widgetGraphics/sortDown.png");
  padding-left: 8px;
}

.usrList {
  overflow: auto;
}

.addStudentHere, .editStudentHere, .BulkUpload {
  display: block;
  margin: 2%;
  background-color: white;
  z-index: 999999999 !important;
  position: absolute;
  width: 96%;
  height: auto;
  top: 0;
  left: 0;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
}

#editStudent .resultsButton {
  margin-top: 5px;
}

.studentIDClicker, .usrNameClick {
  color: #0066a6 !important;
  cursor: pointer;
}

#studentBody th {
  font-size: 10px;
}

.BulkUpload .cancelButton {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.BulkUpload .saveButton {
  transition: 0.5s;
  background-color: #008bb2;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.NECCForm {
  overflow: auto;
  clear: both;
}
.NECCForm input[type=submit] {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Poppins, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
.NECCForm input[type=checkbox] {
  padding-right: 5px;
}
.NECCForm input[type=text],
.NECCForm textarea {
  padding-right: 40px;
  border-radius: 6px;
  max-width: 100%;
  resize: vertical;
}
.NECCForm select {
  border-radius: 6px;
}
.NECCForm .spanFix {
  width: 100%;
  display: block;
  margin-top: 7px;
}

.lessonItem {
  padding: 0px 5px;
}
.lessonItem .imageItemHere {
  background-image: url("/assets/images/adminPanel/dragDown.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
  display: block;
}
.lessonItem input, .lessonItem select, .lessonItem textarea {
  border-radius: 6px;
  font-size: 12px;
  color: #9a9a9a;
}
.lessonItem input[type="radio"] {
  margin-left: 10px;
}
.lessonItem input[type="text"], .lessonItem select, .lessonItem input[type="number"] {
  float: left;
  max-width: 250px;
}
.lessonItem .specialSelectFix {
  width: 87% !important;
}
.lessonItem textarea {
  float: left;
}
.lessonItem .lessonItemHeader {
  background-color: #8ab3cf;
  margin-bottom: 10px;
  margin-left: 2%;
  padding: 8px 15px 1px 15px !important;
  width: 96%;
}
.lessonItem .lessonItemHeader h3 {
  float: left;
  color: #0f334d;
  font-size: 16px;
  font-weight: bold;
}
.lessonItem .lessonItemHeader input {
  margin: 0;
}
.lessonItem .lessonItemHeaderIndent {
  background-color: #bdd1de;
  margin-bottom: 10px;
  margin-left: 8%;
  padding: 8px 15px 1px 15px !important;
  width: 90%;
}
.lessonItem .lessonItemHeaderIndent h3 {
  float: left;
  color: #2b638b;
  font-size: 16px;
  font-weight: bold;
}
.lessonItem .leftPls {
  text-align: left;
}
.lessonItem .lessonItemHeaderInstr {
  background-color: #8ab3cf;
  margin-left: 0;
  padding: 8px 15px 1px 15px !important;
  width: 100%;
}
.lessonItem .lessonItemHeaderInstr h3 {
  float: left;
  color: #0f334d;
  font-size: 16px;
  font-weight: bold;
}
.lessonItem .largeSelect {
  width: 90%;
  max-width: none;
  padding-right: 25px;
}

.lessonSAGoal {
  text-align: center;
  font-size: 28px;
}

.neccLessonCover {
  background-color: #f6fafd;
  margin-top: 0px;
  padding: 0 !important;
  border: 5px solid #f6fafd;
  overflow:visible;
}
.neccLessonCover .emHelpText {
  font-size: 0.8em;
  margin-top: 10px;
  display: inline-block;
  font-style: italic;
}
.neccLessonCover .formError {
  display: none;
  color: red;
  font-size: 13px;
}
.neccLessonCover .neccLessonHead {
  background-color: #4180ab;
  padding: 12px 10px 12px 60px;
}
.neccLessonCover .neccLessonHead h5 {
  font-size: 22px;
  color: white;
  margin: 0;
}
.neccLessonCover .neccResourceHead {
  background-color: #4180ab;
  padding: 12px 10px 12px 20px;
}
.neccLessonCover .neccResourceHead h5 {
  font-size: 22px;
  color: white;
  margin: 0;
}
.neccLessonCover .neccResourcePad {
  padding: 0 15px 15px;
}
.neccLessonCover .neccResourceInnerPad {
  padding: 0 50px;
}
.neccLessonCover .neccResourceInnerPad .large-3 {
  display: inline-block;
}
.neccLessonCover .lessonSASlider {
  margin-top: 10px;
}
.neccLessonCover .neccSubHead {
  background-color: #cedfe7;
  margin-right: 5px;
}
.neccLessonCover .neccSubHead h4 {
  color: #544e4e;
}
.neccLessonCover p {
  font-size: 13px;
  color: #544e4e;
  margin: 0;
  min-height: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.neccLessonCover .cancelButton {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.neccLessonCover .saveButton {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.neccLessonCover .saveButtonSmall {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 2px;
  float: left;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.neccLessonCover .saveButtonSmallBot, .neccLessonCover .saveButtonSmallBotOther {
  transition: 0.5s;
  float: left;
  background-color: #0066b0;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.neccLessonCover .saveButtonSmallBot2 {
  transition: 0.5s;
  float: left;
  background-color: #0066b0;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
@media only screen and (min-width: 40.063em) {
  .neccLessonCover .saveButtonSmallBot2 {
    margin-top: 159px;
  }
}
@media only screen and (max-width: 40em) {
  .neccLessonCover .saveButtonSmallBot2 {
    margin: 0 auto 10px auto;
    float: none !important;
  }
}
.neccLessonCover .cancelButton:hover, .neccLessonCover .saveButton:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.neccLessonCover .cancelButton.disabled:hover, .neccLessonCover .saveButton.disabled:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.neccLessonCover input[type="text"].ng-invalid-pattern,
.neccLessonCover textarea.ng-invalid-pattern {
  background-image: url("/assets/images/widgets/notValid.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
  margin-bottom: 1rem;
}

.learnerReport input[type="text"]{
  border-radius: 5px;
}

.learnerReport .lrDetailHead {
  background-color: #4180ab;
  padding: 12px 10px 12px 5px;
}

.learnerReport .lrDetailHead h5 {
  font-size: 22px;
  color: white;
  margin: 0;
}

.saveButtonResource {
  transition: 0.5s;
  float: left;
  display: block;
  background-color: #0066b0;
  color: white;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 70px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.uploadSpinner {
  clear: both;
}

.lessonTop {
  margin-top: 10px;
}
.lessonTop .closeButton {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 10px;
  float: right;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.lessonTop .publishButon {
  transition: 0.5s;
  background-color: #94b70d;
  color: white;
  margin: 10px;
  float: right;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.lessonTop .reviewButton{
  background-color: #0066b0;
}
.lessonTop .reviewButton:hover {
  background-color: #0066b0;
  color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.lessonTop .saveButton {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.lessonTop .activateanotherButon {
  transition: 0.5s;
  background-color: #94b70d;
  color: white;
  margin: 10px;
  float: right;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 275px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.lessonTop .downloadButton {
  transition: 0.5s;
  background-color: transparent;
  color: #979797;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}
.lessonTop .resultsButton {
  margin: 10px;
}

.lessonTop .discardButton {
  margin: 10px;
}

.lessonHeadOpen:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 28px;
  color: white;
  top: 5px;
  right: 10px;
  z-index: 1;
}

.lessonHeadClosed:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 28px;
  color: white;
  top: 5px;
  right: 10px;
  z-index: 1;
}

.neccFormCover {
  background-color: #eaeaea;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0 !important;
}
.neccFormCover .formAccountName {
  font-size: 10px;
  padding-left: 3px;
}
.neccFormCover p {
  margin: 0;
  font-size: 14px;
}
.neccFormCover p.formAccountName {
  margin: 0 0 5px;
}
.neccFormCover .formClsRmInfo {
  color: #008bb2;
  font-size: 12px;
  margin-top: -10px;
  font-weight: bold;
}
.neccFormCover .formClsRmInfoFull {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  font-weight: bold;
}
.neccFormCover .neccFormHead {
  background-color: #dadada;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.neccFormCover .neccFormHead h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.neccFormCover span {
  font-size: 12px;
}
.neccFormCover .datepicker {
  width: 80%;
  float: left;
}
.neccFormCover .ui-datepicker-trigger {
  padding-top: 5px;
  padding-left: 2px;
}
.neccFormCover input[type=text]:focus,
.neccFormCover textarea:focus {
  background-image: url("/assets/images/widgets/valid.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
}
.neccFormCover input[type="text"].error,
.neccFormCover textarea.error {
  background-image: url("/assets/images/widgets/notValid.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
  margin-bottom: 1rem;
}
.neccFormCover input[type="text"].valid,
.neccFormCover textarea.valid {
  background-image: url("/assets/images/widgets/valid.png");
  background-repeat: no-repeat;
  background-position: 98% 55%;
}
.neccFormCover select.valid {
  border: 1px solid green;
  box-shadow: none;
}

.ui-datepicker-title select {
  font-size: 0.8rem !important;
}

.fullStudentInfo {
  position: absolute;
  display: block;
  width: 96%;
  height: 94%;
  margin: 2%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 999999999 !important;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
}
.fullStudentInfo h4 {
  color: #008bb2;
}
.fullStudentInfo p.infoHold {
  font-weight: bold;
  text-align: right;
  padding: 0;
}
.fullStudentInfo p.fullText {
  height: 25px;
}

.addAccountForm, .addAccountForm1, .addUserFormHere, .activateLessonForms, .standardPopup, .changePlanForm {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 999999999 !important;
}
.addAccountForm input[type="checkbox"], .addAccountForm1 input[type="checkbox"], .addUserFormHere input[type="checkbox"], .activateLessonForms input[type="checkbox"], .standardPopup input[type="checkbox"], .changePlanForm input[type="checkbox"] {
  margin-right: 5px;
}
.addAccountForm button, .addAccountForm1 button, .addUserFormHere button, .activateLessonForms button, .standardPopup button, .changePlanForm button {
  margin-top: 5px;
}
.addAccountForm .addAccountLoading, .addAccountForm1 .addAccountLoading, .addUserFormHere .addAccountLoading, .activateLessonForms .addAccountLoading, .standardPopup .addAccountLoading, .changePlanForm .addAccountLoading {
  z-index: 9999999999 !important;
}
.addAccountForm .addAccountLoading i, .addAccountForm1 .addAccountLoading i, .addUserFormHere .addAccountLoading i, .activateLessonForms .addAccountLoading i, .standardPopup .addAccountLoading i, .changePlanForm .addAccountLoading i {
  z-index: 99999999999 !important;
  width: 84%;
  color: black;
  left: 8%;
  position: absolute;
  text-align: center;
  font-size: 3em;
  top: 85%;
}
.addAccountForm .addAcctFormHere, .addAccountForm .addUserFormHere1, .addAccountForm .activateForm, .addAccountForm .standardPopupBox, .addAccountForm1 .addAcctFormHere, .addAccountForm1 .addUserFormHere1, .addAccountForm1 .activateForm, .addAccountForm1 .standardPopupBox, .addUserFormHere .addAcctFormHere, .addUserFormHere .addUserFormHere1, .addUserFormHere .activateForm, .addUserFormHere .standardPopupBox, .activateLessonForms .addAcctFormHere, .activateLessonForms .addUserFormHere1, .activateLessonForms .activateForm, .activateLessonForms .standardPopupBox, .standardPopup .addAcctFormHere, .standardPopup .addUserFormHere1, .standardPopup .activateForm, .standardPopup .standardPopupBox, .changePlanForm .addAcctFormHere, .changePlanForm .addUserFormHere1, .changePlanForm .activateForm, .changePlanForm .standardPopupBox {
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  background-color: white;
  width: 88%;
  margin: 6%;
  padding: 2%;
}
.addAccountForm .addAcctFormHere .manageRole-popup-buttons .columns, .addAccountForm .addUserFormHere1 .manageRole-popup-buttons .columns, .addAccountForm .activateForm .manageRole-popup-buttons .columns, .addAccountForm .standardPopupBox .manageRole-popup-buttons .columns, .addAccountForm1 .addAcctFormHere .manageRole-popup-buttons .columns, .addAccountForm1 .addUserFormHere1 .manageRole-popup-buttons .columns, .addAccountForm1 .activateForm .manageRole-popup-buttons .columns, .addAccountForm1 .standardPopupBox .manageRole-popup-buttons .columns, .addUserFormHere .addAcctFormHere .manageRole-popup-buttons .columns, .addUserFormHere .addUserFormHere1 .manageRole-popup-buttons .columns, .addUserFormHere .activateForm .manageRole-popup-buttons .columns, .addUserFormHere .standardPopupBox .manageRole-popup-buttons .columns, .activateLessonForms .addAcctFormHere .manageRole-popup-buttons .columns, .activateLessonForms .addUserFormHere1 .manageRole-popup-buttons .columns, .activateLessonForms .activateForm .manageRole-popup-buttons .columns, .activateLessonForms .standardPopupBox .manageRole-popup-buttons .columns, .standardPopup .addAcctFormHere .manageRole-popup-buttons .columns, .standardPopup .addUserFormHere1 .manageRole-popup-buttons .columns, .standardPopup .activateForm .manageRole-popup-buttons .columns, .standardPopup .standardPopupBox .manageRole-popup-buttons .columns, .changePlanForm .addAcctFormHere .manageRole-popup-buttons .columns, .changePlanForm .addUserFormHere1 .manageRole-popup-buttons .columns, .changePlanForm .activateForm .manageRole-popup-buttons .columns, .changePlanForm .standardPopupBox .manageRole-popup-buttons .columns {
  float: right;
}
.addAccountForm .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm1 .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm1 .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm1 .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .addAccountForm1 .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal, .addUserFormHere .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .addUserFormHere .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .addUserFormHere .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .addUserFormHere .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal, .activateLessonForms .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .activateLessonForms .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .activateLessonForms .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .activateLessonForms .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal, .standardPopup .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .standardPopup .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .standardPopup .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .standardPopup .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal, .changePlanForm .addAcctFormHere .manageRole-popup-buttons .columns .saveButtonGlobal, .changePlanForm .addUserFormHere1 .manageRole-popup-buttons .columns .saveButtonGlobal, .changePlanForm .activateForm .manageRole-popup-buttons .columns .saveButtonGlobal, .changePlanForm .standardPopupBox .manageRole-popup-buttons .columns .saveButtonGlobal {
  margin: 0;
}
.addAccountForm .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .addAccountForm .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .addAccountForm .activateForm .manageRole-popup-buttons .columns .closeButton, .addAccountForm .standardPopupBox .manageRole-popup-buttons .columns .closeButton, .addAccountForm1 .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .addAccountForm1 .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .addAccountForm1 .activateForm .manageRole-popup-buttons .columns .closeButton, .addAccountForm1 .standardPopupBox .manageRole-popup-buttons .columns .closeButton, .addUserFormHere .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .addUserFormHere .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .addUserFormHere .activateForm .manageRole-popup-buttons .columns .closeButton, .addUserFormHere .standardPopupBox .manageRole-popup-buttons .columns .closeButton, .activateLessonForms .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .activateLessonForms .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .activateLessonForms .activateForm .manageRole-popup-buttons .columns .closeButton, .activateLessonForms .standardPopupBox .manageRole-popup-buttons .columns .closeButton, .standardPopup .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .standardPopup .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .standardPopup .activateForm .manageRole-popup-buttons .columns .closeButton, .standardPopup .standardPopupBox .manageRole-popup-buttons .columns .closeButton, .changePlanForm .addAcctFormHere .manageRole-popup-buttons .columns .closeButton, .changePlanForm .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton, .changePlanForm .activateForm .manageRole-popup-buttons .columns .closeButton, .changePlanForm .standardPopupBox .manageRole-popup-buttons .columns .closeButton {
  width: 100%;
  margin: 0;
}
.addAccountForm .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm1 .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm1 .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm1 .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addAccountForm1 .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addUserFormHere .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addUserFormHere .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addUserFormHere .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .addUserFormHere .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .activateLessonForms .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .activateLessonForms .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .activateLessonForms .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .activateLessonForms .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .standardPopup .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .standardPopup .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .standardPopup .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .standardPopup .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .changePlanForm .addAcctFormHere .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .changePlanForm .addUserFormHere1 .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .changePlanForm .activateForm .manageRole-popup-buttons .columns .closeButton.closeButton-fix, .changePlanForm .standardPopupBox .manageRole-popup-buttons .columns .closeButton.closeButton-fix {
  float: none;
}
.addAccountForm h4, .addAccountForm1 h4, .addUserFormHere h4, .activateLessonForms h4, .standardPopup h4, .changePlanForm h4 {
  color: #008bb2;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 24px;
  font-weight: bold;
}
.addAccountForm h6, .addAccountForm1 h6, .addUserFormHere h6, .activateLessonForms h6, .standardPopup h6, .changePlanForm h6 {
  font-weight: bold;
  font-size: 13px;
  margin-left: 5px;
}
.addAccountForm .addNewSchool, .addAccountForm1 .addNewSchool, .addUserFormHere .addNewSchool, .activateLessonForms .addNewSchool, .standardPopup .addNewSchool, .changePlanForm .addNewSchool {
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  background-color: white;
  width: 94%;
  height: auto;
  margin: 3%;
  padding: 2%;
}
.addAccountForm .addNewSchool input[type="checkbox"], .addAccountForm1 .addNewSchool input[type="checkbox"], .addUserFormHere .addNewSchool input[type="checkbox"], .activateLessonForms .addNewSchool input[type="checkbox"], .standardPopup .addNewSchool input[type="checkbox"], .changePlanForm .addNewSchool input[type="checkbox"] {
  margin-right: 5px;
}
.addAccountForm .addNewSchool button, .addAccountForm1 .addNewSchool button, .addUserFormHere .addNewSchool button, .activateLessonForms .addNewSchool button, .standardPopup .addNewSchool button, .changePlanForm .addNewSchool button {
  margin-top: 5px;
}
.addAccountForm .addClssrmFormHere1, .addAccountForm1 .addClssrmFormHere1, .addUserFormHere .addClssrmFormHere1, .activateLessonForms .addClssrmFormHere1, .standardPopup .addClssrmFormHere1, .changePlanForm .addClssrmFormHere1 {
  -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.4);
  background-color: white;
  width: 94%;
  height: auto;
  margin: 3%;
  padding: 2%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .changePlanForm .activateForm {
    position: fixed;
    bottom: 0;
  }
}

.standardPopup .confirmContainer {
  width: 80%;
  background-color: white;
  margin: 2rem auto;
  padding: 2rem 1rem;
  display: table;
}
@media only screen and (min-width: 40.063em) {
  .standardPopup .confirmContainer .confirmText {
    width: 50%;
    float: left;
  }
}
.standardPopup .confirmContainer .confirmText p {
  font-weight: bold;
}
.standardPopup .confirmContainer .actions {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  .standardPopup .confirmContainer .actions {
    width: 50%;
    float: right;
    text-align: right;
  }
}

.lessonList, .NECClessonList {
  list-style-type: none;
}
.lessonList li.lessonItem:hover, .NECClessonList li.lessonItem:hover {
  background-color: #b2ebef;
  cursor: pointer;
}
.lessonList li.lessonChild:hover, .NECClessonList li.lessonChild:hover {
  background-color: #b2ebef;
  cursor: pointer;
}
.lessonList li.lessonSection:hover, .NECClessonList li.lessonSection:hover {
  background-color: #b2ebef;
  cursor: pointer;
}
.lessonList ul, .NECClessonList ul {
  list-style-type: none;
}

.acctImageFolderList, .schlImageFolderList, .otherScopesList {
  list-style-type: none;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.picFoldWarn,
.appWarn {
  color: red;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 10px;
  display: none;
}

.hiddenApps {
  display: none;
}

.mngAcctResult {
  margin-top: 15px;
  font-size: 13px;
  margin-right: 1.25rem;
}
.mngAcctResult .acctTierTwo {
  color: #008cba;
  font-size: 13px;
}
.mngAcctResult .acctTierThree {
  color: #008cba;
  font-size: 13px;
}
.mngAcctResult li {
  padding: 10px;
  margin-bottom: 2px;
  font-size: 13px;
  color: black;
  border-bottom: 1px solid #cccccc;
}
.mngAcctResult li .acctTitleDrop {
  width: 100%;
  float: left;
}
.mngAcctResult ul {
  margin-left: 0;
  font-size: 13px;
}
.mngAcctResult ul ul {
  margin-left: 0;
  font-size: 13px;
}

.iconError {
  color: red;
  width: 100%;
  float: left;
  text-align: center;
}

.fullInfoThis {
  cursor: pointer;
  color: #0066a6;
}

.hideMe {
  display: none;
}

.schoolByAccount, .classByAccount, .accountsClick, .schoolByClass, .classBySchool {
  cursor: pointer;
  color: #c9c9c9;
}

.lines-button {
  float: right;
  margin-right: 10px;
  padding: 0.5rem;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 0px;
  height: 48px;
  user-select: none;
  background: none !important;
  border-radius: 0.57143rem;
  border-color: white;
  margin-top: 0;
}

.lines-button:focus {
  border-color: white;
  outline: 0;
}

.lines-button:hover {
  opacity: 1;
  background-color: white;
  border-color: white;
}

.lines-button:active {
  transition: 0;
  background-color: white;
  border-color: white;
}

.lines {
  display: inline-block;
  width: 2.2rem;
  height: 0.2rem;
  background: #008bb2;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}

.lines:before, .lines:after {
  display: inline-block;
  width: 2.2rem;
  height: 0.2rem;
  background: #008bb2;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.05rem center;
  transform-origin: 0.05rem center;
}

.lines:before {
  top: 0.8rem;
}

.lines:after {
  top: -0.8rem;
}

.lines-button:hover .lines:before {
  top: 0.9rem;
}

.lines-button:hover .lines:after {
  top: -0.9rem;
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.close {
  z-index: 99999999;
}

.lines-button.x.close .lines {
  background: transparent;
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2.2rem;
}

.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.selectionGuideForm {
  margin-top: 10px;
}
.selectionGuideForm .closeButton {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.selectionGuideForm .saveButton {
  transition: 0.5s;
  background-color: #6bb600;
  color: white;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.selectionGuideForm .previousButton {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 100px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.border-solid {
  border: 1px solid #9799a7;
  border-radius: 0;
}


.alertHolder {
  font-weight: normal;
  height: auto;
  text-align: center;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  top: 150px;
  z-index: 99999999999 !important;
  width: 300px;
}
.alertHolder ul {
  text-align: left;
  margin-bottom: 0;
  margin-top: 10px;
}

.errorLocation {
  font-weight: normal;
  height: auto;
  border-radius: 20px;
  background-color: rgba(255, 21, 21, 0.75);
  text-align: center;
  padding: 15px 10px;
  z-index: 9999999999999 !important;
}

.error2 {
  font-weight: normal;
  position: relative;
  border-radius: 4px;
  height: auto;
  color: white;
  background-color: rgba(240, 0, 0, 0.7);
  text-align: center;
  padding: 15px 10px;
  z-index: 9999999999999 !important;
  width: 100%;
  margin-bottom: 10px;
}
.error2 .closeError {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.processMessage,
.processMessageStay {
  font-weight: normal;
  border-radius: 4px;
  position: relative;
  color: white;
  height: auto;
  background-color: rgba(24, 143, 204, 0.7);
  text-align: center;
  padding: 15px 10px;
  z-index: 9999999999999 !important;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.processMessage .closeBox,
.processMessageStay .closeBox {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.getDefName {
  float: left;
}

.userSelects {
  list-style-type: none;
  margin-bottom: 0;
  width: 95%;
  max-height: 400px;
  overflow-y: auto;
  padding-left: 5px;
}
.userSelects ul {
  list-style-type: none;
  margin-bottom: 0;
  background-color: #f0f0f0;
}
.userSelects ul ul {
  list-style-type: none;
  margin-bottom: 0;
  background-color: whitesmoke;
}
.userSelects ul ul ul {
  list-style-type: none;
  margin-bottom: 0;
  background-color: #fafafa;
}
.userSelects li:hover {
  background-color: rgba(0, 231, 195, 0.2);
}

.permList {
  margin-bottom: 0;
}
.permList li {
  display: inline;
  margin-right: 16px;
  list-style-type: none;
}

#addNewAccount input[type="checkbox"], #addNewUser input[type="checkbox"], #addNewSchool input[type="checkbox"], #addNewClassroom input[type="checkbox"] {
  margin-right: 5px;
}
#addNewAccount button, #addNewUser button, #addNewSchool button, #addNewClassroom button {
  margin-top: 10px;
}

.displayUserInfo {
  position: absolute;
  background-color: white;
  width: 96%;
  display: block;
  top: 0;
  left: 0;
  height: auto;
  padding: 15px;
  margin: 2%;
  z-index: 99999;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.partialCheck {
  outline: 2px solid #0066a6;
}

.accountTypeS, .accountStatusS, .accountStatuses, .accountStatesS, .accountRolesS {
  max-height: 135px;
  overflow-y: auto;
}
.accountTypeS ul, .accountStatusS ul, .accountStatuses ul, .accountStatesS ul, .accountRolesS ul {
  margin-left: 5px;
}
.accountTypeS input, .accountStatusS input, .accountStatuses input, .accountStatesS input, .accountRolesS input {
  margin-right: 5px;
}
.accountTypeS li, .accountStatusS li, .accountStatuses li, .accountStatesS li, .accountRolesS li {
  padding: 5px;
  font-size: 14px;
  height: 25px;
  overflow: hidden;
}

select[disabled] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  text-indent: 0.01px !important;
  text-overflow: "" !important;
}

.lessonsTrail {
  background-color: #eaeaea;
}

.ui-autocomplete span.hl_results {
  background-color: #ffff66;
}

.status {
  position: absolute;
  top: 56px;
  font-size: 12px;
}

.statusRow {
  font-size: 12px;
  margin-top: -15px;
}

.infoHold {
  font-weight: bold;
  width: 100%;
  float: left;
  padding: 4px 20px;
}
.infoHold img {
  max-height: 350px;
}
.infoHold span {
  float: left;
}

.fullText {
  font-weight: normal;
  text-indent: 10px;
}

.nameExistUsr {
  background-color: white;
  width: 452px;
  padding: 10px;
  position: absolute;
  top: 438px;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.nameExistUsr .nameYes {
  margin-right: 10px;
}

.accountAccountS ul li {
  height: auto !important;
  padding: 0 !important;
}

.ui-tooltip, .arrow:after {
  background: #008bb2 !important;
  border: none !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-tooltip {
  padding: 5px 15px;
  color: white !important;
  background-color: #008bb2 !important;
  border-radius: 20px;
  font-size: 12px !important;
  border: none !important;
  @shadow-level2;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.getDefHelp {
  padding-left: 10px;
  padding-right: 10px;
}

.rowFix {
  padding: 0 !important;
  margin: 0 !important;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .currentStudent {
    padding-right: 10px;
  }
}


.learnerIconBackground {
  background-color: #DECDF4;
  float: left;
  margin: 6px 5px 6px 3px;
  height: 36px;
  width: 36px;
  border-radius: 56px;
}

.learnerIcon {
  display: block;
  width: 24px;
  margin: 6px;
  height: 23px;
}

.studentName {
  display: block;
  float: left;
  margin: 12px 10px 4px 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.downArrow {
  width: 32px;
  height: 32px;
  margin: 8px 0;
}


@media only screen and (max-width: 40em) and (orientation: portrait) {
  .currentStudent span.stuLabel {
    margin-top: 0;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  .currentStudent span.stuLabel {
    margin-top: 5px;
  }
}

.NECClessonSelector ul li, .lessonSelector ul li {
  font-size: 12px;
}
.NECClessonSelector h4, .lessonSelector h4 {
  font-size: 16px;
}

.tagsList {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #cccccc;
  margin: 0;
  min-height: 47px;
  float: left;
  min-width: 100%;
}
.tagsList .tagItem {
  display: inline-block;
  padding: 5px;
  background-color: #f4f4f4;
  color: #797a7c;
  border-radius: 5px;
  margin: 5px;
  float: left;
}
.tagsList .tagItem i {
  color: red;
  padding-left: 5px;
  cursor: pointer;
}

.tagsListShow {
  display: inline-block;
  margin-left: 0;
}
.tagsListShow li {
  float: left;
  font-size: 13px;
  color: #544e4e;
  padding-right: 5px;
  padding-top: 9px;
}
.tagsListShow li::after {
  content: ",";
}
.tagsListShow li:last-child::after {
  content: " ";
}

.formSubText {
  position: absolute;
  top: 27px;
  font-size: 10px;
}

.formSubTextTitle {
  position: absolute;
  top: 36px;
  font-size: 10px;
  right: 10px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .formSubTextTitle {
    position: absolute;
  }
}

.formSubTextTitleLower {
  position: absolute;
  top: 36px;
  font-size: 10px;
  right: 10px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .formSubTextTitleLower {
    position: initial;
  }
}

.multiLevelBtn {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.multiLevelBtn:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.levelsSelector {
  display: block;
  width: 220px;
  float: right;
  padding: 5px;
  margin: 2px 10px;
  background-color: #aecee3;
}
.levelsSelector button {
  width: 46%;
  margin: 2%;
  float: right;
  padding: 5px;
  background-color: #0066b0;
  border-radius: 5px;
}

.tab-bar {
  border-bottom: 2px solid #262626;
}

.displayAccountInfo, .displaySchoolInfo, .displayClassroomInfo {
  position: absolute;
  width: 96%;
  padding: 2%;
  margin: 2%;
  background-color: white;
  z-index: 99999999999;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.accountsTab {
  position: relative;
}

.accountAccountsHere li:hover, .accountStatesHere li:hover {
  background-color: rgba(0, 231, 195, 0.2);
}

.accountText {
  max-height: 200px;
  overflow-y: auto;
}

.smallAcctText {
  font-size: 10px;
  color: #c2c2c2;
}

.studentConfirm {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.studentConfirm .overConfirm {
  padding-top: 2%;
  width: 40%;
  height: 25%;
  background-color: white;
  margin-left: 30%;
  margin-top: 20%;
  text-align: center;
  color: #0066a6;
}

.warningLabel {
  border: 1px solid red !important;
  box-shadow: 0 0 5px red !important;
  -webkit-box-shadow: 0 0 5px red !important;
}

.messageContent input {
  margin: 0 5px 0;
  vertical-align: middle;
}
.messageContent span {
  font-size: 11px;
  color: black;
}

.loading-circle {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(142, 175, 62, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: spinner-bounce;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: spinner-bounce;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: 0;
  -moz-animation-fill-mode: both;
  animation-name: spinner-bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0;
  animation-fill-mode: both;
}

.loading-circle-2 {
  -webkit-animation-name: spinner-bounce;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: -1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: spinner-bounce;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-delay: -1s;
  -moz-animation-fill-mode: both;
  animation-name: spinner-bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: -1s;
  animation-fill-mode: both;
}

@-webkit-keyframes spinner-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes spinner-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spinner-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.studentConfirm2 {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}
.studentConfirm2 .overConfirm2 {
  padding-top: 5%;
  width: 40%;
  height: 35%;
  background-color: white;
  margin-left: 30%;
  margin-top: 20%;
  text-align: center;
  color: #0066a6;
}

.gs-w {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.accountScopesS {
  max-height: 200px;
  overflow-y: auto;
}

.clearAllFilt {
  margin-top: 22px;
}

.canDrop::after, .countryDrop::after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  float: right;
  padding-right: 10px;
  z-index: 1;
}

.hasDropped::after, .countryOpen::after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  float: right;
  padding-right: 10px;
  z-index: 1;
}

.lessonItem, .lessonChild, .lessonSection {
  position: relative;
}

.scopeOpen::after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.scopeClosed::after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.liFix li {
  position: relative;
}

.hasDroppedUser::after, .hasDroppedUsr::after, .hasDroppedApp::after, .hasDroppedSch::after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.canDropUser::after, .canDropUsr::after, .canDropApp::after, .canDropSch::after {
  content: "\f067";
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div.switch {
  border-width: 5px;
  border-radius: 5px;
  width: 100px;
}
div.switch:active {
  background-color: #cccccc;
}
div.switch input {
  height: auto;
  width: auto;
}
div.switch label {
  widows: 50px;
  color: transparent;
  background: #dddddd;
}
div.switch label span {
  color: #222222;
}

div.switch input:last-of-type:checked + label {
  background-color: #94b70d;
}
div.switch input:last-of-type:checked + label:after {
  content: "On";
  color: #222222;
  padding-right: 12px;
  display: block;
  margin-top: -5px;
}

div.switch input:last-of-type + label {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
div.switch input:last-of-type + label:after {
  content: "Off";
  color: #222222;
  padding-right: 12px;
  display: block;
  margin-top: -5px;
}

/* legal page styles */
.legal {
  background-color: white;
  margin: 1.5rem auto;
  border: 1px solid #a9aaaa;
  width: 80%;
}
.legal h3 {
  color: #008bb2;
  background-color: #dedede;
  padding: 1.3rem 1rem 0.5rem;
  font-weight: bold;
  margin: 0;
  font-size: 100%;
  height: 50px;
}
.legal h6 {
  font-weight: bold;
  margin: 1rem;
}
.legal form {
  margin: 0;
}
.legal form fieldset {
  margin: 0;
}
.legal p {
  margin: 1rem;
}
.legal ul {
  margin: 1rem 4rem;
  list-style-type: inherit;
}
.legal ol {
  margin: 1rem 4rem;
  list-style-type: decimal;
}
.legal .content {
  overflow: auto;
  height: 85%;
  margin-top: 0.3rem;
}
.legal .contact {
  width: 20% !important;
  min-width: 15rem;
}

.loginHeader .legalPopup {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999999999 !important;
}
.loginHeader .legalPopup input[type="checkbox"] {
  margin-right: 5px;
}
.loginHeader .legalPopup button {
  margin-top: 5px;
}
.loginHeader .legalPopup .legalModal {
  height: auto;
  overflow: hidden;
}
.loginHeader .legalPopup .legalModal .legal {
  height: auto;
  margin-bottom: 0;
  width: 900px;
  max-width: 90%;
  border: 0;
  padding-bottom: 15px;
  margin-top: 15%;
}
.loginHeader .legalPopup .legalAcceptForm {
  width: 900px;
  margin: 0 auto;
  background: #eeeeee;
  border: 0;
  border-top: none;
  max-width: 90%;
}
.loginHeader .legalPopup .legalAcceptForm .row {
  max-width: 20rem;
  padding: 1rem 1rem 0;
}

/* Large and up
 * ============================================== */
@media only screen and (min-width: 64.063em) {
  .smallCover {
    background-color: #f6fafd;
  }

  .saveButtonSmallBot {
    margin-top: 212px;
  }

  .saveButtonSmallBotOther {
    margin-top: 163px;
  }
}
@media only screen and (max-width: 60em) {
  .contPanel {
    height: 600px;
  }

  .buildSide {
    width: 100%;
  }

  .addWidg {
    width: 100%;
  }
}
/* Medium Break point
 * ============================================== */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .saveButtonSmallBot {
    margin-top: 212px;
  }

  .smallCover {
    background-color: #f6fafd;
  }

  .columns {
    padding-top: 0px;
  }

  .column {
    padding-top: 5px;
  }

  header .top-container .hide-for-small .logo img {
    min-height: 45px;
  }
  header .top-container .info-nav #top-nav ul li a {
    font-size: 16px;
  }

  .bodyContainer .widgetContainer {
    position: relative;
  }
  .bodyContainer .widgetContainer .widget1 {
    width: 300px;
    margin: 0 auto;
  }
  .bodyContainer .widgetContainer .widget5 {
    padding-top: 5px;
  }
  .bodyContainer .widgetContainer .widget5 img {
    margin: 0 auto;
    display: block;
  }

  .accountsTab .contentList {
    padding-top: 14px !important;
  }
  .accountsTab .contentList li {
    padding-right: 5px;
  }
  .accountsTab .contentList .resultsButton {
    font-size: 12px;
    width: 70px;
  }
  .accountsTab .top1x1 h4 {
    float: left;
  }

  .neccLessonCover p {
    font-size: 12px;
  }

  .saSub5 .sub5Add:after {
    font-size: 16px !important;
  }
  .saSub5 .sub5Edit:after {
    font-size: 16px !important;
  }
}
/* Small Break point
 * ============================================== */
@media only screen and (max-width: 40em) {
  .otherSkillLeft {
    width: 100% !important;
    text-align: center !important;
    border-bottom: 1px solid #a4a4a4;
  }

  .otherSkillRight {
    width: 90% !important;
    border-left: none !important;
  }

  .smallCover {
    background-color: #e4ebf0;
    margin-bottom: 5px;
  }

  .right-off-canvas-menu {
    width: 90%;
  }

  .mobileTopCrumbs {
    padding-top: 50px;
    margin: 16px 0;
  }

  .mobileTopCrumbMargin {
    margin: 16px 0;
  }

  p {
    margin-bottom: 0px;
  }

  header {
    height: 0px;
  }
  header .top-container .right-off-canvas-menu {
    margin-top: 0px;
  }

  .bodyContainer .widgetContainer ul.contentList {
    float: none;
    padding-top: 5px;
  }
  .bodyContainer .widgetContainer ul.contentList li {
    padding-right: 0px;
  }
  .bodyContainer .widgetContainer .mobileResultHead {
    padding-top: 10px;
  }
  .bodyContainer .widgetContainer .mobileResultsBody {
    border-radius: 5px;
    background-color: rgba(0, 139, 178, 0.2);
  }
  .bodyContainer .widgetContainer .widget1 {
    margin-left: 25px;
    padding: 5px;
  }
  .bodyContainer .widgetContainer .widget1 img {
    width: 85%;
  }
  .bodyContainer .widgetContainer .widget2 {
    width: 100%;
    margin: 0 auto;
  }
  .bodyContainer .widgetContainer .widget3 {
    margin-left: 25px;
    background-color: #b3b5b6;
  }
  .bodyContainer .widgetContainer .widget3 img {
    width: 85%;
  }
  .bodyContainer .reportsMiddleContainer .midMenuMid {
    width: 100%;
  }
  .bodyContainer .reportsMiddleContainer .customWidget ul li img {
    width: 70%;
  }
  .bodyContainer .reportsMiddleContainer .breadcrumbs {
    background-color: #ededed;
  }
  .bodyContainer .reportsMiddleContainer ul.reportsMenu {
    margin-left: 0;
  }

  .srchMve {
    width: 200px !important;
  }

  .resultsButton {
    width: 75px;
    font-size: 0.8em;
  }
  .resultsButton.centered {
    width: 46%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .discardButton {
    width: 40%;
    font-size: 0.8em;
  }
  .discardButton.centered {
    width: 46%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .saveButtonSmallBot, .saveButtonSmallBotOther {
    margin: 0 auto 10px auto;
    float: none !important;
  }

  .text-right {
    text-align: center !important;
  }

  .neccLessonCover .cancelButton {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .neccLessonCover .saveButton {
    float: left;
    width: 46%;
    margin: 2%;
  }

  .lessonTop .closeButton {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .lessonTop .cancelButton {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .lessonTop .closeButton.closeButton-fix {
    float: none;
  }
  .lessonTop .publishButon {
    float: left;
    width: 46%;
    margin: 2%;
  }
  .lessonTop .publishButon.no-resize {
    width: 75px;
    font-size: 0.8em;
  }

  .leftPls {
    text-align: center !important;
  }

  .instrucSaveButton {
    width: 96% !important;
  }

  .formSubText {
    position: relative;
    top: 0;
    margin-top: -10px;
    right: 0;
  }

  .formSubTextTitle, .formSubTextTitleLower {
    position: relative;
    margin-top: -10px;
    top: 0;
    right: 0;
  }

  .lessonItemHeaderIndent {
    width: 100% !important;
    margin: 0 !important;
  }
  .lessonItemHeaderIndent h3 {
    float: none !important;
  }

  .lessonItemHeader h3 {
    float: none !important;
  }

  .blockMove {
    margin-left: -22px !important;
  }

  .wrapBgFix {
    background-color: #f6fafd;
  }

  .subformWrappers {
    padding: 2%;
    margin: 2%;
    background-color: #8ab3cf;
  }

  .mobileInputFix {
    max-width: 180px !important;
  }
}

.breadCrumbsContainer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 5px;
  padding-right: 18px;
}

.buttonDisplay {
  width: 248px;
  height: 24px;
  border-radius: 32px;
  background-image: linear-gradient(111deg, #ac7de8 11%, #764cba 105%), linear-gradient(to bottom, #764cba, #764cba);
}
@media only screen and (max-width: 415px) {
  .buttonDisplay{
    margin: 0 auto 8px auto;
    width: 248px;
  }
}

.breadCrumbsContentDisplay {
  grid-area: 1/1;
  margin-top:16px;
}

.mobileTopCrumbsMargin {
  margin: 32px 0;
}
.ace-button-primary {
  border-radius: 32px;
  cursor: pointer;
  font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  float: right;
}
@media only screen and (max-width: 415px) {
  .ace-button-primary{
    float: none;
  }
}
#addNewStudent .resultsButton {
  margin-top: 8px;
}

.saDetailsHead {
  background-image: url("/assets/images/Curriculum/Lesson-Details-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.line-clamp-2 {
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.saScopesHead {
  background-image: url("/assets/images/Curriculum/Scopes-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saObjectiveHead {
  background-image: url("/assets/images/Curriculum/Objective-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saResponseHead {
  background-image: url("/assets/images/Curriculum/Response-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saInstructionsHead {
  background-image: url("/assets/images/Curriculum/Instructions-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saPromptHead {
  background-image: url("/assets/images/Curriculum/Prompts-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saDataHead {
  background-image: url("/assets/images/Curriculum/DataBlocks-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saProcedureHead {
  background-image: url("/assets/images/Curriculum/Procedure-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saInstPlanHead {
  background-image: url("/assets/images/Curriculum/Instructional-Plan-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saCriteriaHead {
  background-image: url("/assets/images/Curriculum/Criteria-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saAssessmentHead {
  background-image: url("/assets/images/Curriculum/Criteria-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saMaintenanceHead {
  background-image: url("/assets/images/Curriculum/Maintenance-Icon.png");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.saInstrcutionTableCover {
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 0;
  margin: 0 3%;
  width: 94%;
}

.saInstrcutionTable {
  padding: 0;
  margin: 2%;
  width: 96%;
  display: block;
  float: left;
  height: auto;
  background-color: none;
  text-align: left;
  font-size: 14px;
}
.saInstrcutionTable .saInstrcutionTableRow {
  width: 100%;
  display: block;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionLeft {
  display: block;
  float: left;
  width: 6%;
  height: 30px;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionCRight {
  display: block;
  float: left;
  width: 94%;
  min-height: 40px;
  background-color: white;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  font-size: 12px;
  text-align: left;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionCRight.full {
  width: 100%;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionCRight:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSub1 {
  display: block;
  float: left;
  width: 100%;
  min-height: 40px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSub3 {
  display: block;
  float: left;
  width: 5%;
  min-height: 40px;
}
@media only screen and (max-width: 40em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSub3 {
    width: 10%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSub3 {
    width: 10%;
  }
}
.saInstrcutionTable .saInstrcutionTableRow .parentSub4 {
  display: block;
  float: left;
  width: 10%;
  min-height: 40px;
  position: relative;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons {
  display: block;
  float: left;
  width: 15%;
  min-height: 40px;
  position: relative;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4Discontinue {
  width: 33%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 15px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4Discontinue:after {
  content: "\f046";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4DiscontinueTrue {
  width: 33%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 15px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4DiscontinueTrue:after {
  content: "\f05e";
  font-family: FontAwesome;
  color: red;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4Visible {
  width: 33%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 17px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4Visible:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #c9c9c9;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
  margin-left: 3px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4VisibleTrue {
  width: 33%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 17px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainIcons .sub4VisibleTrue:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
  margin-left: 3px;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSub5 {
  display: block;
  float: left;
  width: 85%;
  min-height: 40px;
}
@media only screen and (max-width: 40em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSub5 {
    width: 80%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSub5 {
    width: 80%;
  }
}
.saInstrcutionTable .saInstrcutionTableRow .parentSub5 input {
  margin-bottom: 0;
  margin-top: 2px;
  margin-left: 0;
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainName {
  display: block;
  float: left;
  width: 80%;
  min-height: 40px;
}
@media only screen and (max-width: 40em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSubChainName {
    width: 75%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .saInstrcutionTable .saInstrcutionTableRow .parentSubChainName {
    width: 75%;
  }
}
.saInstrcutionTable .saInstrcutionTableRow .parentSubChainName input {
  margin-bottom: 0;
  margin-top: 2px;
  margin-left: 0;
}
.saInstrcutionTable .saInstrcutionTableRow .salevel1 {
  width: 40%;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub1 {
  display: block;
  float: left;
  width: 17%;
  min-height: 40px;
  padding-left: 10px;
  padding-top: 10px;
}

.saInstrcutionTable .saInstrcutionTableRow .saSub1 {
  display: block;
  float: left;
  width: 17%;
  min-height: 40px;
  padding-left: 10px;
  padding-top: 10px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub1.full {
  width: 12%;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub2 {
  display: block;
  float: left;
  width: 25%;
  min-height: 40px;
  padding-top: 10px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub3 {
  display: block;
  float: left;
  width: 25%;
  min-height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub4 {
  display: block;
  float: left;
  width: 25%;
  min-height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 {
  display: block;
  float: left;
  margin-top: 10px;
  width: 8%;
  min-height: 40px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5.full {
  width: 13%;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Add {
  width: 50%;
  display: block;
  float: left;
  height: 25px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Add.full {
  width: 25%;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Add:after {
  content: "\f014";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: red;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Edit {
  width: 50%;
  display: block;
  float: left;
  height: 25px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Edit.full {
  width: 25%;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Edit:after {
  content: "\f044";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Discontinue {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Discontinue:after {
  content: "\f046";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5DiscontinueTrue {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5DiscontinueTrue:after {
  content: "\f05e";
  font-family: FontAwesome;
  color: red;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Visible {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 2px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5Visible:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #a3aab1;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
  margin-left: 3px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5VisibleTrue {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
  margin-top: 2px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub5 .sub5VisibleTrue:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
  margin-left: 3px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub6 {
  display: block;
  float: left;
  width: 70%;
  min-height: 40px;
  padding-top: 10px;
}
.saInstrcutionTable .saInstrcutionTableRow .saSub6.full {
  width: 75%;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionTitle {
  background-color: gainsboro;
  font-weight: bold;
}
.saInstrcutionTable .saInstrcutionTableRow .saInstrcutionHeader {
  font-weight: bold;
  background: none;
  border: none;
}
.saInstrcutionTable .saInstrcutionTableRow .saTableUp {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  cursor: pointer;
}
.saInstrcutionTable .saInstrcutionTableRow .saTableUp:after {
  transition: 0.5s all;
  content: "\f0d8";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  padding-left: 10px;
  z-index: 1;
  line-height: 1px;
}
@media only screen and (max-width: 40em) {
  .saInstrcutionTable .saInstrcutionTableRow .saTableUp:after {
    padding-left: 0;
  }
}
.saInstrcutionTable .saInstrcutionTableRow .saTableUp:hover:after {
  font-size: 28px;
}
.saInstrcutionTable .saInstrcutionTableRow .saTableDown {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  cursor: pointer;
}
.saInstrcutionTable .saInstrcutionTableRow .saTableDown:after {
  transition: 0.5s all;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  padding-left: 10px;
  z-index: 1;
  line-height: 1px;
}
@media only screen and (max-width: 40em) {
  .saInstrcutionTable .saInstrcutionTableRow .saTableDown:after {
    padding-left: 0;
  }
}
.saInstrcutionTable .saInstrcutionTableRow .saTableDown:hover:after {
  font-size: 28px;
}
.saInstrcutionTable .saInstrcutionTableRow input {
  margin-bottom: 0;
  margin-top: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.sepTargs {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}

.saTargetsBig {
  display: block;
  float: left;
  padding-top: 0px !important;
  padding-right: 7px;
  margin: 0;
  width: auto;
  min-height: 10px !important;
  font-weight: normal !important;
}

.saTargetsBig::after {
  content: ",";
}

.saTargetsBig:last-child::after {
  content: "";
}
.saTargetsBig:last-child::after input {
  margin: 0;
}
.saTargetsBig:last-child::after td {
  font-size: 12px;
}
.saTargetsBig:last-child::after td:not(:first-child) {
  border-bottom: 1px solid #b7b7b7;
}
.saTargetsBig:last-child::after td:nth-child(2) {
  border-left: 1px solid #b7b7b7;
}
.saTargetsBig:last-child::after td:last-child {
  border-right: 1px solid #b7b7b7;
}
.saTargetsBig:last-child::after th:not(:first-child) {
  border-bottom: 1px solid #b7b7b7;
}

.saLevel {
  background-color: #dbdbdb;
  font-weight: bold;
}
.saLevel td:first-child {
  background-color: white;
}

.moveTableLevel {
  padding: 0;
  width: 40px;
  text-align: center;
}
.moveTableLevel .saTableUp {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  cursor: pointer;
}
.moveTableLevel .saTableUp:after {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  top: 0px;
  z-index: 1;
}
.moveTableLevel .saTableDown {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
  cursor: pointer;
}
.moveTableLevel .saTableDown:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  top: 0px;
  z-index: 1;
}

.saAntiTable {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 5px;
}
.saAntiTable .saAntiTableRow {
  width: 100%;
  min-height: 40px;
  display: block;
  float: left;
}
.saAntiTable .saAntiTableRow .saAntiTableLeft {
  width: 15%;
  min-height: 1px;
  display: block;
  float: left;
}
.saAntiTable .saAntiTableRow .saAntiTableLeft .mobileSaTableUp {
  width: 100%;
  display: block;
  height: 18px;
  float: left;
}
.saAntiTable .saAntiTableRow .saAntiTableLeft .mobileSaTableUp:after {
  content: "\f0d8";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-left: 10px;
  z-index: 1;
}
.saAntiTable .saAntiTableRow .saAntiTableLeft .mobileSaTableDown {
  width: 100%;
  display: block;
  height: 18px;
  float: left;
}
.saAntiTable .saAntiTableRow .saAntiTableLeft .mobileSaTableDown:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-left: 10px;
  z-index: 1;
}
.saAntiTable .saAntiTableRow .antiLevelTitle {
  background-color: gainsboro !important;
}
.saAntiTable .saAntiTableRow .saAntiTableRight {
  display: block;
  position: relative;
  float: left;
  width: 85%;
  background-color: white;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.saAntiTable .saAntiTableRow .saAntiTableRight.full {
  width: 100%;
}
.saAntiTable .saAntiTableRow .saAntiTableRight input {
  float: left;
  text-align: center;
  vertical-align: middle;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.saAntiTable .saAntiTableRow .saAntiTableRight p {
  float: left;
}
.saAntiTable .saAntiTableRow .saAntiTableRight .saAntiRightTop {
  display: block;
  float: left;
  width: 100%;
}
.saAntiTable .saAntiTableRow .saAntiTableRight .saAntiRightBot {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  background-color: #fffed8;
}
.saAntiTable .saAntiTableRow .saAntiTableRight .saAntiRightBot .saAntiRightBotInner {
  padding: 5px;
  font-size: 12px;
  color: #474747;
  border-bottom: 1px solid #dbdbdb;
}
.saAntiTable .saAntiTableRow .saAntiTableRight .saAntiRightBot .saAntiRightBotInner h4 {
  width: 100%;
  font-weight: bold;
  color: black;
  font-size: 12px;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}

.antiEdits {
  width: 115px;
  height: 43px;
  float: right;
}
.antiEdits .anti5Add {
  width: 24px;
  float: right;
  height: 100%;
  margin-top: 4px;
}
.antiEdits .anti5Add:after {
  content: "\f014";
  font-family: FontAwesome;
  color: red;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
}
.antiEdits .anti5Edit {
  width: 24px;
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
.antiEdits .anti5Edit:after {
  content: "\f044";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
}
.antiEdits .anti5Discontinue {
  width: 24px;
  float: right;
  margin-top: 12px;
  margin-left: 5px;
}
.antiEdits .anti5Discontinue:after {
  content: "\f05e";
  font-family: FontAwesome;
  color: #c9c9c9;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.antiEdits .anti5DiscontinueTrue {
  width: 24px;
  float: right;
  margin-top: 12px;
  margin-left: 5px;
}
.antiEdits .anti5DiscontinueTrue:after {
  content: "\f05e";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.antiEdits .anti5Visible {
  width: 24px;
  float: right;
  margin-top: 14px;
  margin-left: 5px;
}
.antiEdits .anti5Visible:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #c9c9c9;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
}
.antiEdits .anti5VisibleTrue {
  width: 24px;
  float: right;
  margin-top: 14px;
  margin-left: 5px;
}
.antiEdits .anti5VisibleTrue:after {
  content: "\f10b";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  z-index: 1;
  line-height: 1px;
}

.saInstructionsMenu {
  display: block;
  position: absolute;
  top: 2px;
  right: 5px;
  height: 34px;
  width: 36px;
  background-image: url("/assets/images/Curriculum/Sectional-Action-Icon-12.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.fixPadForInstr {
  padding: 10px;
}
.addSubLevelSAInstructions {
  width: calc(100% - 65px);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 15px;
  height: auto;
  z-index: 5;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
.addSubLevelSAInstructions p {
  color: #2a2a2a;
  font-weight: normal;
  margin-bottom: -10px;
}
.addSubLevelSAInstructions #addSubTarget {
  width: 100%;
  float: left;
}
.addSubLevelSAInstructions #addSubTarget input {
  width: 65%;
  margin-right: 2%;
}
.addSubLevelSAInstructions #addSubTarget button {
  width: 33%;
}
.addSubLevelSAInstructions #addSubTargetBox {
  width: 100%;
  float: left;
}
.addSubLevelSAInstructions #addSubTargetBox #targetAddedBox {
  width: 96%;
  margin: 0%;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  min-height: 40px;
  border: 1px solid #c9c9c9;
}
.addSubLevelSAInstructions #addSubTargetBox #targetAddedBox .targetAddedInBox {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 5px;
}
.addSubLevelSAInstructions #addSubTargetBox #targetAddedBox .targetAddedInBox i {
  float: right;
  color: red;
  font-size: 26px;
}
.addSubLevelSAInstructions #addSubTargetBox #targetAddedBox .targetAddedTextDiv {
  width: 90%;
  float: left;
}
.addSubLevelSAInstructions .sublevelAddTextArea {
  width: 100%;
  float: left;
}

.antiRightTopClosed:after {
  content: "\f196";
  font-family: FontAwesome;
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  position: absolute;
  left: 7px;
  top: 10px;
  z-index: 1;
}

.antiRightTopOpen:after {
  content: "\f147";
  font-family: FontAwesome;
  color: #3d3d3d;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  position: absolute;
  left: 7px;
  top: 10px;
  z-index: 1;
}

.skillHolder {
  width: 90%;
  min-height: 40px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 40em) {
  .skillHolder {
    width: 100%;
  }
}
.skillHolder input[type="checkbox"] {
  margin-top: 20px;
  margin-right: 10px;
}
.skillHolder .neccSkill {
  background-color: #f1efd6 !important;
  border: 1px solid #e0d54a !important;
}
.skillHolder .otherSkill {
  border-radius: 5px;
  display: block;
  font-size: 12px;
  float: left;
  width: 100%;
  min-height: 30px;
  border: 1px solid #a4a4a4;
  background-color: #efefef;
  min-height: 30px;
  margin-bottom: 5px;
}
.skillHolder .otherSkill.pos {
  position: relative;
}
.skillHolder .otherSkill .otherSkillLeft {
  width: 40%;
  height: 100%;
  display: block;
  float: left;
  padding: 10px;
  text-align: left;
  border-right: 1px solid #a4a4a4;
  margin-right: -1px;
}
.skillHolder .otherSkill .otherSkillRight {
  text-align: left;
  padding-left: 2%;
  width: 50%;
  height: 100%;
  padding: 10px;
  display: block;
  float: left;
  border-left: 1px solid #a4a4a4;
}
.skillHolder .otherSkill .otherSkillDelete {
  width: 4%;
  height: 100%;
  display: block;
  float: left;
  cursor: pointer;
}
.skillHolder .otherSkill .otherSkillDelete:after {
  content: "\f014";
  font-family: FontAwesome;
  color: red;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
}
.skillHolder .otherSkill .otherSkillPrimary {
  width: 5%;
  height: 100%;
  display: block;
  float: left;
  cursor: pointer;
  color: #9f9f9f;
}
.skillHolder .otherSkill .otherSkillPrimary.active {
  color: #ffc600;
}
.skillHolder .otherSkill .otherSkillPrimary:after {
  content: "\f024";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
}

.sentanceText {
  text-align: left;
  padding-left: 18px;
}

.formButtons {
  margin-top: 5px;
}

.maintFix {
  font-size: 12px;
  padding-top: 12px !important;
}

.saPromptType {
  border-radius: 5px;
  background-color: white;
  margin: 2px 10px;
  padding: 0;
  float: left;
  height: auto;
  width: 90%;
  border: 1px solid #c5c5c5;
}
.saPromptType .saPromptOpen:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  position: absolute;
  left: 30px;
  top: 3px;
  z-index: 1;
}
.saPromptType .saPromptClosed:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  position: absolute;
  left: 30px;
  top: 3px;
  z-index: 1;
}
.saPromptType .saPromptTypeHead {
  background-color: #fffeda;
  text-align: left;
  position: relative;
  padding: 10px 15px 10px 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #c5c5c5;
}
.saPromptType .saPromptTypeHead h3 {
  font-size: 16px;
  margin: 0;
  float: left;
  max-width: 89%;
}
.saPromptType .saPromptTypeBody {
  width: 100%;
  padding: 2% 3%;
}
.saPromptType .saPromptTypeHeadAdd {
  background-color: white;
  text-align: left;
  position: relative;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
}
.saPromptType .saPromptTypeHeadAdd h3 {
  font-size: 16px;
  margin: 0;
}
.saPromptType .saPromptTypeHeadAdd:after {
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: 2px;
  color: #99af1e;
  z-index: 1;
}

.saPromptTypeSub {
  border-radius: 5px;
  position: relative;
  background-color: white;
  margin: 2px;
  padding: 0;
  float: left;
  width: 100%;
  border: 1px solid #c5c5c5;
}
.saPromptTypeSub .saPromptTypeHeadSub {
  background-color: #fbf69d;
  text-align: left;
  padding: 10px 15px 10px 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #c5c5c5;
}
.saPromptTypeSub .saPromptTypeHeadSub h3 {
  font-size: 16px;
  margin: 0;
  float: left;
  max-width: 86%;
}
.saPromptTypeSub .saPromptTypeBodySub {
  width: 96%;
  padding: 2% 3%;
}

.trashSaPrompt {
  float: right;
  color: red;
  font-size: 20px;
}
.trashSaPrompt .fa-trash-o {
  color: red;
}

.saSubPromptOpen:after, .blockOpenNow:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  color: #aaa20f;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}

.saSubPromptClosed:after, .blockClosedNow:after {
  content: "\f067";
  font-family: FontAwesome;
  color: #aaa20f;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}

.saSubPromptAdd {
  border-radius: 5px;
  position: relative;
  text-align: left;
  background-color: white;
  margin: 2px 2%;
  padding: 0;
  float: left;
  width: 96%;
  border: 1px solid #c5c5c5;
}
.saSubPromptAdd h3 {
  font-size: 16px;
  color: #328fae;
  padding-left: 35px;
}

.saSubPromptAdd:after {
  content: "\f055";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: -3px;
  color: #99af1e;
  z-index: 1;
}

.blockPicker {
  position: absolute;
  width: 280px;
  height: auto;
  display: block;
  z-index: 10;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.typePicker {
  position: absolute;
  width: 280px;
  height: auto;
  display: block;
  z-index: 10;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fadingTypes {
  position: absolute;
  width: 280px;
  height: auto;
  display: block;
  z-index: 10;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.promptTypes {
  position: absolute;
  width: 280px;
  height: auto;
  display: block;
  z-index: 10;
  padding: 15px;
  background-color: white;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.moveLeft {
  opacity: 1;
}

.lessonOptions {
  float: right;
  opacity: 0;
}
.lessonOptions li {
  display: inline-block;
  padding-right: 10px;
  padding-top: 5px;
  height: 25px;
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s forwards;
  -moz-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.fadeOutRight {
  -webkit-animation: fadeOutRight 1s forwards;
  -moz-animation: fadeOutRight 1s forwards;
  animation: fadeOutRight 1s forwards;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animate-show {
  opacity: 1;
}

.animate-show.ng-hide-add.ng-hide-add-active, .animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show.ng-hide {
  opacity: 0;
}

.ng-show {
  opacity: 1;
}

.ng-hide-add.ng-hide-add-active, .ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.ng-hide {
  opacity: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.ng-enter {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.ng-enter-active {
  opacity: 1;
}

.ng-leave {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.ng-leave-active {
  opacity: 0;
}

.ng-leave-stagger {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ng-enter-stagger {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#baseline {
  min-height: 100px;
}

.publishConfirm {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  padding: 1%;
}
.publishConfirm .lessonSection {
  background-color: #f6fafd;
  float: left;
  width: 31%;
  margin: 1%;
  padding: 5px;
  min-height: 120px;
}
.publishConfirm .lessonSection .sectionHeader {
  background-color: #4180ab;
  color: white;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.publishConfirm p {
  font-size: 13px;
  float: right;
  margin-bottom: 0;
  margin-top: 15px;
}

.missingItem {
  font-size: 11px;
}

.publishHead {
  background-color: #f6fafd;
  border: 5px solid #4180ab;
}

.blockMove {
  width: 30px;
  height: 40px;
  display: block;
  float: left;
  margin-left: -30px;
}
.blockMove.blockMove2 {
  margin-left: -8px;
}
.blockMove .blockMoveUp {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
}
.blockMove .blockMoveUp:after {
  transition: 0.5s all;
  content: "\f0d8";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  padding-right: 5px;
  z-index: 1;
  line-height: 1px;
}
.blockMove .blockMoveUp:hover:after {
  font-size: 26px;
}
.blockMove .blockMoveDown {
  width: 100%;
  height: 20px;
  display: block;
  float: left;
}
.blockMove .blockMoveDown:after {
  transition: 0.5s all;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 28px;
  padding-right: 5px;
  z-index: 1;
  line-height: 1px;
}
.blockMove .blockMoveDown:hover:after {
  font-size: 26px;
}

.blocksHere {
  margin: 2px 0 2px 6%;
  width: 92%;
}

.lessonProcedure {
  position: relative;
}

.fadingOptionsHere {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.fadingOptionsHere input {
  margin-right: 10px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lessonClick,
.eventLogClick {
  color: #0066a6;
  cursor: pointer;
}

.fadingText {
  float: left;
}

.modalSelectFix {
  width: 25%;
  margin-left: -150px;
  border: none;
  overflow: auto;
  top : 3%;
  height: 90%;
}

.modalLessonWriter {
  width: 77%;
  border: none;
  top: 10%;
  height: auto;
  margin-left: -670px;
}

.cancelButtonModal {
  transition: 0.5s;
  background-color: #555551;
  color: white;
  margin: 10px 8px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 40%;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.saveButtonModal {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px 8px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 40%;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.numbaOf {
  float: left;
  font-weight: normal;
  padding-right: 10px;
}

.sentanceText {
  padding: 2px 15px;
}

.defaultTitleLess {
  float: left;
  font-size: 16px;
  line-height: 21px;
}

.teachingProced {
  padding-bottom: 20px !important;
}
.teachingProced .blockMove {
  margin-left: -22px;
}

.textarea-large {
  min-height: 75px;
}

.sentancePlease p {
  padding: 0px 15px;
}

.toolPadding {
  padding: 0 20px !important;
}

.critTextSmall {
  font-size: 12px !important;
}

.editChain,
.removeChain {
  display: block !important;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  font-size: 20px !important;
  color: #555551 !important;
  cursor: pointer;
}
.editChain.full,
.removeChain.full {
  width: 33%;
  float: left;
  margin-top: 10px;
}

.checkChain {
  display: block !important;
  width: 20px;
  height: 20px;
  margin: 10px auto;
  font-size: 20px !important;
  color: #94b70d !important;
  cursor: pointer;
}
.checkChain.full {
  width: 33%;
  float: left;
  margin-top: 10px;
}

.angular-meditor {
  min-height: 75px;
  height: 100%;
  cursor: text;
}
.angular-meditor .angular-meditor-content {
  min-height: 75px;
  outline: 0;
  padding: 0.5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.angular-meditor .angular-meditor-content:focus {
  border-color: #999999;
  outline: none;
  box-shadow: 0 0 5px #999999;
}

.angular-meditor-toolbar {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid #222222;
  border-radius: 3px;
  opacity: 0;
  padding: 0;
  font-size: 16px;
  transition: 0.075s ease-out;
  -webkit-transition: 0.075s ease-out;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}
.angular-meditor-toolbar ul {
  overflow: hidden;
  display: table-row;
  list-style-type: none;
  border-radius: 3px;
}
.angular-meditor-toolbar ul li {
  display: table-cell;
  border: 0;
  padding: 0;
  margin: 0;
}
.angular-meditor-toolbar ul li button, .angular-meditor-toolbar ul li select {
  width: 2.5rem;
  float: left;
  height: 2.25rem;
  margin: 0;
  padding: 0.5rem 0.75rem;
  background-color: #222222;
  border-width: 1px 0 0 0;
  border-color: #222222;
  border-style: solid;
  box-shadow: none;
  font-size: 1em;
  color: #efefef;
}
.angular-meditor-toolbar ul li button:hover, .angular-meditor-toolbar ul li select:hover {
  cursor: pointer;
  background-color: #222211;
}
.angular-meditor-toolbar ul li select {
  overflow: hidden;
  width: 4rem;
  text-overflow: ellipsis;
  margin: 0;
}
.angular-meditor-toolbar:after {
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  margin-left: -0.1875rem;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.4375rem 0.4375rem 0;
  border-style: solid;
  border-color: #222222 transparent transparent;
}
.angular-meditor-toolbar.angular-meditor-toolbar--botom:after {
  bottom: auto;
  top: -0.4375rem;
  border-width: 0 0.4375rem 0.4375rem;
  border-color: transparent transparent #222222;
}

.meditor-family-selector {
  width: 7.5rem;
}

.meditor-select {
  position: relative;
  overflow: hidden;
  min-width: 3.25rem;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.angular-meditor-toolbar--show {
  opacity: 1;
  z-index: 9999999999;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: 0.075s ease-in;
  -webkit-transition: 0.075s ease-in;
}

.fakeTextArea {
  min-height: 75px;
  border-radius: 6px;
  font-size: 12px;
  color: #9a9a9a !important;
  background-color: white;
  margin: 0 0 1rem 0;
  max-width: 96%;
  width: 90%;
  box-sizing: border-box;
  outline: 0;
}

.small-bold {
  font-size: 0.8em;
  font-weight: bold;
  float: right;
}

input[type="radio"] + label.small-bold-label {
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
}

.scopeNow {
  background-color: #f3f8fc;
  height: 121px;
  border-top: 1px solid #ccd1d1;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .scopeNow {
    height: 106px;
  }
}
.scopeNow button {
  margin-top: 10px;
}

.lessonRow {
  height: 50px;
  max-height: 50px;
  position: relative;
}
.lessonRow p {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  cursor: pointer;
  color: #0066a6;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 50px;
  font-size: 0.8em;
}
.lessonRow .orangeCircle {
  border: 5px solid #d25b1b;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #d25b1b;
  margin-top: 8px;
  margin-left: 12px;
}
.lessonRow .bottom-range {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  border: 1px solid #ccd1d1;
  position: absolute;
  bottom: 0;
}

.lessonsLauncher {
  position: relative;
  cursor: pointer;
}
.lessonsLauncher p.top {
  color: #c15a2d;
  font-weight: bold;
  font-size: 20px;
}
.lessonsLauncher p.bottom {
  color: #777777;
}
.lessonsLauncher i {
  font-size: 20px;
}
.lessonsLauncher .container {
  width: 100%;
  height: 70px;
}
.lessonsLauncher .circle {
  color: #c15a2d;
  font-size: 100px;
  top: 8%;
}
.lessonsLauncher .check {
  color: #d49363;
  font-size: 80px;
  top: -18%;
}

.asc:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #222222;
  font-size: 18px;
  z-index: 1;
  line-height: 1px;
}

.desc:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #222222;
  font-size: 18px;
  z-index: 1;
  line-height: 1px;
}

.smallCover p {
  font-weight: bold;
}

.criteria .smallCover p {
  line-height: 1.2;
  margin-bottom: 10px;
}
.criteria .formSubTextTitle {
  top: 36px !important;
}

.materialsLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.materialsLoading i {
  font-size: 55px;
}

.dashBoardMaterialsList {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 220px;
  word-break: break-word;
}

.dashBoardMaterialsList .materialHere {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dashBoardMaterialsList .bottom-row {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  border: 1px solid #ccd1d1;
  position: absolute;
  bottom: 0;
}

.documentsList {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 420px;
  word-break: break-word;
}
.documentsList .materialHere {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.documentsList .bottom-row {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  border: 1px solid #ccd1d1;
  position: absolute;
  bottom: 0;
}

.materialsList {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 420px;
  word-break: break-word;
}
.materialsList .materialHere {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.materialsList .bottom-row {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  border: 1px solid #ccd1d1;
  position: absolute;
  bottom: 0;
}

.imageCursor {
  cursor: pointer;
  max-height: 50px;
}
.imageModal {
  width: 90%;
  height: 90%;
  border: none;
  top: 5%;
  left: 45%;
  overflow-y: auto;
}
.imageModal img {
  max-width: 100%;
}

.otherLibTitle {
  color: #0066a6;
}

.lessonLogClick {
  color: #0066a6;
  cursor: pointer;
}

#studentLessonLogs,
#cbEventLogLauncher,
#acrossAllEventLogLauncher {
  max-height: 450px;
  overflow: hidden;
}
#studentLessonLogs .lessonLogRow,
#cbEventLogLauncher .lessonLogRow,
#acrossAllEventLogLauncher .lessonLogRow {
  background-color: #dedede;
  margin: 5% !important;
  height: 75px;
  max-height: 75px;
  position: relative;
}
#studentLessonLogs .lesson-log-desc,
#cbEventLogLauncher .lesson-log-desc,
#acrossAllEventLogLauncher .lesson-log-desc {
  padding-left: 10px;
  padding-right: 10px;
  color: #0066a6;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 40px;
  font-size: 0.85em;
}
#studentLessonLogs .lesson-log-date,
#cbEventLogLauncher .lesson-log-date,
#acrossAllEventLogLauncher .lesson-log-date {
  font-size: 0.95em;
  font-weight: bold;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  margin-bottom: 0;
}

.widget-launcher-bottom {
  color: #0066a6;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  margin-bottom: 0;
}
.widget-launcher-bottom i {
  font-size: 1.5rem;
  float: right;
  margin-left: 5px;
}
.widget-launcher-bottom a {
  color: #0066a6;
}

#studentLessonNotes, #cbNotes {
  max-height: 490px;
  overflow: auto;
  margin: 1%;
}
#studentLessonNotes .lessonNoteRow, #cbNotes .lessonNoteRow {
  position: relative;
}
#studentLessonNotes .pinnedBox, #cbNotes .pinnedBox {
  width: 40px;
  height: 40px;
  background-color: #00bdcc;
  margin-top: 8px;
  cursor: pointer;
}
#studentLessonNotes .pinnedBox i, #cbNotes .pinnedBox i {
  font-size: 30px;
  color: yellow;
  padding: 3px 10px;
}
#studentLessonNotes .lesson-note-date, #cbNotes .lesson-note-date {
  font-size: 0.7em;
  color: #00bdcc;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
}
#studentLessonNotes .lesson-note-body, #cbNotes .lesson-note-body {
  font-size: 0.9em;
  text-align: left;
  max-height: 200px;
  overflow: hidden;
}
#studentLessonNotes .manageLessonNote, #studentLessonNotes .addLessonNote, #cbNotes .manageLessonNote, #cbNotes .addLessonNote {
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 0;
  height: 500px;
  width: 96%;
  padding: 2%;
  margin: 2%;
  background-color: white;
  z-index: 99999999999;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
#studentLessonNotes .manageLessonNote textarea, #studentLessonNotes .addLessonNote textarea, #cbNotes .manageLessonNote textarea, #cbNotes .addLessonNote textarea {
  height: 5.5rem;
}

.manageSessionTally {
  position: absolute;
  top: 50px;
  width: 96%;
  padding: 2%;
  margin: 2%;
  background-color: white;
  z-index: 99999999999;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.diagonal-divider {
  font-size: 42px;
  font-weight: bold;
  margin-top: -15px;
}

.vertical-divider {
  position: absolute;
  height: 55%;
  left: 50%;
  top: 32%;
  border-left: 2px solid #dedede;
  float: left;
}

.bottom-border {
  border: 1.5px solid black;
}

.large-font {
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.medium-font {
  font-size: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.subSearch .datepicker {
  width: 70%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.searchResultsTableStudentLessonLogs {
  border-collapse: collapse;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
}
.searchResultsTableStudentLessonLogs tr {
  border-bottom: 1px solid #cccccc;
}
.searchResultsTableStudentLessonLogs tr td {
  vertical-align: middle;
  font-size: 11px;
  max-width: 190px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browseLessons .browse-header {
  background-color: #4180ab;
}
.browseLessons .level-header {
  background-color: #f6fafd;
  color: #1b3153;
  height: 50px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #ccd1d1;
}
.browseLessons .level-header:last-child {
  border-right: none;
}
.browseLessons .level-container {
  background-color: white;
}
.browseLessons .level-container .levelName {
  padding-top: 5px;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
}
.browseLessons .browse-level-1 {
  color: white;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  height: 42px;
}
.browseLessons .browse-level-2 {
  color: black;
  font-weight: bold;
}
.browseLessons .leftArrow {
  position: absolute;
  top: 25%;
  left: 50%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .browseLessons .leftArrow {
    left: 25%;
  }
}
.browseLessons .rightArrow {
  position: absolute;
  top: 25%;
  right: 50%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .browseLessons .rightArrow {
    right: 25%;
  }
}
.browseLessons i {
  font-size: 35px;
  color: #636363;
  cursor: pointer;
}
.browseLessons .levelsHere {
  max-height: 335px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 10px;
  padding-right: 25px;
  margin-right: -6px;
  border-right: 1px solid #ccd1d1;
}
.browseLessons .levelsHere.no-border {
  border-right: none;
}
.browseLessons .levelsHere .level {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #ccd1d1;
  text-align: left;
}
.browseLessons .levelsHere .level .launcher {
  color: #0066a6;
  cursor: pointer;
  margin: 0;
  font-size: 12px;
  text-decoration: underline;
}
.browseLessons .return {
  cursor: pointer;
}
.browseLessons .return i {
  font-size: 25px;
  color: #4180ab;
  transition: 1s all;
}
.browseLessons .return span {
  color: #4180ab;
  transition: 1s all;
}

.activateLessonForms,
.changePlanForm {
  display: none;
}
.activateLessonForms form,
.changePlanForm form {
  display: none;
}
.activateLessonForms p,
.changePlanForm p {
  padding: 7px 0 0;
}
.activateLessonForms .row,
.changePlanForm .row {
  padding: 0 0.3125rem 15px;
  line-height: 1.5;
}
.activateLessonForms .column,
.changePlanForm .column {
  margin-top: 15px;
}
.activateLessonForms table,
.changePlanForm table {
  border: 0 none;
  width: 100%;
  margin-bottom: 0;
}
.activateLessonForms table thead,
.changePlanForm table thead {
  background-color: transparent;
}
.activateLessonForms table th, .activateLessonForms table td,
.changePlanForm table th,
.changePlanForm table td {
  padding-bottom: 0;
  padding-top: 0;
}
.activateLessonForms table th:last-child, .activateLessonForms table td:last-child,
.changePlanForm table th:last-child,
.changePlanForm table td:last-child {
  width: 37%;
}
.activateLessonForms input[type=radio], .activateLessonForms select, .activateLessonForms input[type=text],
.changePlanForm input[type=radio],
.changePlanForm select,
.changePlanForm input[type=text] {
  margin: 0 !important;
}
.activateLessonForms input[type=radio],
.changePlanForm input[type=radio] {
  margin-left: 15px;
}
.activateLessonForms .neccFormCover,
.changePlanForm .neccFormCover {
  min-height: 125px;
}

#prescriptionProgress .emptyDataGrid {
  margin-top: 25px;
  text-align: center;
}
#prescriptionProgress .row {
  padding-top: 10px;
  border-bottom: 1px solid #cccccc;
}
#prescriptionProgress .prescriptionProgressContainer {
  padding-left: 18px;
  padding-right: 18px;
}
#prescriptionProgress .prescriptionProgressContainer i {
  color: #008bb2;
  font-size: 30px;
  float: right;
  cursor: pointer;
}
#prescriptionProgress .prescriptionProgressContainer p {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  #prescriptionProgress .prescriptionProgressContainer p {
    font-size: 12px;
  }
}

.progressBar {
  height: 20px;
  position: relative;
  margin-bottom: 15px;
  background: #f6f6f6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 642px) and (max-width: 768px) {
  .progressBar:not(.special) {
    width: 100%;
  }
}
.progressBar span {
  display: block;
  height: 18px;
  max-width: 100%;
  background-color: #2bc253;
  position: relative;
  overflow: hidden;
  transition: 2s width;
  -webkit-transition: 2s width;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.progressBar.orange span {
  background-color: #f1a165;
}
.progressBar.red span {
  background-color: #fe0000;
}
.progressBar.green span {
  background-color: #2bc253;
}
.progressBar.darkBlue span {
  background-color: #0089c6;
}
.progressBar.blue span {
  background-color: blue;
}
.progressBar.lightBlue span {
  background-color: #6666ff;
}

.drilldown-report-body {
  max-height: 500px;
  font-size: 13px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.drilldown-report-body .uploadSpinner {
  margin: 10px;
}
.drilldown-report-body .headerRow {
  background-color: #f2cdb9;
  padding: 5px 0;
  margin: 10px;
}
.drilldown-report-body .drilldown-container {
  position: relative;
}
.drilldown-report-body .drilldown-container .small-1 {
  font-size: 11px;
}
.drilldown-report-body .drilldown-reset {
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.drilldown-report-body .report-name {
  text-align: center;
  color: #008bb2;
}
.drilldown-report-body .widget-flipper-left {
  color: #008bb2;
  font-size: 30px;
  float: left;
  cursor: pointer;
}
.drilldown-report-body .widget-flipper-right {
  color: #008bb2;
  font-size: 30px;
  float: right;
  cursor: pointer;
}
.drilldown-report-body .acctName {
  cursor: pointer;
}
.drilldown-report-body .noLessons {
  padding: 0 10px;
}
.drilldown-report-body .fa-stop.orange {
  color: #f1a165;
}
.drilldown-report-body .fa-stop.red {
  color: #fe0000;
}
.drilldown-report-body .fa-stop.green {
  color: #2bc253;
}
.drilldown-report-body .fa-stop.darkBlue {
  color: #0089c6;
}
.drilldown-report-body .yearPercent {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9999;
  height: 100%;
  pointer-events: none;
}
.drilldown-report-body .yearPercent .yearIndicator {
  display: inline-block;
  border-right: 1px dashed #222222;
  position: relative;
  height: 100%;
  text-align: right;
}
.drilldown-report-body .yearPercent .yearIndicator:after {
  border-right: 1px dashed #222222;
  padding-right: 2px;
}
.drilldown-report-body .yearPercent .yearIndicator div {
  position: absolute;
  top: 0;
  right: -1px;
  height: 16px;
  font-size: 11px;
  background-color: #222222;
  border-radius: 3px 0 0 3px;
  padding: 0 3px;
  color: white;
}
.drilldown-report-body .yearPercent .small-7 {
  height: 100%;
  padding: 0;
}
.drilldown-report-body .flipperControl {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.schoolMarginTop {
  margin-top: 20px;
}

#curriculumReportsLauncher p {
  color: #999999;
  font-size: 18px;
  cursor: pointer;
}

#enterLessonData .enterDataContainer table input, #enterLessonData .enterDataContainer table select,
#enterLessonData .enterDataContainer .entryCell input,
#enterLessonData .enterDataContainer .entryCell select {
  margin-bottom: 0;
  border: 0 none;
  background-color: white;
}
#enterLessonData .enterDataContainer table input.ng-invalid.ng-dirty,
#enterLessonData .enterDataContainer .entryCell input.ng-invalid.ng-dirty {
  border: 1px solid red !important;
}
#enterLessonData .helpText {
  font-size: 13px;
}
#enterLessonData .splitCell input {
  box-shadow: 0 0 0;
  text-align: center;
}
#enterLessonData .splitCell input {
  width: 25%;
  display: inline-block;
}
#enterLessonData .typeCell {
  border-right: 1px solid #cccccc;
}
#enterLessonData .promptCell {
  border-right: 1px solid #cccccc;
}
#enterLessonData .promptCell .entryLabel {
  border-left: 0 none;
}
#enterLessonData .promptCell .entryCell {
  border-left: 0 none;
}
#enterLessonData .entryCell {
  height: 39px;
  border: 1px solid #cccccc;
  border-right: 0 none;
  overflow: hidden;
}
#enterLessonData .masterStepCell .entryCell {
  min-height: 37px;
  padding: 5px;
  border-right: 1px solid #cccccc;
  overflow-y: auto;
  height: auto;
  max-height: 210px;
}
#enterLessonData .dateCell input {
  word-break: break-word;
}
#enterLessonData .ui-datepicker-trigger {
  position: absolute;
}
#enterLessonData .entryLabel, #enterLessonData th {
  font-weight: bold;
  background-color: #dedede;
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
  border: 1px solid #cccccc;
  border-right: 0 none;
  border-bottom: 0 none;
}
#enterLessonData .columns {
  padding-left: 0;
  padding-right: 0;
}
#enterLessonData .row {
  margin: 0 0 15px;
}
#enterLessonData .lessonTop {
  margin: 0;
}
#enterLessonData table {
  border-collapse: collapse;
}
#enterLessonData table th span {
  font-size: 15px;
  display: block;
  line-height: 1.5;
}
#enterLessonData table tr td {
  padding: 0;
  border: 1px solid #cccccc;
  text-align: center;
}
#enterLessonData table input[type="number"] {
  border: 0 none;
}
#enterLessonData table input[type="number"].ng-invalid.ng-dirty {
  border: 1px solid red !important;
}
#enterLessonData table th.calculated {
  background-color: #8ab3cf;
}
#enterLessonData table td.calculated {
  background-color: #b5b5b5;
}
#enterLessonData .ellip {
  max-width: 195px;
  display: block;
  margin: 5px 0 0 5px;
}
#enterLessonData .ellip span {
  margin-right: 5px;
  font-size: 0.875rem;
}
#enterLessonData .addSubLevelSAInstructions .neccLessonCover {
  background-color: white;
  margin-top: 0;
  padding: 0 !important;
  border: 0 none;
}
#enterLessonData .addSubLevelSAInstructions .addChain {
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
}
#enterLessonData .neccFormCover .neccFormHead {
  margin-bottom: 0;
}
#enterLessonData .neccFormCover {
  min-height: 160px;
}

.chainForm div {
  clear: both;
}
.chainForm .saveButton {
  width: 90px;
  margin: 0 0 0 15px;
}

#displayLessonData {
  height: 80%;
  margin-bottom: 2%;
  overflow: visible;
}
#displayLessonData table {
  border-collapse: collapse;
}
#displayLessonData table th {
  font-weight: bold;
  background-color: #dedede;
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
  border: 1px solid #cccccc;
  border-bottom: 0 none;
}
#displayLessonData table th span {
  font-size: 15px;
  display: block;
  line-height: 1.5;
}
#displayLessonData table tr td {
  padding: 0;
  border: 1px solid #cccccc;
  text-align: center;
}
#displayLessonData table .discard {
  background-color: #dedede;
  color: transparent;
}
#displayLessonData table .editResult {
  display: inline-block;
}
#displayLessonData table .editResult:after {
  content: "\f044";
  font-family: FontAwesome;
  color: #007bd8;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1.5;
  margin-right: 5px;
}
#displayLessonData table .removeResult {
  display: inline-block;
}
#displayLessonData table .removeResult:after {
  content: "\f014";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: red;
  font-size: 22px;
  z-index: 5;
  line-height: 1.6;
}
#displayLessonData table .ellip {
  max-width: 135px;
  display: block;
  margin: 0 auto;
}
#displayLessonData table .ellip span {
  margin-right: 5px;
}
#displayLessonData .largeGraph {
  width: 50%;
}
#displayLessonData .small-11 {
  padding: 0;
}
#displayLessonData .toggleGraphs li {
  height: 204px;
}
#displayLessonData .loadingText {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  height: 100%;
  width: 100%;
  padding-top: 90px;
  color: #222222;
  text-align: center;
  font-weight: bold;
  border-bottom: 0 none !important;
}
#displayLessonData .loadingText i {
  font-size: 45px;
}
#displayLessonData .noResults {
  text-align: center;
  padding-top: 25px;
  font-size: 13px;
  font-weight: bold;
}
#displayLessonData .teachNowDataPointsChart,
#displayLessonData .teachNowDataPoints {
  height: 501px;
  overflow-y: auto;
}

#lessonInformation .lessonDetail p,
#lessonInformation .lessonMeta p {
  padding-bottom: 0;
  min-height: 0;
}
#lessonInformation .lessonDetail.icon,
#lessonInformation .lessonMeta.icon {
  background-image: url("/assets/images/Curriculum/Lesson-Details-Icon-dk.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}
#lessonInformation .lessonObjective > div {
  margin-top: 15px;
}
#lessonInformation .lessonObjective p {
  min-height: 65px;
}
#lessonInformation .lessonObjective .icon {
  background-image: url("/assets/images/Curriculum/Objective-Icon-dk.png");
  background-repeat: no-repeat;
  background-position: 20px center;
}

#activeLessons p,
#learnerDataSheets p {
  margin: 5px 0 0 0;
  font-size: 14px;
}
#activeLessons h4,
#learnerDataSheets h4 {
  font-size: 16px;
  color: #94b711;
  margin-left: 0;
  margin-bottom: 5px !important;
}

#curriculumReportDashData table table {
  display: none;
}
#curriculumReportDashData table table:nth-child(3) {
  display: block;
}

.active-lesson-name {
  font-weight: bold;
  color: #008bb2;
  margin-bottom: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 15px;
}
@media only screen and (min-width: 40.063em) {
  .active-lesson-name {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 64.063em) {
  .active-lesson-name {
    text-align: center;
    padding: 5px 0;
  }
}

.addNoteIcon, .hideAddNoteIcon {
  position: absolute;
  font-size: 24px;
  color: #008bb2;
  cursor: pointer;
  bottom: 15px;
}

.addNoteIcon {
  right: 15px;
}

.hideAddNoteIcon {
  left: 15px;
}

.saveNoteRow {
  float: right;
}
.saveNoteRow button {
  margin-left: 15px;
}

.toggleGraphs {
  margin: 0;
  min-height: 300px;
  padding: 0;
}
.toggleGraphs li {
  height: 177.5px;
  color: white;
  background-color: #cedfe7;
  padding: 10px;
  list-style-type: none;
  cursor: pointer;
}
.toggleGraphs li.selected {
  background-color: #008cba;
}
.toggleGraphs li div {
  font-size: 0.8em;
  white-space: nowrap;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media only screen and (max-width: 40em) {
  .toggleGraphs li div {
    font-size: 0.7em;
  }
}

.teachNowDataPoints,
.teachNowDataPointsChart {
  width: 100%;
  height: 100%;
  background-color: white;
  min-height: 355px;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .teachNowDataPoints,
  .teachNowDataPointsChart {
    overflow-x: scroll;
  }
}
.teachNowDataPoints span,
.teachNowDataPointsChart span {
  display: inline-block;
  margin-top: 15%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .teachNowDataPointsChart {
    font-size: 12px;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 40em) {
  .teachNowDataPointsChart {
    font-size: 10px;
    overflow-y: scroll;
  }
  .teachNowDataPointsChart th, .teachNowDataPointsChart td {
    line-height: 1.5;
  }
}
.teachNowDataPointsChart table {
  width: 100.5%;
  border: 0 none;
  border-collapse: collapse;
  margin: 0 0 -1px;
}
.teachNowDataPointsChart table .ellip {
  margin: 0 auto;
}
.teachNowDataPointsChart table .hasData td:first-child {
  color: #008bb2;
  cursor: pointer;
}
.teachNowDataPointsChart thead {
  background-color: #dedede;
}
.teachNowDataPointsChart th, .teachNowDataPointsChart td {
  border: 1px solid #a9aaaa;
  text-align: center;
  font-weight: normal;
  font-size: 0.8em;
  padding: 5px 0;
}

.teachNowDataPoints img {
  max-height: 355px;
}

#recentLessonResults {
  margin-bottom: 5px;
}
#recentLessonResults .toggleGraphs,
#recentLessonResults .fullGrid {
  border-bottom: 1px solid #a9aaaa;
  height: 481px;
}
#recentLessonResults tr td, #recentLessonResults tr th {
  padding: 5px;
}
#recentLessonResults tr td:last-child, #recentLessonResults tr th:last-child {
  border-right: 0 none;
}
#recentLessonResults .loadingText {
  margin-top: 25px;
  font-weight: bold;
}
#recentLessonResults .loadingText .fa-spinner {
  font-size: 45px;
}
#recentLessonResults .columns {
  padding: 0;
}
#recentLessonResults .ellip {
  max-width: 90px;
}
#recentLessonResults .toggleGraphs li {
  height: 240px;
}
#recentLessonResults .toggleGraphs li:first-child {
  border-top: 1px solid #a9aaaa;
}
#recentLessonResults .teachNowDataPointsChart {
  height: 481px;
  overflow-y: auto;
}
#recentLessonResults .levelOptions {
  min-height: 36px;
}
#recentLessonResults .recentResultsLevelSublevels li {
  margin-right: -15px;
  margin-bottom: 0;
}
#recentLessonResults .widget-launcher-bottom {
  bottom: 0;
}

#displayLessonData .overlayBackgroundWidget .overlayWidgetSmall {
  margin-top: -15%;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 50px;
  }
}

.ptoGauge {
  text-align: center;
}
.ptoGauge canvas {
  height: 125px;
}
.ptoGauge div {
  font-size: 12px;
}
.ptoGauge .gaugeValueContainer {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.ptoGauge .ptoWorksheet {
  position: fixed;
}

/* lesson list result loading animation */
.lessonListLoading,
.lessonActivateLoading,
.lessonCreateLoading,
.accountListLoading,
.usersListLoading,
.studentsListLoading,
.resourceListLoading,
.scopeListLoading,
.lessonContainerSpinner,
.dataLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  position: fixed;
  left: 40%;
  top: 40%;
  z-index: 99999;
}
.lessonListLoading i,
.lessonActivateLoading i,
.lessonCreateLoading i,
.accountListLoading i,
.usersListLoading i,
.studentsListLoading i,
.resourceListLoading i,
.scopeListLoading i,
.lessonContainerSpinner i,
.dataLoading i {
  font-size: 55px;
}

.scopeListLoading {
  left: 45%;
  top: 25%;
}

.lessonContainerSpinner {
  position: relative;
  height: 100px;
  margin-bottom: -100px;
  width: 100%;
  left: 0%;
  top: 0%;
  z-index: 99999;
}

.lessonContainerSpinner > .fa-spin {
  vertical-align: center;
  left: 47%;
  font-size: 50px;
  top: 0%;
  color: black;
}

.showLineBreaks {
  white-space: pre-line;
}

.activateArchivedConfirmInner {
  background: white;
  margin: auto;
  width: 30%;
  position: relative;
  top: 15vh;
  padding: 20px;
}

.nextDate {
  margin-left: 20px;
}

.prevDate {
  margin-right: 20px;
}

.materialsLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  position: absolute;
  left: 40%;
  top: 40%;
}
.materialsLoading i {
  font-size: 55px;
}

.teachnowgraphLoading {
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  position: absolute;
  left: 42%;
  top: 23%;
}

.teachnowgraphLoading i {
  font-size: 55px;
}

.overlayBackgroundWidget,
.activateArchivedConfirm {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  display: relative;
}
.overlayBackgroundWidget .overlay-overflow,
.activateArchivedConfirm .overlay-overflow {
  overflow: auto;
  max-height: 500px;
}
.overlayBackgroundWidget .overlayWidget,
.activateArchivedConfirm .overlayWidget {
  width: 80%;
  height: auto;
  background-color: white;
  text-align: center;
  color: #0066a6;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  margin-top: -25%;
  padding: 2%;
  transition: 1s all;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .overlayBackgroundWidget .overlayWidget.no-top,
  .activateArchivedConfirm .overlayWidget.no-top {
    top: 50%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .overlayBackgroundWidget .overlayWidget,
  .activateArchivedConfirm .overlayWidget {
    top: 25%;
    font-size: 0.8em;
  }
  .overlayBackgroundWidget .overlayWidget button,
  .activateArchivedConfirm .overlayWidget button {
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .overlayBackgroundWidget .overlayWidget,
  .activateArchivedConfirm .overlayWidget {
    top: 25%;
    font-size: 0.8em;
  }
}
.overlayBackgroundWidget .overlayWidget h4,
.activateArchivedConfirm .overlayWidget h4 {
  margin: 0 !important;
  padding: 0 !important;
}
.overlayBackgroundWidget .overlayWidget .infoHold,
.activateArchivedConfirm .overlayWidget .infoHold {
  color: black;
  top: 12%;
}
.overlayBackgroundWidget .overlayWidget .infoHold img,
.activateArchivedConfirm .overlayWidget .infoHold img {
  max-height: 350px;
}
.overlayBackgroundWidget .overlayWidget .infoHold .errorList,
.activateArchivedConfirm .overlayWidget .infoHold .errorList {
  font-size: 0.8em;
  color: red;
}
.overlayBackgroundWidget .overlayWidget .infoHold .errorList .errorHere::before,
.activateArchivedConfirm .overlayWidget .infoHold .errorList .errorHere::before {
  content: "\f06a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: red;
  padding-right: 10px;
  z-index: 1;
}
.overlayBackgroundWidget .overlayWidgetSmall,
.activateArchivedConfirm .overlayWidgetSmall {
  width: 80%;
  height: 20%;
  background-color: white;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  top: 50;
  margin-top: -25%;
  padding: 2%;
}
.overlayBackgroundWidget .overlayLabel,
.activateArchivedConfirm .overlayLabel {
  font-size: 10px;
  padding-left: 3px;
  color: black;
}

.rowFixResource {
  margin: 0 !important;
}
.rowFixResource .smallCover {
  background-color: #dadada;
}
.rowFixResource input[type='checkbox'] {
  margin: 0;
}

.lessonItem i {
  color: #a2b30f;
  font-size: 18px;
  padding-right: 5px;
}
.lessonItem i.checked {
  position: absolute;
  top: 40%;
  right: 1%;
}
.lessonItem .saveButtonResource {
  margin-left: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .lessonItem .saveButtonResource {
    margin: 10px 0 0;
  }
}
.lessonItem i.infoOpen {
  float: left;
  color: #0f334d;
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

input[type="file"].fileInput {
  background-color: #dadada;
  border: 1px solid #cccccc;
  border-radius: 6px;
  float: left;
  height: auto;
  margin: 0 10px 0 0;
  padding: 5px 10px;
}
@media only screen and (min-width: 48.0625rem) {
  input[type="file"].fileInput {
    max-width: 75%;
  }
}

.lessonAreasHere {
  display: block;
  float: left;
  background-color: white;
  width: 40%;
  min-width: 350px;
  min-height: 47px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
.lessonAreasHere .lessonItemInside {
  display: inline-block;
  padding: 5px;
  background-color: #f4f4f4;
  color: #797a7c;
  border-radius: 5px;
  margin: 5px;
  float: left;
}
.lessonAreasHere .lessonItemInside i {
  color: red;
  padding-left: 5px;
  cursor: pointer;
}

.keywordForLesson {
  padding-right: 5px;
}

#allAccountsforResources {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  font-size: 14px;
}
#allAccountsforResources li {
  position: relative;
  font-size: 14px;
  padding-left: 2px;
}
#allAccountsforResources input {
  margin-right: 5px;
}

#allAccountsforResources li:hover {
  background-color: rgba(0, 231, 195, 0.2);
}

.resAccountOpen:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.resAccountclosed:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.launchGreen {
  font-size: 20px !important;
  margin-left: 0 !important;
  color: #a2b30f !important;
}

.neccResourcePad .halfP {
  width: 50%;
  float: left;
}
.neccResourcePad .downloadFile {
  color: #4180ab;
  display: block;
  clear: both;
  float: left;
}

.categoriesList {
  max-height: 300px;
}
.categoriesList .categoriesHere {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.searchResultsTableCategories, .searchResultsTableResource {
  text-transform: capitalize;
  border-collapse: collapse;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
}
.searchResultsTableCategories input[type="checkbox"], .searchResultsTableResource input[type="checkbox"] {
  margin: 0;
}
.searchResultsTableCategories th, .searchResultsTableResource th {
  padding-left: 4px;
  font-size: 10px;
}
.searchResultsTableCategories tr, .searchResultsTableResource tr {
  border-bottom: 1px solid #cccccc;
  line-height: 0.95;
}
.searchResultsTableCategories td, .searchResultsTableResource td {
  font-size: 11px;
  line-height: 0.95;
  word-break: break-word;
  position: relative;
}
.searchResultsTableCategories .clearAgain, .searchResultsTableResource .clearAgain {
  cursor: pointer;
}

td.imageCell {
  height: 38px;
}

#imageTableSpin {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40%;
  z-index: 999;
}

.videoPreview .small-4 {
  text-align: center;
}
.videoPreview .fileDesc,
.videoPreview .fileDataSheet,
.videoPreview .fileImage {
  font-size: 0.8em;
  text-indent: 0;
}
.videoPreview .infoHold {
  padding-bottom: 25px;
}
.videoPreview button.fileVideoId {
  margin-top: 15px;
}

.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 115px;
}

.videoInstr {
  width: 100%;
  height: 240px;
  padding: 120px 0;
  text-align: center;
  border: 1px solid #979797;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.catClick {
  cursor: pointer;
}

.fileName {
  color: #0066a6;
  cursor: pointer;
  position: relative;
}

.flagNew {
  position: absolute;
  left: -13px;
  top: 8px;
}

.filePass {
  border: 1px solid #0ea32e !important;
}

.fileFail {
  border: 1px solid red !important;
}

.resourceType {
  max-height: 135px;
  overflow-y: auto;
}
.resourceType > ul {
  margin-left: 10px;
}
.resourceType > ul ul {
  margin-left: 0;
  padding-left: 10px;
}
.resourceType ul.level1, .resourceType ul.level2, .resourceType ul.level3 {
  display: none;
}
.resourceType ul.listDropped:hover, .resourceType ul.listDropped.hover {
  background-color: rgba(0, 231, 195, 0.2);
}
.resourceType input {
  margin-right: 5px;
  margin-bottom: 0;
}
.resourceType li {
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
  text-indent: -18px;
  padding-left: 18px;
}
.resourceType li:hover, .resourceType li.hover {
  background-color: rgba(0, 231, 195, 0.2);
}
.resourceType li.cleanSubList {
  padding-left: 0;
  padding-bottom: 0;
}
.resourceType li.cleanSubList ul {
  padding-left: 0;
  padding-bottom: 0;
}
.resourceType .canDrop {
  padding-right: 30px;
}
.resourceType .canDrop:after {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}
.resourceType .hasDropped {
  padding-right: 30px;
}
.resourceType .hasDropped:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  z-index: 1;
}

.deleteSecondary {
  color: red !important;
  float: left;
  padding-left: 5px;
  padding-top: 4px;
  cursor: pointer;
}

.isPartial {
  outline: 2px solid #0066a6;
}

.fullNoticeBanner {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 999;
  padding-left: 5%;
  padding-right: 10%;
  padding-bottom: 1%;
  padding-top: 1%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .fullNoticeBanner {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 40em) {
  .fullNoticeBanner {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 40em) {
  .fullNoticeBanner {
    top: 45px;
  }
}
.fullNoticeBanner .title {
  transition: 1s ease all;
  color: white;
  float: left;
  padding-right: 25px;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .fullNoticeBanner .title {
    padding-right: 10px;
    font-size: 12px;
  }
}
.fullNoticeBanner .description {
  transition: 1s ease all;
  color: white;
  font-size: 12px;
  float: left;
  word-wrap: break-word;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .fullNoticeBanner .description {
    padding: 2%;
  }
}
.fullNoticeBanner .fullLaunch {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 5px;
  cursor: pointer;
}
.fullNoticeBanner .closeNotice {
  transition: 1s ease all;
  cursor: pointer;
  color: white;
  font-weight: bold;
  width: 35px;
  height: 35px;
  right: 4%;
  top: 35%;
  padding-top: 9px;
  position: absolute;
  border: 1px solid white;
  border-radius: 20px;
  text-anchor: center;
  text-align: center;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .fullNoticeBanner .closeNotice {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 40em) {
  .fullNoticeBanner .closeNotice {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    padding-top: 7px;
  }
}
.fullNoticeBanner.normal {
  background-color: rgba(73, 123, 156, 0.95);
}
.fullNoticeBanner.warning {
  background-color: rgba(246, 83, 20, 0.95);
}
.fullNoticeBanner.urgent {
  background-color: rgba(240, 0, 0, 0.95);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: white;
  border: 1px solid #cccccc;
  background-image: none;
  border-radius: 4px;
}
.btn i {
  padding: 0;
}

.btn-group {
  float: left;
  margin-left: 2px;
}

#toolbarWC, #toolbarCC {
  display: none !important;
}

.btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  float: left;
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  float: left;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}

.ta-editor:focus {
  user-select: text;
}

.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: white;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  white-space: normal;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}

.noticeDate {
  float: left;
  padding-left: 12px;
  font-size: 14px;
}

.noticeStatus {
  float: right;
  padding-right: 12px;
  font-size: 14px;
}

.activityNotice {
  width: 100%;
  padding: 2%;
  background-color: #dedede;
  margin-bottom: 10px;
  height: 70px;
}
.activityNotice .title {
  transition: 1s ease all;
  margin-bottom: 5px;
  color: #555555;
  float: left;
  padding-right: 25px;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 40em) {
  .activityNotice .title {
    padding-right: 10px;
    font-size: 12px;
    float: none;
  }
}
.activityNotice .editNotice {
  font-size: 20px;
  position: absolute;
  top: 6px;
  right: 40px;
  color: #4273d7;
  cursor: pointer;
}
.activityNotice .deleteNotice {
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 19px;
  color: #d51c0c;
  cursor: pointer;
}
.activityNotice .description {
  transition: 1s ease all;
  margin-bottom: 0;
  color: #555555;
  font-size: 11px;
  float: left;
  word-break: break-word;
}
@media only screen and (max-width: 40em) {
  .activityNotice .description {
    padding: 2%;
    max-height: 30px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.activityNotice .fullLaunch {
  transition: 1s ease all;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 5px;
  cursor: pointer;
  color: #8ec8ce;
}
@media only screen and (max-width: 40em) {
  .activityNotice .fullLaunch {
    position: absolute;
    bottom: 30px;
    left: 12px;
  }
}

#viewNotice .viewNoticeHeader {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
#viewNotice .viewNoticeTitle {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
}

#textAreaResource {
  min-height: 180px;
}

.clearAgain {
  color: black;
}

.parentBoldPlease {
  color: #c9c9c9;
}

.fileTypeAllowed p {
  padding: 5px 0 5px 8px;
  min-height: 0;
}

.activity-repeat.ng-enter {
  -webkit-transition: 0.5s;
  transition: 5s;
  opacity: 0;
}

.activity-repeat.ng-enter-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.activity-repeat.ng-leave {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.activity-repeat.ng-leave-active {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}

.colorpicker-visible,
.colorpicker-visible .dropdown-menu {
  display: block !important;
}

colorpicker-saturation {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/saturation.png);
  cursor: crosshair;
  float: left;
}

colorpicker-saturation i {
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid black;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

colorpicker-saturation i::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border: 1px solid white;
  border-radius: 5px;
}

colorpicker-hue,
colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

colorpicker-hue i,
colorpicker-alpha i {
  display: block;
  height: 2px;
  background: black;
  border-top: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

colorpicker-hue {
  background-image: url(../images/hue.png);
}

colorpicker-alpha {
  display: none;
}

colorpicker-alpha,
.colorpicker-color {
  background-image: url(../images/alpha.png);
}

.colorpicker {
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.colorpicker colorpicker-hue,
.colorpicker colorpicker-alpha,
.colorpicker colorpicker-saturation {
  position: relative;
}

.colorpicker input {
  width: 100px;
  font-size: 11px;
  color: black;
  background-color: white;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha colorpicker-alpha {
  display: block;
}

.colorpicker.dropdown {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #bbbbbb;
}

.colorpicker.colorpicker-fixed-position {
  position: fixed;
}

.colorpicker .dropdown-menu::after,
.colorpicker .dropdown-menu::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.colorpicker button {
  margin: 0;
  padding: 0 5px;
}

.colorpicker .dropdown-menu::after {
  clear: both;
  border: 6px solid transparent;
  top: -5px;
  left: 7px;
}

.colorpicker .dropdown-menu::before {
  border: 7px solid transparent;
  top: -6px;
  left: 6px;
}

.colorpicker .dropdown-menu {
  position: static;
  top: 0;
  left: 0;
  min-width: 129px;
  padding: 4px;
  margin-top: 0;
}

.colorpicker-position-top .dropdown-menu::after {
  border-top: 6px solid white;
  border-bottom: 0;
  top: auto;
  bottom: -5px;
}

.colorpicker-position-top .dropdown-menu::before {
  border-top: 7px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  top: auto;
  bottom: -6px;
}

.colorpicker-position-right .dropdown-menu::after {
  border-right: 6px solid white;
  border-left: 0;
  top: 11px;
  left: -5px;
}

.colorpicker-position-right .dropdown-menu::before {
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  top: 10px;
  left: -6px;
}

.colorpicker-position-bottom .dropdown-menu::after {
  border-bottom: 6px solid white;
  border-top: 0;
}

.colorpicker-position-bottom .dropdown-menu::before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}

.colorpicker-position-left .dropdown-menu::after {
  border-left: 6px solid white;
  border-right: 0;
  top: 11px;
  left: auto;
  right: -5px;
}

.colorpicker-position-left .dropdown-menu::before {
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  top: 10px;
  left: auto;
  right: -6px;
}

colorpicker-preview {
  display: block;
  height: 10px;
  margin: 5px 0 3px 0;
  clear: both;
  background-position: 0 100%;
}

#question {
  width: 100%;
  float: left;
  min-height: 400px;
  resize: none !important;
}

.fullNoticeHere {
  overflow-y: auto;
  max-height: 380px;
  overflow-x: hidden;
}

.skaList .spinner, .csaList .spinner {
  font-size: 50px;
  margin-left: 50%;
  z-index: 100000;
}
.skaList .responder-max-size, .csaList .responder-max-size {
  max-width: 100%;
  max-height: 70px;
}

.skaList .standardPopup {
  display: block;
}
.skaList .standardPopup form {
  display: block;
}

.layerTop {
  z-index: 1;
  position: relative;
}

.skaSteps .skaStepsMenu {
  margin-left: 0;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.skaSteps .skaStepsMenu li {
  width: 25%;
  float: left;
}
.skaSteps .skaStepsMenu li span {
  width: 10%;
  float: left;
  color: #cccccc;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.skaSteps .skaStepsMenu li label {
  width: 75%;
  float: left;
  color: #cccccc;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.skaSteps .skaStepsMenu li i {
  width: 15%;
  float: left;
  color: #cccccc;
  margin-top: 12px;
}
.skaSteps .skaStepsMenu li.active span {
  color: #0080bb;
}
.skaSteps .skaStepsMenu li.active label {
  color: #0080bb;
}
.skaSteps .skaStepsMenu li.active i {
  color: #0080bb;
}
@media only screen and (max-width: 40em) {
  .skaSteps .skaStepsMenu li span {
    text-align: center;
    width: 95%;
  }
  .skaSteps .skaStepsMenu li i {
    width: 5%;
  }
  .skaSteps .skaStepsMenu li label {
    display: none;
  }
}
.skaSteps .legend-icon {
  color: white;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  font-style: italic;
  padding-right: 2px;
  line-height: 24px;
  font-size: 16px;
  vertical-align: middle;
}
.skaSteps .legend-icon.mentIcon {
  background-color: #dd5a26;
}
.skaSteps .legend-icon.coreIcon {
  background-color: #45494f;
}
.skaSteps .activateLessonForms,
.skaSteps .changePlanForm {
  display: block;
}
.skaSteps .activateLessonForms form,
.skaSteps .changePlanForm form {
  display: block;
}
@media only screen and (min-width: 48.0625rem) {
  .skaSteps .ska-center:nth-child(2) {
    text-align: right;
  }
}
@media only screen and (max-width: 48.0625rem) {
  .skaSteps .ska-center {
    text-align: center;
  }
}
.skaSteps .responder-max-size {
  max-width: 100%;
  max-height: 70px;
}
.skaSteps .comment-max-size {
  max-width: 100%;
  max-height: 60px;
}

.skaInstructions {
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
  padding: 5px 0;
  display: inline-block;
  width: 230px;
  margin-left: 15px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .skaInstructions {
    margin-left: 30px;
  }
}
.skaInstructions.open {
  border-bottom: 0 none;
  padding-bottom: 5px;
}
@media only screen and (max-width: 40em) {
  .skaInstructions {
    display: block;
    text-align: center;
  }
}

.skaInstructionBox {
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
  padding: 10px;
  margin-top: -1px;
  font-size: 13px;
}
.skaInstructionBox p {
  margin: 0;
  font-size: 13px;
}
@media only screen and (max-width: 48.0625rem) {
  .skaInstructionBox p {
    font-size: 12px;
  }
}
.skaInstructionBox ol {
  margin: 15px 0 15px 5%;
  font-size: 13px;
}
@media only screen and (max-width: 48.0625rem) {
  .skaInstructionBox ol {
    font-size: 12px;
  }
}
.skaInstructionBox ul {
  list-style-type: disc;
  font-size: 13px;
}

.scoreTypeRadios {
  margin: 0;
  padding: 0;
}
.scoreTypeRadios li {
  display: inline-block;
}
.scoreTypeRadios li:first-child {
  margin-right: 15px;
}

.stepsContainer {
  margin-top: 30px;
}
.stepsContainer.noTop {
  margin-top: 0;
}
.stepsContainer .stepHeader {
  background-color: #cedfe7;
  border: 1px solid #cbcbcb;
  border-bottom: 0 none;
}
.stepsContainer .stepHeader h4 {
  margin: 0 !important;
  padding: 10px !important;
  font-size: 1em;
}
.stepsContainer .stepBody {
  border: 1px solid #cbcbcb;
  font-size: 13px;
  background-color: #f6fafd;
}
.stepsContainer .stepBody.topPadding {
  padding-top: 10px;
}
.stepsContainer .stepBody .fa-spinner {
  font-size: 50px;
  margin-left: 50%;
}
@media only screen and (max-width: 40em) {
  .stepsContainer .stepBody .fa-spinner {
    margin-left: 42%;
  }
}
.stepsContainer .stepBody p {
  font-weight: bold;
  font-size: 13px;
}
.stepsContainer .stepBody li {
  font-size: 13px;
}
.stepsContainer .section {
  padding: 0 10px;
}
.stepsContainer .lessonTop {
  margin: 25px 0;
}

.skaPreHead {
  font-size: 13px;
}

.mentTree {
  margin-top: 25px;
  border-top: 1px solid #cbcbcb;
}
.mentTree th {
  text-transform: uppercase;
}
.mentTree .mentSections {
  *zoom: 1;
}
.mentTree .mentSections:before, .mentTree .mentSections:after {
  content: " ";
  display: table;
}
.mentTree .mentSections:after {
  clear: both;
}
.mentTree .mentSections .toggle {
  padding: 10px 10px;
  background-color: #efefef;
  cursor: pointer;
  font-weight: bold;
  *zoom: 1;
}
.mentTree .mentSections .toggle:before, .mentTree .mentSections .toggle:after {
  content: " ";
  display: table;
}
.mentTree .mentSections .toggle:after {
  clear: both;
}
.mentTree .mentSections .toggleItem {
  padding: 10px 10px 10px 45px;
  background-color: #dfdfdf;
}
.mentTree .mentSkills {
  border: 0 none;
  margin: 0;
  background-color: white;
}
.mentTree .mentSkills tr td {
  border-right: 1px solid #cccccc;
  font-size: 1em;
}
.mentTree .mentSkills tr td:last-child {
  border-right: 0 none;
}
.mentTree .mentSkills th {
  background-color: #cccccc;
  color: #222222;
  font-weight: normal;
}
.mentTree .mentSkills .skillCol {
  width: 45%;
}
.mentTree .mentSkills .skillCol.no-pad {
  padding: 0;
}
.mentTree .mentSkills .skillCol .blueBox {
  padding: 10px;
  vertical-align: middle;
  background-color: #7db0c8;
  cursor: pointer;
}
.mentTree .mentSkills .skillCol .blueBox:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .mentTree .mentSkills .skillCol .blueBox {
    display: block;
    float: left;
    width: 50%;
  }
}
.mentTree .mentSkills .skillCol .blueBox:first-child {
  border-right: 2px solid #cccccc;
}
.mentTree .mentSkills .skillCol .blueBox.disableMe {
  pointer-events: none;
  background-color: #9f9f9f;
  cursor: default;
}
.mentTree .csaSkillRow {
  background-color: white;
}

.mentSections .fa-comment-o, .mentSections .fa-comment, .mentSkills .fa-comment-o, .mentSkills .fa-comment {
  font-size: 25px;
  cursor: pointer;
  padding: 5px;
  color: #94b711;
}
.mentSections .fa-minus, .mentSections .fa-plus, .mentSkills .fa-minus, .mentSkills .fa-plus {
  margin-right: 15px;
}
.mentSkills .fa-plus1 {
  margin-left: 15px;
}
.mentSections .fa-eraser, .mentSkills .fa-eraser {
  font-size: 25px;
  color: red;
  cursor: pointer;
}

.radioCol {
  text-align: center;
}
.radioCol span input {
  margin: 10px 0 0;
}
.radioCol span:nth-child(1) {
  float: left;
  width: 30%;
}
.radioCol span:nth-child(2) {
  float: left;
  width: 30%;
}
.radioCol span:nth-child(3) {
  float: left;
  width: 40%;
}

.col-width10 {
  width: 10%;
}

.col-width15 {
  width: 15%;
}

.col-width25 {
  width: 25%;
}

.col-width50 {
  width: 50%;
}

.measureText,
.measureTextSet {
  text-transform: capitalize;
}

.mentSections.step4 .toggle {
  padding: 10px;
  background-color: #dfdfdf;
}
.mentSections.step4 .mentSkillHead {
  font-size: 16px;
}
.mentSections.step4 .mentSkillHead > div {
  border-right: 1px solid #a9aaaa;
}
.mentSections.step4 .mentSkillHead > div:last-child {
  border-right: 0 none;
}
.mentSections.step4 .mentSkillRow > div {
  border-right: 1px solid #cccccc;
}
.mentSections.step4 .mentSkillRow > div:last-child {
  border-right: 0 none;
}
.mentSections.step4 .fa-trash-o {
  color: red;
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.mentSections.step4 .fa-pencil {
  font-size: 15px;
  vertical-align: initial;
  cursor: pointer;
  margin-left: 0px;
}
.mentSections.step4 .fa-check {
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
  color: #94b711;
}
.mentSections.step4 .skillSection .mentSkillHead {
  text-transform: initial;
}
.mentSections.step4 .skillSection .mentSkillHead .text-right > span {
  display: inline-block;
  margin-right: 20px;
}
.mentSections.step4 .skillSection .mentSkillHead .text-right > span span {
  display: inline-block;
}
.mentSections.step4 .skillSection .mentSkillHead > div {
  border-right: 0 none;
}
.mentSections.step4 table {
  border-top: 0 none;
}
.mentSections.step4 .scoringRadios {
  margin-right: 20px;
}
.mentSections.step4 .scoringRadios span {
  text-align: center;
  margin-right: 10px;
}

.editWarning {
  color: red;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-left: 22px;
}

.nextBox .nextButton div.finishButton {
  border-right: 20px solid #94b711;
  width: 200px;
  padding: 15px 0;
}

.skillSection {
  background-color: #f2f2f2;
}
.skillSection .mentSkillHead {
  background-color: #cccccc;
  color: #222222;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.skillSection .mentSkillHead .small-10 {
  border-right: 1px solid #cccccc;
}
.skillSection .mentSkillRow {
  padding: 10px;
}
.skillSection table {
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
}
.skillSection table th {
  background-color: #cedfe7;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}
.skillSection table th:last-child {
  border-right: 0 none;
}
.skillSection table tr:last-child td {
  border-bottom: 0 none;
}
.skillSection table tr td {
  border-right: 1px solid #cccccc;
  font-size: 1em;
}
.skillSection table tr td:last-child {
  border-right: 0 none;
}

.csaSkillRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.csaSkillRow > div {
  padding: 10px;
  border-right: 1px solid #cccccc;
}
.csaSkillRow > div:first-child {
  padding-left: 50px;
}
.csaSkillRow > div:last-child {
  border-right: 0 none;
}
.csaSkillRow .measureTextSet {
  padding: 0;
}
.csaSkillRow .measureTextSet .setCell {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  height: 60px;
}
.csaSkillRow .measureTextSet .setCell:last-child {
  border-bottom: 0 none;
}
.csaSkillRow .measureTextSet .setCell input {
  margin: 0;
}
.csaSkillRow select {
  width: 70%;
}

.selectLesson {
  padding: 0 10px 10px;
}
.selectLesson table {
  border: 1px solid #cccccc;
}
.selectLesson table td {
  background-color: white;
}

.bodyContainer .widgetContainer .mentSkills .activeRow,
.bodyContainer .widgetContainer .selectLesson .activeRow {
  background-color: transparent;
}

.noMentRow {
  padding: 10px;
  border-top: 1px solid #cccccc;
}

.noMentToggleRow {
  padding: 10px;
}

.nextBox .instructions {
  padding: 10px 50px;
  background-color: #e7e8b7;
}
@media only screen and (max-width: 48.0625rem) {
  .nextBox .instructions {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.nextBox .nextButton {
  text-align: center;
}
.nextBox .nextButton div {
  font-size: 40px;
  color: #94b711;
  text-align: left;
  line-height: 1;
  font-weight: bold;
  width: 160px;
  margin: 10px auto 0;
  cursor: pointer;
  text-transform: uppercase;
}
.nextBox .nextButton div i {
  font-size: 82px;
  vertical-align: middle;
  float: right;
}

#addViewAssessments .manSkillAssess {
  display: block;
  width: 300px;
  text-align: center;
  line-height: 150px;
}
#addViewAssessments .manSkillAssess .manSkillAssessIcon {
  height: 120px;
  width: 120px;
  vertical-align: middle;
}

#assessmentHistory .assessHist {
  display: block;
  width: 105px;
  text-align: center;
  line-height: 150px;
  float: left;
}
#assessmentHistory .assessHist .assessHistIcon {
  width: 75px;
  vertical-align: middle;
  cursor: default;
}
#assessmentHistory .histText {
  margin: 0;
}
#assessmentHistory .histText.histTitle {
  font-size: 1.3em;
  line-height: 1;
  margin-top: 15px;
}
#assessmentHistory .histText.histSmall {
  font-size: 0.8em;
  color: #cccccc;
}
#assessmentHistory .histLink {
  margin-top: 10px;
}
#assessmentHistory .histTextBottom {
  margin: 1px;
  text-align: center;
  color: #cccccc;
}
#assessmentHistory .histTextBottomTotal {
  margin: 1px;
  text-align: center;
  font-size: 1.3em;
}
#assessmentHistory .compAss {
  border-top: 1px solid #cccccc;
  margin: 5px 15px 0px;
  padding-top: 5px;
}

#recentResults table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
#recentResults table td {
  border: 1px solid #cccccc;
}
#recentResults table .tableColumnName {
  background-color: #cedfe7;
  font-weight: bold;
}

.resultsLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.resultsLoading i {
  font-size: 55px;
}

.skaLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
.skaLoading i {
  font-size: 55px;
}

/* assessment list result loading animation */
.assessmentListLoading,
.assessmentContainerSpinner {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  position: fixed;
  left: 40%;
  top: 40%;
  z-index: 99999;
}
.assessmentListLoading i,
.assessmentContainerSpinner i {
  font-size: 55px;
}

.assessmentContainerSpinner {
  position: relative;
  height: 100px;
  margin-bottom: -100px;
  width: 100%;
  left: 0%;
  top: 0%;
  z-index: 99999;
}

.assessmentContainerSpinner > .fa-spin {
  vertical-align: center;
  left: 47%;
  font-size: 50px;
  top: 0%;
  color: black;
}

#skillsAssessmentMaterials .materialsTable {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
#skillsAssessmentMaterials .materialsTable .materialsTableRow {
  padding: 0.2rem 0.2rem;
}
#skillsAssessmentMaterials .materialsTable .materialsTableRow .materialCheckbox {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 6px;
  position: relative;
}
#skillsAssessmentMaterials .materialsTable .materialsTableRow .materialTableIcon {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
#skillsAssessmentMaterials .materialsTable .materialsTableRow .materialName {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.assessmentReportLauncher {
  padding-top: 15px;
}
.assessmentReportLauncher img {
  height: 95px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.assessmentReportLauncher p {
  color: gray;
}

#coreResultsComparison .coreResultsComparisonSmall {
  margin: 1px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
}
#coreResultsComparison .coreResultsComparisonLarge {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 8px;
}
#coreResultsComparison .dates {
  font-size: 0.9rem;
  text-align: center;
  color: #4a4d4f;
  margin-top: 8px;
}
#coreResultsComparison .mentList li {
  display: inline-block;
  background-color: #efefef;
  padding: 5px 10px;
  margin: 15px 15px 0 0;
}
#coreResultsComparison .mentList input {
  margin: 0;
}
#coreResultsComparison .largeOrangeCircle {
  width: 110px;
  height: 110px;
  background-color: #cc3300;
  margin: 0 auto;
  border-radius: 50%;
  margin-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  color: white;
  font-size: 15px;
}

.noRecentLabel {
  text-align: center;
  margin-top: 15px;
}

.launchText {
  padding: 0 15px;
}

#worksheetPTO input[type="checkbox"] {
  margin: 0;
}
#worksheetPTO table {
  border: 0 none;
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
#worksheetPTO thead {
  font-weight: bold;
  background-color: transparent;
}
#worksheetPTO thead td {
  font-size: 13px;
}
#worksheetPTO tbody td {
  border: 1px solid #a9aaaa;
  background-color: white;
  font-size: 13px;
}
#worksheetPTO .activeRow {
  background-color: transparent !important;
}
#worksheetPTO .instructions {
  width: 80%;
  margin: 0 auto 10px;
}
#worksheetPTO .summaryRow {
  background-color: #cccccc;
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #a9aaaa;
  border-top: 0 none;
}
@media only screen and (max-width: 40em) {
  #worksheetPTO .summaryRow {
    width: 100%;
  }
}
#worksheetPTO .fa-exclamation-circle {
  color: red;
  font-size: 19px;
  margin-left: 5px;
}
#worksheetPTO .parentRow td {
  background-color: #cccccc;
  font-weight: bold;
}

#lessonPTO #line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.1;
}

#lessonPTO .worksheetLoading, #worksheetPTO .worksheetLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
}
#lessonPTO .worksheetLoading i, #worksheetPTO .worksheetLoading i {
  font-size: 55px;
}

/* //******************************************************** */
#cbGenerateDataSheet {
  padding: 10px;
}

#cbFavReport .NECCForm, #phaseLineFiltersApp .NECCForm {
  overflow-x: hidden;
  margin: 5px;
}
#cbFavReport .neccLessonHead, #phaseLineFiltersApp .neccLessonHead {
  padding-left: 12px;
}
#cbFavReport .lessonItem i, #phaseLineFiltersApp .lessonItem i {
  color: black;
  font-size: 100%;
  font-size-adjust: inherit;
}
#cbFavReport .scrollable, #phaseLineFiltersApp .scrollable {
  overflow-y: auto;
  max-height: 200px;
}
#cbFavReport li,
#cbFavReport td,
#cbFavReport th, #phaseLineFiltersApp li,
#phaseLineFiltersApp td,
#phaseLineFiltersApp th {
  font-size: 0.8rem;
}

#cbReportDataContainer {
  overflow-y: auto;
  max-height: 95%;
}

#cbAddEdit .neccLessonCover.clearCover,
#cbDataEntry .neccLessonCover.clearCover {
  background-color: white;
  border: 0 none;
}
#cbAddEdit .neccLessonCover.clearCover .smallCover,
#cbDataEntry .neccLessonCover.clearCover .smallCover {
  background-color: white;
}
#cbAddEdit .neccLessonCover .neccLessonHead,
#cbDataEntry .neccLessonCover .neccLessonHead {
  padding-left: 12px;
}
#cbAddEdit .pageLoading,
#cbDataEntry .pageLoading {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  position: fixed;
  left: 45%;
  z-index: 999;
}
#cbAddEdit .pageLoading i,
#cbDataEntry .pageLoading i {
  font-size: 55px;
}

select.hourPerDay {
  max-width: 200px;
}

.noBehaviors {
  font-size: 13px;
  font-weight: bold;
}

.cbDataEntry .slideHeader {
  font-size: 23px;
  margin: 5px 0;
  color: #008bb2;
}
@media only screen and (max-width: 40em) {
  .cbDataEntry .slideHeader {
    padding-top: 0.65rem;
    font-size: 1rem;
  }
}
.cbDataEntry .headerRow {
  margin-bottom: 15px;
}
.cbDataEntry i.removeNote {
  font-size: 25px;
  color: red;
  margin-top: 10px;
  cursor: pointer;
}
.cbDataEntry .helpText {
  font-size: 13px;
  display: block;
  clear: both;
}

.optionLinks a p {
  padding: 3px 10px;
  float: left;
  clear: left;
  font-weight: normal;
}

.rangeOptions {
  float: left;
  background-color: #dedede;
  padding: 5px 15px;
  border: 1px solid #cbcbcb;
  margin-top: 5px;
  margin-bottom: 10px;
}
.rangeOptions li {
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  text-transform: capitalize;
}
.rangeOptions li input {
  margin: 0;
}

.cbSmallDateRange {
  font-size: 10px;
}

.overviewTable,
.cbInnerTable,
.cbInnerHeadTable {
  border-collapse: collapse;
}
.overviewTable table,
.overviewTable tr,
.overviewTable th,
.overviewTable td,
.cbInnerTable table,
.cbInnerTable tr,
.cbInnerTable th,
.cbInnerTable td,
.cbInnerHeadTable table,
.cbInnerHeadTable tr,
.cbInnerHeadTable th,
.cbInnerHeadTable td {
  height: 100%;
  margin: 0;
  border: 0px none;
}

.behaviorOverview .rangeOptions,
.cbReportLauncher .rangeOptions {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.behaviorOverview select,
.cbReportLauncher select {
  margin: 0;
  text-transform: capitalize;
}

.overviewTable {
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  padding-right: 0 none;
  border-bottom: 0 none;
  font-size: 13px;
  width: 588px !important;
}
.overviewTable tr {
  padding: 0;
  /*margin-none */
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
}
.overviewTable tr,
.overviewTable td {
  height: 100%;
}
.overviewTable thead {
  height: 100%;
  background-color: #cedfe7;
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
  padding: 0;
}
.overviewTable thead tr {
  border-bottom: none;
  vertical-align: top;
}
.overviewTable .rangeOptions {
  margin: 0 0 10px;
}
.overviewTable .cbCurAvgHead,
.overviewTable .cbPrevAvgHead {
  border-top: 1px solid #cbcbcb;
}
.overviewTable .cbMeasures {
  border-left: 1px solid #cbcbcb;
}
.overviewTable .cbMeasureNameHead,
.overviewTable .cbPrevAvgHead,
.overviewTable .cbName {
  border-right: 1px solid #cbcbcb;
}
.overviewTable .cbName:last-child {
  border-bottom: none;
}
.overviewTable .cbTotalsHeader {
  border-left: 1px solid #cbcbcb;
}
.overviewTable td {
  padding: 5px;
}
.overviewTable .cbNoPad {
  padding: 0;
}
.overviewTable .avgHeader {
  text-align: center;
}
.overviewTable .avgHolder {
  width: 100%;
  position: relative;
  bottom: 0;
  border-top: 1px solid #cbcbcb;
}
.overviewTable .curAvgHolder,
.overviewTable .prevAvgHolder {
  width: 50%;
  float: left;
  padding-top: 5px;
  text-align: center;
}
.overviewTable .prevAvgHolder {
  border-right: 1px solid #cbcbcb;
}

.cbInnerTableHolder {
  box-sizing: border-box;
}

.cbTopRow {
  height: 25px;
}

.cbInnerTable {
  box-sizing: border-box;
  border-collapse: collapse;
  border: 0px none;
  margin-right: 0;
  width: 100%;
}
.cbInnerTable tr {
  width: 100%;
  border: 0px none;
  border-bottom: 1px solid #cbcbcb;
}
.cbInnerTable tr td:nth-child(even) {
  border-right: none;
}
.cbInnerTable tr:last-child {
  border-bottom: none;
}
.cbInnerTable .cbMeasureName,
.cbInnerTable .cbPrevAvg {
  border-right: 1px solid #cbcbcb;
}
.cbInnerTable .cbTotals {
  border-left: 1px solid #cbcbcb;
}
.cbInnerTable .cbMeasureName {
  border: 0px none;
}

.cbOverviewScroll {
  overflow-y: auto;
  height: 400px;
  padding: 0;
}
.navigational-arrow-icon {
  padding: 1.25rem;
  margin-left: -1.25rem;
  font-size: 0.75rem;
}
.fullWidth {
  width: 100%;
}

.cbHide {
  display: none;
}

#cbOverviewBottomLink {
  margin-top: 20px;
  background: red;
}

.cbDataEntry input[type="radio"] {
  margin-bottom: 0;
}
.cbDataEntry input[type="number"] {
  float: none;
  display: inline-block;
  max-width: 110px;
}
.cbDataEntry .upperCase {
  text-transform: uppercase;
}
.cbDataEntry .clearCover input[type="text"], .cbDataEntry .clearCover select {
  margin-bottom: 0;
}
.cbDataEntry .clearCover input[type="radio"] + label {
  margin-left: 0;
}
.cbDataEntry .lessonSASlider {
  padding: 0 10px;
}
.cbDataEntry .behaviorMeasure {
  display: inline-block;
  width: 16%;
}
@media only screen and (max-width: 40em) {
  .cbDataEntry .behaviorMeasure {
    width: 50%;
  }
  .cbDataEntry .behaviorMeasure input {
    width: 70%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .cbDataEntry .behaviorMeasure {
    width: 33%;
  }
  .cbDataEntry .behaviorMeasure input {
    width: 100%;
  }
}
.cbDataEntry .behaviorMeasureWide {
  display: inline-block;
  width: 26%;
}
.cbDataEntry .behaviorMeasureWide input {
  width: 35%;
}
@media only screen and (max-width: 40em) {
  .cbDataEntry .behaviorMeasureWide {
    width: 100%;
  }
  .cbDataEntry .behaviorMeasureWide input {
    width: 31%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .cbDataEntry .behaviorMeasureWide {
    width: 50%;
  }
  .cbDataEntry .behaviorMeasureWide input {
    width: 31%;
  }
}
.cbDataEntry .measureLabel {
  font-size: 13px;
  font-weight: bold;
}
.cbDataEntry .measureLabel span span {
  display: inline-block;
  width: 110px;
  margin-right: 15px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .cbDataEntry .measureLabel span span {
    margin-right: 0;
  }
}
.cbDataEntry .measureTotal {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
.cbDataEntry .stackedMinHeight {
  min-height: 102px;
}

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
.calendar {
  @-ms-viewport {
    width: device-width;
  }

}
.calendar button {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
.calendar button {
  line-height: normal;
}
.calendar button {
  text-transform: none;
}
.calendar button,
.calendar html input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.calendar button[disabled] {
  cursor: default;
}
.calendar button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.calendar *,
.calendar *:before,
.calendar *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.calendar .text-muted {
  color: #999999;
}
.calendar .text-center, .calendar header .top-container.hide-for-small .bar .user-info, header .top-container.hide-for-small .bar .calendar .user-info, .calendar header .top-container.hide-for-small .bar .bar-button, header .top-container.hide-for-small .bar .calendar .bar-button {
  text-align: center;
}
.calendar .row {
  margin-right: -15px;
  margin-left: -15px;
}
.calendar .row:before,
.calendar .row:after {
  display: table;
  content: " ";
}
.calendar .row:after {
  clear: both;
}
.calendar .row:before,
.calendar .row:after {
  display: table;
  content: " ";
}
.calendar .row:after {
  clear: both;
}
.calendar .col-xs-2,
.calendar .col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.calendar .col-xs-2,
.calendar .col-xs-8 {
  float: left;
}
.calendar .col-xs-8 {
  width: 66.66667%;
}
.calendar .col-xs-2 {
  width: 16.66667%;
}
.calendar table {
  max-width: 100%;
}
.calendar th {
  text-align: left;
}
.calendar .table {
  width: 100%;
  margin-bottom: 20px;
}
.calendar .table > thead > tr > th,
.calendar .table > tbody > tr > th,
.calendar .table > tfoot > tr > th,
.calendar .table > thead > tr > td,
.calendar .table > tbody > tr > td,
.calendar .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.calendar .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.calendar .table > thead:first-child > tr:first-child > th,
.calendar .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.calendar .table > tbody + tbody {
  border-top: 2px solid #cccccc;
}
.calendar .table .table {
  background-color: white;
}
.calendar .table-bordered {
  border: 1px solid #cccccc;
}
.calendar .table-bordered > thead > tr > th,
.calendar .table-bordered > tbody > tr > th,
.calendar .table-bordered > tfoot > tr > th,
.calendar .table-bordered > thead > tr > td,
.calendar .table-bordered > tbody > tr > td,
.calendar .table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.calendar .table-bordered > thead > tr > th,
.calendar .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.calendar table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.calendar table td[class*="col-"],
.calendar table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.calendar .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.calendar .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.calendar .btn:hover,
.calendar .btn:focus {
  color: #333333;
  text-decoration: none;
}
.calendar .btn:active,
.calendar .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.calendar .btn.disabled,
.calendar .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calendar .btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.calendar .btn-default:hover,
.calendar .btn-default:focus,
.calendar .btn-default:active,
.calendar .btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.calendar .btn-default:active,
.calendar .btn-default.active {
  background-image: none;
}
.calendar .btn-default.disabled,
.calendar .btn-default[disabled],
.calendar .btn-default.disabled:hover,
.calendar .btn-default[disabled]:hover,
.calendar .btn-default.disabled:focus,
.calendar .btn-default[disabled]:focus,
.calendar .btn-default.disabled:active,
.calendar .btn-default[disabled]:active,
.calendar .btn-default.disabled.active,
.calendar .btn-default[disabled].active {
  background-color: white;
  border-color: #cccccc;
}
.calendar .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.calendar small {
  font-size: 0.8rem;
}
.calendar .nav-left {
  text-align: left;
}
.calendar .nav-right {
  text-align: right;
}
.calendar .table-fixed {
  table-layout: fixed;
}
.calendar .table-fixed tbody tr {
  height: 58px;
}
.calendar .table-fixed tbody tr td {
  padding-top: 20px;
}
.calendar .calendar-header {
  text-align: center;
  padding-top: 5px;
}
.calendar .calendar-navbar {
  margin-bottom: 5px;
}
.calendar .monthview-dateCell {
  cursor: pointer;
}
.calendar .monthview-noOppDay {
  background-color: #f1a165;
}
.calendar .monthview-noOppDay-secondary {
  background-color: #ffcc99;
}
.calendar .monthview-dataNotEntered {
  background-color: white;
}
.calendar .monthview-dataNotEntered-secondary {
  background-color: #f6fafd;
}
.calendar .monthview-dataEntered {
  background-color: #4180ab;
  color: white;
}
.calendar .monthview-dataEntered-secondary {
  background-color: #cedfe7;
}
.calendar .monthview-notApplicable {
  background-color: #dddddd;
  color: #cccccc;
}
.calendar .monthview-notApplicable-secondary {
  background-color: #eeeeee;
  color: #dddddd;
}
.calendar .block {
  padding: 5px;
  border: 1px solid #dddddd;
  display: block;
  margin: 5px;
  height: 10px;
  width: 10px;
}

div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  font-weight: normal;
  float: right;
}

div.dataTables_filter input {
  width: 16em;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_paginate ul.pagination {
  margin: 2px;
}

table.table {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
  cursor: pointer;
}

table.table thead .sorting:before {
  content: " ";
  position: relative;
  left: -5px;
}

table.table thead .sorting_desc:before {
  content: "\25BE";
  padding-right: 5px;
}

table.table thead .sorting_asc:before {
  content: "\25B4";
  padding-right: 5px;
}

table.dataTable th:active {
  outline: none;
}

.dataTables_wrapper .row {
  margin-top: 20px;
}

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  border-top: none;
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
}

div.DTTT .btn {
  color: #333333 !important;
}

div.DTTT .btn:hover {
  text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
  color: #333333 !important;
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

div.DTTT_collection_background {
  z-index: 2002;
}

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
  background-color: white;
}

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none;
}

ul.ColVis_collection {
  width: auto !important;
}

div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px #cccccc;
  -moz-box-shadow: 1px 1px 3px #cccccc;
  -ms-box-shadow: 1px 1px 3px #cccccc;
  -o-box-shadow: 1px 1px 3px #cccccc;
  box-shadow: 1px 1px 3px #cccccc;
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}

.DTTT_button embed {
  outline: none;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
  border: 1px solid #666666;
  text-decoration: none !important;
  -webkit-box-shadow: 1px 1px 3px #999999;
  -moz-box-shadow: 1px 1px 3px #999999;
  -ms-box-shadow: 1px 1px 3px #999999;
  -o-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
  background: #f3f3f3;
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 );
}

button.DTTT_disabled, div.DTTT_disabled, a.DTTT_disabled {
  color: #999999;
  border: 1px solid #d0d0d0;
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 89%, #fafafa 100%);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 89%, #fafafa 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 89%, #fafafa 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 89%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}

button.DTTT_button_collection span {
  padding-right: 17px;
  background: url(../images/collection.png) no-repeat center right;
}

button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
  background-color: #9fafd1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9fafd1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9fafd1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9fafd1;
}

table.dataTable tr.DTTT_selected.even {
  background-color: #b0bed9;
}

table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #b0bed9;
}

table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #b0bed9;
}

table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #b0bed9;
}

div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

div.DTTT_collection_background {
  background: transparent url(../images/background.png) repeat top left;
  z-index: 2001;
}

div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button, div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999999;
  -moz-box-shadow: 1px 1px 3px #999999;
  -ms-box-shadow: 1px 1px 3px #999999;
  -o-box-shadow: 1px 1px 3px #999999;
  box-shadow: 1px 1px 3px #999999;
}

.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333333;
  padding: 10px 30px;
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

.paginate_button {
  padding: 10px 15px;
  background-color: #c8c8c8;
  border: 1px solid white;
  border-radius: 5px;
  color: #0a0a0a !important;
}

.current:hover {
  color: #00bdcc;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  height: 53px;
}
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1.125rem;
}

section.left-small {
  width: 2.8125rem;
  height: 3.313rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0;
}

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
}
section.left-small-header {
  width: 3.75rem;
  height: 3.313rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
section.left-medium-header {
  height: 3.313rem;
  position: absolute;
  top: 0;
  left: 2.5rem;
}
section.right-small-header{
  width: 2.8125rem;
  height: 3.313rem;
  position: absolute;
  top: 0;
  right: 6.626rem;
}
section.right-medium-header{
  width: 2.8125rem;
  height: 3.313rem;
  position: absolute;
  top: 0;
  right: 3.313rem;
}
section.right-large-header{
  width: 2.8125rem;
  height: 3.313rem;
  position: absolute;
  top: 0;
  right: 0;
}
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 48.0625rem) {
  section.tab-bar-section {
    text-align: left;
  }
}
section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}
a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
a.menu-icon:hover span {
  -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 350px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 350px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(350px, 0, 0);
  -moz-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 48.0625rem) {
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 48.0625rem) {
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-350px, 0);
  -moz-transform: translate(-350px, 0);
  -ms-transform: translate(-350px, 0);
  -o-transform: translate(-350px, 0);
  transform: translate(-350px, 0);
}
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(350px, 0);
  -moz-transform: translate(350px, 0);
  -ms-transform: translate(350px, 0);
  -o-transform: translate(350px, 0);
  transform: translate(350px, 0);
}

.no-csstransforms .left-off-canvas-menu {
  left: -350px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -350px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 350px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 350px;
}
.addAssessment{
  position: absolute;
  display: block;
  margin-left: -23cm;
  margin-top: 3cm;
  padding: 25px;
  width: 21cm;
  overflow:hidden;
  height: auto;
  z-index: 5;
  background-color: white;
  text-align: left;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.addAssessment .saveButton {
  transition: 0.5s;
  background-color: #0066b0;
  color: white;
  margin: 10px 5px;
  border-radius: 5px;
  border: 1px solid #979797;
  width: 148px;
  height: 34px;
  padding: 0px;
  font-size: 12px;
}

.my-legend .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: left;
  list-style: none;
}
.my-legend .legend-scale ul li {
  display: block;
  float: left;
  width: 200px;
  margin-bottom: 6px;
  text-align: left;
  font-size: 80%;
  list-style: none;
}
.my-legend ul.legend-labels li span {
  border: 1px solid #ccc;
  float: left;
  width: 28px;
  height: 12px;
  margin: 2px;
}
#statusMessage {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  background: #dc5144;
  text-align: center;
  font-size: x-large;
  line-height: 2.5;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow:    0 0 5px black;
  box-shadow:         0 0 5px black;
  color: white;
}

@-webkit-keyframes slideDown {
  0%, 100% { -webkit-transform: translateY(-70px); }
  10%, 90% { -webkit-transform: translateY(0px); }
}
@-moz-keyframes slideDown {
  0%, 100% { -moz-transform: translateY(-70px); }
  10%, 90% { -moz-transform: translateY(0px); }
}
.cssanimations.csstransforms #statusMessage {
  -webkit-transform: translateY(-70px);
  -webkit-animation: slideDown 15.0s 1.0s 1 ease forwards;
  -moz-transform:    translateY(-70px);
  -moz-animation:    slideDown 15.0s 1.0s 1 ease forwards;
}
.cssanimations.csstransforms #close {
  display: none;
}

.learnerReportTable {
  border-collapse: collapse;
  width: 96% !important;
  margin-left: 2%;
  margin-right: 2%;
  background-color:#f8f9f9;
}

.learnerReportTable tr .activeRow {
  background-color:#f8f9f9;
}

.addNewField {
  height: 42px;
  width:200px;
  background-image: url(../images/AddNewField.png);
  margin-left:82%;
  margin-right:2px;
}

.trashBtn {
  background-image: url(../images/delete.png);
  background-repeat: no-repeat;
  background-size: 45px 45px;
}

.editTitleBtn {
  background-image: url(../images/edit_icon.png);
  background-repeat: no-repeat;
  background-size: 25px 24px;
}

.lessonItem .neccLessonCover .neccLessonHead .saSub5 .lrnrRprtsub5Discontinue {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
}
.lessonItem .neccLessonCover .neccLessonHead .saSub5 .lrnrRprtsub5Discontinue:after {
  content: "\f046";
  font-family: FontAwesome;
  color: #94b711;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}
.lrnrRprtsub5DiscontinueTrue {
  width: 25%;
  display: block;
  float: left;
  height: 25px;
}
.lrnrRprtsub5DiscontinueTrue:after {
  content: "\f05e";
  font-family: FontAwesome;
  color: red;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 22px;
  z-index: 1;
  line-height: 1px;
}

.center-text{
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.dark-slate-grey-heading {
  letter-spacing: 0.34px;
  color: #2F4F4F;
  text-align: center;
}

.light-cyan-blue-line {
  border-bottom: 1px solid ;
  color: #e7ebed;
}

.headerUserHover {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: 675px;
}

.headerUserHover:hover {
  opacity: 1;
}

.accessSliderHover {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: 725px;
}
.accessSliderHover:hover {
  opacity: 1;
}

.teachnowHover {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: 770px;
}
.teachnowHover:hover {
  opacity: 1;
}

.hamburgerHover {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  margin-left: 10px;
  margin-top: 3px;
}
.hamburgerHover:hover {
  opacity: 1;
}
.icons-Navigational-arrow-right {
  width: 24px;
  height: 24px;
  margin: 4px 0 7px 223px;
}
.nav-acelogo{
  padding: 15px 0px 35px 35px;
}
.nav-close{
  padding: 10px 0px 28px 0px;
  float: right;
  cursor: pointer;
}
.nav-close:hover{
  opacity: 0.4;
}

/* General styles for all menus */
.cbp-spmenu {
  background: #31393e;
  position: fixed;
  overflow: auto;
}
.cbp-spmenu a {
  display: block;
  color: #83888b;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.cbp-spmenu a:hover {
  color: #ffffff;
}
.cbp-spmenu a:focus {
  background: rgba(255,255,255,0.07);
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  z-index:1000;
}
@media only screen and (min-width: 48.0625rem){
  .cbp-spmenu-vertical {
    width: 310px;
  }
}

.cbp-spmenu-vertical a {
  padding: 25px 35px;
  height: 80px;
  line-height:30px;
}
@media only screen and (max-width: 48.0625rem){
  .cbp-spmenu-vertical a{
    height: 70px;
    line-height:20px;
  }
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -310px;
  transition: left 300ms linear, visibility 300ms 300ms;
}

.cbp-spmenu-right {
  right: -300px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  transition: left 300ms linear, visibility 300ms 300ms;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}
.nav-overlay {
  background: rgba(49, 57, 62, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.linksMenu a.active {
  color: #ffffff;
  background: rgb(255, 255, 255, 0.07);
}

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
}

.d-inline-flex{
  display: inline-flex;
}
.mb-2{
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 1em;
}
.w-100{
  width: 100%;
}

.learnerSelector .learner-selector-title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.32px;
  color: var(--dark-gray);
  padding: 20px 15px 20px 19px;
  margin-top: 10px;
}
.learnerSelector .select-field{
  padding: 0 10px 0 19px;
}
.learnerSelector #studentSearchInputBody.select-field{
  padding: 0 10px 30px 19px;
}
.learnerSelector .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}
.learnerSelector .form-group .form-label{
  width: 75px;
  margin: 2px 15px 14px 0;
}
.learnerSelector .form-group input.form-control{
  width: 308px;
  height: 38px;
  padding: 10px 16px 10px 9px;
  border-radius: 4px;
  border: solid 2px rgba(64, 94, 109, 0.2);
  background-color: var(--ace-5-colors-white);
}

.learnerSelector .form-group .form-label.search-by {
  color: var(--black);
}
.learnerSelector .form-group .form-group-control{
  width: 230px;
}

.learnerSelector .radio-btn{
  margin-right: 15px;
}
.learnerSelector .radio-btn .radio-label{
  margin-left: 10px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.28px;
  color: var(--ace-5-colors-slate);
}
#studentSearchInputBody .form-control{
  margin: 24px 0 23px 19px;
}

.form-group .form-label {
  line-height: 1.58;
  letter-spacing: 0.28px;
  font-size: 12px;
  font-weight: bold;
}
.form-group-control.form-select{
  overflow: hidden;
  border: none;
  position: relative;
}
.form-group .form-group-control.form-text {
  padding-top: 10px;
}
.form-group .form-group-control.form-text span{
  font-family: Poppins;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.26px;
  color: var(--dark-gray);
}

.form-group-control.form-select input{
  border: 0;
  box-shadow: none;
  padding: 0;
  width: 206px;
  height: 17px;
  margin: 0.25rem 0 0.75rem 0;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0.28px;
  color: var(--ace-5-colors-blue-hyperlink);
}
.form-group-control.form-select select{
  background-image: none;
  border-radius: 6px;
  border: none;
  background-color: var(--ace-5-colors-white);
  outline: none;
  margin-top: -5px;
  font-family: Poppins;
  font-size: 12px;
  letter-spacing: 0.28px;
  color: var(--ace-5-colors-blue-hyperlink);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 15px);
  cursor: pointer;
}
.form-group-control.form-select:after{
  position: absolute;
  top: 4px;
  right: 0.75rem;
  content: "";
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
  background: url('/assets/images/Icons/icons-navigational-arrow-down.png') no-repeat;
  background-size: 22px;
  margin: 0;
  cursor: pointer;
  pointer-events: none;
}
.form-group-control.autocomplete.form-select:after{
  right: 0.313rem;
}
.ui-autocomplete.learner-selector-autocomplete{
  width: 241px !important;
  max-height: 440px;
  overflow: hidden;
  overflow-y: auto;
  border: none;
}
.ui-autocomplete.school-select-input{
  max-height: 400px;
  border: none;
  overflow: hidden;
  overflow-y: auto;
}
.ui-autocomplete.classroom-select-input{
  max-height: 360px;
  border: none;
  overflow: hidden;
  overflow-y: auto;
}
.ui-autocomplete.learner-selector-autocomplete .ui-menu-item > .ui-menu-item-wrapper{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  font-size: 12px;
  letter-spacing: 0.32px;
  color: var(--ace-5-colors-slate);
  background-color: #FFFFFF;
}
.ui-autocomplete.learner-selector-autocomplete .ui-menu-item > .ui-menu-item-wrapper.ui-state-active{
  background-color: #e6f0fb;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.32px;
  color: var(--ace-5-colors-slate);
  border: 1px solid #e6f0fb;
}

.learnerSelector .student-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 2px 0 19px;
}

.learnerSelector .student-list .student-info{
  cursor: pointer;
  padding: 0;
  background-color: #e6f0fb;
  box-sizing: content-box;
  width: 151px;
  height: 52px;
  margin: 0px 8px 8px 0px;
  text-align: center;
  border-radius: 5px;
  font-size: 12px;
  color: #0769d2;
}

/* Teachnow 2*/

.teachnow2-label-grid {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  display: grid;
  grid-template-rows: auto;
  gap: 15px;
  border-radius: 6px;
  padding: 9px 16px 24px;
  box-shadow: 0 2px 6px 0 rgba(172, 181, 185, 0.31);
  border: solid 1px rgba(207, 216, 220, 0.2);
  background-color: rgb(255, 255, 255);
}

.teachnow2-label-header-grid {
  display: grid;
  grid-template-columns: 5% 72% 10% 9% 3%;
  grid-gap: 4px;
}
.teachnow2-label-bold {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  color: #1a2d37;
}
.teachnow2-label-percentage {
  font-family: 'Poppins';
  font-weight: 300;
  text-align: center;
  color: #0769d2;
  width: 75px;
  padding:  8px 0px;
  border-radius: 10px;
}
.teachnow2-label-percentage.pink {
  background-color: #e41458;
  color: var(--ace-5-colors-white);
}
.teachnow2-label-percentage.blue {
  background-color: #0769d2;
  color: var(--ace-5-colors-white);
}
.teachnow2-label-percentage.green {
  background-color: #2ba93e;
  color: var(--ace-5-colors-white);
}
.teachnow2-label-percentage-value {
  font-size: 30px;
}
.teachnow2-label-percentage-symbol {
  font-size: 20px;
}
.teachnow2-label-status {
  font-family: Poppins;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #0769d2;
}
.teachnow2-label-lessonType {
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.26px;
  text-align: right;
  color: #405e6d;
}

.teachnow2-label-levels-grid {
  display: grid;
  grid-template-columns: 5% 95%;
  grid-gap: 4px;
}

.teachnow2-label-level-text{
  padding-bottom: 15px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #1a2d37;
}

.blueChevron{
  color: #0769d2 !important;
  text-align: right;
}

.teachnow2-label-sublevels-grid{
  display: grid;
  grid-template-columns: 3% 94% 2%;
  grid-column-gap:4px;
}
.teachnow2-label-contexts-grid,
.teachnow2-label-chains-grid {
  display: grid;
  grid-template-columns: 2% 94% 3%;
  grid-column-gap:4px;
}
.teachnow2-label-no-sublevels-grid{
  margin-left: 5%;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .teachnow2-label-header-grid {
    grid-template-columns: 6% 68% 10% 9% 5%;
    grid-column-gap: 2px;
  }
  .teachnow2-label-levels-grid {
    grid-template-columns: 6% 94%;
    grid-column-gap: 4px;
  }
}
@media only screen and (max-width: 40em) {
  .teachnow2-label-header-grid {
    grid-template-columns: 12% 50% 22% 9% 5%;
    grid-column-gap: 2px;
  }
  .teachnow2-label-levels-grid {
    display: block;
  }F
   .teachnow2-label-levels-grid .teachnow2-level-sequence{
     display: inline-block;
     width: 15%;
     vertical-align: top;
   }
  .teachnow2-label-levels-grid .teachnow2-level-levelname{
    display: inline-block;
    width: 82%;
  }
  .teachnow2-label-sublevels-grid{
    grid-template-columns: 7% 90% 3%;
  }
  .teachnow2-label-contexts-grid, .teachnow2-label-chains-grid {
    grid-template-columns: 5% 90% 3%;
  }
}

.teachnow2-labels-empty {
  min-height: 800px;
  text-align: center;
  padding-top: 20px;
}

.teachnow2-split-line {
  grid-column-start: 1;
  height: 1px;
  border: solid 1px #e7ebed;
  margin-bottom: 14px;
}
.teachnow2-info-grid{
  display: inline-flex;
  align-items: center;
  padding-bottom: 16px;
}
.teachnow2-info-grid > * {
  margin-right: 16px;
}
.teachnow2-label-sublevels-grid .teachnow2-info-grid{
  margin-left: 0px;
}
.teachnow2-info-grid .open-lesson-label {
  font-family: Poppins;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.23px;
  color: var(--ace-5-colors-pink);
}
.teachnow2-info-grid .open-lesson-status-label {
  font-family: Poppins;
  font-size: 10px;
  color: var(--ace-5-colors-slate);
  min-width: max-content;
}

.teachnow2-show-hide{
  text-align: center;
  margin: 10px;
}
.teachnow2-show-hide .count{
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  margin: 4px 6px 4px 0;
  padding: 1px 6px 1px 7px;
  background-color: var(--ace-5-colors-pale-blue);
  border: 1px solid var(--ace-5-colors-pale-blue);
  color: var(--ace-5-colors-blue);
  font-size: 10px;
}
.teachnow2-show-hide .text-label{
  margin: 0 6px 0 0;
  font-size: 12px;
  letter-spacing: 0.28px;
  text-align: right;
  color: var(--ace-5-colors-blue-hyperlink);
  text-transform: uppercase;
}
.teachnow2-show-hide .icon-up-down{
  font-size: 12px;
  color: var(--ace-5-colors-blue-hyperlink);
}


.learnerSelectorPopUpBox {
  width: 353px;
  height: 632px;
  padding: 66px 0 24px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(172, 181, 185, 0.31);
  border: solid 1px rgba(207, 216, 220, 0.2);
  background-color: white;
  margin-left: 1180px;
  margin-top: 125px;
}

.learnerSelector .student-list .student-info .stuName {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 10px 5px 10px;
  display: block;
  line-height: initial;
  font-size: 12px;
  letter-spacing: 0.28px;
}
.learnerSelector .student-list.account .student-info .stuName {
  line-height: 30px;
}


.learnerSelector .student-list .student-info .stuId{
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #78909c;
  display: block;
  margin: 0 10px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.23px;
}
.learnerSelector .student-list .student-info[selected="selected"]{
  background-image: linear-gradient(to right, rgba(11,158,241,1), rgba(5,89,200,1));
  color: var(--ace-5-colors-white);
}
.learnerSelector .student-list .student-info[selected="selected"] .stuId{
  color: var(--ace-5-colors-white);
}

.learnerSelectorBody .pagination-learner {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 80px;
  right: 35%;
  font-size: 14px;
}
.learnerSelectorBody .pagination-learner a {
  color: #0769d2;
  float: left;
  padding: 6px 6px;
  text-decoration: none;
  transition: background-color .3s;
  border: none;
  font-size: 14px;
}
.learnerSelectorBody .pagination-learner a:first-child {
  margin-right: 15px;
}
.learnerSelectorBody .pagination-learner-learner a:last-child {
  margin-left: 15px;
}
.learnerSelectorBody .pagination-learner a.active {
  background-color: transparent;
  color: #0769d2;
}
.learnerSelectorBody .pagination-learner a:hover:not(.active) {
  color: #0769d2;
}

.learnerSelectorPopup {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 57, 62, 0.5);
  top: 0;
  left: 0;
  z-index: 102 !important;
}
.learner-selector-autocomplete{
  z-index: 1000 !important;
}

.learnerSelector {
  width: 353px;
  height: 632px;
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(172, 181, 185, 0.31);
  border: solid 1px rgba(207, 216, 220, 0.2);
  background-color: var(--ace-5-colors-white);
  position: absolute;
  right: 0;
  top: 0;
}

.learnerSelectorPopup .footerButtons{
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0 0;
  border-top: 1px solid #eee;
}

.learnerSelectorPopup .footerButtons .f-btn{
  border-radius: 18px;
  width: 132px;
  height: 32px;
  padding: 0px;
  font-size: 12px;
}
.learnerSelectorPopup .closeButton {
  border: 1px solid rebeccapurple;
  color:rebeccapurple;
  margin-right: 10px;
  background-color: #fff;
}

.learnerSelectorPopup .saveButton {
  background-color: #724cba;
}

.learnerSelectorPopup.form-control {
  outline: 0;
  font-size: 12px;
  /*float: left;
  line-height: 18px;*/
  letter-spacing: 0.28px;
  color: #5c6370;
  font-style: italic;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0px;
}

/* Instructional Summary*/

.intructionalSummary{
  width: 100%;
  height: 100%;
}

.intructionalSummaryHeader {
  margin: 8px;
  padding: 16px 8px;
  border-radius: 3px;
  background-color: #f9f3fc;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  color: var(--ace-5-colors-slate);
}

.intructionalSummaryHeader div span{
  font-weight: bold;
}

.intructionalSummaryContent{
  height: 82%;
  overflow: hidden;
  overflow-y: auto;
  margin: 8px;
  padding: 8px 8px;
}

.intructionalSummaryLevel{
  margin-bottom: 16px;
}

.intructionalSummaryLevelBold{
  font-weight: bold;
}

.intructionalSummarySublevelsHeader{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 45% 20% 30%;
  grid-gap: 16px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.intructionalSummarySublevels{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 45% 20% 30%;
  grid-gap: 16px;
  font-size: 12px;
  font-weight: normal !important;
  padding: 16px 0px;
  border-bottom: solid 1px #e7ebed;
}

.intructionalSummaryLine {
  width: 96%;
  height: 1px;
  margin: 16px 0px;
  border: solid 1px #e7ebed;
}

.intructionalSummaryBtnBar{
  text-align: right;
  padding: 0px 16px;
}

.intructionalSummaryBtnRound {
  border-radius: 18px;
  width: 132px;
  height: 32px;
  padding: 0px;
  font-size: 12px;
}

.intructionalSummaryBtnRound.intructionalSummaryBtnSecondary{
  border: 1px solid rebeccapurple;
  color: rebeccapurple;
  background-color: #fff;
}

.intructionalSummaryLoading{
  text-align: center;
  margin: 30px;
}

.intructionalSummaryLoading .fa-spinner {
  font-size: 55px;
}
div.seperator {
  border-top: 20px solid #e6f0fb;
  border-radius: 0px;
  padding: 0px,0px,0px,0px;
  margin: 0px,0px,0px,0px;
}
#pageLoadingDiv.loadingText{
  top:25%;
  background-color: transparent;
}
#contentLoadingDiv.loadingText {
  text-align: center;
}
#contentLoadingDiv.loadingText i {
  font-size: 45px;
}
.nav-header-loader{
  display: flex;
  justify-content: end;
  margin: 1.5rem 0 0 0;
}
#navHeaderLoaderProgress{
  width: 24px;
  height: 24px;
}

@font-face {
  font-family: "ace-icons";
  src: url("../fonts/ace-icons.eot?ylcot4");
  src: url("../fonts/ace-icons.eot?ylcot4#iefix") format("embedded-opentype"),
  url("../fonts/ace-icons.ttf?ylcot4") format("truetype"),
  url("../fonts/ace-icons.woff?ylcot4") format("woff"),
  url("../fonts/ace-icons.svg?ylcot4#ace-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ace-icon-"],
[class*=" ace-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ace-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #000;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

top-navigation {
  display: block;
  min-height: 4.65rem;
}

top-navigation .navbar-main {
  height: 4.65rem;
}

top-navigation secondary-navigation {
  display: block;
}

@media (max-width: 767.98px) {
  top-navigation.teachnow secondary-navigation {
    display: block;
    height: auto;
  }
}
