body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
.login-footer {
  text-align: center;
}
.login-footer p {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.login-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 15vh 0 0;
  background: #353c3f;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
}
.login-form img {
  margin: 0 auto 1em;
}
.login-form h1 {
  color: inherit;
  margin: 1.2em 0;
}
.login-form .form-group,
.login-form .login-messages {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.alert.password-reset {
  background-color: #dfeef5;
  color: #1b88bb;
}
@font-face {
  font-family: 'source_sans_proitalic';
  src: url('/fonts/sourcesanspro-italic-webfont.eot');
  src: url('/fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sourcesanspro-italic-webfont.woff') format('woff'), url('/fonts/sourcesanspro-italic-webfont.ttf') format('truetype'), url('/fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url('/fonts/sourcesanspro-regular-webfont.eot');
  src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url('/fonts/sourcesanspro-semibold-webfont.eot');
  src: url('/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proSBdIt';
  src: url('/fonts/sourcesanspro-semibolditalic-webfont.eot');
  src: url('/fonts/sourcesanspro-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff'), url('/fonts/sourcesanspro-semibolditalic-webfont.ttf') format('truetype'), url('/fonts/sourcesanspro-semibolditalic-webfont.svg#source_sans_proSBdIt') format('svg');
  font-weight: normal;
  font-style: normal;
}
.dr-notification-container {
  position: fixed;
  z-index: 10000;
}
.dr-notification-container.bottom {
  bottom: 20px;
}
.dr-notification-container.right {
  right: 0;
}
.dr-notification-container.left {
  left: 20px;
}
.dr-notification-container.top {
  top: 20px;
}
.dr-notification-container.center {
  left: 50%;
  margin-left: -190px;
}
.dr-notification-wrapper {
  width: 400px;
  position: relative;
  margin: 10px 0;
}
.dr-notification {
  width: 400px;
  padding: 15px 6px 15px 80px;
  min-height: 82px;
  border: 1px solid;
  border-right-width: 0;
  overflow: hidden;
}
.dr-notification-type-info .dr-notification {
  background-color: #f6ffe2;
  border-color: #7baf00;
}
.dr-notification-type-warning .dr-notification {
  background-color: #fdf6e9;
  border-color: #f0aa2a;
}
.dr-notification-type-error .dr-notification {
  background-color: #fce7e6;
  border-color: #e53631;
}
.dr-notification-type-success .dr-notification {
  background-color: #f6ffe2;
  border-color: #7baf00;
}
.dr-notification-close-btn {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
  transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
  cursor: pointer;
}
.dr-notification-close-btn:hover {
  -webkit-transform: scale3d(1.25, 1.25, 1);
  -ms-transform: scale3d(1.25, 1.25, 1);
  transform: scale3d(1.25, 1.25, 1);
}
.dr-notification-type-info .dr-notification-close-btn {
  color: #7baf00;
}
.dr-notification-type-warning .dr-notification-close-btn {
  color: #f0aa2a;
}
.dr-notification-type-error .dr-notification-close-btn {
  color: #e53631;
}
.dr-notification-type-success .dr-notification-close-btn {
  color: #7baf00;
}
.dr-notification-image {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 40px;
  color: white;
  text-align: center;
}
.dr-notification-image i {
  display: block;
}
.dr-notification-image img {
  margin: 15px;
  max-width: 70px;
  min-width: 48px;
}
.dr-notification-type-info .dr-notification-image {
  color: #7baf00;
}
.dr-notification-type-warning .dr-notification-image {
  color: #f0aa2a;
}
.dr-notification-type-error .dr-notification-image {
  color: #e53631;
}
.dr-notification-type-success .dr-notification-image {
  color: #7baf00;
}
.dr-notification-title {
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}
.dr-notification-type-info .dr-notification-title {
  color: #7baf00;
}
.dr-notification-type-warning .dr-notification-title {
  color: #f0aa2a;
}
.dr-notification-type-error .dr-notification-title {
  color: #e53631;
}
.dr-notification-type-success .dr-notification-title {
  color: #7baf00;
}
html {
  font-size: 100%;
  position: relative;
  height: 100%;
  background-color: #282e31;
}
body {
  position: relative;
  background: none;
  color: #a0adb3;
  font: 0.9375em/1.533 source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  min-height: 100%;
  padding: 0 0 44px;
}
main {
  margin-left: 46px;
  padding: 0 22px 0;
  overflow: hidden;
}
main.area-Home {
  margin-left: 240px;
}
.content {
  border-bottom: 1px solid #5b6265;
  padding: 1.333em;
  zoom: 1;
}
.content:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
img {
  display: block;
  max-width: 100%;
}
h1 {
  font: 2em/1.133 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  color: #ffffff;
  margin: 0 0 0.533em;
}
h2 {
  font: 1.6em/1.042 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  color: #ffffff;
  margin: 0 0 0.533em;
}
h3,
legend {
  font: 1.467em/1.136 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  color: #ffffff;
  margin: 0 0 0.533em;
}
h4 {
  font: 1.2em/1.389 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  color: #ffffff;
  margin: 0 0 0.533em;
}
p {
  margin: 0 0 1.333em;
}
.meta {
  color: #eef5f8;
  font-size: 0.867em;
  line-height: 1.231;
}
.quote {
  margin-left: 0.533em;
  color: #a0adb3;
}
.intro {
  font-size: 1.2em;
}
.date {
  color: #eef5f8;
}
.date > b {
  font-family: source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  color: #eef5f8;
}
i,
em {
  font-style: normal;
  font-family: source_sans_proitalic, "Helvetica Neue", "Calibri", sans-serif;
}
b,
strong {
  font-weight: normal;
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
ul,
ol {
  margin: 0 0 1em 22px;
  padding: 0;
}
.list-unstyled {
  margin-left: 0;
}
dl {
  margin: 0 0 2.333em;
  padding: 0;
  overflow: hidden;
}
dt {
  color: #a0adb3;
  font-weight: normal;
  line-height: 1.533;
  float: left;
  clear: left;
  min-width: 9em;
  margin: 0 0.333em 0.2em 0;
}
dd {
  margin: 0 0 0.2em 9.333em;
  line-height: 1.533;
}
a {
  color: #1e95ce;
  text-decoration: none;
}
a:focus,
a:hover,
a.active {
  color: #eef5f8;
  text-decoration: none;
  cursor: pointer;
}
.more > a:after {
  content: " »";
}
figure {
  margin: 0 0 1.333em;
}
figcaption {
  color: #a0adb3;
}
.table {
  clear: both;
  background: #282e31;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 -22px 1em;
  width: 100%;
  width: calc(100% + 44px);
  max-width: none;
  font-size: 0.933em;
  line-height: 1.429;
}
.table.fit-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.table > thead:first-child > tr:first-child > th {
  border: solid #5b6265;
  border-width: 1px 0;
  color: #8d989d;
  font-weight: normal;
  text-align: left;
  padding: 0.667em 22px 0.667em 0;
  vertical-align: top;
}
.table > tbody > tr > td {
  border: solid #5b6265;
  border-width: 1px 0;
  padding: 0.667em 22px 0.667em 8px;
  vertical-align: top;
}
.table:not(.fit-width) > thead:first-child > tr:first-child > th:first-child,
.table:not(.fit-width) > tbody > tr > td:first-child {
  padding-left: 22px;
}
.table .info > td {
  background: #fcedd1;
}
.table .open > td {
  border-bottom-color: #222628;
  background-color: #222628;
}
.table .extra {
  display: none;
}
.table .extra > td {
  border-top-color: #222628;
  background-color: #222628;
  padding: 0;
}
.table .extra dl {
  margin: 0 0 1em;
}
.table .open + .extra {
  display: table-row;
}
.table td > ul {
  margin-bottom: 0;
}
.table .highlight > td {
  border-top-color: #222628;
  background-color: #222628;
  font-weight: bold;
}
.ng-table > thead > tr > th.sortable > div {
  color: #1e95ce;
  padding-right: 23px;
}
.ng-table > thead > tr > th.sortable.sort-desc,
.ng-table > thead > tr > th.sortable.sort-asc {
  background: none;
  text-shadow: none;
}
.ng-table th.sortable > div:before,
.ng-table th.sortable.sort-desc > div:after {
  border-width: 5px 6px 0;
  opacity: 1;
  border-top-color: #1e95ce;
}
.ng-table th.sortable > div:after,
.ng-table th.sortable.sort-asc > div:after {
  margin-top: -5px;
  border-width: 0 6px 5px;
  opacity: 1;
  border-bottom-color: #1e95ce;
}
.table-caption {
  color: #a0adb3;
  font-size: 1.067em;
  margin: 0 0 0.875em;
}
.table-caption b {
  font-family: inherit;
  color: #a0adb3;
}
.table-caption > span {
  float: right;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
  font-size: 1.067em;
  line-height: 1.4375;
}
.form-group {
  margin: 0 0 1.625em;
  zoom: 1;
}
.form-group:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.form-group.pad-header {
  margin-bottom: 3.25em;
}
.form-group > .col-sm-2,
.form-group > .col-sm-4 {
  padding-left: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
label {
  font-weight: normal;
  display: block;
}
label.overlay {
  position: absolute;
  margin: 0.5em;
  color: #a0adb3;
  cursor: text;
}
label.overlay.hidden {
  left: -9999px;
}
.form-horizontal .control-label {
  padding: 0;
  text-align: left;
}
.form-control {
  display: inline-block;
  border: 1px solid #5b6265;
  background-color: #282e31;
  font: 1em source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  color: #a0adb3;
  height: auto;
  padding: 0.5em;
  border-radius: 0;
  vertical-align: middle;
  max-width: 480px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #a0adb3;
  box-shadow: none;
}
.form-control.has-visited.ng-invalid {
  border-color: #e53631;
  color: #e53631;
}
input.medium {
  width: 40%;
}
input.small {
  width: 20%;
}
fieldset > div > .meta {
  margin: 0.538em 0 0;
}
#cke_editor {
  box-shadow: none;
  border-color: #5b6265;
}
select.form-control {
  border: 1px solid #5b6265;
  border-radius: 0;
  font-size: 0.875em;
  padding: 0.5em;
  min-width: 17.143em;
}
input[type=radio],
input[type=checkbox],
.form-control[type=radio],
.form-control[type=checkbox] {
  border: 0;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0 8px 0 0;
  display: inline-block;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.checkbox-list label {
  width: 33%;
  float: left;
}
.date-control {
  max-width: 17.143em;
}
.form-group > .btn {
  margin-right: 10px;
}
.form-group:not(.no-offset) > .btn:first-child {
  margin-left: calc(16.667% + 15px);
}
.help-text {
  color: #a0adb3;
  display: block;
  font-size: 0.867em;
  margin-top: 0.4em;
}
abbr[title="required"] {
  color: #f0aa2a;
}
.error > label,
.error > input,
.error > span {
  border-color: #e53631;
  color: #e53631;
}
input[type=reset] {
  background: none;
  border: 0;
  padding: 0.5em 0;
  width: auto;
  color: #1e95ce;
  cursor: pointer;
}
input[type=reset]:focus,
input[type=reset]:hover {
  color: #282e31;
}
.btn {
  border: 0;
  border-radius: 0.333em;
  background-color: #7ed9fe;
  color: #ffffff;
  font: 1.067em source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  padding: 0.625em 1.5625em;
  width: auto;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1.5;
}
.btn:focus,
.btn:hover {
  background-color: #282e31;
  color: #ffffff;
}
.btn-primary {
  background-color: #1e95ce;
  color: #ffffff;
}
.btn-primary[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #15688f;
  color: #ffffff;
}
.btn-primary:active {
  background-color: #353c3f;
  box-shadow: none;
}
.btn-secondary {
  background-color: #a0adb3;
  color: #ffffff;
}
.btn-secondary:focus,
.btn-secondary:hover,
.open .dropdown-toggle.btn-secondary {
  background-color: #84959c;
  color: #ffffff;
}
.btn-link {
  background-color: transparent;
  color: #1e95ce;
  padding: 0;
  text-align: left;
}
.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: #eef5f8;
  text-decoration: none;
}
.btn.btn-inactive {
  margin-bottom: 5px;
  background-color: #a0adb3;
  cursor: default;
}
.btn[disabled],
.btn[disabled] {
  opacity: 0.8;
}
.btn.maywrap {
  margin-bottom: 5px;
}
.inline-control-highlight {
  border-top-color: #eef5f8;
  background-color: #eef5f8;
  clear: both;
  line-height: 1.429;
  margin: 0 -22px 1em;
}
.inline-control-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.inline-control-list > li {
  display: inline-block;
  margin: 10px 10px 10px 10px;
  vertical-align: top;
}
.input-group-btn > .btn {
  font-size: 1em;
  background: none;
  border-radius: none;
  color: #1e95ce;
  padding-left: 0.333em;
  padding-right: 0.333em;
}
.dropdown-toggle {
  font: 1em source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  border-radius: 0;
  padding: 0.438em;
}
.dropdown-toggle > .caret {
  margin: 0 0.3125em;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/*.btn-custom {
  background-color: hsl(0, 68%, 56%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eea9a9", endColorstr="#db4242");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eea9a9), to(#db4242));
  background-image: -moz-linear-gradient(top, #eea9a9, #db4242);
  background-image: -ms-linear-gradient(top, #eea9a9, #db4242);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eea9a9), color-stop(100%, #db4242));
  background-image: -webkit-linear-gradient(top, #eea9a9, #db4242);
  background-image: -o-linear-gradient(top, #eea9a9, #db4242);
  background-image: linear-gradient(#eea9a9, #db4242);
  border-color: #db4242 #db4242 hsl(0, 68%, 50%);
  color:  #f4fcff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39);
  -webkit-font-smoothing: antialiased;
}*/
.btn-custom {
  background-color: #db4343 !important;
  color: #f4fcff !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39);
  -webkit-font-smoothing: antialiased;
}
.btn-custom:hover {
  background-color: #c52626 !important;
}
.alert {
  border-radius: 0.333em;
  padding: 0.667em;
  border: 0;
}
.alert.alert-success {
  background-color: #f6ffe2;
  color: #7baf00;
}
.alert.alert-warning {
  background-color: #fdf6e9;
  color: #f0aa2a;
}
.alert.alert-danger {
  background-color: #fce7e6;
  color: #e53631;
}
.alert > h2 {
  font-size: 1.333em;
  color: inherit;
}
.actions {
  float: right;
  margin: 0 0 0.533em;
  padding: 0;
  list-style: none;
}
.actions > li {
  display: inline;
  vertical-align: middle;
}
.actions .btn {
  vertical-align: middle;
  padding: 0.563em 0.813em;
}
.panel {
  background: #222628;
  border: 1px solid #5b6265;
  margin: 0 0 1.2em;
  border-radius: 0;
  box-shadow: none;
}
.panel-heading {
  padding: 0.944em;
  border-bottom: 1px solid #5b6265;
  zoom: 1;
}
.panel-heading:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.panel-heading h2 {
  font-size: 1.2em;
  line-height: 1.389;
  margin: 0;
  color: #ffffff;
}
.panel-heading > p {
  margin: 0;
}
.panel-body figure {
  margin: 0;
  text-align: center;
  position: relative;
}
.panel-body .highcharts-container {
  display: inline-block;
}
.single-value-pie-value {
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: 180px;
  margin-left: -90px;
  text-align: center;
  font: 3.067em/180px source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  color: #ffffff;
}
.panel-footer {
  border-top: 1px solid #5b6265;
  background: none;
  padding: 0.467em 1.133em;
  color: #a0adb3;
}
.well {
  background-color: #222628;
  border-radius: 0.333em;
  padding: 1.333em;
}
.well > p:last-child {
  margin: 0;
}
.modal-content,
.modal-body,
.list-group-item {
  background-color: #282e31;
  color: #a0adb3;
}
.dates {
  margin: 0;
  padding: 0 1em;
  list-style: none;
}
.dates > li {
  border-top: 1px solid #5b6265;
  padding-top: 0.467em;
}
.dates > li:first-child {
  border-top: 0;
  padding-top: 0;
}
.dates h3 {
  font-size: 1.067em;
  line-height: 1.5625;
  margin: 0;
}
.dates p {
  margin: 0 0 1em;
}
.tally {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #a0adb3;
  font-size: 0.867em;
  line-height: 1.231;
}
.tally > li {
  display: inline-block;
  margin: 0 3em 0 0;
  max-width: 5em;
}
.tally em {
  display: block;
  color: #ffffff;
  font: 3.692em/1 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.resources > ul {
  margin: 0 -22px 2em;
  padding: 0;
  list-style: none;
  /*border-top: 1px solid @keyline-color;*/
}
.resources li {
  margin: 0;
  padding: 0.8em 22px;
  /*border-bottom: 1px solid @keyline-color;*/
  zoom: 1;
}
.resources li:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.resources ul > li:first-line {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.resources ul > li ul {
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 1em;
}
.resource-info {
  float: left;
  width: 66%;
}
.resource-meta {
  float: right;
  max-width: 30%;
}
.resource-meta > p {
  margin: 0;
}
.resource-meta > .status {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.resource-meta > .status.success {
  color: #7baf00;
}
.resource-meta > .status.warning {
  color: #f0aa2a;
}
.resource-meta > .status.danger {
  color: #e53631;
}
.fa {
  vertical-align: middle;
  margin-right: 0.267em;
  font-size: 1.6em;
}
.fa-sm {
  vertical-align: middle;
  margin-right: 0.267em;
  font-size: 1.2em;
}
.fa-vsm {
  vertical-align: middle;
  margin-right: 0.267em;
  font-size: 0.7em;
  line-height: 2;
}
.fa.danger {
  color: #e53631;
}
.badge {
  color: #ffffff;
  background: #1e95ce;
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  font-size: 1em;
  margin: 0 0.333em;
}
.mfp-content {
  background-color: #ffffff;
  border-radius: 0.333em;
  max-width: 600px;
  padding: 1.333em;
  width: 100%;
}
.mfp-content p:last-of-type {
  margin: 0;
}
.pagination {
  display: block;
  margin: 0 -22px 1em;
  padding: 1em 26px;
  list-style: none;
  background: #222628;
  border-top: 1px solid #5b6265;
  border-radius: 0;
  font: 1.067em/2.25 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  zoom: 1;
}
.pagination:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.pagination > li {
  float: left;
  margin: 0 0.5em 0 0;
}
.pagination > li > a {
  display: block;
  border: 1px solid #5b6265;
  border-radius: 4px;
  width: 2.25em;
  height: 2.25em;
  padding: 0.333em 0 0;
  margin: 0;
  text-align: center;
  color: #8d989d;
  background-color: transparent;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
  background-color: #282e31;
  color: #a0adb3;
  border-color: #5b6265;
}
.filter-container {
  min-height: 360px;
}
.filter-form {
  position: relative;
  border-bottom: 1px solid #5b6265;
  margin: -1.6em -22px 1em;
  padding: 1em 22px 0;
  background: #222628;
}
.tree-content .filter-form {
  margin-top: -1em;
}
.form-group .filter-form {
  margin-top: -1em;
}
.filter-form > fieldset {
  margin: 0;
}
.filter-form .form-group {
  display: inline-block;
  margin: 0 1em 0.8em 0;
  white-space: nowrap;
}
.filter-form .input-group,
.filter-form .input-group-btn {
  display: inline-block;
}
.filter-form label {
  display: inline;
  vertical-align: middle;
  margin: 0 0.533em 0 0;
  color: #8d989d;
}
.filter-form .form-control {
  width: auto;
}
.filter-form .btn {
  padding: 0.333em 0.8em;
}
.filter-form .btn .fa-sm {
  font-size: 1em;
}
.filter-form > .form-group > .btn:first-child {
  margin-left: 0;
}
.filter-form.in-flow {
  margin-top: 0;
}
.cube-filter {
  position: relative;
  padding-right: 10em;
}
.cube-filter .form-control {
  width: 240px;
}
.cube-filter .search-control {
  font-size: 0.933em;
}
.search-container {
  position: relative;
}
.search-bg {
  position: absolute;
  top: 7px;
  left: 215px;
  color: #5b6265;
}
.cube-filter tree-selector > div,
.cube-filter .tree-sel-list {
  margin: 0;
  display: inline-block;
}
.cube-filter .filter-submit {
  position: absolute;
  line-height: 100%;
  margin: 0;
  padding: 1em 2em 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #5b6265;
}
.cube-filter .filter-submit > .btn:first-child {
  margin-right: 0;
}
.search-box {
  width: 240px;
}
.modal-content {
  overflow: hidden;
}
.modal-header {
  background: #1e95ce;
  border: 0;
}
.modal-title {
  color: #ffffff;
  line-height: 1;
}
.tree-list {
  position: relative;
  margin: 0 -15px;
  background: url(data:image/gif;base64,R0lGODdh8AACAPAAANjk6fH3%2BiH%2FC1hNUCBEYXRhWE1QACwAAAAA8AACAEACFoyPqcvtD6OctNqLMwO6%2Bw%2BG4kgmQAEAOw%3D%3D) repeat-y left;
  zoom: 1;
}
.tree-list:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.tree-list.tree-table {
  background: none;
}
.heading ~ .tree-list {
  margin-top: -1.6em;
  border-top: 0;
}
.tree-sel-list {
  margin-bottom: 10px;
  zoom: 1;
}
.tree-nav {
  float: left;
  width: 240px;
  font-size: 0.933em;
}
.tree-nav ul {
  list-style: none;
  margin: 0;
}
.tree-nav li:not(.tree-ctrl) > a,
.tree-nav li.tree-ctrl,
.tree-nav li > .btn-link {
  font-family: source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  width: 100%;
  padding: 0.6em 5px;
  border-bottom: 1px solid #5b6265;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tree-nav li.tree-ctrl > a {
  width: 33%;
  display: inline-block;
}
.tree-nav li li > a,
.tree-nav li li > .btn-link {
  padding-left: 30px;
}
.tree-nav li li li > a,
.tree-nav li li li > .btn-link {
  padding-left: 45px;
}
.tree-nav li li li li > a,
.tree-nav li li li li > .btn-link {
  padding-left: 60px;
}
.tree-nav li li li li li > a,
.tree-nav li li li li li > .btn-link {
  padding-left: 75px;
}
.tree-nav li li li li li li > a,
.tree-nav li li li li li li > .btn-link {
  padding-left: 90px;
}
.tree-content {
  padding: 0 15px 0;
  overflow: hidden;
}
.tree-nav .disabled {
  color: #a0adb3;
}
.tree-nav .disabled:hover {
  cursor: default;
}
.tree-nav li > a {
  width: auto;
}
.tree-table .tree-nav {
  width: 40%;
  min-width: 400px;
  float: none;
}
.tree-sel {
  width: 240px;
  background-color: white;
  font-size: 0.933em;
  float: none;
  position: relative;
}
.tree-sel li > a,
.tree-sel li > .btn-link {
  padding: 0.2em 15px;
  border-left: 1px solid #5b6265;
  background: #282e31;
  border-right: 1px solid #5b6265;
}
.tree-sel li > a.active,
.tree-sel li > .btn-link.active,
.tree-nav li > a.active,
.tree-nav li > .btn-link.active {
  background-color: #5b6265;
  color: #1e95ce;
}
.tree-sel .active {
  background-color: #222628;
}
.tree-sel > ul {
  position: absolute;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 265px;
  width: 240px;
  background-color: #282e31;
  z-index: 99;
  border-bottom: 1px solid #5b6265;
}
.tree-sel ul ul {
  max-height: none;
  position: relative;
  border-bottom: none;
}
.view-by {
  color: #a0adb3;
  padding: 10px 0 10px 0 !important;
}
.view-by select.form-control {
  min-width: 0;
  border: 1px solid #5b6265;
}
.view-by div {
  padding: 5px;
}
.dropdown-menu th {
  padding: 0.2em;
}
.dropdown-menu .btn {
  padding: 0.333em;
}
.dropdown-menu .btn-group {
  display: inline;
}
.dropdown-menu table .btn {
  background: none;
  border-radius: 0;
  color: #1e95ce;
}
.dropdown-menu table .btn:focus,
.dropdown-menu table .btn:hover {
  color: #282e31;
}
.dropdown-menu table .btn.active {
  border: 1px solid #a0adb3;
  box-shadow: none;
}
.dropdown-menu .glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-menu .glyphicon-chevron-left::before {
  content: "\f053";
}
.dropdown-menu .glyphicon-chevron-right::before {
  content: "\f054";
}
.dropdown-menu table .btn.btn-primary {
  background: #1e95ce;
  color: #ffffff;
}
.table .status {
  font-size: 1.785em;
  line-height: 1;
  padding-top: 0.214em;
  padding-bottom: 0.214em;
}
.table .status-active {
  color: #7baf00;
}
.table .status-enabled {
  color: #f0aa2a;
}
.table .status-disabled {
  color: #e53631;
}
.table .status:hover {
  cursor: pointer;
}
.nav-wizard {
  border: solid #5b6265;
  border-width: 1px 0;
  margin: -1.667em -22px 1em;
  width: calc(100% + 44px);
}
.nav-wizard > li {
  background-color: #282e31;
}
.nav-wizard > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-wizard a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  bottom: 0;
  border: solid transparent;
  border-width: 22px 0 22px 23px;
  border-left-color: #5b6265;
}
.nav-wizard a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 1px;
  bottom: 1px;
  border: solid transparent;
  border-width: 21px 0 21px 22px;
  border-left-color: #282e31;
}
.nav-wizard > li > a:focus,
.nav-wizard > li > a:hover {
  background-color: transparent;
}
.nav-wizard .active,
.nav-wizard > li > .active:focus,
.nav-wizard > li > .active:hover {
  background-color: #222628;
  cursor: default;
}
.nav-wizard .active::after {
  border-left-color: #222628;
}
.nav-square-tab {
  border: solid #5b6265;
  border-width: 1px 0;
  margin: -1.667em -22px 1em;
  width: calc(100% + 44px);
}
.nav-square-tab > li {
  background-color: #282e31;
}
.nav-square-tab > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.nav-square-tab > li > a:focus,
.nav-square-tab > li > a:hover {
  background-color: transparent;
}
.nav-square-tab .active,
.nav-wizsquare-tabard > li > .active:focus,
.nav-square-tab > li > .active:hover {
  background-color: #222628;
  cursor: default;
}
.nav-square-tab .active::after {
  border-left-color: #222628;
}
.info-bar {
  color: #a0adb3;
  border: solid #5b6265;
  border-width: 1px 0;
  margin: 0 -22px 1em;
  padding: 0.5em 22px;
  background-color: #222628;
  list-style: none;
  zoom: 1;
}
.info-bar:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.info-bar:first-child {
  margin-top: -1em;
  border-top: 0;
}
.info-bar > li {
  float: left;
  margin: 0 1em 0 0;
}
.info-bar > .action {
  float: right;
  margin: 0 0 0 1em;
}
.info-bar a {
  color: #a0adb3;
}
.info-bar a.btn {
  color: #ffffff;
}
.info-bar a:focus,
.info-bar a:hover,
.info-bar b {
  color: #a0adb3;
}
.info-bar a.btn:focus,
.info-bar a.btn:hover {
  color: #ffffff;
}
.tags {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  font: 0.9em source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
select + .tags {
  margin: 1em 0 0;
}
.tag {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: #1b88bb;
}
.tag > label,
.tag > .btn {
  display: block;
  background: #282e31;
  border: 2px solid;
  color: #1b88bb;
  border-radius: 3px;
  padding: 0.5em;
  padding-left: 0.833em;
  cursor: pointer;
}
.tag > btn-sm {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1.5;
}
.tag .fa {
  font-size: 1.5em;
  line-height: 1.25;
  margin: -0.15em 0 -0.17em 0.5em;
  color: #1b88bb;
  border-radius: 50%;
  height: 1.333em;
  width: 1.333em;
  text-align: center;
}
.tag .fa-icon {
  margin: 0;
}
.tag > .range > .fa {
  color: #a0aec1;
}
.tag > .option > .fa {
  color: #353c3f;
}
.tag:focus > .fa,
.tag:hover > .fa {
  color: #1875a1;
}
.add-tag {
  background-color: #222628;
  padding: 10px;
}
.task-status {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.task-status-2,
.task-status-4 .task-status-7 {
  color: #7baf00;
}
.task-status-1 {
  color: #f0aa2a;
}
.task-status-5,
.task-status-6 {
  color: #e53631;
}
.assigned-custodians {
  background: #1e95ce;
  color: #fff;
  padding-top: 1em;
}
.assigned-custodians > h2,
.assigned-custodians .fa {
  color: #fff;
}
.suggest-custodians {
  background: #1e95ce;
  color: #fff;
  padding-top: 1em;
}
.suggest-custodians > h2,
.suggest-custodians .fa {
  color: #fff;
}
.form-builder {
  border: 1px solid #5b6265;
  margin: 0 0 2em;
}
.fields-selected,
.fields-new {
  padding: 1em;
}
.fields-new {
  background: #e2ebef;
  border-left: 1px solid #5b6265;
  min-height: 500px;
}
.fields-new::after,
.fields-new::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.fields-new::after {
  border-color: transparent;
  border-right-color: #e2ebef;
  border-width: 30px;
  margin-top: -30px;
}
.fields-new::before {
  border-color: transparent;
  border-right-color: #5b6265;
  border-width: 31px;
  margin-top: -31px;
}
.fb-component {
  margin: 0 0 1.2em;
}
.fields-available .fb-component {
  border: 1px dashed #5b6265;
  background: #fff;
}
.fb-component > .form-group {
  padding: 1em;
}
.fields-available .form-group {
  margin: 0;
}
.preview {
  max-height: 500px;
  overflow-y: auto;
}
.page-header {
  background-color: #1b88bb;
  color: #ffffff;
  font-size: 1.067em;
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 100;
  position: relative;
  zoom: 1;
}
.page-header:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.logo {
  float: left;
  background-color: #1e95ce;
  width: 240px;
  padding: 8px 22px;
  margin-right: 2.8em;
}
.logo img {
  display: block;
}
.header-nav > ul {
  float: right;
  margin: 0;
  padding: 8px 22px;
  list-style: none;
}
.header-nav > ul > li {
  display: inline;
  margin-left: 3em;
}
.header-nav a {
  color: #ffffff;
}
.header-nav .dropdown-menu {
  background: #1b88bb;
  box-shadow: none;
  border: 0;
}
.header-nav .dropdown-menu a {
  color: #ffffff;
}
.header-nav .dropdown-menu a:focus,
.header-nav .dropdown-menu a:hover {
  background: #353c3f;
  color: #ffffff;
}
.page-header p {
  padding-top: 0.867em;
  margin: 0;
}
.page-header b {
  font-family: source_sans_proregular, "Helvetica Neue", Calibri, sans-serif;
  color: #7ed9fe;
}
.current-jobs-wrapper {
  position: fixed;
  right: 5px;
  bottom: 50px;
  z-index: 111;
  cursor: pointer;
  background-color: rgba(30, 149, 206, 0.2);
  padding: 5px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.current-jobs-wrapper:hover {
  background-color: rgba(30, 149, 206, 0.3);
}
.current-jobs-wrapper table td {
  padding: 5px;
  vertical-align: top;
}
.current-jobs-wrapper .current-jobs-expanded {
  width: 500px;
}
.navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #353c3f;
  z-index: 10;
  -moz-transition: width 0.25s;
  -o-transition: width 0.25s;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  cursor: pointer;
}
.navigation.minimised .logo {
  padding-left: 8px;
}
.navigation .logo img {
  max-width: none;
}
.navigation.minimised {
  width: 46px;
}
.navigation.minimised .menu-text {
  display: none;
}
.navigation .logo .small-logo {
  display: none;
}
.navigation.minimised .logo .small-logo {
  display: block;
}
.navigation.minimised .logo .big-logo {
  display: none;
}
.navigation.collapsible .contract-menu {
  display: list-item;
}
.navigation .contract-menu {
  display: none;
}
.navigation .expand-menu {
  display: none;
}
.navigation.minimised .expand-menu {
  display: list-item;
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  margin-bottom: 50px;
}
.navigation.show-sub > ul {
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
}
.navigation a {
  color: #a0adb3;
  display: block;
  padding: 10px 16px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navigation.minimised a {
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
}
.navigation .logo {
  float: none;
}
.navigation .logo a {
  padding: 0;
}
.navigation .logo a:hover {
  background-color: #1e95ce;
}
.navigation a:focus,
.navigation a:hover,
.navigation a.active {
  background-color: #282e31;
  color: #ffffff;
}
.navigation.minimised a:focus,
.navigation.minimised a:hover,
.navigation.minimised a.active {
  background-color: transparent;
}
.navigation .fa {
  font-size: 1.2em;
  width: 1.4em;
  margin-right: 0;
}
.navigation .sub-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 240px;
  width: 240px;
}
.navigation a.active + .sub-nav {
  display: block;
}
.navigation .badge {
  background-color: #f0aa2a;
}
.heading {
  border-bottom: 1px solid #5b6265;
  margin: 0 -22px 1.6em;
  padding: 0 22px 0.533em;
  zoom: 1;
}
.heading:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.heading > h1,
.heading > h2 {
  float: left;
}
.heading > p {
  clear: left;
}
.page-footer {
  font: 1.067em/1 source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.page-footer > nav {
  background: #282e31;
  color: #a0adb3;
  zoom: 1;
  padding: 1.25em;
  height: 67px;
}
.page-footer > nav:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.page-footer > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer > nav li {
  float: left;
  width: 33%;
  text-align: center;
}
.page-footer > nav a {
  color: #a0adb3;
}
.page-footer > p {
  background: #1e95ce;
  color: #ffffff;
  margin: 0;
  padding: 0.875em 1.25em;
}
.page-footer > p > span {
  float: right;
  color: transparent;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: url(/Images/ajax-loader.gif) no-repeat center, url(/Images/preloaderbg.png) no-repeat center rgba(30, 149, 206, 0.4);
}
.login-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 15vh 0 0;
  background: #353c3f;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
}
.login-form img {
  margin: 0 auto 1em;
}
.login-form h1 {
  color: inherit;
  margin: 1.2em 0;
}
.login-form .form-group,
.login-form .login-messages {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.reset-password {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.reset-password:focus,
.reset-password:hover {
  color: #ffffff;
}
.login-form .form-group .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.login-form p {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
.description_ckeditor_width {
  width: 55%;
}
.taskNotesDisplay span p {
  margin: 0px;
  padding: 0px;
}
.assign-roles {
  background: #5b6265;
  color: #222628;
  padding: 0.5em 1em;
}
.assign-roles a {
  margin: 5px;
  margin-left: 0;
}
.assign-roles .select-all button {
  color: inherit;
  margin-top: 10px;
}
/*category list*/
.category-path {
  list-style: none;
}
.category-path ul {
  list-style: none;
  padding: 0 5px 0 5px;
  margin: 0 0 0 0;
}
.category-path > li {
  display: inline-block;
  border-right: 2px solid #ddd;
  text-indent: 20px;
}
.category-path > li:first-child {
  text-indent: 0;
}
.category-path > li:last-child {
  border-right: none;
}
/*Retention*/
.green {
  color: #7baf00 !important;
}
.red {
  color: #e53631 !important;
}
.blue {
  color: #1b88bb !important;
}
.orange {
  color: #f0aa2a !important;
}
.grey {
  color: #353c3f !important;
}
.black {
  color: #222628 !important;
}
.compliance-summary {
  padding-top: 5px;
  padding-right: 5px;
  font-size: 1.3em;
}
.rule-compliance-summary {
  border-top: 1px solid #eef5f8;
}
tr.approval-proposed td {
  font-style: italic;
  color: #88969d;
}
tr.approval-pending-review td {
  font-style: italic;
  color: #566369;
}
tr.approval-rejected td {
  text-decoration: line-through;
  color: #ab6d6b;
}
tr.approval-superseded td {
  text-decoration: line-through;
}
tr.approval-cancelled td {
  text-decoration: line-through;
  color: #c0c7cb;
}
/* ================================================= START RETENTION SCHEDULE STYLE =================================================  */
/* table styles */
table.listView {
  background-color: #fff;
  border-top: 1px solid #a9d5e7;
  border-right: 1px solid #a9d5e7;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  width: 100%;
}
table.narrow {
  width: 50%;
}
table.listView th,
table.listView td {
  border-left: 1px solid #a9d5e7;
  border-bottom: 1px solid #a9d5e7;
  font-size: 0.923em;
  padding: 7px;
  text-align: left;
  vertical-align: top;
}
table.listView th {
  background: #d3eaf4 url(../../images/blue_button_background.png) repeat-x top left;
  border-left: 1px solid #a9d5e7;
  border-bottom: 1px solid #a9d5e7;
  font-size: 0.833em;
  text-transform: capitalize;
  font-weight: bold;
  white-space: nowrap;
}
table.listView th a {
  background: url(../../images/table_arrow.png) no-repeat 0 51%;
  padding-left: 13px;
}
table.listView td.warning {
  background-color: #fbe4e4;
  color: #c64242 !important;
  font-weight: bold;
}
table.listView tr.even td {
  background-color: #f4fcff;
}
table.listView tr.even td.warning {
  background-color: #fbe4e4;
}
table.listView td.warning:hover,
table.listView tr.even td.warning:hover {
  background-color: #fed7d7;
}
table.listView td.termination {
  background-color: #f1fceb !important;
}
table.listView td.termination a {
  color: #7fb064;
  font-weight: bold;
}
table.listView td.number {
  font-weight: bold;
}
table.listView td.link {
  color: #0093d0;
}
table.listView td.link:hover {
  color: #02668f;
}
.retentionschedulewarning {
  background-color: #FFF6BF;
  color: #82762b;
}
.rsCL {
  font-weight: bold;
  font-size: 1.4em;
  color: #0093d0;
}
.rsCL td {
  width: 30%;
}
.rsCLDesc,
.rsCLEvnt {
  margin-bottom: 0.2em;
  margin-top: 0.5em;
}
.rsCLDesc P,
.rsCLEvnt P {
  margin-bottom: 2px;
}
.rsCLDesc LABEL,
.rsCLEvnt LABEL {
  font-weight: bold;
}
.rsCLDesc td {
  width: 30%;
}
.rsCLBusRet {
  width: 10%;
}
.rsDTList {
  background-color: #fff;
  border-top: 1px solid #a9d5e7;
  border-right: 1px solid #a9d5e7;
  border-collapse: collapse;
  margin: 10px 0 1.5em;
  width: 100%;
}
.rsDTList th,
.rsDTList td {
  border-left: 1px solid #a9d5e7;
  border-bottom: 1px solid #a9d5e7;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 0.9em;
}
.rsDTList th {
  background: #d3eaf4 url(../../images/blue_button_background.png) repeat-x top left;
  border-left: 1px solid #a9d5e7;
  border-bottom: 1px solid #a9d5e7;
  font-weight: bold;
  white-space: nowrap;
}
.rsDTList tr.odd {
  background-color: #f4fcff;
}
.rsDT {
  font-size: 1em;
  width: 30%;
}
.rsDTDesc {
  width: 30%;
}
.rsDTBusRet {
  width: 10%;
}
.rsDTLegalRet {
  width: 10%;
}
.ret_yrs_less,
.ret_changed {
  vertical-align: baseline;
}
/* Styles for the retention schedules */
.retention-schedule ul.doc-list {
  padding: 0;
  margin: 0;
}
.retention-schedule ul.doc-list li {
  list-style: none;
}
/*Document has been added to the retention schedule*/
.retention-schedule ul.doc-list li.doc-status-Added {
  font-weight: bold;
}
/*Document used to exist, doesn't exist any more*/
.retention-schedule ul.doc-list li.doc-status-Removed {
  opacity: 0.3;
}
/*Document used to be an exception, isn't anymore*/
.retention-schedule ul.doc-list li.ret-status-Removed {
  color: green;
}
.retention-schedule ul.doc-list li span {
  min-width: 200px;
  display: inline-block;
  word-wrap: break-word;
  word-break: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.retention-schedule ul.doc-list .prev-doc-retention::before {
  content: '[';
}
.retention-schedule ul.doc-list .prev-doc-retention::after {
  content: ']';
}
.retention-schedule ul.exception-list {
  padding: 0;
  margin: 0;
}
.retention-schedule ul.exception-list li {
  list-style: none;
}
/*Document has been added to the retention schedule*/
.retention-schedule ul.exception-list li.doc-status-Added {
  font-weight: bold;
}
/* item used to be OK, is now an error */
.retention-schedule ul.exception-list li.ret-status-Added {
  color: red;
}
.retention-schedule ul.exception-list li ul.doc-notes {
  margin-left: 2em;
}
.retention-schedule ul.exception-list li ul.doc-notes li {
  list-style: disc;
}
.retention-schedule ul.exception-list li span {
  min-width: 200px;
  display: inline-block;
  word-wrap: break-word;
  word-break: normal;
  padding-left: 1em;
  text-indent: -1em;
}
.retention-schedule ul.exception-list .prev-doc-retention::before {
  content: '[';
}
.retention-schedule ul.exception-list .prev-doc-retention::after {
  content: ']';
}
.retention-schedule .class-retention {
  display: inline-block;
  max-width: 150px;
  min-width: 120px;
  padding-left: 1em;
  text-indent: -1em;
}
/*This retention schedule is different to the last time*/
.retention-schedule .class-retention.ret-Different {
  font-weight: bold;
}
.retention-schedule .prev-class-retention::before {
  content: '[';
}
.retention-schedule .prev-class-retention::after {
  content: ']';
}
/*This classification is new in the retention schedule*/
/*this classification was removed from the retention schedule*/
.retention_schedule .class-wrapper.class-status-Removed {
  opacity: 0.5;
}
/*the retention schedule for this classification is different*/
.retention_schedule .rsCLEvnt .ret-Different,
.retention_schedule .rsCLBusRet .ret-Different,
.ret-Different {
  font-weight: bold;
}
.retention_schedule .rsCLEvnt .prev-class-retention,
.retention_schedule .rsCLBusRet .prev-class-retention {
  margin-left: 1em;
}
.retention_schedule .rsCLEvnt .prev-class-retention::before,
.retention_schedule .rsCLBusRet .prev-class-retention::before {
  content: '[';
}
.retention_schedule .rsCLEvnt .prev-class-retention::after,
.retention_schedule .rsCLBusRet .prev-class-retention::after {
  content: ']';
}
/*This document was added to the classification*/
.retention_schedule .rsDTList .doc-status-Added .rsDT a {
  font-weight: bold;
}
/*This document was removed from the classification*/
.retention_schedule .rsDTList .doc-status-Removed {
  opacity: 0.5;
}
/* This documents retention schedule is different to last time */
.retention_schedule .rsDTBusRet .ret-Different,
.ret-Different {
  font-weight: bold;
}
.retention_schedule .rsDTBusRet .prev-doc-retention {
  display: block;
}
.retention_schedule .rsDTBusRet .prev-doc-retention,
.prev-doc-retention::before {
  content: '[';
}
.retention_schedule .rsDTBusRet .prev-doc-retention,
.prev-doc-retention::after {
  content: ']';
}
.retention_schedule .rsDTLegalRet p {
  margin-bottom: 1em;
}
/* This legal requirement was added */
.retention_schedule .rsDTLegalRet .leg-status-Added {
  font-weight: bold;
}
/* This legal requirement was removed */
.retention_schedule .rsDTLegalRet .leg-status-Removed {
  opacity: 0.5;
}
/* This legal days is more than the document */
/* This legal weight is more than the document */
/* This legal is No Longer Than Necessary, and the document doesn't match it*/
.retention_schedule .rsDTLegalRet .leg-ret-Under,
.retention_schedule .rsDTLegalRet .leg-ret-weight-Under,
.retention_schedule .rsDTLegalRet .leg-ret-nltn-Different {
  background-color: #FBE3E4;
  padding: 5px;
}
/* This legal days is less than the document */
/* This legal weight is less than the document */
/* This legal is No Longer Than Necessary, and the document matches it*/
/* This legal ret is freshly broken */
.retention_schedule .rsDTLegalRet .ret-status-Added,
.retention_schedule .rsDTLegalRet .weight-status-Added,
.retention_schedule .rsDTLegalRet .nltn-status-Added {
  color: red;
}
/* This legal ret is freshly fixed */
.retention_schedule .rsDTLegalRet .ret-status-Removed,
.retention_schedule .rsDTLegalRet .weight-status-Removed,
.retention_schedule .rsDTLegalRet .nltn-status-Removed {
  /*color:green;*/
}
/* This legal retention is different to last time */
.retention_schedule .rsDTLegalRet .ret-Different {
  /*font-weight:bold;*/
}
.retention_schedule .rsDTLegalRet .prev-leg-retention {
  /*display:block;*/
}
.retention_schedule .rsDTLegalRet .prev-leg-retention::before {
  /*content:'[';*/
}
.retention_schedule .rsDTLegalRet .prev-leg-retention::after {
  /*content:']';*/
}
/* There is an No Longer Than Necessary legal requirement somewhere for the document */
.retention_schedule .rsDTLegalRet .has-nltn.alert.warning {
  /* Not doing anything different to alert.warning, styling hook for improvements later*/
}
/* This is an No Longer Than Necessary legal requirement */
.retention_schedule .rsDTLegalRet .is-nltn-True {
  /* Could add an icon and some padding here */
  /* Or could hide them completely */
  /* Or could combine with .has-ret-True or .has-ret-False to show or hide them based on having a retention period */
}
/* example to go with the above - an No Longer Than Necessary legislation, but has no retention itself */
/* Information Hold */
.holdcount {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  /*background-color:#FF9900;    */
  background-color: #F1AD01;
  border-radius: 10px;
}
table span.hold {
  background: #FFF6BF;
  padding: 0.5em;
  border-radius: 0.25em;
  display: inline-block;
}
table .holdcount {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
table LABEL.holdcount {
  height: 2em;
  color: #FFFFFF;
  font-weight: normal;
}
.topLevelCategoryName {
  font-weight: bold;
  font-size: 40px;
}
.alert.warning {
  background-color: #FFF6BF;
  color: #82762b;
}
/* ================================================= END RETENTION SCHEDULE STYLE =================================================  */
/* ================================================= START DASHBOARD STYLE =================================================  */
.dashboards {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
.dashboards .dashboard {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.add-widget .fa.widget-map:before {
  content: "\f0ac";
}
.add-widget .fa.widget-pie:before {
  content: "\f200";
}
.add-widget .fa.widget-bar:before {
  content: "\f080";
}
.add-widget .fa.widget-list:before {
  content: "\f0ca";
}
/* ================================================= END DASHBOARD STYLE =================================================  */
/*activity status indicator*/
.activity-status {
  width: 300px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 100px 0 0 -150px;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center;
}
/*================================================== START INVENTORY REPORT =================================================*/
.table.inventory-report thead tr th {
  color: #8d989d;
}
.table.inventory-report thead th.multicol {
  border-left: 1px solid #5b6265;
  border-right: 1px solid #5b6265;
}
table.inventory-report.table-bordered > thead > tr > th {
  border-bottom: none;
}
ol.jurisdiction-path,
ol.requirement-jurisdictions {
  margin: 0;
  display: inline;
  list-style: none;
}
ol.jurisdiction-path li,
ol.requirement-jurisdictions li {
  display: inline;
}
ol.jurisdiction-path > li:not(:last-child)::after {
  content: ' > ';
}
ol.requirement-jurisdictions > li:not(:last-child)::after {
  content: ', ';
}
/* ================================================= END INVENTORY STYLE =================================================  */
/*================================================== START JURISDICTION FILTER BUTTON =================================================*/
.filterbutton {
  min-width: 50px;
}
.filterbutton .filtertype {
  display: inline-block;
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../../images/FilterSingleInclusiveParent.png);
}
.filterbutton .filtertype.filtertype-itemonly {
  background-position: 0 0;
}
.filterbutton .filtertype.filtertype-itemandchildren {
  background-position: -15px 0;
}
.filterbutton .filtertype.filtertype-itemandparent {
  background-position: -30px 0;
}
.filterbutton .filtertype.filtertype-itemandparentandchildren {
  background-position: -45px 0;
}
.filterbutton .filtertype.filtertype-childrenonly {
  background-position: -60px 0;
}
/*================================================== START TEXT FUZZY FILTER BUTTON =================================================*/
ul.tags .tag-withcheck label {
  color: #a0aec1;
  margin-left: 4px;
  margin-right: 0;
}
ul.tags .tag-withcheck input {
  margin-left: 4px;
  margin-right: 0;
  vertical-align: middle;
}
/*=========================== START AUTH APP STYLE ==========================================*/
body[data-app="auth"] {
  background-color: #353c3f;
  color: #fff;
}
body[data-app="auth"] main {
  margin: 0;
  padding: 0;
}
body[data-app="auth"] .login-footer {
  text-align: center;
}
body[data-app="auth"] .login-footer .product-version {
  color: transparent;
}
body[data-app="auth"] .login-footer p {
  font-family: source_sans_prosemibold, "Helvetica Neue", Calibri, sans-serif;
}
/*=========================== END AUTH APP STYLE ==========================================*/
/* These need to be block not inline (the default) for the auto sizing to work*/
adf-widget-content,
high-chart-map {
  display: block;
}
.inventory-location-data {
  width: 300px;
  word-wrap: break-word;
  word-break: normal;
}
