@import url('/templates/COMMON_JS/fontawesome-pro-5.8.1-web/css/all.min.css');
@import url('/templates/cu_policy_pro/slick/slick.css');
@import url('/templates/cu_policy_pro/slick/slick-theme.css');
@import url('/templates/cu_policy_pro/css/bootstrap.min.css');
@import url('/templates/cu_policy_pro/css/alerts2.css');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
body {
  color: black;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  color: #225977;
}
h1,
.h1 {
  font-size: 1.875rem;
}
h2,
.h2 {
  font-size: 1.625rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
.bottomlinks span:last-child {
  display: none;
}
.status-dots {
  margin: 0.625rem 0 20px;
}
.status-dots > span {
  margin-right: 0.625rem;
}
.news-col {
  position: static;
}
@media (min-width: 768px) {
  .news-col {
   /* position: absolute;*/
    right: 0;
  }
}
@media (min-width: 992px) {
  .news-col {
    position: static;
  }
}
.table-pagination-wrap {
  margin-bottom: 2.25rem;
  width: 100%;
}
.table-pagination-wrap .slick-prev,
.table-pagination-wrap .slick-next {
  top: auto;
  bottom: -40px;
}
.table-pagination-wrap .slick-prev:before,
.table-pagination-wrap .slick-next:before {
  color: #225977;
}
.table-pagination-wrap .slick-prev {
  left: 30%;
}
@media (min-width: 768px) {
  .table-pagination-wrap .slick-prev {
    left: 40%;
  }
}
.table-pagination-wrap .slick-next {
  right: 30%;
}
@media (min-width: 768px) {
  .table-pagination-wrap .slick-next {
    right: 40%;
  }
}
.table-pagination-wrap .slick-dots {
  bottom: -33px;
}
.table-pagination-wrap .slick-dots li {
  display: none;
}
.table-pagination-wrap .slick-dots li.slick-active {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem;
  border: 1px solid black;
  height: auto;
  width: auto;
  background: white;
  position: relative;
  left: -20px;
}
.table-pagination-wrap .slick-dots li.slick-active button {
  font-size: 1rem;
  color: #000;
}
.table-pagination-wrap .slick-dots li.slick-active button:before {
  display: none;
}
.table-pagination-wrap .ofNum {
  position: absolute;
  bottom: -30px;
  left: 51.5%;
}
.pipe {
  font-weight: 700;
  margin: 0 5px;
}
.disclose {
  font-size: 0.75rem;
}
.sideslider {
  width: 100%;
  overflow: auto;
}
.bg-primary {
  background: #225977 !important;
}
.bg-secondary {
  background: #74cce5;
}
.bg-tertiary {
  background: #2e93b1;
}
.bg-nav {
  background: #b9edfc;
}
.text-white {
  color: #fff;
}
.text-white * {
  color: #fff !important;
}
.cta,
a.cta {
  font-family: sans-serif;
  display: inline-block;
  background: #74cce5;
  color: black;
  padding: 0.625rem 30px;
  border-radius: 25px;
}
.cta:hover,
a.cta:hover {
  text-decoration: none;
  background: #f68121;
}
h1 .cta,
h2 .cta,
h3 .cta,
h4 .cta,
h5 .cta,
h6 .cta {
  font-size: 1rem;
  margin-left: 1rem;
}
[data-count].notify {
  position: relative;
}
[data-count].notify:before {
  display: inline-block;
  background: #f68121;
  color: black;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  content: attr(data-count);
}
[data-count].notify:hover:before {
  background: #225977;
  color: white;
}
.table-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.table-dot.green {
  border: none;
  background: #00a88b;
}
.table-dot.yellow {
  border: none;
  background: #dfff00;
}
.table-dot.orange {
  border: none;
  background: #f68121;
}
.table-dot.red {
  border: none;
  background: #E81818;
}
nav {
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 10;
  transition: width 0.4s ease;
  overflow: hidden;
}
nav * {
  width: 0;
  opacity: 0;
}
@media (min-width: 992px) {
  nav * {
    width: auto;
    opacity: 1;
  }
}
nav #closeNav {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  border-radius: 50%;
  border: 1px solid black;
  background: transparent;
  color: black;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  nav #closeNav {
    display: none;
  }
}
nav.open {
  padding-top: 100px;
  width: 286px;
  overflow-y: auto;
}
nav.open > ul {
  /*first level */
  display: flex;
  flex-direction: column;
}
nav.open > ul li {
  padding-left: 1.25rem;
}
nav.open > ul li a {
  flex-flow: row;
}
nav.open > ul li a i {
  flex: 0 0 40px;
  font-size: 1.75rem;
}
nav.open > ul li > ul {
  /* second level */
  list-style: none;
  padding-left: 0;
  display: none;
}
nav.open > ul li > ul > li {
  padding-left: 0;
}
nav.open > ul li > ul > li > a {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: auto;
  font-family: sans-serif;
  color: black;
  transition: all 0.2s ease;
}
nav.open > ul li > ul > li > a:after {
  /*menu indicator*/
  display: inline-block;
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.625rem;
  transition: all 0.2s ease;
}
nav.open > ul li > ul > li > a.open:after {
  transform: rotate(180deg);
}
nav.open > ul li > ul > li > ul {
  /* third level */
  list-style: none;
  padding-left: 1rem;
  display: none;
  margin-bottom: 1rem;
}
nav.open > ul li > ul > li > ul > li > a {
  color: black;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}
nav.open > ul li > ul > li > ul > li > a:after {
  display: none;
}
nav.open * {
  width: 100%;
  opacity: 1;
}
nav > ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
nav > ul > li > a {
  height: 3.25rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  color: black;
  font-size: 0.875rem;
}
nav > ul > li > a:hover {
  text-decoration: none;
}
nav > ul > li > a i {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
nav > ul > li > a span {
  font-size: 1.125rem;
  line-height: 1;
  font-family: sans-serif;
}
nav > ul > li > a span:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  nav > ul > li > a span:after {
    display: none;
  }
}
nav > ul > li > a i {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  nav > ul > li > a {
    font-size: 18px;
    height: 120px;
  }
  nav > ul > li > a i {
    font-size: 28px;
    line-height: 38px;
  }
}
nav > ul > li > ul {
  display: block;
  transform: translateX(-560px);
  transition: all ease 0.4s, opacity ease 0.5s;
  opacity: 0;
}
nav > ul > li > ul.open {
  transform: translateX(0px);
  display: block;
  opacity: 1;
}
nav > ul > li > ul > li ul {
  display: none;
}
@media (min-width: 992px) {
  nav {
    position: relative;
    height: 800px;
    width: 130px;
    overflow: visible;
  }
  nav > ul {
    height: 600px;
    width: 120px;
    flex-direction: column;
    justify-content: center;
  }
  nav > ul > li {
    width: 120px;
  }
  nav > ul > li > a {
    margin-bottom: 13px;
    height: 80px;
    width: 120px;
  }
  nav > ul > li > a:hover {
    background: #74cce5;
  }
  nav > ul > li > a:hover span,
  nav > ul > li > a:hover i {
    color: black !important;
  }
  nav > ul > li:last-child a {
    margin: 0;
  }
  nav > ul > li > ul {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 120px;
    height: 800px;
    width: 320px;
    background: #74cce5;
    padding-top: 130px;
    list-style: none;
    padding-left: 0;
  }
  nav > ul > li > ul > li {
    padding: 0.25rem 1rem;
  }
  nav > ul > li > ul > li > a {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
    font-family: sans-serif;
    color: black;
    transition: all 0.2s ease;
  }
  nav > ul > li > ul > li > a:after {
    /*menu indicator*/
    display: inline-block;
    content: '\f13a';
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.625rem;
    transition: all 0.2s ease;
  }
  nav > ul > li > ul > li > a.open:after {
    transform: rotate(180deg);
  }
  nav > ul > li > ul > li > ul {
    /* third level */
    list-style: none;
    padding-left: 1rem;
    display: none;
    margin-bottom: 1rem;
  }
  nav > ul > li > ul > li > ul > li > a {
    color: black;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
  }
  nav > ul > li > ul > li > ul > li > a:after {
    display: none;
  }
}
nav .bottom {
  position: relative;
  /*bottom: 60px;*/
}
nav .bottom a {
  display: flex;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  color: black;
  justify-content: center;
  align-self: center;
  padding: 5px 0;
}
nav .bottom a i {
  display: flex;
  align-items: center;
  padding-right: 0.625rem;
}
nav .bottom a:hover {
  background: #74cce5;
  color: black;
  text-decoration: none;
}
#wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #wrapper {
    flex-direction: row;
  }
}
#content-pane {
  width: 100%;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
}
#content-pane header {
  background: #f8f8f8;
}
#content-pane header .h1 {
  font-weight: 400;
}
#content-pane header .top-row {
  padding: 0.5rem;
  padding-left: 6.25rem;
}
#content-pane header .top-row #menuToggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 92px;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -100px;
  border: 0;
  background: #b9edfc;
  font-size: 0.875rem;
  line-height: 1rem;
  color: black;
  height: 117px;

}
#content-pane header .top-row #menuToggle span {
  font-family: sans-serif;
}
#content-pane header .top-row #menuToggle i {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (min-width: 576px) {
  #content-pane header .top-row #menuToggle {
    bottom: -2.8rem;
    height: 96px;
  }
}
@media (min-width: 768px) {
  #content-pane header .top-row #menuToggle {
    top: -1rem;
    bottom: -1rem;
    height: 110px;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row #menuToggle {
    display: none;
  }

}
#content-pane header .top-row h1 {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  #content-pane header .top-row h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  #content-pane header .top-row {
    padding: 1rem;
    padding-left: 6.25rem;
  }
}
@media (min-width: 992px) {
  #content-pane header .top-row {
    padding-left: 1.5rem;
  }
}
#content-pane header .homelink {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  flex-flow: column;
  gap: 10px;
}
#content-pane header .homelink img {
  flex-grow: 0;
}
#content-pane header .homelink img:first-child {
  width: auto;
  height: 25px;
}
#content-pane header .homelink img:last-child {
  width: auto;
  height: 25px;
}


@media (min-width: 576px) {

  #content-pane header .homelink img:first-child {
    width: auto;
    height: 34px;
  }
  #content-pane header .homelink img:last-child {
    width: auto;
    height: 34px;
  }

@media (min-width: 992px) {
    #content-pane header .homelink {
        flex-flow: row;
        gap: 20px;
    }
  #content-pane header .homelink img:first-child {
    width: auto;
    height: 40px;
  }
  #content-pane header .homelink img:last-child {
    width: auto;
    height: 40px;
  }
}
#content-pane header .toplinks {
  display: flex;
  flex-wrap: wrap;
}
#content-pane header .toplinks span {
  display: inline-block;
  margin: 2.5px 5px;
  font-size: 0.625rem;
}
@media (min-width: 576px) {
  #content-pane header .toplinks span {
    margin: 0.625rem;
  }
}
#content-pane header .toplinks span a {
  color: #225977;
  font-size: 0.625rem;
}
#content-pane header .toplinks span:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  #content-pane header .toplinks {
    padding-left: 6.25rem;
  }
}
@media (min-width: 768px) {
  #content-pane header .toplinks {
    padding-left: 1.5rem;
  }
  #content-pane header .toplinks span:first-child {
    margin-left: 0;
  }
}
#content-pane section {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  #content-pane section {
    padding: 40px;
  }
}
#content-pane section h2 {
  margin: 1rem 0;
}
#content-pane section h2 + p {
  margin-bottom: 1rem;
}
#content-pane section p > a.cta {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 1200px) {
  #content-pane section .container-fluid {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  #content-pane section .container-fluid {
    max-width: 1600px;
  }
}
#content-pane footer .bottomlinks a {
  color: #225977;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
#content-pane hr.rule {
  border-top: 5px solid #74cce5;
  width: 100%;
}
@media (min-width: 992px) {
  #content-pane {
    height: 100vh;
    width: calc(100% - 120px);
  }
  #content-pane section {
    padding: 2.25rem 1rem;
  }
}
@media (min-width: 1200px) {
  #content-pane section {
    padding: 40px 75px;
  }
}
#content-pane a:not(.cta) {
  color: #1C5C6D;
  font-size: 1rem;
  font-weight: 600;
  font-family: sans-serif;
}
#content-pane .newsbox {
  border: solid 1px #e4e4e4;
  border-right: solid 2px #e4e4e4;
  padding: 20px;
}
#content-pane .newsbox h5 {
  color: #1C5C6D;
  font-size: 1rem;
  font-weight: 600;
  font-family: sans-serif;
}
#content-pane .newsbox p {
  margin: 0;
}
#content-pane .newsbox a {
  color: #225977;
  text-decoration: underline;
  font-weight: 400;
}
#content-pane .newsbox h5 + p + p {
  margin-bottom: 0.625rem;
}
#content-pane .newsbox.hidden {
  display: none;
}
#content-pane blockquote {
  background: #b9edfc;
  padding: 1.875rem;
  margin-bottom: 2rem;
}
#content-pane blockquote .cta {
  background: #f68121;
}
#content-pane blockquote .cta:hover {
  background: #225977;
  color: white;
}
#content-pane .row.resources .col-12 a {
  margin: 1rem 0;
  background: #b9edfc;
  color: #225977;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  line-height: 2;
  width: 100%;
  min-height: 120px;
  font-family: sans-serif;
  font-weight: 400;
  padding: 0 2rem;
  text-align: center;
  border-radius: 20px;
}
#content-pane .row.resources .col-12 a:hover,
#content-pane .row.resources .col-12 a:focus,
#content-pane .row.resources .col-12 a:active {
  background: #f68121;
  color: #003c70;
  text-decoration: none;
}
@media (min-width: 576px) {
  #content-pane .row.resources .col-12 a {
    min-height: 163px;
  }
}
#content-pane table.lesson-plans {
  width: calc(100% - 2rem);
  margin: 1rem;
}
#content-pane table.lesson-plans tr:nth-child(odd) {
  background: #e2f6fc;
}
#content-pane table.lesson-plans tr td {
  padding: 0.5rem;
}
#content-pane table.lesson-plans tr td a {
  color: #000 !important;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 400;
}
#content-pane table.lesson-plans tr td a i {
  color: #225977;
  margin-right: 1rem;
}
#content-pane .policies {
  font-size: 1rem;
  color: #225977;
  font-family: sans-serif;
}
#content-pane .policies a {
  display: inline-block;
  margin: 0.25rem;
  color: #225977;
}
#content-pane p {
  margin-bottom: 1rem;
}
#content-pane h1,
#content-pane h2,
#content-pane h3,
#content-pane h4,
#content-pane h5 {
  margin-bottom: 1rem;
}
table.assignments {
  width: 100%;
  border-collapse: collapse;
}
table.assignments thead {
  display: none;
}
table.assignments thead tr th {
  font-family: sans-serif;
  font-size: 1.125rem;
  background-color: #225977;
  padding: 1rem 0.625rem;
  font-weight: normal;
  border-left: 5px solid #225977;
  border-right: 5px solid #225977;
  color: #FFFFFF;
}
table.assignments tbody {
  display: block;
}
table.assignments tbody tr {
  border-top: 20px solid #225977;
  border-bottom: 5px solid white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
table.assignments tbody tr td {
  padding: 1rem 0.625rem;
  border: 2px solid #e4e4e4;
  border-left: 5px solid #e4e4e4;
  border-right: 5px solid #e4e4e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 1 100%;
  vertical-align: top;
}
table.assignments tbody tr td:before {
  display: inline;
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 0.625rem;
}
table.assignments tbody tr td:first-child:before {
  content: 'Date Due';
}
table.assignments tbody tr td:nth-child(2):before {
  content: 'Contents/Document';
}
table.assignments tbody tr td:nth-child(3):before {
  content: 'Assignment Type';
}
table.assignments tbody tr td:nth-child(4):before {
  content: 'Status';
}
table.assignments tbody tr:first-child td {
  border-top: 0;
}
@media (min-width: 768px) {
  table.assignments thead {
    display: table-header-group;
  }
  table.assignments tbody {
    display: table-row-group;
  }
  table.assignments tbody tr {
    border: none;
    display: table-row;
  }
  table.assignments tbody tr td {
    display: table-cell;
  }
  table.assignments tbody tr td:first-child,
  table.assignments tbody tr td:nth-child(2),
  table.assignments tbody tr td:nth-child(3),
  table.assignments tbody tr td:nth-child(4) {
    display: table-cell;
  }
  table.assignments tbody tr td:first-child:before,
  table.assignments tbody tr td:nth-child(2):before,
  table.assignments tbody tr td:nth-child(3):before,
  table.assignments tbody tr td:nth-child(4):before {
    display: none;
  }
}
table.blue {
  width: 100%;
  border-collapse: collapse;
}
table.blue thead tr th {
  font-family: sans-serif;
  font-size: 1rem;
  background-color: #b9edfc;
  padding: 1rem 0.625rem;
  font-weight: normal;
  border-left: 5px solid #b9edfc;
  border-right: 5px solid #b9edfc;
}
table.blue tbody tr {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
}
table.blue tbody tr td {
  padding: 1rem 0.625rem;
  border: 2px solid #e4e4e4;
  border-left: 5px solid #e4e4e4;
  border-right: 5px solid #e4e4e4;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.875rem;
}
table.blue tbody tr td:first-child {
  width: 70%;
}
table.blue tbody tr td:nth-child(2) {
  width: 170px;
}
table.blue tbody tr td:nth-child(3) {
  width: 100px;
}
table.blue tbody tr td:nth-child(4) {
  width: 100px;
}
table.blue tbody tr td:nth-child(5) {
  width: 120px;
}
table.blue tbody tr:first-child td {
  border-top: 0;
}
table.blue button {
  border: none;
  background: transparent;
  font-size: 0;
  margin: 0 0.25rem;
}
table.blue button i {
  font-size: 1rem;
  color: #225977;
}
details {
  position: relative;
  margin: 1rem 0;
  width: 100%;
  user-select: none;
}
details:focus {
  outline: none;
}
details > summary {
  background-color: #74cce5;
  font-family: sans-serif;
  font-size: 1.625rem;
  text-align: left;
  color: black;
  padding: 0 2rem;
  border-radius: 0.625rem;
  min-height: 65px;
  padding-top: 0.25rem;
}
details > summary:focus {
  outline: none;
}
details > summary h1,
details > summary h2,
details > summary h3,
details > summary h4,
details > summary h5,
details > summary h6 {
  color: black;
  font-size: inherit;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > *:not(summary) {
  margin: 0.5rem 1rem;
  max-width: calc(100% - 2rem);
}
details:after {
  display: inline-block;
  position: absolute;
  font-size: 1.6875rem;
  top: 1rem;
  right: 2rem;
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
}
details[open]:after {
  content: '\f139';
}
#news-wrapper {
  margin-bottom: 1rem;
}
#news-wrapper .slick-prev,
#news-wrapper .slick-next {
  display: inline-flex;
  align-items: center;
  bottom: -40px;
  top: auto;
  color: #1C5C6D;
  font-size: 1rem;
  font-weight: 600;
  font-family: sans-serif;
  width: auto;
}
@media (min-width: 768px) {
  #news-wrapper {
    margin-bottom: 0;
  }
}
#news-wrapper .slick-prev:before,
#news-wrapper .slick-next:before {
  color: #1C5C6D;
  font-weight: 400;
  padding-right: 3px;
}
#news-wrapper .slick-next:before {
  padding-left: 3px;
  padding-right: 0;
}
#news-wrapper .slick-next {
  flex-direction: row-reverse;
}
#news-wrapper .slick-prev.slick-disabled,
#news-wrapper .slick-prev.slick-disabled:before,
#news-wrapper .slick-next.slick-disabled,
#news-wrapper .slick-next.slick-disabled:before {
  opacity: 0;
}
#search_toggle[aria-expanded="true"] i:before {
  content: "\f00d";
}
.navbar-toggler[aria-expanded="true"] i:before {
  content: "\f00d";
}

#policy_list A {
    font-weight: inherit !important;
    padding-right: 16px;
}

#policy_list A.open {
    background: url(/admin/images/datatable_downarrow.png) no-repeat right;
}

#policy_list A.closed {
    background: url(/admin/images/datatable_rightarrow.png) no-repeat right;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #content-pane section {flex: 0 0 auto;}
}

ins,del{}
del.ice-del{display:inline;text-decoration:line-through!important;color: #FF0000 !IMPORTANT;}
ins.ice-ins {color: #FF0000 !IMPORTANT;}
ins.ice-del{}
ins.ice-no-decoration,del.ice-no-decoration{}
.ICE-Tracking span.ice-ins,.ICE-Tracking ins.ice-ins,.ICE-Tracking span.ice-del,.ICE-Tracking del.ice-del{}
.ICE-Tracking span.ice-del,.ICE-Tracking del.ice-del{display:inline;text-decoration:line-through!important;color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-ins,.ICE-Tracking .ice-ins>*{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-ins.ice-cts-1,.ICE-Tracking .ice-ins.ice-cts-1>*{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-ins.ice-cts-2,.ICE-Tracking .ice-ins.ice-cts-2>*{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-ins.ice-cts-3,.ICE-Tracking .ice-ins.ice-cts-3>*{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-del.ice-cts-1{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-del.ice-cts-2{color: #FF0000 !IMPORTANT;}
.ICE-Tracking .ice-del.ice-cts-3{color: #FF0000 !IMPORTANT;}
