:root {
  --dt-row-selected: 250, 255, 124;
  --dt-row-selected-text: 51, 51, 51;
  --dt-row-selected-link: 255, 255, 255;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;

  background: #262626;
}

h1.heading-title,
.widget-header > div.title > :is(h2, .h2),
.panel-heading > h2.panel-title,
h2.modal-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.widget-header, .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container {
  margin-top: 1em;
  flex-shrink: 0;
}

#main {
  flex: 1 0 auto;
  margin: 0 15px;
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.nav-tabs {
  border: 1px solid #e6e6e6;
  padding: 4px 4px 0 4px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ededed));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -moz-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -ms-linear-gradient(top, #f7f7f7, #ededed);
  background-image: -o-linear-gradient(top, #f7f7f7, #ededed);
  background-image: linear-gradient(top, #f7f7f7, #ededed);
}

header {
  background-color: #212121;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), color-stop(95%, #262626), to(#0d0d0d));
  background-image: -webkit-linear-gradient(#333333, #262626 95%, #0d0d0d);
  background-image: -moz-linear-gradient(top, #333333, #262626 95%, #0d0d0d);
  background-image: -o-linear-gradient(#333333, #262626 95%, #0d0d0d);
  background-image: linear-gradient(#333333, #262626 95%, #0d0d0d);
  background-repeat: no-repeat;

  padding: 0 15px;
}

header .header-title {
  display: inline-flex;
  height: 44px;
  vertical-align: middle;
  margin-top: -2px;
  align-items: center;
}

header .header-title,
header a.header-title:hover,
header a.header-title:focus {
  color: #fff;
  text-decoration: none;
}

header a.header-title {
  font-size: unset;
}

header .header-title > img:first-child {
  height: 100%;
  margin-right: 11px;
}

h2,
h1.h2{
  margin: 0;
  padding: 0;
  font-size: 28px;
}

h1.heading-title.h2 {
  font-weight: 400;
  line-height: unset;
}

@supports (font-variation-settings: "wght" 380) {
  h1.heading-title.h2 {
    font-weight: 380;
  }
}

@media (max-width: 649px) {
  .header-text {
    display: none;
  }
}

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.admin-details .name {
  margin-bottom: 3px;
}

.admin-details .designation {
  margin-top: 3px;
}

ul#header-actions .list-box {

}

ul#header-actions .list-box span.actions-count {
  display: none;
}

ul#header-actions .list-box span.actions-count i.fa.fa-exclamation {
  font-size: 13px;
  padding-top: 2px;
}

ul#header-actions .list-box .actions-count.info-label {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 14px;
  right: 11px;
  background-color: #3693CF;  
}

ul#header-actions .list-box .actions-count.info-label.red {
  background-color: #d9534f;
}

header .modal .modal-body p {
  line-height: 20px;
}

ul#header-actions ul.reservations .res-stat .stat-label a[data-toggle="modal"],
ul#header-actions ul.reservations strong.dropdown-label a[data-toggle="modal"] {
  padding: 0;
  text-decoration: none;
  display: inline;
  min-width: 0px;
}

ul#header-actions ul.reservations .res-stat .stat-label a > i.fa.fa-info-circle,
ul#header-actions ul.reservations strong.dropdown-label a > i.fa.fa-info-circle {
  font-size: 13px;
  padding-top:2px;
}

ul#header-actions ul.reservations strong.dropdown-label a > i.fa.fa-info-circle {
  color: #555;
}

ul#header-actions .list-box.dropdown a.toggle-actions {
  padding-top: 16px;
}

ul#header-actions .list-box.dropdown a.toggle-actions i.fa {
  font-size: 24px;
}

ul#header-actions .list-box.dropdown a.toggle-actions i.fa.disabled {
  color: #888;
}

ul#header-actions .list-box.dropdown.open a.toggle-actions:after {
  content: "";
  position: absolute;
  top: 43px;
  right: 18px; 
  border-bottom: 7px solid #247cb5;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

ul#header-actions .list-box .dropdown-menu.notifications,
ul#header-actions .list-box .dropdown-menu.messages {
  padding: 10px 15px;
  font-size: 12px;
  width: 380px;
  overflow-y: auto;
  z-index: 9999;
}

ul#header-actions .list-box .dropdown-menu.notifications > ul:not(:last-of-type) {
  margin-bottom: 24px;
}

ul#header-actions .list-box .dropdown-menu .dropdown-label {
  display: block;
  margin: 2px 0 8px;
  font-weight: normal;
}

ul#header-actions .list-box .dropdown-menu .dropdown-label.section-label {
  border-bottom: 1px solid #666;
  padding-bottom: 1px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

ul#header-actions .list-box .dropdown-menu ul.actions > li,
ul#header-actions .list-box .dropdown-menu ul.reservations > li {
  margin: 0 0 10px;
  padding-bottom: 14px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #246895;
  background-color: #e8e8e8;
}

ul#header-actions .list-box .dropdown-menu ul.actions > li .dropdown-label,
ul#header-actions .list-box .dropdown-menu ul.reservations > li .dropdown-label {
  margin: 8px 14px 6px;
}

ul#header-actions .list-box .dropdown-menu ul.actions li .reservation {
  display: flex;
  background-color: #246895;
}

ul#header-actions .list-box .dropdown-menu ul.reservations li .reservation {
  display: flex;
  background-color: #246895;
}
ul#header-actions .list-box .dropdown-menu ul.actions li .res-name,
ul#header-actions .list-box .dropdown-menu ul.reservations li .res-name {
  display: block;
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 20px 12px 14px;
}

ul#header-actions .list-box .dropdown-menu ul.reservations .res-stat {
  background-color: #286d9a;
  color: #fff;
  padding: 4px 14px;
  border-bottom: 1px solid #246895;
  display: flex;
}

ul#header-actions .list-box .dropdown-menu ul.reservations .res-stat .stat-label {
  flex-grow: 1;
}

ul#header-actions .list-box .dropdown-menu ul.actions li ul.task-list,
ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list {
  margin: auto 14px;
  border: 1px solid #888;
  background-color: #fff;
}

ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list {
  max-height: 132px;
  overflow-y: auto;
}

ul#header-actions .list-box .dropdown-menu ul.actions li ul.task-list li,
ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list li {
  padding: 4px 6px;
  display: flex;
}

ul#header-actions .list-box .dropdown-menu ul.actions li ul.task-list li .action-desc,
ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list li .action-desc {
  flex-grow: 1;
}

ul#header-actions .list-box .dropdown-menu ul.actions li ul.task-list li .icon-bg,
ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list li .icon-bg {
  padding-right: 4px;
}

ul#header-actions .list-box .dropdown-menu ul li ul.task-list li .fa.fa-check {
  color: #008000;
}

ul#header-actions .list-box .dropdown-menu ul li ul.task-list li .fa.fa-exclamation-circle {
  color: #B22222;
}

ul#header-actions .list-box .dropdown-menu ul.actions li ul.task-list li:not(:last-child),
ul#header-actions .list-box .dropdown-menu ul.reservations li ul.task-list li:not(:last-child) {
  border-bottom: 1px solid #888;
}

ul#header-actions .list-box .dropdown-menu ul.actions li .countdown,
ul#header-actions .list-box .dropdown-menu ul.reservations li .countdown {
  padding: 12px 14px 12px 0;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle {
  margin: 6px 0 0 6px;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  min-width: initial;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
  color: #247cb5;
  background: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 28px;
  line-height: 28px;
  font-size: 14px;
}

ul#header-actions .dropdown-menu .dropdown-content {
  margin: 0;
}

ul#header-actions .dropdown-menu .dropdown-content a {
  padding: 11px 8px;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child {
  font-weight: normal;
  margin: 0;
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child {
  border: none;
}

ul#header-actions .dropdown-menu li.dropdown-content.spacer {
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a {
  transition: none;
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:hover {
  color: #fff;
  background-color: #247cb5;
  text-decoration: none;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child:hover {
  border-bottom: none !important;
}

.dropdown-menu {
  border-top: 3px solid #286d9a;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu > li > a:hover {
  background: initial;
}

.dropdown-menu > li > a[role="button"]:hover {
  background: #247cb5;
  color: #ffffff; 
}

.dropup .dropdown-menu {
  border-top: none;
  border-bottom: 3px solid #286d9a;
  margin-bottom: 4px;
}

.dropup .dropdown-menu:before {
  border-bottom: none;
  border-top: 7px solid #247cb5;
  top: auto;
  bottom: -10px;
}

@media (min-width: 768px) {
  #cssmenu > ul > li:not(:first-of-type) {
    margin-left: 2px;
  }

  #cssmenu > ul > li {
    border-radius: 5px 5px 0 0;
  }
}

#cssmenu li.active > ul.sub-nav > li > a.active {
  color: #FFFE79;
}

.dashboard-wrapper {
  min-height: 0;
  padding: 15px 15px 0 15px;
  background: #f7f7f7;
}

.dashboard-wrapper-lg {
  min-height: 0;
  padding: 20px 20px 0 20px;
}

.widget {
  background: #fafafa;
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
}

.widget .widget-header {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -moz-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -ms-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: -o-linear-gradient(top, #fcfcfc, #e8e8e8);
  background-image: linear-gradient(top, #fcfcfc, #e8e8e8);
  border-bottom: 1px solid #cfcfcf;
  height: 42px;
}

.widget .widget-body {
  border-bottom: 1px solid #b3b3b3;
}

.mini-widget {
  margin: 0 0 25px 0;
}

.mini-widget .mini-widget-body i {
  color: #fff;
}

.mini-widget-heading {
  line-height: 1.6;
}

.mini-widget .mini-widget-heading {
  padding: 7px 10px;
}

.mini-widget .mini-widget-heading .pull-right {
  color: hsl(0, 0%, 93%);
  opacity: 1;
}

.right-sidebar {
  top: 15px;
}

.right-sidebar .wrapper {
  background: #e6e6e6;
}

footer {
  font-size: 11px;
  margin: 0 15px 15px 15px;
}

footer a {
  text-decoration: inherit !important;
  color: inherit !important;
}

.footer-container {
  flex-shrink: 0;
}

.chart-height-lg,
.chart-height,
.chart-height-md  {
  width: initial;
}

.chart-height-lg canvas,
.chart-height canvas,
.chart-height-md canvas {
  width: initial !important;
}

.legendLabel {
  font-size: initial;
  color: initial;
}

.table > thead > tr > th {
  border: 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.news-header {
  display: block;
  padding: 9.5px;
  margin: 0px 0.5em 10px 0px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  word-wrap: break-word;
  word-break: break-all;
}

.login {
  border-top: 5px solid #286d9a;
  border-radius: 6px 6px 0 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.radio-img-wrapper input {
  visibility:hidden; width:0;
}

.radio-img-wrapper input:checked + label img {
  border: 2px solid #053BFF
}

p a {
  text-decoration: underline;
  color: #337Ab7;
}

table.tbody-valign-mid > tbody td {
  vertical-align: middle;
}

div.bluemoon-panel-collapse {
  padding-bottom: 0px;
}

div.bluemoon-panel-collapse > .heading {
  padding: unset;
  border-bottom: unset;
}
.sub-nav.sub-nav-headingless li:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.ncp-disableable {
    position: relative;
}

.ncp-disableable.disabled::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: all;
    background: gray;
    opacity: 0.7;
}

.scrolly {
  max-height: 456px;
  overflow: auto;
  width: 100%;
}

.scrolly.disabled {
    overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040; 
}

.form-control.half {
  width: calc(50% - 13px);
  display: inline-block;
}

.notification-banner {
  background: #ff8329; 
  border-radius: 12px; 
  width: 40%; 
  margin: 15px 0 15px 2em; 
  height: 30px; 
  overflow: hidden; 
  white-space: nowrap; 
  line-height: 2.5em; 
  padding: 0 0.5em; 
  cursor: pointer
}

.notification-banner-text {
  display: inline-block; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  width: calc(100% - 8em); 
  height: 30px;
}

.notification-banner-icon {
  margin-right: 4px; 
  position: relative; 
  top: -.75em;
}

.notification-banner-readmore {
  display: inline-block; 
  position: relative; 
  top: -.9em; 
  left: 0.4em; 
  text-decoration: underline;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: inherit;
}

.notification-banner-readmore > .hidden-wide {
  display: none;
  width: 0px;
}

#send_cad {
  margin-left: 40px;
}

sup a[data-toggle="modal"] {
  border-bottom: 1px dotted;
}

@media(max-width: 1280px) {
  .notification-banner-text, .notification-banner-readmore > .hidden-thin {
    display: none;
  }
  .notification-banner-readmore > .hidden-wide {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
  }
  .notification-banner-readmore.btn {
    margin: 0;
  }
  .notification-banner {
    width: auto;
  }
  .notification-banner-icon {
    top: 0.05em;
    left: 0.15em;
  }
}

#cdv-mapping > h5:first-child,
.tab-pane[id^="mapping"] >h5:first-child {
  margin-top: 0;
}

/* VM Action Animations */
#vm-panel > tr > td > i.fa {
  float: right;
  font-size: 16px;  
} 

#vm-panel > tr > td > i.fa.fa-hourglass-half {
  font-size: 14px;
  color: rgb(102, 102, 102);
}

#vm-panel > tr > td > i.fa.fa-check {
  color: rgb(92, 184, 92);
}

#vm-panel > tr > td > i.fa.fa-exclamation-circle {
  color: rgb(217, 83, 79);
  cursor: pointer;
}

/* Dsiabled Challenges/Complexities Styling */
#challenge-deploy table#deploy tr[data-ncp-challenge] > td:last-of-type > .btn:first-of-type,
#deploy-table table tr[data-ncp-challenge] > td:last-of-type > .btn:first-of-type {
  min-width: 70px;
}

#challenge-deploy table#deploy tr[data-ncp-challenge] > td:last-of-type > .btn.disabled,
#deploy-table table tr[data-ncp-challenge] > td:last-of-type > .btn.disabled {
  padding: 6px 0;
}

/* Footer Links */
footer > div.footer-blk {
  display: inline-block;
}

footer > div.footer-blk:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid;
}

footer > div.footer-blk:not(:first-child) {
  padding-left: 15px;
}

/* Wide modals */
@media not (min-width: 992px) {
  .modal-dialog.ncp-wide-modal {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .modal-dialog.ncp-wide-modal {
    width: 60%;
  }
}

/* ul/ol styling for documents */
.ncp-sane-lists ol {
  padding-inline-start: 40px;
  list-style-type: decimal;
}

.ncp-sane-lists ul {
  padding-inline-start: 40px;
  list-style-type: disc;
}

/* Curator Delete/Reinvite Player Buttons */
#data-table td form.curator-action {
  display: inline-block;
}

#data-table button.btn-secondary:hover,
#data-table button.btn-secondary:active {
  background: #CCC;
}

/* Affiliate brand image/link formatting */
.ncp-affiliates {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: space-around;
}

.ncp-affiliates .brand-link {
  display: block;
  text-align: center;
  padding: 1em 3.5em;
  display: flex;
  flex-direction: column;
}

.ncp-affiliates .brand-link:first-of-type {
  padding-left: 1em;
}

.ncp-affiliates .brand-link:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.ncp-affiliates .brand-link > strong{
  display: block;
}

.ncp-affiliates .brand-link:hover, 
.ncp-affiliates .brand-link:focus { 
  color: #337ab7; 
  text-decoration: none;
}

.ncp-affiliates .brand-link .flex-wrapper {
  margin-bottom: 1em;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ncp-affiliates .brand-link img {
  max-height: 165px;
  max-width: 350px;
  margin: 0 auto;
}

.pseudo-textarea {
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  border: 1px solid #000;
  padding: 6px;
  text-align: justify;
  background: #fff;
}

#challenges_form #div_id_include_unavailable,
#other_content_form #div_id_include_unavailable {
  margin-top: 20px;
}

/* DataTable dropdown button formatting. */
.tooltip {
  position: relative;
  display: block;
  white-space: nowrap; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 105%;
  white-space: normal; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.dropdown-menu-action > li {
  background-color: #fafafa;
  text-align: left;
  border-style: none none solid none;
  border-size: 1px;
  border-color: #eeeeee; }

.dropdown-menu-action > li > a.btn,
.dropdown-menu-action > li > button.btn {
  color: #286d9a;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #fafafa;
  text-align: left;
  transition: none;
  width: 100%; }

.dropdown-menu-action > li > a.btn:hover,
.dropdown-menu-action > li > a.btn:focus,
.dropdown-menu-action > li > button.btn:hover,
.dropdown-menu-action > li > button.btn:focus  {
  color: #fff;
  background-color: #286d9a; }

.dropdown-menu-action > li > .btn:disabled {
  color: black;
  background-color: #ddd; }

.action-dropdown {
  background-color:inherit;
  border-style: hidden;
  border-radius: 6px;
  padding: 6px 10px 2px 10px; }

.action-dropdown:hover {
  background-color: #d4d4d4; }

.dropdown-menu-action {
  background-color: #dddddd;
  right: -11px; }

td.ncp-no-wrap-cell {
  white-space: nowrap; }

.help-block.ncp-dynamic-error {
  color: #a94442; }

/* Add Assignment Form */
.radio #type_rec {
  font-weight: bold;
  margin-left: 5px;
}

.radio #type_rec i {
  color: #3584e4;
}

/* FullCalendar repurposing */
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  text-align: center;
  position: absolute;
  bottom: calc(50% - 1em);
  right: 0;
  left: 0;
  top: calc(50% - 1em);
}

/* Color Contrast Corrections */
#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover,
#cssmenu > ul > li:hover,
#cssmenu > ul > li.active:focus,
#cssmenu ul ul li {
  background: #286d9a;
}

div.sub-nav {
  background-color: #3187bf;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#286d9a), color-stop(85%, #247cb5), to(#1f5a80));
  background-image: -webkit-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
  background-image: -moz-linear-gradient(top, #286d9a, #247cb5 85%, #1f5a80);
  background-image: -o-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
  background-image: linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
}

a.btn-info {
  background-color: #247cb5;
}

a.btn-info.focus,
a.btn-info:focus,
a.btn-info:hover,
a.btn-info:active.focus,
a.btn-info:active:focus,
a.btn-info:active:hover {
  background-color: hsl(204, 67%, 33%); /* Based off ##247cb5 and darkened 10% */
  border-color: hsl(194, 67%, 44%); /* Based off #46b8da and darkened 12% */
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #767676;
}

footer,
.notice.blue:before,
.animated-status-bar #seventyfive:checked ~ .progress > .progress-striped,
#scrollbar-one .thumb, #scrollbar-two .thumb,
#scrollbar-one .thumb .end, #scrollbar-two .thumb .end {
  background-color: #247cb5;
}

.mini-widget .mini-widget-body,
.dropdown-menu > li.dropdown-content > a:hover,
ul#header-actions li.list-box.user-admin a.dropdown-toggle,
.custom-search .search-query:focus,
.metro-nav .nav-block-blue,
#dt_example .dt-paging .page-item.active,
.month-income li .blue-block,
.bwizard-steps .active,
.animated-status-bar .label,
.messages-list li:nth-child(even) {
  background: #247cb5;
}

.dropdown-menu:before {
  border-bottom-color: #247cb5;
}

.info-bg {
  background: #247cb5 !important;
}

.text-info {
  color: #247cb5 !important;
}

ul.server-activity li p .time,
.featured-articles-container .heading-blue,
.stats li:nth-child(4) p,
.mini-dashboard .graph-container .info-container,
.invoice .invoice-head .invoice-info .date,
.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab h4,
.chats li.out .name {
  color: #247cb5;
}

.bwizard-steps .active:after,
.chats li.out .message .arrow,
ul.project-activity li.activity-list.info {
  border-left-color: #247cb5;
}

ul.project-activity li.activity-list.info:after,
.sale-by-location .label.blue,
ul.revenue-from li .revenue-perc,
.notice.blue {
  border-color: #247cb5;
}

.chats li.out .message {
  border-right-color: #247cb5;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#247cb5), color-stop(85%, #247cb5), to(#1f5a80));
    background-image: -webkit-linear-gradient(#247cb5, #247cb5 85%, #1f5a80);
    background-image: -moz-linear-gradient(top, #247cb5, #247cb5 85%, #1f5a80);
    background-image: -o-linear-gradient(#247cb5, #247cb5 85%, #1f5a80);
    background-image: linear-gradient(#247cb5, #247cb5 85%, #1f5a80);
  }
}

.btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.label-danger {
  background-color: hsl(2, 55%, 53.7%);
  border-color: hsl(2, 55%, 48.7%);
}

.btn-danger.focus, .btn-danger:focus,
.btn-danger:hover,
.btn-danger.active, .btn-danger:active,
.open > .dropdown-toggle.btn-danger,
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: hsl(2, 55%, 43.7%);
}

.btn-danger.focus, .btn-danger:focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:hover {
  border-color: hsl(2, 55%, 23.7%);
}

.btn-danger:hover,
.btn-danger.active, .btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  border-color: hsl(2, 55%, 36.7%);
}

.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: hsl(2, 55%, 36.7%);
}

.btn-danger .badge {
  color: hsl(2, 55%, 53.7%);
  background-color: #fff;
}

.btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.label-success {
  background-color: hsl(120, 39%, 37.7%);
  border-color: hsl(120, 39%, 32.7%);
}

.btn-success.focus, .btn-success:focus,
.btn-success:hover,
.btn-success.active, .btn-success:active,
.open > .dropdown-toggle.btn-success,
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: hsl(120, 39%, 27.7%);
}

.btn-success.focus, .btn-success:focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:hover {
  border-color: hsl(120, 39%, 7.7%);
}

.btn-success:hover,
.btn-success.active, .btn-success:active,
.open > .dropdown-toggle.btn-success {
  border-color: hsl(120, 39%, 20.7%);
}

.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: hsl(120, 39%, 20.7%);
}

.btn-success .badge {
  color: hsl(120, 39%, 37.7%);
  background-color: #fff;
}

.btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.label-warning {
  background-color: hsl(37, 72.2%, 35.3%); /* #9b6919 */
  border-color: hsl(37, 72.2%, 30.3%);
}

.btn-warning.focus, .btn-warning:focus,
.btn-warning:hover,
.btn-warning.active, .btn-warning:active,
.open > .dropdown-toggle.btn-warning,
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: hsl(37, 72.2%, 25.3%);
}

.btn-warning.focus, .btn-warning:focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:hover {
  border-color: hsl(37, 72.2%, 5.3%);
}

.btn-warning:hover,
.btn-warning.active, .btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  border-color: hsl(37, 72.2%, 18.3%);
}

.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: hsl(37, 72.2%, 18.3%);
}

.btn-warning .badge {
  color: hsl(37, 72.2%, 35.3%);
  background-color: #fff;
}

.label-default {
  background-color: hsl(0, 0%, 45.1%); /* #737373 */
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: hsl(0, 0%, 35.1%);
}

.ui-datepicker {
  width: 17em;
}

.ui-datepicker th {
  color: hsl(120, 39%, 37.7%);
}

.ui-widget-header {
  color: #286090;
}

.ui-state-highlight:before,
.ui-widget-content .ui-state-highlight:before,
.ui-widget-header .ui-state-highlight:before {
  content: none;
}

.help-block {
  color: unset;
}

.navbar-default {
  margin: 0;
  border: none;
  background: #262626;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  min-height: 50px;
  line-height: 0;
}

.navbar-toggle {
  background: #337ab7;
  transition: 0.3s;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #296599
}

@media (min-width: 768px) {
  #cssmenu.navbar-collapse.collapse > ul > li.dropdown > ul.dropdown-menu::before {
    display: none;
  }

  #cssmenu {
    background: transparent;
    background-image: unset;
  }

  #cssmenu > ul > li:first-of-type > ul {
    left: 0px;
    width: max-content;
    background: unset;
  }

  #cssmenu > ul > li:nth-of-type(2) > ul {
    left: -105px;
    width: max-content;
    background: unset;
  }

  #cssmenu > ul > li:nth-of-type(2) > ul::before {
    left: 148px;
  }

  #cssmenu > ul > li:nth-of-type(3) > ul {
    left: -210px;
    width: max-content;
  }

  #cssmenu > ul > li:nth-of-type(3) > ul::before {
    left: 253px;
  }

  #cssmenu > ul > li > ul.dropdown-menu.sub-nav {
    background-image: unset;
    background-color: unset;
  }

  #cssmenu li.dropdown.active > ul > li {
    height: 54px;
    border: 0;
    width: unset;
    background-color: #3187bf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#286d9a), color-stop(85%, #247cb5), to(#1f5a80));
    background-image: -webkit-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
    background-image: -moz-linear-gradient(top, #286d9a, #247cb5 85%, #1f5a80);
    background-image: -o-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
    background-image: linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
  }

  #cssmenu ul li ul {
    list-style-type: none;
    box-shadow: unset;
    display: none;
    position: absolute;
  }

  #cssmenu ul li.active ul {
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 22px 15px 35px;
    width: unset;
  }

  #cssmenu > ul > li > ul > li > a:focus {
    background-color: #3187bf;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#286d9a), color-stop(85%, #247cb5), to(#1f5a80));
    background-image: -webkit-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
    background-image: -moz-linear-gradient(top, #286d9a, #247cb5 85%, #1f5a80);
    background-image: -o-linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
    background-image: linear-gradient(#286d9a, #247cb5 85%, #1f5a80);
  }

  #cssmenu.navbar-collapse.collapse > ul > li.dropdown > ul.dropdown-menu::before {
    right: unset;
    left: 44px;
    border-bottom: 7px solid #286d9a;
  }

  #cssmenu li.dropdown.open > ul {
    box-shadow: unset;
  }

  #cssmenu > ul > li {
    float: left;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ebebeb), to(#cccccc));
    background-image: -webkit-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb 85%, #cccccc);
    background-image: -o-linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-image: linear-gradient(#f2f2f2, #ebebeb 85%, #cccccc);
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    width: 102px;
    text-align: center;
    margin-right: 1px;
    border-radius: 3px 3px 0 0;
  }

  #cssmenu > ul {
    display: block;
  }

  #cssmenu > ul > li > a {
    padding: 15px 4px;
    font-size: 11px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
  }

  #cssmenu > ul > li > a > i {
    color: #4d4d4d;
    margin-right: unset;
    margin-bottom: 5px;
    display: block;
  }

  #cssmenu > ul > li:hover,
  #cssmenu > ul > li:focus-within {
    width: 102px;
    background: #286d9a;
  }
  
  #cssmenu > ul > li:focus-within > a,
  #cssmenu > ul > li:focus-within > a i {
    color: #fff;
  }
    
  #cssmenu > ul > li > a:focus-visible {
    outline: 1px dotted;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  div.data-table_wrapper div.dt-length,
  div.data-table_wrapper div.dt-search,
  div.data-table_wrapper div.dt-info,
  div.data-table_wrapper div.dt-paging  {
    text-align: right;
  }

  .navbar-default {
    background: #286d9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  .navbar-default .navbar-collapse {
    padding: 0 15px;
  }

  .navbar-default .navbar-header {
    color: #ffffff;
    margin: 10px 15px;
    display: inline-block;
  }

  .navbar-default .navbar-nav {
    margin-top: 0;
  }

  #cssmenu.collapse {
    display: none;
  }

  #cssmenu.collapse.in {
    display: block;
    overflow: unset;
  }

  #cssmenu.collapse > ul {
    display: block;
  }

  #cssmenu.navbar-collapse.collapse.in > ul > li.dropdown.active > ul.dropdown-menu {
    display: block;
    background-color: #286d9a;
  }

  #cssmenu.navbar-collapse.collapse.in > ul > li.dropdown.active > ul.dropdown-menu::before {
    display: none;
  }

  #cssmenu.navbar-collapse.collapse.in > ul > li.dropdown.active:not(:last-of-type) > ul.dropdown-menu {
    margin-bottom: 12px;
  }

  #cssmenu .sub-nav {
    height: auto;
  }

  #cssmenu ul ul li a {
    padding: 15px 15px 25px 25px;
  }
}

#cssmenu ul ul.sub-nav {
  z-index: 1000;
}

a:has(.mini-widget):focus {
	outline: 4px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
