/* DASHBOARD FUNCTIONS */
.dsh-text-center {
  text-align: center;
}
/*
 * Component: Info Box
 * -------------------
 */
.dsh-info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.dsh-info-box small {
  font-size: 14px;
}
.dsh-info-box .dsh-progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.dsh-info-box .dsh-progress,
.dsh-info-box .dsh-progress .dsh-progress-bar {
  border-radius: 0;
  height: 2px;
}
.dsh-info-box .dsh-progress .dsh-progress-bar {
  background: #fff;
}
.dsh-info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.dsh-info-box-icon > img {
  max-width: 100%;
}
.dsh-info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.dsh-info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.dsh-progress-description,
.dsh-info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dsh-info-box-text {
  text-transform: uppercase;
}
.dsh-info-box-more {
  display: block;
}
.dsh-progress-description {
  margin: 0;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.dsh-progress {
  background-color: #DBDBDB;
}
.dsh-progress,
.dsh-progress > .dsh-progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dsh-progress,
.dsh-progress > .dsh-progress-bar,
.dsh-progress .dsh-progress-bar,
.dsh-progress > .dsh-progress-bar .dsh-progress-bar {
  border-radius: 1px;
}
/* size variation */
.dsh-progress.sm,
.dsh-progress-sm {
  height: 10px;
}
.dsh-progress.sm,
.dsh-progress-sm,
.dsh-progress.sm .dsh-progress-bar,
.dsh-progress-sm .dsh-progress-bar {
  border-radius: 1px;
}
.dsh-progress.xs,
.dsh-progress-xs {
  height: 7px;
}
.dsh-progress.xs,
.dsh-progress-xs,
.dsh-progress.xs .dsh-progress-bar,
.dsh-progress-xs .dsh-progress-bar {
  border-radius: 1px;
}
.dsh-progress.xxs,
.dsh-progress-xxs {
  height: 3px;
}
.dsh-progress.xxs,
.dsh-progress-xxs,
.dsh-progress.xxs .dsh-progress-bar,
.dsh-progress-xxs .dsh-progress-bar {
  border-radius: 1px;
}
/* Vertical bars */
.dsh-progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.dsh-progress.vertical > .dsh-progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dsh-progress.vertical.sm,
.dsh-progress.vertical.dsh-progress-sm {
  width: 20px;
}
.dsh-progress.vertical.xs,
.dsh-progress.vertical.dsh-progress-xs {
  width: 10px;
}
.dsh-progress.vertical.xxs,
.dsh-progress.vertical.dsh-progress-xxs {
  width: 3px;
}
.dsh-progress-group .dsh-progress-text {
  font-weight: 600;
}
.dsh-progress-group .dsh-progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .dsh-progress {
  margin: 0;
}
.dsh-progress-bar-light-blue,
.dsh-progress-bar-primary {
  background-color: #3c8dbc;
}
.dsh-progress-striped .dsh-progress-bar-light-blue,
.dsh-progress-striped .dsh-progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dsh-progress-bar-green,
.dsh-progress-bar-success {
  background-color: #00a65a;
}
.dsh-progress-striped .dsh-progress-bar-green,
.dsh-progress-striped .dsh-progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dsh-progress-bar-aqua,
.dsh-progress-bar-info {
  background-color: #00c0ef;
}
.dsh-progress-striped .dsh-progress-bar-aqua,
.dsh-progress-striped .dsh-progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dsh-progress-bar-yellow,
.dsh-progress-bar-warning {
  background-color: #f39c12;
}
.dsh-progress-striped .dsh-progress-bar-yellow,
.dsh-progress-striped .dsh-progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dsh-progress-bar-red,
.dsh-progress-bar-danger {
  background-color: #dd4b39;
}
.dsh-progress-striped .dsh-progress-bar-red,
.dsh-progress-striped .dsh-progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  font-size: small;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

/*
 * Component: Box
 * --------------
 */
.dsh-box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dsh-box.dsh-box-primary {
  border-top-color: #3c8dbc;
}
.dsh-box.dsh-box-info {
  border-top-color: #00c0ef;
}
.dsh-box.dsh-box-danger {
  border-top-color: #dd4b39;
}
.dsh-box.dsh-box-warning {
  border-top-color: #f39c12;
}
.dsh-box.dsh-box-success {
  border-top-color: #00a65a;
}
.dsh-box.dsh-box-default {
  border-top-color: #d2d6de;
}
.dsh-box.collapsed-box .dsh-box-body,
.dsh-box.collapsed-box .dsh-box-footer {
  display: none;
}
.dsh-box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.dsh-box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.dsh-box.height-control .dsh-box-body {
  max-height: 300px;
  overflow: auto;
}
.dsh-box .border-right {
  border-right: 1px solid #f4f4f4;
}
.dsh-box .border-left {
  border-left: 1px solid #f4f4f4;
}
.dsh-box.dsh-box-solid {
  border-top: 0;
}
.dsh-box.dsh-box-solid > .dsh-box-header .btn.btn-default {
  background: transparent;
}
.dsh-box.dsh-box-solid > .dsh-box-header .btn:hover,
.dsh-box.dsh-box-solid > .dsh-box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.dsh-box.dsh-box-solid.dsh-box-default {
  border: 1px solid #d2d6de;
}
.dsh-box.dsh-box-solid.dsh-box-default > .dsh-box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.dsh-box.dsh-box-solid.dsh-box-default > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-default > .dsh-box-header .btn {
  color: #444444;
}
.dsh-box.dsh-box-solid.dsh-box-primary {
  border: 1px solid #3c8dbc;
}
.dsh-box.dsh-box-solid.dsh-box-primary > .dsh-box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.dsh-box.dsh-box-solid.dsh-box-primary > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-primary > .dsh-box-header .btn {
  color: #ffffff;
}
.dsh-box.dsh-box-solid.dsh-box-info {
  border: 1px solid #00c0ef;
}
.dsh-box.dsh-box-solid.dsh-box-info > .dsh-box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.dsh-box.dsh-box-solid.dsh-box-info > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-info > .dsh-box-header .btn {
  color: #ffffff;
}
.dsh-box.dsh-box-solid.dsh-box-danger {
  border: 1px solid #dd4b39;
}
.dsh-box.dsh-box-solid.dsh-box-danger > .dsh-box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.dsh-box.dsh-box-solid.dsh-box-danger > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-danger > .dsh-box-header .btn {
  color: #ffffff;
}
.dsh-box.dsh-box-solid.dsh-box-warning {
  border: 1px solid #f39c12;
}
.dsh-box.dsh-box-solid.dsh-box-warning > .dsh-box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.dsh-box.dsh-box-solid.dsh-box-warning > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-warning > .dsh-box-header .btn {
  color: #ffffff;
}
.dsh-box.dsh-box-solid.dsh-box-success {
  border: 1px solid #00a65a;
}
.dsh-box.dsh-box-solid.dsh-box-success > .dsh-box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.dsh-box.dsh-box-solid.dsh-box-success > .dsh-box-header a,
.dsh-box.dsh-box-solid.dsh-box-success > .dsh-box-header .btn {
  color: #ffffff;
}
.dsh-box.dsh-box-solid > .dsh-box-header > .dsh-box-tools .btn {
  border: 0;
  box-shadow: none;
}
.dsh-box.dsh-box-solid[class*='bg'] > .dsh-box-header {
  color: #fff;
}
.dsh-box .dsh-box-group > .dsh-box {
  margin-bottom: 5px;
}
.dsh-box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.dsh-box > .overlay,
.overlay-wrapper > .overlay,
.dsh-box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dsh-box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.dsh-box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.dsh-box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.dsh-box-header:before,
.dsh-box-body:before,
.dsh-box-footer:before,
.dsh-box-header:after,
.dsh-box-body:after,
.dsh-box-footer:after {
  content: " ";
  display: table;
}
.dsh-box-header:after,
.dsh-box-body:after,
.dsh-box-footer:after {
  clear: both;
}
.dsh-box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.dsh-box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .dsh-box-header.with-border {
  border-bottom: none;
}
.dsh-box-header > .fa,
.dsh-box-header > .glyphicon,
.dsh-box-header > .ion,
.dsh-box-header .dsh-box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.dsh-box-header > .fa,
.dsh-box-header > .glyphicon,
.dsh-box-header > .ion {
  margin-right: 5px;
}
.dsh-box-header > .dsh-box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.dsh-box-header > .dsh-box-tools [data-toggle="tooltip"] {
  position: relative;
}
.dsh-box-header > .dsh-box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dsh-box-header > .dsh-box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.dsh-box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .dsh-box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dsh-box-body > .table {
  margin-bottom: 0;
}
.dsh-box-body .fc {
  margin-top: 5px;
}
.dsh-box-body .full-width-chart {
  margin: -19px;
}
.dsh-box-body.no-padding .full-width-chart {
  margin: -9px;
}
.dsh-box-body .dsh-box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.dsh-box-body .dsh-box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.dsh-box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.dsh-box-comments {
  background: #f7f7f7;
}
.dsh-box-comments .dsh-box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.dsh-box-comments .dsh-box-comment:before,
.dsh-box-comments .dsh-box-comment:after {
  content: " ";
  display: table;
}
.dsh-box-comments .dsh-box-comment:after {
  clear: both;
}
.dsh-box-comments .dsh-box-comment:last-of-type {
  border-bottom: 0;
}
.dsh-box-comments .dsh-box-comment:first-of-type {
  padding-top: 0;
}
.dsh-box-comments .dsh-box-comment img {
  float: left;
}
.dsh-box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.dsh-box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.dsh-box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
.knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.dsh-bg-red,
.dsh-bg-yellow,
.dsh-bg-aqua,
.dsh-bg-blue,
.dsh-bg-light-blue,
.dsh-bg-green,
.dsh-bg-navy,
.dsh-bg-teal,
.dsh-bg-olive,
.dsh-bg-lime,
.dsh-bg-orange,
.dsh-bg-fuchsia,
.dsh-bg-purple,
.dsh-bg-maroon,
.dsh-bg-black,
.dsh-bg-red-active,
.dsh-bg-yellow-active,
.dsh-bg-aqua-active,
.dsh-bg-blue-active,
.dsh-bg-light-blue-active,
.dsh-bg-green-active,
.dsh-bg-navy-active,
.dsh-bg-teal-active,
.dsh-bg-olive-active,
.dsh-bg-lime-active,
.dsh-bg-orange-active,
.dsh-bg-fuchsia-active,
.dsh-bg-purple-active,
.dsh-bg-maroon-active,
.dsh-bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.dsh-bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.dsh-bg-gray-light {
  background-color: #f7f7f7;
}
.dsh-bg-black {
  background-color: #111111 !important;
}
.dsh-bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.dsh-bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.dsh-bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.dsh-bg-blue {
  background-color: #0073b7 !important;
}
.dsh-bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.dsh-bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.dsh-bg-navy {
  background-color: #001f3f !important;
}
.dsh-bg-teal {
  background-color: #39cccc !important;
}
.dsh-bg-olive {
  background-color: #3d9970 !important;
}
.dsh-bg-lime {
  background-color: #01ff70 !important;
}
.dsh-bg-orange {
  background-color: #ff851b !important;
}
.dsh-bg-fuchsia {
  background-color: #f012be !important;
}
.dsh-bg-purple {
  background-color: #605ca8 !important;
}
.dsh-bg-maroon {
  background-color: #d81b60 !important;
}
.dsh-bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.dsh-bg-black-active {
  background-color: #000000 !important;
}
.dsh-bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.dsh-bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.dsh-bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.dsh-bg-blue-active {
  background-color: #005384 !important;
}
.dsh-bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.dsh-bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.dsh-bg-navy-active {
  background-color: #001a35 !important;
}
.dsh-bg-teal-active {
  background-color: #30bbbb !important;
}
.dsh-bg-olive-active {
  background-color: #368763 !important;
}
.dsh-bg-lime-active {
  background-color: #00e765 !important;
}
.dsh-bg-orange-active {
  background-color: #ff7701 !important;
}
.dsh-bg-fuchsia-active {
  background-color: #db0ead !important;
}
.dsh-bg-purple-active {
  background-color: #555299 !important;
}
.dsh-bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}

/* BOOTSTRAP */
.dsh-row {
  font-family: Roboto;
}
.dsh-row a:visited {
  color: #FFF;
}

.dsh-col-xs-1, .dsh-col-sm-1, .dsh-col-md-1, .dsh-col-lg-1, .dsh-col-xs-2, .dsh-col-sm-2, .dsh-col-md-2, .dsh-col-lg-2, .dsh-col-xs-3, .dsh-col-sm-3, .dsh-col-md-3, .dsh-col-lg-3, .dsh-col-xs-4, .dsh-col-sm-4, .dsh-col-md-4, .dsh-col-lg-4, .dsh-col-xs-5, .dsh-col-sm-5, .dsh-col-md-5, .dsh-col-lg-5, .dsh-col-xs-6, .dsh-col-sm-6, .dsh-col-md-6, .dsh-col-lg-6, .dsh-col-xs-7, .dsh-col-sm-7, .dsh-col-md-7, .dsh-col-lg-7, .dsh-col-xs-8, .dsh-col-sm-8, .dsh-col-md-8, .dsh-col-lg-8, .dsh-col-xs-9, .dsh-col-sm-9, .dsh-col-md-9, .dsh-col-lg-9, .dsh-col-xs-10, .dsh-col-sm-10, .dsh-col-md-10, .dsh-col-lg-10, .dsh-col-xs-11, .dsh-col-sm-11, .dsh-col-md-11, .dsh-col-lg-11, .dsh-col-xs-12, .dsh-col-sm-12, .dsh-col-md-12, .dsh-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.dsh-col-xs-1, .dsh-col-xs-2, .dsh-col-xs-3, .dsh-col-xs-4, .dsh-col-xs-5, .dsh-col-xs-6, .dsh-col-xs-7, .dsh-col-xs-8, .dsh-col-xs-9, .dsh-col-xs-10, .dsh-col-xs-11, .dsh-col-xs-12 {
  float: left;
}
.dsh-col-xs-12 {
  width: 100%;
}
.dsh-col-xs-11 {
  width: 91.66666667%;
}
.dsh-col-xs-10 {
  width: 83.33333333%;
}
.dsh-col-xs-9 {
  width: 75%;
}
.dsh-col-xs-8 {
  width: 66.66666667%;
}
.dsh-col-xs-7 {
  width: 58.33333333%;
}
.dsh-col-xs-6 {
  width: 50%;
}
.dsh-col-xs-5 {
  width: 41.66666667%;
}
.dsh-col-xs-4 {
  width: 33.33333333%;
}
.dsh-col-xs-3 {
  width: 25%;
}
.dsh-col-xs-2 {
  width: 16.66666667%;
}
.dsh-col-xs-1 {
  width: 8.33333333%;
}
.dsh-col-xs-pull-12 {
  right: 100%;
}
.dsh-col-xs-pull-11 {
  right: 91.66666667%;
}
.dsh-col-xs-pull-10 {
  right: 83.33333333%;
}
.dsh-col-xs-pull-9 {
  right: 75%;
}
.dsh-col-xs-pull-8 {
  right: 66.66666667%;
}
.dsh-col-xs-pull-7 {
  right: 58.33333333%;
}
.dsh-col-xs-pull-6 {
  right: 50%;
}
.dsh-col-xs-pull-5 {
  right: 41.66666667%;
}
.dsh-col-xs-pull-4 {
  right: 33.33333333%;
}
.dsh-col-xs-pull-3 {
  right: 25%;
}
.dsh-col-xs-pull-2 {
  right: 16.66666667%;
}
.dsh-col-xs-pull-1 {
  right: 8.33333333%;
}
.dsh-col-xs-pull-0 {
  right: auto;
}
.dsh-col-xs-push-12 {
  left: 100%;
}
.dsh-col-xs-push-11 {
  left: 91.66666667%;
}
.dsh-col-xs-push-10 {
  left: 83.33333333%;
}
.dsh-col-xs-push-9 {
  left: 75%;
}
.dsh-col-xs-push-8 {
  left: 66.66666667%;
}
.dsh-col-xs-push-7 {
  left: 58.33333333%;
}
.dsh-col-xs-push-6 {
  left: 50%;
}
.dsh-col-xs-push-5 {
  left: 41.66666667%;
}
.dsh-col-xs-push-4 {
  left: 33.33333333%;
}
.dsh-col-xs-push-3 {
  left: 25%;
}
.dsh-col-xs-push-2 {
  left: 16.66666667%;
}
.dsh-col-xs-push-1 {
  left: 8.33333333%;
}
.dsh-col-xs-push-0 {
  left: auto;
}
.dsh-col-xs-offset-12 {
  margin-left: 100%;
}
.dsh-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.dsh-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.dsh-col-xs-offset-9 {
  margin-left: 75%;
}
.dsh-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.dsh-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.dsh-col-xs-offset-6 {
  margin-left: 50%;
}
.dsh-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.dsh-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.dsh-col-xs-offset-3 {
  margin-left: 25%;
}
.dsh-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.dsh-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.dsh-col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dsh-col-sm-1, .dsh-col-sm-2, .dsh-col-sm-3, .dsh-col-sm-4, .dsh-col-sm-5, .dsh-col-sm-6, .dsh-col-sm-7, .dsh-col-sm-8, .dsh-col-sm-9, .dsh-col-sm-10, .dsh-col-sm-11, .dsh-col-sm-12 {
    float: left;
  }
  .dsh-col-sm-12 {
    width: 100%;
  }
  .dsh-col-sm-11 {
    width: 91.66666667%;
  }
  .dsh-col-sm-10 {
    width: 83.33333333%;
  }
  .dsh-col-sm-9 {
    width: 75%;
  }
  .dsh-col-sm-8 {
    width: 66.66666667%;
  }
  .dsh-col-sm-7 {
    width: 58.33333333%;
  }
  .dsh-col-sm-6 {
    width: 50%;
  }
  .dsh-col-sm-5 {
    width: 41.66666667%;
  }
  .dsh-col-sm-4 {
    width: 33.33333333%;
  }
  .dsh-col-sm-3 {
    width: 25%;
  }
  .dsh-col-sm-2 {
    width: 16.66666667%;
  }
  .dsh-col-sm-1 {
    width: 8.33333333%;
  }
  .dsh-col-sm-pull-12 {
    right: 100%;
  }
  .dsh-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .dsh-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .dsh-col-sm-pull-9 {
    right: 75%;
  }
  .dsh-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .dsh-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .dsh-col-sm-pull-6 {
    right: 50%;
  }
  .dsh-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .dsh-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .dsh-col-sm-pull-3 {
    right: 25%;
  }
  .dsh-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .dsh-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .dsh-col-sm-pull-0 {
    right: auto;
  }
  .dsh-col-sm-push-12 {
    left: 100%;
  }
  .dsh-col-sm-push-11 {
    left: 91.66666667%;
  }
  .dsh-col-sm-push-10 {
    left: 83.33333333%;
  }
  .dsh-col-sm-push-9 {
    left: 75%;
  }
  .dsh-col-sm-push-8 {
    left: 66.66666667%;
  }
  .dsh-col-sm-push-7 {
    left: 58.33333333%;
  }
  .dsh-col-sm-push-6 {
    left: 50%;
  }
  .dsh-col-sm-push-5 {
    left: 41.66666667%;
  }
  .dsh-col-sm-push-4 {
    left: 33.33333333%;
  }
  .dsh-col-sm-push-3 {
    left: 25%;
  }
  .dsh-col-sm-push-2 {
    left: 16.66666667%;
  }
  .dsh-col-sm-push-1 {
    left: 8.33333333%;
  }
  .dsh-col-sm-push-0 {
    left: auto;
  }
  .dsh-col-sm-offset-12 {
    margin-left: 100%;
  }
  .dsh-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .dsh-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .dsh-col-sm-offset-9 {
    margin-left: 75%;
  }
  .dsh-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .dsh-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .dsh-col-sm-offset-6 {
    margin-left: 50%;
  }
  .dsh-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .dsh-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .dsh-col-sm-offset-3 {
    margin-left: 25%;
  }
  .dsh-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .dsh-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .dsh-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .dsh-col-md-1, .dsh-col-md-2, .dsh-col-md-3, .dsh-col-md-4, .dsh-col-md-5, .dsh-col-md-6, .dsh-col-md-7, .dsh-col-md-8, .dsh-col-md-9, .dsh-col-md-10, .dsh-col-md-11, .dsh-col-md-12 {
    float: left;
  }
  .dsh-col-md-12 {
    width: 100%;
  }
  .dsh-col-md-11 {
    width: 91.66666667%;
  }
  .dsh-col-md-10 {
    width: 83.33333333%;
  }
  .dsh-col-md-9 {
    width: 75%;
  }
  .dsh-col-md-8 {
    width: 66.66666667%;
  }
  .dsh-col-md-7 {
    width: 58.33333333%;
  }
  .dsh-col-md-6 {
    width: 50%;
  }
  .dsh-col-md-5 {
    width: 41.66666667%;
  }
  .dsh-col-md-4 {
    width: 33.33333333%;
  }
  .dsh-col-md-3 {
    width: 21%;
  }
  .dsh-col-md-2 {
    width: 16.66666667%;
  }
  .dsh-col-md-1 {
    width: 8.33333333%;
  }
  .dsh-col-md-pull-12 {
    right: 100%;
  }
  .dsh-col-md-pull-11 {
    right: 91.66666667%;
  }
  .dsh-col-md-pull-10 {
    right: 83.33333333%;
  }
  .dsh-col-md-pull-9 {
    right: 75%;
  }
  .dsh-col-md-pull-8 {
    right: 66.66666667%;
  }
  .dsh-col-md-pull-7 {
    right: 58.33333333%;
  }
  .dsh-col-md-pull-6 {
    right: 50%;
  }
  .dsh-col-md-pull-5 {
    right: 41.66666667%;
  }
  .dsh-col-md-pull-4 {
    right: 33.33333333%;
  }
  .dsh-col-md-pull-3 {
    right: 25%;
  }
  .dsh-col-md-pull-2 {
    right: 16.66666667%;
  }
  .dsh-col-md-pull-1 {
    right: 8.33333333%;
  }
  .dsh-col-md-pull-0 {
    right: auto;
  }
  .dsh-col-md-push-12 {
    left: 100%;
  }
  .dsh-col-md-push-11 {
    left: 91.66666667%;
  }
  .dsh-col-md-push-10 {
    left: 83.33333333%;
  }
  .dsh-col-md-push-9 {
    left: 75%;
  }
  .dsh-col-md-push-8 {
    left: 66.66666667%;
  }
  .dsh-col-md-push-7 {
    left: 58.33333333%;
  }
  .dsh-col-md-push-6 {
    left: 50%;
  }
  .dsh-col-md-push-5 {
    left: 41.66666667%;
  }
  .dsh-col-md-push-4 {
    left: 33.33333333%;
  }
  .dsh-col-md-push-3 {
    left: 25%;
  }
  .dsh-col-md-push-2 {
    left: 16.66666667%;
  }
  .dsh-col-md-push-1 {
    left: 8.33333333%;
  }
  .dsh-col-md-push-0 {
    left: auto;
  }
  .dsh-col-md-offset-12 {
    margin-left: 100%;
  }
  .dsh-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .dsh-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .dsh-col-md-offset-9 {
    margin-left: 75%;
  }
  .dsh-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .dsh-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .dsh-col-md-offset-6 {
    margin-left: 50%;
  }
  .dsh-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .dsh-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .dsh-col-md-offset-3 {
    margin-left: 25%;
  }
  .dsh-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .dsh-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .dsh-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .dsh-col-lg-1, .dsh-col-lg-2, .dsh-col-lg-3, .dsh-col-lg-4, .dsh-col-lg-5, .dsh-col-lg-6, .dsh-col-lg-7, .dsh-col-lg-8, .dsh-col-lg-9, .dsh-col-lg-10, .dsh-col-lg-11, .dsh-col-lg-12 {
    float: left;
  }
  .dsh-col-lg-12 {
    width: 100%;
  }
  .dsh-col-lg-11 {
    width: 91.66666667%;
  }
  .dsh-col-lg-10 {
    width: 83.33333333%;
  }
  .dsh-col-lg-9 {
    width: 75%;
  }
  .dsh-col-lg-8 {
    width: 66.66666667%;
  }
  .dsh-col-lg-7 {
    width: 58.33333333%;
  }
  .dsh-col-lg-6 {
    width: 50%;
  }
  .dsh-col-lg-5 {
    width: 41.66666667%;
  }
  .dsh-col-lg-4 {
    width: 33.33333333%;
  }
  .dsh-col-lg-3 {
    width: 21.83%;
  }
  .dsh-col-lg-2 {
    width: 16.66666667%;
  }
  .dsh-col-lg-1 {
    width: 8.33333333%;
  }
  .dsh-col-lg-pull-12 {
    right: 100%;
  }
  .dsh-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .dsh-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .dsh-col-lg-pull-9 {
    right: 75%;
  }
  .dsh-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .dsh-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .dsh-col-lg-pull-6 {
    right: 50%;
  }
  .dsh-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .dsh-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .dsh-col-lg-pull-3 {
    right: 25%;
  }
  .dsh-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .dsh-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .dsh-col-lg-pull-0 {
    right: auto;
  }
  .dsh-col-lg-push-12 {
    left: 100%;
  }
  .dsh-col-lg-push-11 {
    left: 91.66666667%;
  }
  .dsh-col-lg-push-10 {
    left: 83.33333333%;
  }
  .dsh-col-lg-push-9 {
    left: 75%;
  }
  .dsh-col-lg-push-8 {
    left: 66.66666667%;
  }
  .dsh-col-lg-push-7 {
    left: 58.33333333%;
  }
  .dsh-col-lg-push-6 {
    left: 50%;
  }
  .dsh-col-lg-push-5 {
    left: 41.66666667%;
  }
  .dsh-col-lg-push-4 {
    left: 33.33333333%;
  }
  .dsh-col-lg-push-3 {
    left: 25%;
  }
  .dsh-col-lg-push-2 {
    left: 16.66666667%;
  }
  .dsh-col-lg-push-1 {
    left: 8.33333333%;
  }
  .dsh-col-lg-push-0 {
    left: auto;
  }
  .dsh-col-lg-offset-12 {
    margin-left: 100%;
  }
  .dsh-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .dsh-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .dsh-col-lg-offset-9 {
    margin-left: 75%;
  }
  .dsh-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .dsh-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .dsh-col-lg-offset-6 {
    margin-left: 50%;
  }
  .dsh-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .dsh-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .dsh-col-lg-offset-3 {
    margin-left: 25%;
  }
  .dsh-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .dsh-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .dsh-col-lg-offset-0 {
    margin-left: 0;
  }
  .dsh-col-md-3 {
    width: 21.83%;
  }
}
@media (min-width: 1504px) {
  .dsh-col-lg-3, .dsh-col-md-3 {
    width: 22%;
  }
}
@media (min-width: 1874px) {
  .dsh-col-lg-3, .dsh-col-md-3 {
    width: 23%;
  }
}

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

.pull-right {
  float: right !important;
  font-size: x-small;
}
.pull-left {
  float: left !important;
  font-size: small;
}