.wrapper-ds-xs {
  padding: 5px;
}
.wrapper-ds-sm {
  padding: 10px;
}
.wrapper-ds {
  padding: 15px;
}
.wrapper-ds-md {
  padding: 10px;
}
.-ds-lg {
  padding: 30px;
}
.wrapper-ds-xl {
  padding: 50px;
}

.b-ds {
  border: 1px solid rgba(0,0,0,0.05);
}
.b-ds-a {
  border: 1px solid #dee5e7;
}
.b-ds-t {
  border-top: 1px solid #dee5e7;
}
.b-ds-r {
  border-right: 1px solid #dee5e7;
}
.b-ds-b {
  border-bottom: 1px solid #dee5e7;
}
.b-ds-l {
  border-left: 1px solid #dee5e7;
}
.b-ds-light {
  border-color: #edf1f2;
}
.b-ds-dark {
  border-color: #3a3f51;
}
.b-ds-black {
  border-color: #3a3f51;
}
.b-ds-primary {
  border-color: #7266ba;
}
.b-ds-success {
  border-color: #27c24c;
}
.b-ds-info {
  border-color: #23b7e5;
}
.b-ds-warning {
  border-color: #fad733;
}
.b-ds-danger {
  border-color: #f05050;
}
.b-ds-white {
  border-color: #fff;
}
.b-ds-dashed {
  border-style: dashed !important;
}
.b-ds-l-light {
  border-left-color: #edf1f2;
}
.b-ds-l-dark {
  border-left-color: #3a3f51;
}
.b-ds-l-black {
  border-left-color: #3a3f51;
}
.b-ds-l-primary {
  border-left-color: #7266ba;
}
.b-ds-l-success {
  border-left-color: #27c24c;
}
.b-ds-l-info {
  border-left-color: #23b7e5;
}
.b-ds-l-warning {
  border-left-color: #fad733;
}
.b-ds-l-danger {
  border-left-color: #f05050;
}
.b-ds-l-white {
  border-left-color: #fff;
}
.b-ds-l-2x {
  border-left-width: 2px;
}
.b-ds-l-3x {
  border-left-width: 3px;
}
.b-ds-l-4x {
  border-left-width: 4px;
}
.b-ds-l-5x {
  border-left-width: 5px;
}
.b-ds-2x {
  border-width: 2px;
}
.b-ds-3x {
  border-width: 3px;
}
.b-ds-4x {
  border-width: 4px;
}
.b-ds-5x {
  border-width: 5px;
}

.padder-ds-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.padder-ds-md {
  padding-left: 20px;
  padding-right: 20px;
}
.padder-ds {
  padding-left: 15px;
  padding-right: 15px;
}
.padder-ds-v {
  padding-top: 5px;
  padding-bottom: 15px;
}
.padder-custom {
  padding: 4px 0 6.5px 0;
}
.no-padder-ds {
  padding: 0 !important;
}

.item-ds {
  position: relative;
}
.item-ds .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.item-ds .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-ds .center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.item-ds-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-ds-overlay.active,
.item-ds:hover .item-ds-overlay {
  display: block;
}

a.text-agendado-ds:hover {
  color: #68C8C5;
}
.text-agendado-ds {
  color: #68C8C5;
}
.text-agendado-ds-lt {
  color: #68C8C5;
}
.ttext-agendado-ds-lter {
  color: #68C8C5;
}
.text-agendado-ds-dk {
  color: #68C8C5;
}
.text-agendado-ds-dker {
  color: #68C8C5;
}

a.text-info-ds:hover {
  color: #19a9d5;
}
.text-info-ds {
  color: #23b7e5;
}
.text-info-ds-lt {
  color: #3abee8;
}
.text-info-ds-lter {
  color: #51c6ea;
}
.text-info-ds-dk {
  color: #19a9d5;
}
.text-info-ds-dker {
  color: #1797be;
}

a.text-danger-ds:hover {
  color: #ee3939;
}
.text-danger-ds {
  color: #f05050;
}
.text-danger-ds-lt {
  color: #f26767;
}
.text-danger-ds-lter {
  color: #f47f7f;
}
.text-danger-ds-dk {
  color: #ee3939;
}


.text-pink {
  color: #EE4195;
}

.font-thin-ds {
  font-weight: 300;
}

.text-sm-ds {
  font-size: 13px;
}
.text-md-ds {
  font-size: 15px;
}
.text-xs-ds {
  font-size: 11px;
}

a.text-warning-ds:hover {
  color: #f9d21a;
}
.text-warning-ds {
  color: #fad733;
}
.text-warning-ds-lt {
  color: #fbdc4c;
}
.text-warning-ds-lter {
  color: #fbe165;
}
.text-warning-ds-dk {
  color: #f9d21a;
}
.text-warning-ds-dker {
  color: #f4ca06;
}

.m-ds-xxs {
  margin: 2px 4px;
}
.m-ds-xs {
  margin: 5px;
}
.m-ds-sm {
  margin: 10px;
}
.m-ds {
  margin: 15px;
}
.m-ds-md {
  margin: 20px;
}
.m-ds-lg {
  margin: 30px;
}
.m-ds-xl {
  margin: 50px;
}
.m-ds-n {
  margin: 0 !important;
}
.m-ds-l-none {
  margin-left: 0;
}
.m-ds-l-xs {
  margin-left: 5px;
}
.m-ds-l-sm {
  margin-left: 10px;
}
.m-ds-l {
  margin-left: 15px;
}
.m-ds-l-md {
  margin-left: 20px;
}
.m-ds-l-lg {
  margin-left: 30px;
}
.m-ds-l-xl {
  margin-left: 40px;
}
.m-ds-l-xxl {
  margin-left: 50px;
}
.m-ds-l-n-xxs {
  margin-left: -1px;
}
.m-ds-l-n-xs {
  margin-left: -5px;
}
.m-ds-l-n-sm {
  margin-left: -10px;
}
.m-ds-l-n {
  margin-left: -15px;
}
.m-ds-l-n-md {
  margin-left: -20px;
}
.m-ds-l-n-lg {
  margin-left: -30px;
}
.m-ds-l-n-xl {
  margin-left: -40px;
}
.m-ds-l-n-xxl {
  margin-left: -50px;
}
.m-ds-t-none {
  margin-top: 0;
}
.m-ds-t-xxs {
  margin-top: 1px;
}
.m-ds-t-xs {
  margin-top: 5px;
}
.m-ds-t-sm {
  margin-top: 10px;
}
.m-ds-t {
  margin-top: 15px;
}
.m-ds-t-md {
  margin-top: 20px;
}
.m-ds-t-lg {
  margin-top: 30px;
}
.m-ds-t-xl {
  margin-top: 40px;
}
.m-ds-t-xxl {
  margin-top: 50px;
}
.m-ds-t-n-xxs {
  margin-top: -1px;
}
.m-ds-t-n-xs {
  margin-top: -5px;
}
.m-ds-t-n-sm {
  margin-top: -10px;
}
.m-ds-t-n {
  margin-top: -15px;
}
.m-ds-t-n-md {
  margin-top: -20px;
}
.m-ds-t-n-lg {
  margin-top: -30px;
}
.m-ds-t-n-xl {
  margin-top: -40px;
}
.m-ds-t-n-xxl {
  margin-top: -50px;
}
.m-ds-r-none {
  margin-right: 0;
}
.m-ds-r-xxs {
  margin-right: 1px;
}
.m-ds-r-xs {
  margin-right: 5px;
}
.m-ds-r-sm {
  margin-right: 10px;
}
.m-ds-r {
  margin-right: 15px;
}
.m-ds-r-md {
  margin-right: 20px;
}
.m-ds-r-lg {
  margin-right: 30px;
}
.m-ds-r-xl {
  margin-right: 40px;
}
.m-ds-r-xxl {
  margin-right: 50px;
}
.m-ds-r-n-xxs {
  margin-right: -1px;
}
.m-ds-r-n-xs {
  margin-right: -5px;
}
.m-ds-r-n-sm {
  margin-right: -10px;
}
.m-ds-r-n {
  margin-right: -15px;
}
.m-ds-r-n-md {
  margin-right: -20px;
}
.m-ds-r-n-lg {
  margin-right: -30px;
}
.m-ds-r-n-xl {
  margin-right: -40px;
}
.m-ds-r-n-xxl {
  margin-right: -50px;
}
.m-ds-b-none {
  margin-bottom: 0;
}
.m-ds-b-xxs {
  margin-bottom: 1px;
}
.m-ds-b-xs {
  margin-bottom: 5px;
}
.m-ds-b-sm {
  margin-bottom: 10px;
}
.m-ds-b {
  margin-bottom: 15px;
}
.m-ds-b-md {
  margin-bottom: 20px;
}
.m-ds-b-lg {
  margin-bottom: 30px;
}
.m-ds-b-xl {
  margin-bottom: 40px;
}
.m-ds-b-xxl {
  margin-bottom: 50px;
}
.m-ds-b-n-xxs {
  margin-bottom: -1px;
}
.m-ds-b-n-xs {
  margin-bottom: -5px;
}
.m-ds-b-n-sm {
  margin-bottom: -10px;
}
.m-ds-b-n {
  margin-bottom: -15px;
}
.m-ds-b-n-md {
  margin-bottom: -20px;
}
.m-ds-b-n-lg {
  margin-bottom: -30px;
}
.m-ds-b-n-xl {
  margin-bottom: -40px;
}
.m-ds-b-n-xxl {
  margin-bottom: -50px;
}

.block-ds {
  display: block;
}
.block-ds.hide {
  display: none;
}

.bg-primary {
  background-color: #7266ba;
  color: #f4f3f9;
}
.bg-primary.lt,
.bg-primary .lt {
  background-color: #847abf;
}
.bg-primary.lter,
.bg-primary .lter {
  background-color: #958dc6;
}
.bg-primary.dk,
.bg-primary .dk {
  background-color: #6051b5;
}
.bg-primary.dker,
.bg-primary .dker {
  background-color: #5244a9;
}
.bg-primary.bg,
.bg-primary .bg {
  background-color: #7266ba;
}
.bg-primary a {
  color: #ffffff;
}
.bg-primary a:hover {
  color: #fff;
}
.bg-primary a.list-group-item:hover,
.bg-primary a.list-group-item:focus {
  background-color: inherit;
}
.bg-primary .nav > li:hover > a,
.bg-primary .nav > li:focus > a,
.bg-primary .nav > li.active > a {
  color: #fff;
  background-color: #6051b5;
}
.bg-primary .nav > li > a {
  color: #f2f2f2;
}
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus {
  background-color: #6658b8;
}
.bg-primary .nav .open > a {
  background-color: #6051b5;
}
.bg-primary .caret {
  border-top-color: #f4f3f9;
  border-bottom-color: #f4f3f9;
}
.bg-primary.navbar .nav > li.active > a {
  color: #fff;
  background-color: #6051b5;
}
.bg-primary .open > a,
.bg-primary .open > a:hover,
.bg-primary .open > a:focus {
  color: #fff;
}
.bg-primary .text-muted {
  color: #d3cfea !important;
}
.bg-primary .text-lt {
  color: #ffffff !important;
}
.bg-primary.auto .list-group-item,
.bg-primary .auto .list-group-item {
  border-color: #6254b2 !important;
  background-color: transparent;
}
.bg-primary.auto .list-group-item:hover,
.bg-primary.auto .list-group-item:focus,
.bg-primary.auto .list-group-item:active,
.bg-primary.auto .list-group-item.active,
.bg-primary .auto .list-group-item:hover,
.bg-primary .auto .list-group-item:focus,
.bg-primary .auto .list-group-item:active,
.bg-primary .auto .list-group-item.active {
  background-color: #6051b5 !important;
}

.text-white-ds {
  color: #fff;
}

.r-ds {
  border-radius: 2px 2px 2px 2px;
}
.r-ds-2x {
  border-radius: 4px;
}
.r-ds-3x {
  border-radius: 6px;
}
.r-ds-l {
  border-radius: 2px 0 0 2px;
}
.r-ds-r {
  border-radius: 0 2px 2px 0;
}
.r-ds-t {
  border-radius: 2px 2px 0 0;
}
.r-ds-b {
  border-radius: 0 0 2px 2px;
}

.bg-light-ds {
  background-color: #edf1f2;
  color: #58666e;
}
.bg-light-ds.lt,
.bg-light-ds .lt {
  background-color: #f3f5f6;
}
.bg-light-ds.lter,
.bg-light-ds .lter {
  background-color: #f6f8f8;
}
.bg-light-ds.dk,
.bg-light-ds .dk {
  background-color: #e4eaec;
}
.bg-light-ds.dker,
.bg-light-ds .dker {
  background-color: #dde6e9;
}
.bg-light-ds.bg,
.bg-light-ds .bg {
  background-color: #edf1f2;
}

.hbox-ds {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
.hbox-ds .col {
  display: table-cell;
  vertical-align: top;
  height: 80%;
  float: none;
}

@media (max-width: 767px) {
  .hbox-ds-auto-xs {
    display: block;
  }
  .hbox-ds-auto-xs > .col {
    width: auto;
    display: block;
  }
}

.no-border-ds,
.no-borders-ds {
  border-color: transparent;
  border-width: 0;
}

.no-border-ds-xs {
  border-width: 0;
}

.w-ds-xxs {
  width: 60px;
}
.w-ds-xs {
  width: 90px;
}
.w-ds-sm {
  width: 150px;
}
.w-ds {
  width: 200px;
}
.w-ds-md {
  width: 240px;
}
.w-ds-lg {
  width: 280px;
}
.w-ds-xl {
  width: 320px;
}
.w-ds-xxl {
  width: 360px;
}
.w-ds-full {
  width: 100%;
}
.w-ds-auto {
  width: auto;
}

.v-ds-middle {
  vertical-align: middle !important;
}
.v-ds-top {
  vertical-align: top !important;
}
.v-ds-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-ds-md {
    display: none !important;
  }
}

.inline-ds {
  display: inline-block !important;
}

.i-switch-ds {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  border-radius: 30px;
  background-color: #27c24c;
  margin: 0;
}
.i-switch-ds input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-switch-ds input:checked + i:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}
.i-switch-ds input:checked + i:after {
  margin-left: 16px;
}
.i-switch-ds i:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.i-switch-ds i:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 18px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.i-switch-ds-md {
  width: 40px;
  height: 24px;
}
.i-switch-ds-md input:checked + i:after {
  margin-left: 17px;
}
.i-switch-ds-md i:after {
  width: 22px;
}
.i-switch-ds-lg {
  width: 50px;
  height: 30px;
}
.i-switch-ds-lg input:checked + i:after {
  margin-left: 21px;
}
.i-switch-ds-lg i:after {
  width: 28px;
}

.bg-warning {
  background-color: #fad733;
  color: #fffefa;
}
.bg-warning.lt,
.bg-warning .lt {
  background-color: #f8da4e;
}
.bg-warning.lter,
.bg-warning .lter {
  background-color: #f7de69;
}
.bg-warning.dk,
.bg-warning .dk {
  background-color: #fcd417;
}
.bg-warning.dker,
.bg-warning .dker {
  background-color: #face00;
}
.bg-warning.bg,
.bg-warning .bg {
  background-color: #fad733;
}
.bg-warning a {
  color: #ffffff;
}
.bg-warning a:hover {
  color: #fff;
}
.bg-warning a.list-group-item:hover,
.bg-warning a.list-group-item:focus {
  background-color: inherit;
}
.bg-warning .nav > li:hover > a,
.bg-warning .nav > li:focus > a,
.bg-warning .nav > li.active > a {
  color: #fff;
  background-color: #fcd417;
}
.bg-warning .nav > li > a {
  color: #f2f2f2;
}
.bg-warning .nav > li > a:hover,
.bg-warning .nav > li > a:focus {
  background-color: #fcd621;
}
.bg-warning .nav .open > a {
  background-color: #fcd417;
}
.bg-warning .caret {
  border-top-color: #fffefa;
  border-bottom-color: #fffefa;
}
.bg-warning.navbar .nav > li.active > a {
  color: #fff;
  background-color: #fcd417;
}
.bg-warning .open > a,
.bg-warning .open > a:hover,
.bg-warning .open > a:focus {
  color: #fff;
}
.bg-warning .text-muted {
  color: #fef4c8 !important;
}
.bg-warning .text-lt {
  color: #ffffff !important;
}
.bg-warning.auto .list-group-item,
.bg-warning .auto .list-group-item {
  border-color: #f9d21a !important;
  background-color: transparent;
}
.bg-warning.auto .list-group-item:hover,
.bg-warning.auto .list-group-item:focus,
.bg-warning.auto .list-group-item:active,
.bg-warning.auto .list-group-item.active,
.bg-warning .auto .list-group-item:hover,
.bg-warning .auto .list-group-item:focus,
.bg-warning .auto .list-group-item:active,
.bg-warning .auto .list-group-item.active {
  background-color: #fcd417 !important;
}

.app-aside-folded .hidden-folded-ds {
  display: none !important;
}
.app-aside-folded .text-center-folded-ds {
  text-align: center;
}

.row-sm-ds {
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm-ds > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row-sm-ds{
  margin-left: -10px;
  margin-right: -10px;
  > div{
    padding-left: 10px;
    padding-right: 10px;
  }
}

a.text-primary-ds:hover {
  color: #6254b2;
}
.text-primary-ds {
  color: #7266ba;
}
.text-primary-ds-lt {
  color: #8278c2;
}
.text-primary-ds-lter {
  color: #9289ca;
}
.text-primary-ds-dk {
  color: #6254b2;
}
.text-primary-ds-dker {
  color: #564aa3;
}

.h1-ds,
.h2-ds,
.h3-ds,
.h4-ds,
.h5-ds,
.h6-ds {
  margin: 0;
}

.progress-ds {
  background-color: #edf1f2;
}
.progress-ds-xxs {
  height: 2px;
}
.progress-ds-xs {
  height: 6px;
}
.progress-ds-sm {
  height: 10px;
}
.progress-ds-lg {
  height: 15px;
}
.progress-ds-sm .progress-ds-bar {
  font-size: 10px;
  line-height: 1em;
}
.progress-ds,
.progress-ds-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-ds-bar-primary {
  background-color: #7266ba;
}
.progress-ds-bar-info {
  background-color: #23b7e5;
}
.progress-ds-bar-success {
  background-color: #27c24c;
}
.progress-ds-bar-warning {
  background-color: #fad733;
}
.progress-ds-bar-danger {
  background-color: #f05050;
}
.progress-ds-bar-black {
  background-color: #1c2b36;
}
.progress-ds-bar-white {
  background-color: #fff;
}

.bg-white-ds {
  background-color: #fff;
  color: #58666e;
}
.bg-white-ds a {
  color: #363f44;
}
.bg-white-ds a:hover {
  color: #1f2427;
}
.bg-white-ds .text-muted {
  color: #99a6ad !important;
}
.bg-white-ds-only {
  background-color: #fff;
}
.bg-white-ds-opacity {
  background-color: rgba(255,255,255,0.5);
}

.text-lg-ds {
  font-size: 18px;
}

.badge-ds,
.label-ds {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.badge-ds.bg-light-ds,
.label-ds.bg-light-ds {
  text-shadow: none;
}

.label-ds-sm {
  padding-top: 0;
  padding-bottom: 1px;
}

.badge-ds {
  background-color: #cfdadd;
}
.badge-ds.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}
.badge-ds-sm {
  font-size: 85%;
  padding: 2px 5px !important;
}

.badge-ds-white {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 2px 6px;
}
.badge-ds-empty {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.15);
  color: inherit;
}

.text-base-ds {
  font-size: 10px;
}

.pos-ds-rlt {
  position: relative;
}
.pos-ds-stc {
  position: static;
}
.pos-ds-abt {
  position: absolute;
}

.arrow-ds {
  border-width: 9px;
  z-index: 10;
}
.arrow-ds,
.arrow-ds:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.arrow-ds:after {
  border-width: 8px;
  content: "";
}
.arrow-ds.top {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: rgba(0,0,0,0.1);
  top: -9px;
}
.arrow-ds.top:after {
  top: 1px;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.arrow-ds.top.arrow-ds-primary:after {
  border-bottom-color: #7266ba;
}
.arrow-ds.top.arrow-ds-info:after {
  border-bottom-color: #23b7e5;
}
.arrow-ds.top.arrow-ds-success:after {
  border-bottom-color: #27c24c;
}
.arrow-ds.top.arrow-ds-danger:after {
  border-bottom-color: #f05050;
}
.arrow-ds.top.arrow-ds-warning:after {
  border-bottom-color: #fad733;
}
.arrow-ds.top.arrow-ds-light:after {
  border-bottom-color: #edf1f2;
}
.arrow-ds.top.arrow-ds-dark:after {
  border-bottom-color: #3a3f51;
}
.arrow-ds.top.arrow-ds-black:after {
  border-bottom-color: #1c2b36;
}
.arrow-ds.right {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: rgba(0,0,0,0.1);
}
.arrow-ds.right:after {
  right: 1px;
  bottom: -8px;
  border-right-width: 0;
  border-left-color: #fff;
}
.arrow-ds.right.arrow-ds-primary:after {
  border-left-color: #7266ba;
}
.arrow-ds.right.arrow-ds-info:after {
  border-left-color: #23b7e5;
}
.arrow-ds.right.arrow-ds-success:after {
  border-left-color: #27c24c;
}
.arrow-ds.right.arrow-ds-danger:after {
  border-left-color: #f05050;
}
.arrow-ds.right.arrow-ds-warning:after {
  border-left-color: #fad733;
}
.arrow-ds.right.arrow-ds-light:after {
  border-left-color: #edf1f2;
}
.arrow-ds.right.arrow-ds-dark:after {
  border-left-color: #3a3f51;
}
.arrow-ds.right.arrow-ds-black:after {
  border-left-color: #1c2b36;
}
.arrow-ds.bottom {
  left: 50%;
  bottom: -9px;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: rgba(0,0,0,0.1);
}
.arrow-ds.bottom:after {
  bottom: 1px;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.arrow-ds.bottom.arrow-ds-primary:after {
  border-top-color: #7266ba;
}
.arrow-ds.bottom.arrow-ds-info:after {
  border-top-color: #23b7e5;
}
.arrow-ds.bottom.arrow-ds-success:after {
  border-top-color: #27c24c;
}
.arrow-ds.bottom.arrow-ds-danger:after {
  border-top-color: #f05050;
}
.arrow-ds.bottom.arrow-ds-warning:after {
  border-top-color: #fad733;
}
.arrow-ds.bottom.arrow-ds-light:after {
  border-top-color: #edf1f2;
}
.arrow-ds.bottom.arrow-ds-dark:after {
  border-top-color: #3a3f51;
}
.arrow-ds.bottom.arrow-ds-black:after {
  border-top-color: #1c2b36;
}
.arrow-ds.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: rgba(0,0,0,0.1);
}
.arrow-ds.left:after {
  left: 1px;
  bottom: -8px;
  border-left-width: 0;
  border-right-color: #fff;
}
.arrow-ds.left.arrow-ds-primary:after {
  border-right-color: #7266ba;
}
.arrow-ds.left.arrow-ds-info:after {
  border-right-color: #23b7e5;
}
.arrow-ds.left.arrow-ds-success:after {
  border-right-color: #27c24c;
}
.arrow-ds.left.arrow-ds-danger:after {
  border-right-color: #f05050;
}
.arrow-ds.left.arrow-ds-warning:after {
  border-right-color: #fad733;
}
.arrow-ds.left.arrow-ds-light:after {
  border-right-color: #edf1f2;
}
.arrow-ds.left.arrow-ds-dark:after {
  border-right-color: #3a3f51;
}
.arrow-ds.left.arrow-ds-black:after {
  border-right-color: #1c2b36;
}
.arrow-ds.pull-left {
  left: 19px;
}
.arrow-ds.pull-right {
  left: auto;
  right: 19px;
}
.arrow-ds.pull-up {
  top: 19px;
}
.arrow-ds.pull-down {
  top: auto;
  bottom: 19px;
}

.font-bold-ds {
  font-weight: 700;
}

.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart > div {
  position: relative;
  z-index: 1;
}
.easyPieChart > div .text {
  position: absolute;
  width: 100%;
  top: 60%;
  line-height: 1;
}
.easyPieChart > div img {
  margin-top: -4px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#flotTip {
  padding: 4px 10px;
  background-color: rgba(0,0,0,0.8);
  border: solid 1px #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.legendColorBox > div {
  border: none !important;
  margin: 5px;
}
.legendColorBox > div > div {
  border-radius: 10px;
}
.sortable-placeholder {
  list-style: none;
  border: 1px dashed #CCC;
  min-height: 50px;
  margin-bottom: 5px;
}

a.bg-light-ds:hover {
  color: #363f44;
}
a.bg-primary:hover {
  background-color: #6254b2;
}
a.text-primary:hover {
  color: #6254b2;
}

a.bg-pink:hover {
  background-color: #ee4195;
}
a.text-pink:hover {
  color: #ee4195;
}


.navi ul.nav li a .badge-ds,
.navi ul.nav li a .label-ds {
  font-size: 11px;
  padding: 2px 5px;
  margin-top: 2px;
}

.btn-primary-ds {
  color: #fff !important;
  background-color: #7266ba;
  border-color: #7266ba;
}
.btn-primary-ds:hover,
.btn-primary-ds:focus,
.btn-primary-ds:active,
.btn-primary-ds.active,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #6254b2;
  border-color: #5a4daa;
}
.btn-primary-ds:active,
.btn-primary-ds.active,
.open .dropdown-toggle.btn-primary-ds {
  background-image: none;
}
.btn-primary-ds.disabled,
.btn-primary-ds.disabled:hover,
.btn-primary-ds.disabled:focus,
.btn-primary-ds.disabled:active,
.btn-primary-ds.disabled.active,
.btn-primary-ds[disabled],
.btn-primary-ds[disabled]:hover,
.btn-primary-ds[disabled]:focus,
.btn-primary-ds[disabled]:active,
.btn-primary-ds[disabled].active,
fieldset[disabled] .btn-primary-ds,
fieldset[disabled] .btn-primary-ds:hover,
fieldset[disabled] .btn-primary-ds:focus,
fieldset[disabled] .btn-primary-ds:active,
fieldset[disabled] .btn-primary-ds.active {
  background-color: #7266ba;
  border-color: #7266ba;
}


.thumb-ds-xl {
  width: 128px;
  display: inline-block;
}
.thumb-ds-lg {
  width: 96px;
  display: inline-block;
}
.thumb-ds-md {
  width: 64px;
  display: inline-block;
}
.thumb-ds {
  width: 50px;
  display: inline-block;
}
.thumb-ds-sm {
  width: 40px;
  display: inline-block;
}
.thumb-ds-xs {
  width: 34px;
  display: inline-block;
}
.thumb-ds-xxs {
  width: 30px;
  display: inline-block;
}
.thumb-ds-wrapper {
  padding: 2px;
  border: 1px solid #dee5e7;
}
.thumb-ds img,
.thumb-ds-xs img,
.thumb-ds-sm img,
.thumb-ds-md img,
.thumb-ds-lg img,
.thumb-ds-btn img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.avatar-ds {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar-ds img {
  border-radius: 500px;
  width: 100%;
}
.avatar-ds i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar-ds i.right {
  left: auto;
  right: 0;
}
.avatar-ds i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar-ds i.left {
  top: auto;
  bottom: 0;
}
.avatar-ds i.on {
  background-color: #27c24c;
}
.avatar.ds i.off {
  background-color: #99a6ad;
}
.avatar.ds i.busy {
  background-color: #f05050;
}
.avatar.ds i.away {
  background-color: #fad733;
}
.avatar.ds.thumb-ds-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}
.avatar-ds.thumb-ds-sm i {
  margin: 1px;
}
.avatar-ds.thumb-ds-xs i {
  margin: 0;
}

.clear-ds {
  display: block;
  overflow: hidden;
}

.text-ellipsis-ds {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


a.text-success-ds:hover {
  color: #23ad44;
}
.text-success-ds {
  color: #27c24c;
}
.text-success-ds-lt {
  color: #2ed556;
}
.text-success-ds-lter {
  color: #43d967;
}
.text-success-ds-dk {
  color: #23ad44;
}
.text-success-ds-dker {
  color: #1e983b;
}

.bg-pink {
  background-color: #EE6AAA;
  color: #FBF6FB;
}
.bg-pink.lt,
.bg-pink .lt {
  background-color: #BB7BC0;
}
.bg-pink.lter,
.bg-pink .lter {
  background-color: #C88EC8;
}
.bg-pink.dk,
.bg-pink .dk {
  background-color: #AE52B6;
}
.bg-pink.dker,
.bg-pink .dker {
  background-color: #5244a9;
}
.bg-pink.bg,
.bg-pink .bg {
  background-color: #EF8EBD;
}
.bg-pink a {
  color: #ffffff;
}
.bg-pink a:hover {
  color: #fff;
}
.bg-pink a.list-group-item:hover,
.bg-pink a.list-group-item:focus {
  background-color: inherit;
}
.bg-pink .nav > li:hover > a,
.bg-pink .nav > li:focus > a,
.bg-pink .nav > li.active > a {
  color: #fff;
  background-color: #AE52B6;
}
.bg-pink .nav > li > a {
  color: #f2f2f2;
}
.bg-pink .nav > li > a:hover,
.bg-pink .nav > li > a:focus {
  background-color: #B859B3;
}
.bg-pink .nav .open > a {
  background-color: #AE52B6;
}
.bg-pink .caret {
  border-top-color: #FBF6FB;
  border-bottom-color: #FBF6FB;
}
.bg-pink.navbar .nav > li.active > a {
  color: #fff;
  background-color: #AE52B6;
}
.bg-pink .open > a,
.bg-pink .open > a:hover,
.bg-pink .open > a:focus {
  color: #fff;
}
.bg-pink .text-muted {
  color: #d3cfea !important;
}
.bg-pink .text-lt {
  color: #ffffff !important;
}
.bg-pink.auto .list-group-item,
.bg-pink .auto .list-group-item {
  border-color: #AE54B3 !important;
  background-color: transparent;
}
.bg-pink.auto .list-group-item:hover,
.bg-pink.auto .list-group-item:focus,
.bg-pink.auto .list-group-item:active,
.bg-pink.auto .list-group-item.active,
.bg-pink .auto .list-group-item:hover,
.bg-pink .auto .list-group-item:focus,
.bg-pink .auto .list-group-item:active,
.bg-pink .auto .list-group-item.active {
  background-color: #AE52B6 !important;
}

a.text-turquoise-ds:hover {
  color: #1AD7BE;
}
.text-turquoise-ds {
  color: #68C8C5;
}
.text-turquoise-ds-lt {
  color: #3ADBE9;
}
.text-turquoise-ds-lter {
  color: #1CCCD7;
}
.text-turquoise-ds-dk {
  color: #1AD7BE;
}
.text-turquoise-ds-dker {
  color: #17D4D7;
}

a.text-pink-ds:hover {
  color: #EE6AAA;
}
.text-pink-ds {
  color: #EF8EBD;
}
.text-pink-ds-lt {
  color: #EF8EBD;
}
.text-pink-ds-lter {
  color: #EF8EBD;
}
.text-pink-ds-dk {
  color: #EE6AAA;
}
.text-pink-ds-dker {
  color: #A144A9;
}

.bg-turquoise {
  background-color: #68C8C5;
  color: #d9f3fb;
}
.bg-turquoise.lt,
.bg-turquoise .lt {
  background-color: #3EE6D3;
}
.bg-turquoise.lter,
.bg-turquoise .lter {
  background-color: #55E6DF;
}
.bg-turquoise.dk,
.bg-turquoise .dk {
  background-color: #68C8C5;
}
.bg-turquoise.dker,
.bg-turquoise .dker {
  background-color: #61BDBA;
}
.bg-turquoise.bg,
.bg-turquoise .bg {
  background-color: #68C8C5;
}
.bg-turquoise a {
  color: #ffffff;
}
.bg-turquoise a:hover {
  color: #fff;
}
.bg-turquoise a.list-group-item:hover,
.bg-turquoise a.list-group-item:focus {
  background-color: inherit;
}
.bg-turquoise .nav > li:hover > a,
.bg-turquoise .nav > li:focus > a,
.bg-turquoise .nav > li.active > a {
  color: #fff;
  background-color: #68C8C5;
}
.bg-turquoise .nav > li > a {
  color: #f2f2f2;
}
.bg-turquoise .nav > li > a:hover,
.bg-turquoise .nav > li > a:focus {
  background-color: #17b2e2;
}
.bg-turquoise .nav .open > a {
  background-color: #68C8C5;
}
.bg-turquoise .caret {
  border-top-color: #d9f3fb;
  border-bottom-color: #d9f3fb;
}
.bg-turquoise.navbar .nav > li.active > a {
  color: #fff;
  background-color: #68C8C5;
}
.bg-turquoise .open > a,
.bg-turquoise .open > a:hover,
.bg-turquoise .open > a:focus {
  color: #fff;
}
.bg-turquoise .text-muted {
  color: #ace4f5 !important;
}
.bg-turquoise .text-lt {
  color: #ffffff !important;
}
.bg-turquoise.auto .list-group-item,
.bg-turquoise .auto .list-group-item {
  border-color: #1AD7C1 !important;
  background-color: transparent;
}
.bg-turquoise.auto .list-group-item:hover,
.bg-turquoise.auto .list-group-item:focus,
.bg-turquoise.auto .list-group-item:active,
.bg-turquoise.auto .list-group-item.active,
.bg-turquoise .auto .list-group-item:hover,
.bg-turquoise .auto .list-group-item:focus,
.bg-turquoise .auto .list-group-item:active,
.bg-turquoise .auto .list-group-item.active {
  background-color: #68C8C5 !important;
}

.progress-ds-bar-turquoise {
  background-color: #68C8C5;
}

.progress-ds-bar-pink {
  background-color: #EE6AAA;
}

.line-ds {
  width: 100%;
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}
.line-ds-xs {
  margin: 0;
}
.line-ds-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.line-ds-dashed {
  border-style: dashed !important;
  background-color: transparent;
  border-width: 0;
}
.no-line-ds {
  border-width: 0;
}

.pull-in-ds {
  margin-left: -15px;
  margin-right: -15px;
}

.jqstooltip {
  background-color: rgba(0,0,0,0.8) !important;
  border: solid 1px #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.label-ds-birads {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-birads-pink {
  background-color: #F37BB3;
}

.label-birads-dark-pink {
  background-color: #EE4195;
}

.label-birads-turquoise {
  background-color: #1AD7BE;
}

.wrapper-ds-xs {
  padding: 5px;
}
.wrapper-ds-sm {
  padding: 10px;
}
.wrapper-ds {
  padding: 15px;
}
.wrapper-ds-md {
  padding: 0px;
}
.wrapper-ds-lg {
  padding: 30px;
}
.wrapper-ds-xl {
  padding: 50px;
}

.row.no-gutter-ds {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter-ds [class*="col"] {
  padding: 0;
}

.pos-rlt-ds {
  position: relative;
}

.arrow-ds {
  border-width: 9px;
  z-index: 10;
}
.arrow-ds,
.arrow-ds:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.arrow-ds.right {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: rgba(0,0,0,0.1);
}
.arrow-ds.right:after {
  right: 1px;
  bottom: -8px;
  border-right-width: 0;
  border-left-color: #fff;
}
.arrow-ds.right.arrow-ds-primary:after {
  border-left-color: #7266ba;
}
.arrow-ds.right.arrow-ds-info:after {
  border-left-color: #23b7e5;
}
.arrow-ds.right.arrow-ds-success:after {
  border-left-color: #27c24c;
}
.arrow-ds.right.arrow-ds-danger:after {
  border-left-color: #f05050;
}
.arrow-ds.right.arrow-ds-warning:after {
  border-left-color: #fad733;
}
.arrow-ds.right.arrow-ds-light:after {
  border-left-color: #edf1f2;
}
.arrow-ds.right.arrow-ds-dark:after {
  border-left-color: #3a3f51;
}
.arrow-ds.right.arrow-ds-black:after {
  border-left-color: #1c2b36;
}

.arrow-ds.right.arrow-ds-primary:after {
  border-left-color: #7266ba;
}
.arrow-ds.right.arrow-ds-info:after {
  border-left-color: #23b7e5;
}
.arrow-ds.right.arrow-ds-success:after {
  border-left-color: #27c24c;
}
.arrow-ds.right.arrow-ds-danger:after {
  border-left-color: #cc3f44;
}
.arrow-ds.right.arrow-ds-warning:after {
  border-left-color: #fad733;
}
.arrow-ds.right.arrow-ds-light:after {
  border-left-color: #edf1f2;
}
.arrow-ds.right.arrow-ds-dark:after {
  border-left-color: #3a3f51;
}
.arrow-ds.right.arrow-ds-black:after {
  border-left-color: #1c2b36;
}

.sticky-ds {
  position: fixed;
  width: 90%;
  left: 1;
  top: 0;
  z-index: 100;
  border-top: 0;
}

.b-b-user-admin {
  border-bottom: 1px solid #dee5e7;
}

.m-b-sm-user-admin {
  margin-bottom: 10px;
}

.m-t-n-xs-user-admin {
  margin-top: -5px;
}