/* payments */
/* social media */
html {
  height: 100%;
}
html body {
  position: relative;
  min-height: 100%;
  background: #1f1f1f;
  font-family: 'Open Sans', 'Helvetica', 'Arial';
  font-size: 12px;
}
.block {
  display: block;
}
section.fieldset,
section[id^=fieldset] {
  margin-bottom: 20px;
}
body .nav-overlay {
  position: absolute;
  position: fixed;
  z-index: 2;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.sidebar-left-open .nav-overlay {
  left: 0;
  opacity: 0.75;
}
/* spacing helpers */
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.inner-sm {
  padding: 15px;
}
.inner {
  padding: 20px;
}
.inner-lg {
  padding: 40px;
}
/* border helpers */
.no-border {
  border: 0 !important;
}
.no-border-top {
  border-top: 0 !important;
}
.no-border-bottom {
  border-bottom: 0 !important;
}
/* formatting helpers */
.strong {
  font-weight: 700;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* special classes */
.btn-group-justified-auto {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
/* skeleton */
.relative-wrapper {
  position: relative;
}
.main-bg {
  position: relative;
  background: #FFF;
}
.main-bg > .main-bg-background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FFF;
}
#ui-header {
  display: none;
}
.ui-nav-main {
  position: fixed;
  width: inherit;
  min-height: 100%;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  .ui-nav-main {
    min-height: 0 !important;
  }
}
.ui-nav-main .icon {
  font-size: 16px;
  color: #dedede;
}
.ui-nav-main .ui-nav-header {
  position: relative;
  background: #232323;
}
.ui-nav-main .ui-nav-header .ui-nav-branding {
  padding: 10px 0;
  text-align: center;
}
.ui-nav-main .ui-nav-header .ui-nav-branding img {
  max-width: 100%;
  max-height: 30px;
}
@media (max-width: 1200px) {
  .ui-nav-main .ui-nav-header .ui-nav-branding {
    padding-left: 20px;
    text-align: left;
  }
}
.ui-nav-main .ui-nav-header .sidebar-left-trigger {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.ui-nav-main .ui-nav-header .sidebar-left-trigger > .icon {
  font-size: 26px;
}
.ui-nav-main .ui-nav-bottom {
  position: absolute;
  bottom: 29px;
}
.ui-nav-main .ui-nav-bottom:not(.ui-nav-fixed) {
  width: 100%;
}
.ui-nav-main .ui-nav-bottom .btn-group-justified {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.ui-nav-main .ui-nav-bottom .btn-group-justified a {
  background: #151515;
}
.ui-nav-main .ui-nav-bottom .btn-group-justified a:hover {
  background: #292929;
}
.ui-nav-main .ui-nav-bottom.ui-nav-fixed {
  position: absolute;
  bottom: 30px;
  width: none;
  /* broken tag to force loading width from class */
}
.ui-nav-main .ui-nav-bottom.ui-nav-fixed .btn-group-justified {
  position: fixed;
  width: inherit;
}
nav.card-nav {
  height: 60px;
  display: inline-flex;
  flex-direction: row;
}
nav.card-nav.spread {
  display: flex;
  justify-content: space-between;
}
nav.card-nav .item {
  color: #bbb;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin: 0 8px;
}
@media (min-width: 768px) {
  nav.card-nav .item {
    margin: 0 10px;
  }
}
nav.card-nav .item a {
  color: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.card-nav .item a:hover {
  color: #0097DC;
}
nav.card-nav .item.sb-toggle-left a {
  color: #666;
}
nav.card-nav .item.sb-toggle-left a .icon {
  font-size: 23px;
}
nav.card-nav .item .icon {
  font-size: 24px;
  position: relative;
}
nav.card-nav .item .icon .label {
  display: block;
  padding: 0 2px 1px 1px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 10px;
  position: absolute;
  right: 0;
  bottom: -2px;
}
nav.card-nav .item .icon .label.label-default {
  background: #bbb;
}
nav.card-nav .item .labels {
  text-transform: uppercase;
  color: #bbb;
  font-size: 0.85em;
  line-height: 1.1em;
  padding-left: 10px;
}
nav.card-nav .item .labels .icon {
  float: left;
}
nav.card-nav .item .labels strong {
  display: block;
  color: #0097DC;
  font-size: 1.1em;
  font-weight: 600;
}
nav.card-nav.dark .item {
  color: #555;
}
nav.card-nav.dark .item .labels {
  color: #555;
}
nav.card-nav.dark .item .labels strong {
  color: #fff;
}
.sidr.right {
  background: #272727;
}
.nav {
  padding-left: 0;
  padding-right: 0;
}
.nav .main-nav {
  padding: 0;
  background: #1f1f1f;
  position: relative;
  z-index: 2;
}
.nav .main-nav .sidebar-tools {
  position: absolute;
  left: 100%;
  background: #1f1f1f;
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}
.nav .main-nav .sidebar-tools .tool {
  font-size: 18px;
}
.nav .main-nav.module-heading,
.nav .main-nav.main-nav-filters {
  min-height: 0;
}
.nav .main-nav .item {
  color: #777;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-left: 6px solid transparent;
}
.nav .main-nav .item.expandable:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.nav .main-nav .item:hover {
  background: #272727;
  color: #fff;
  text-decoration: none;
  border-left: 6px solid #666;
}
.nav .main-nav .item:hover .labels strong {
  color: #fff;
}
.nav .main-nav .item.expanded {
  background: #272727;
  border-left: 6px solid #666;
  color: #fff;
  text-decoration: none;
}
.nav .main-nav .item.expanded .labels strong {
  color: #fff;
}
.nav .main-nav .item.expanded:after {
  transform: translateY(-50%) rotate(180deg);
}
.nav .main-nav .item.expanded.sidebar-right-trigger {
  border: 0 none;
}
.nav .main-nav .item.active:not(.expandable) {
  background: #272727;
  border-left: 6px solid #10b4ff;
}
.nav .main-nav .item.active:not(.expandable) .icon {
  color: #fff;
}
.nav .main-nav .item.active:not(.expandable) .labels {
  color: #fff;
}
.nav .main-nav .item.active:not(.expandable) .labels strong {
  color: #fff;
}
.nav .main-nav .item.disabled {
  color: #555;
  background: #1f1f1f;
  border-left: 6px solid transparent;
  cursor: default;
}
.nav .main-nav .item.disabled .icon {
  color: #555;
}
.nav .main-nav .item.disabled .labels {
  color: #555;
}
.nav .main-nav .item.disabled .labels strong {
  color: #555;
}
.nav .main-nav .item.disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.nav .main-nav .item .icon {
  text-align: center;
  font-size: 24px;
  position: relative;
  min-width: 35px;
}
.nav .main-nav .item .labels {
  text-transform: uppercase;
  color: #bbb;
  text-align: left;
  font-size: 1em;
  line-height: 1.1em;
  padding-left: 5px;
}
.nav .main-nav .item .labels .icon {
  float: left;
}
.nav .main-nav .item .labels strong {
  display: block;
  color: #ddd;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .main-nav .sub-nav-container {
  background: #272727;
  border-left: 6px solid #666;
  color: #555;
}
.nav .main-nav .sub-nav-container.filters {
  border-left: 0 none;
}
.nav .main-nav .sub-nav-container h3 {
  color: #f69352;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
  padding: 10px 20px;
}
.nav .main-nav .sub-nav-container h4 {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  position: relative;
}
.nav .main-nav .sub-nav-container h4 span {
  background: #eee;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.nav .main-nav .sub-nav-container h4 span i {
  padding-right: 6px;
  color: #666;
}
.nav .main-nav .sub-nav-container h4:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ddd;
}
.nav .main-nav .sub-nav-container ul {
  padding: 0;
  margin-bottom: 0;
}
.nav .main-nav .sub-nav-container ul li {
  list-style: none;
}
.nav .main-nav .sub-nav-container ul li a {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.8em;
  display: block;
  color: #FFF;
  padding: 10px 0 10px 45px;
  transition: all 0.2s;
}
.nav .main-nav .sub-nav-container ul li a:after {
  content: " ";
  top: 50%;
  position: absolute;
  z-index: 2;
  left: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #525252;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.nav .main-nav .sub-nav-container ul li a:hover,
.nav .main-nav .sub-nav-container ul li a:active,
.nav .main-nav .sub-nav-container ul li a:focus,
.nav .main-nav .sub-nav-container ul li a.active {
  text-decoration: none;
  background: #2c2c2c;
}
.nav .main-nav .sub-nav-container ul li a:hover:after,
.nav .main-nav .sub-nav-container ul li a:active:after,
.nav .main-nav .sub-nav-container ul li a:focus:after,
.nav .main-nav .sub-nav-container ul li a.active:after {
  background: #FFF;
}
.nav .main-nav .sub-nav-container ul li a.active:after {
  background: #10b4ff;
}
.nav .main-nav .sub-nav-container ul li a.secondary {
  color: #444;
}
.nav .main-nav .sub-nav-container ul li a.secondary:hover,
.nav .main-nav .sub-nav-container ul li a.secondary:active,
.nav .main-nav .sub-nav-container ul li a.secondary:focus {
  color: #666;
}
.nav .main-nav .sub-nav-container ul li.empty a,
.nav .main-nav .sub-nav-container ul li.section a,
.nav .main-nav .sub-nav-container ul li.empty span,
.nav .main-nav .sub-nav-container ul li.section span {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.8em;
  position: relative;
}
.nav .main-nav .sub-nav-container ul li.empty a i,
.nav .main-nav .sub-nav-container ul li.section a i,
.nav .main-nav .sub-nav-container ul li.empty span i,
.nav .main-nav .sub-nav-container ul li.section span i {
  margin-right: 3px;
  font-size: 16px;
}
.nav .main-nav .sub-nav-container ul li.empty a i,
.nav .main-nav .sub-nav-container ul li.section a i {
  color: #0097DC;
}
.nav .main-nav .sub-nav-container ul li.empty span,
.nav .main-nav .sub-nav-container ul li.section span {
  color: #aaa;
}
.nav .main-nav .sub-nav-container ul li.empty span i,
.nav .main-nav .sub-nav-container ul li.section span i {
  color: #888;
}
.nav .main-nav .sub-nav-container #changelist-filter h4 {
  padding: 0 20px;
}
.nav .main-nav .sub-nav-container #changelist-filter h4 span {
  background: #272727;
}
.nav .main-nav .sub-nav-container #changelist-filter h4:after {
  background: #444;
}
.nav .main-nav.main-nav-filters {
  background: transparent;
}
.nav .main-nav.main-nav-filters ul li a {
  padding-right: 20px;
}
.nav .main-nav.main-nav-filters ul li a:not(.secondary):after {
  background: #f69352;
}
.nav #sub-nav {
  padding: 10px 20px;
  background: #eee;
  color: #555;
  position: absolute;
  z-index: 1;
  right: 0;
  min-width: 240px;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav #sub-nav.revealed {
  right: 100%;
  opacity: 0.98;
}
.nav #sub-nav.static {
  opacity: 1;
  position: relative;
}
.nav #sub-nav.static .sub-nav-container {
  display: block;
}
.nav #sub-nav h3 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.nav #sub-nav h4 {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  position: relative;
}
.nav #sub-nav h4 span {
  background: #eee;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.nav #sub-nav h4 span i {
  padding-right: 6px;
  color: #666;
}
.nav #sub-nav h4:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ddd;
}
.nav #sub-nav ul {
  padding: 0;
  margin-bottom: 20px;
}
.nav #sub-nav ul li {
  list-style: none;
}
.nav #sub-nav ul li a {
  font-weight: 600;
  color: #0097DC;
}
.nav #sub-nav ul li a:hover,
.nav #sub-nav ul li a:active,
.nav #sub-nav ul li a:focus {
  text-decoration: none;
  color: #10b4ff;
}
.nav #sub-nav ul li a.secondary {
  color: #999;
}
.nav #sub-nav ul li a.secondary:hover,
.nav #sub-nav ul li a.secondary:active,
.nav #sub-nav ul li a.secondary:focus {
  color: #aaa;
}
.action-checkbox {
  width: 40px;
}
#contents .contents-header {
  height: 50px;
  position: relative;
}
@media (max-width: 768px) {
  #contents .contents-header .pull-right {
    width: 100%;
  }
}
#contents .contents-header a.contents-header-btn {
  border-left: 1px solid #ececec;
  height: 50px;
  width: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  float: left;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#contents .contents-header a.contents-header-btn:hover {
  background: #ececec;
}
#contents .contents-header .breadcrumb {
  padding: 15px;
  background: none;
}
#contents .contents-header .contents-header-clock {
  height: 50px;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  float: left;
  padding-right: 15px;
  color: #777777;
  border-right: 1px solid #ececec;
}
@media (max-width: 768px) {
  #contents .contents-header .contents-header-clock {
    width: 50%;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    padding: 0;
  }
}
#contents .contents-header .contents-header-user-card {
  height: 50px;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  float: left;
  padding: 0 12px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contents .contents-header .contents-header-user-card {
    width: 50%;
    text-align: center;
  }
  #contents .contents-header .contents-header-user-card .labels {
    width: 100%;
  }
}
#contents .contents-header .contents-header-user-card .image {
  background: #ddd url('../../images/loterity/default-user.png') center no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
#contents .contents-header .contents-header-user-card .image .edit-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .contents-header .contents-header-user-card .image .edit-overlay i {
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#contents .contents-header .contents-header-user-card:hover .edit-overlay {
  opacity: 1;
}
#contents .contents-header .contents-header-user-card:hover .edit-overlay i {
  font-size: 21px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#contents .contents-header .contents-header-user-card .labels {
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
  color: #bbb;
  line-height: 1em;
  padding-left: 14px;
}
#contents .contents-header .contents-header-user-card .labels strong {
  display: block;
  color: #F47521;
  font-size: 1.2em;
  font-weight: 700;
}
#contents .contents-header .contents-header-user-card .labels .role-label {
  padding: 0 3px 1px 3px;
  border-radius: 1px;
  position: relative;
  top: 2px;
}
#contents .contents-header .contents-header-user-card .sidebar-left-trigger {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#contents .contents-header .contents-header-user-card .sidebar-left-trigger > .icon {
  font-size: 26px;
}
#contents .ui-context-bar {
  padding: 20px;
  background: #0097DC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #contents .ui-context-bar {
    flex-direction: row;
    align-items: center;
  }
}
#contents .ui-context-bar.success {
  background: #36AB38;
}
#contents .ui-context-bar.warning {
  background: #f0ad4e;
}
#contents .ui-context-bar.danger {
  background: #d9534f;
}
#contents .ui-context-bar.neutral {
  background: #333333;
}
#contents .ui-context-bar.light {
  background: #ddd;
}
#contents .ui-context-bar.submit-line {
  justify-content: flex-end;
  align-items: flex-end;
}
#contents .ui-context-bar.submit-line.submit-line-left {
  justify-content: flex-start;
  align-items: flex-start;
}
#contents .ui-context-bar h1,
#contents .ui-context-bar h2,
#contents .ui-context-bar h3,
#contents .ui-context-bar h4,
#contents .ui-context-bar h5,
#contents .ui-context-bar h6 {
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  #contents .ui-context-bar h1,
  #contents .ui-context-bar h2,
  #contents .ui-context-bar h3,
  #contents .ui-context-bar h4,
  #contents .ui-context-bar h5,
  #contents .ui-context-bar h6 {
    margin: 0;
  }
}
#contents .ui-context-bar h1 small,
#contents .ui-context-bar h2 small,
#contents .ui-context-bar h3 small,
#contents .ui-context-bar h4 small,
#contents .ui-context-bar h5 small,
#contents .ui-context-bar h6 small {
  color: rgba(255, 255, 255, 0.6);
}
#contents .ui-context-bar .btn-group.utils-bar,
#contents .ui-context-bar .utils-bar {
  padding: 3px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-top: 5px;
}
#contents .ui-context-bar.ui-context-bar-bottom {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#contents .ui-context-bar.ui-context-bar-bottom .btn-group,
#contents .ui-context-bar.ui-context-bar-bottom .utils-bar {
  margin-top: 0;
}
#contents .ui-context-bar .btn {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #555;
  border-radius: 0;
  border-left: 1px solid #eee;
}
#contents .ui-context-bar .btn i {
  color: #999;
}
@media (min-width: 768px) {
  #contents .ui-context-bar .btn i {
    margin-right: 5px;
  }
}
#contents .ui-context-bar .btn i.ion-edit {
  color: #5bc0de;
}
#contents .ui-context-bar .btn i.ion-checkmark,
#contents .ui-context-bar .btn i.ion-plus {
  color: #36AB38;
}
#contents .ui-context-bar .btn i.ion-close {
  color: #d9534f;
}
#contents .ui-context-bar .btn:hover {
  background: #eee;
  color: #222;
}
#contents .ui-context-bar .btn:active,
#contents .ui-context-bar .btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #111;
  background: #eee;
}
#contents .ui-context-bar .btn:active i,
#contents .ui-context-bar .btn:focus i {
  color: #111 !important;
}
#contents .ui-context-bar .btn.addlink {
  color: #36AB38;
}
#contents .ui-context-bar .btn.addlink i {
  color: #36AB38;
}
#contents .ui-context-bar .btn.filterslink {
  color: #10b4ff;
}
#contents .ui-context-bar .btn.filterslink i {
  color: #10b4ff;
}
#contents .table {
  margin: 0;
}
#contents .table td.item-actions {
  text-align: right;
}
#contents .table.table-item-list tbody tr td,
#contents .table.table-item-list thead tr td,
#contents .table.table-item-list tbody tr th,
#contents .table.table-item-list thead tr th {
  vertical-align: middle;
}
#contents .table.table-item-list tbody tr td:first-child,
#contents .table.table-item-list thead tr td:first-child,
#contents .table.table-item-list tbody tr th:first-child,
#contents .table.table-item-list thead tr th:first-child {
  padding-left: 15px;
}
#contents .table.table-item-list tbody tr td:last-child,
#contents .table.table-item-list thead tr td:last-child,
#contents .table.table-item-list tbody tr th:last-child,
#contents .table.table-item-list thead tr th:last-child {
  padding-right: 15px;
}
#contents .table.table-item-list tbody tr.muted-row td,
#contents .table.table-item-list thead tr.muted-row td {
  color: #bbb;
  background: #eee;
}
#contents .table.table-item-list.table-condensed tbody tr td,
#contents .table.table-item-list.table-condensed thead tr td,
#contents .table.table-item-list.table-condensed tbody tr th,
#contents .table.table-item-list.table-condensed thead tr th {
  padding: 8px;
}
#contents .table-actions {
  background: #222;
  color: #fff;
}
#contents .table-actions.light {
  background: #ddd;
  color: #aaa;
}
#contents .table-actions.light .action-box .action-box-icon {
  color: #aaa;
}
#contents .table-actions .action-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#contents .table-actions .action-box .action-box-icon {
  padding-right: 10px;
  color: #fff;
}
#contents .table-actions .action-box .btn {
  margin-left: 10px;
}
#contents .table-actions .action-box .btn i {
  margin: 0;
}
@media (min-width: 768px) {
  #contents .table-actions .action-box .btn {
    min-width: 70px;
  }
}
#contents .table-actions .action-box .counters {
  color: #777;
  padding-left: 10px;
}
#contents .table-actions .action-box .counters a {
  color: #666;
}
#contents .table-actions .action-box .counters a:hover {
  color: #333;
}
#contents .table-actions .action-box.search-box .counters {
  color: #999;
}
#contents .table-actions .action-box.search-box .counters a {
  color: #666;
}
#contents .table-actions .action-box.search-box .counters a:hover {
  color: #999;
}
#contents .table-actions .action-box.search-box .btn {
  margin-left: 10px;
}
#contents .table-actions td {
  border: 0 none;
}
#contents .table-actions .table-actions-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}
#contents .table-actions .pagination {
  display: block;
  margin: 0;
}
#contents .table-actions .pagination li a,
#contents .table-actions .pagination li span {
  font-weight: 700;
  background: transparent;
  color: #777;
  border: 2px solid transparent;
  margin-right: 4px;
  font-size: 13px;
  padding: 0 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contents .table-actions .pagination li a:hover,
#contents .table-actions .pagination li span:hover {
  color: #fff;
}
#contents .table-actions .pagination li a.this-page,
#contents .table-actions .pagination li span.this-page {
  background: #1f1f1f;
  color: #F47521;
  border-color: #1f1f1f;
  cursor: default;
}
#contents .table-actions .pagination li a.this-page:hover,
#contents .table-actions .pagination li span.this-page:hover {
  border-color: #1f1f1f;
}
#contents .table-actions label {
  padding: 0 5px 0 0;
  margin: 0;
  color: #999;
  font-size: 13px;
}
#contents .table-actions select.form-control,
#contents .table-actions input.form-control {
  height: 27px;
  padding: 4px 12px;
  border: 0 none;
  min-width: 140px;
  width: 140px;
}
@media (min-width: 768px) {
  #contents .table-actions select.form-control,
  #contents .table-actions input.form-control {
    min-width: 210px;
    width: auto;
  }
}
#contents .table-inline-filters th {
  background: #eee;
  vertical-align: middle;
}
#contents .table-inline-filters th i {
  color: #999;
}
#contents .table-inline-filters th input.form-control {
  font-weight: 400;
}
.table.table-item-details tr:first-child th,
.table.table-item-details tr:first-child td {
  border: 0 none;
}
.table.table-item-details .item-image {
  background: #ddd center no-repeat;
  background-size: cover;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.table.table-item-list .item-plain-icon {
  font-size: 23px;
  position: relative;
  top: -1px;
}
#nav-scroll {
  border-bottom: 1px solid #eee;
  padding: 0;
  border-radius: 3px;
}
#nav-scroll.affix {
  top: 0px;
  z-index: 2;
}
#nav-scroll ul.nav-pills {
  margin-bottom: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#nav-scroll ul.nav-pills:before,
#nav-scroll ul.nav-pills:after {
  content: "";
  display: none;
}
#nav-scroll ul.nav-pills > li {
  display: table-cell;
  float: none;
  width: 1%;
}
#nav-scroll ul.nav-pills > li > i {
  display: none;
}
#nav-scroll ul.nav-pills > li > a {
  border-left: 0;
  position: relative;
  padding-left: 32px;
}
#nav-scroll ul.nav-pills > li > a:after {
  content: " ";
  position: absolute;
  right: -13px;
  top: 5px;
  width: 25px;
  height: 25px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  transform: rotate(45deg);
  background: #FFF;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav-scroll ul.nav-pills > li.active > a,
#nav-scroll ul.nav-pills > li.active > a:hover,
#nav-scroll ul.nav-pills > li.active > a:after,
#nav-scroll ul.nav-pills > li.active > a:hover:after {
  background: #0097DC;
  border-color: #0097DC;
}
@media (max-width: 768px) {
  #nav-scroll {
    display: none;
  }
}
#ui-footer {
  padding: 0px 20px;
  background: #191919;
  color: #777;
}
#ui-footer .language-option {
  color: #777;
}
#ui-footer .language-option:after {
  content: '/';
  color: #777;
}
#ui-footer .language-option:last-of-type:after {
  content: none;
}
#ui-footer .language-option:hover {
  color: #999;
}
#ui-footer .language-option.current {
  color: #f69352;
}
#ui-footer .language-option.current:hover {
  color: #f69352;
}
#ui-footer .language-option.current:after {
  color: #777;
}
#ui-wrapper .contents-wrapper {
  overflow: hidden;
}
#ui-wrapper .contents-wrapper #contents {
  padding-top: 50px;
}
#ui-wrapper .contents-wrapper .contents-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}
@media (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-2 {
    width: 14%;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-2 {
    width: 16%;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-10,
  #ui-wrapper .contents-wrapper .contents-header {
    width: 86%;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-10,
  #ui-wrapper .contents-wrapper .contents-header {
    width: 84%;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  #ui-wrapper .contents-wrapper .col-lg-10,
  #ui-wrapper .contents-wrapper .contents-header {
    width: 80%;
  }
}
#ui-wrapper.splash-layout #ui-header {
  display: block;
  background: #1f1f1f none;
  padding-top: 12%;
  text-align: center;
}
#ui-wrapper.splash-layout #ui-header .logotype {
  display: inline-block;
}
#ui-wrapper.splash-layout #ui-header .logotype img {
  height: 80px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #ui-wrapper.splash-layout #ui-header .logotype img {
    height: 120px;
  }
}
#ui-wrapper.splash-layout .contents-wrapper {
  padding-bottom: 160px;
}
#ui-wrapper.splash-layout #ui-footer {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.selector.stacked {
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .selector.stacked {
    width: 600px;
  }
}
.selector.stacked .selector-chooser {
  margin-left: 50%;
  position: relative;
  left: -25px;
}
.selector.stacked .selector-filter {
  position: relative;
}
.selector.stacked .selector-filter label {
  margin: 0;
  border: 0 none;
  position: absolute;
  right: 17px;
  top: 17px;
}
.selector.stacked .selector-filter input[type=text] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin: 0;
  width: 100%;
}
.selector.stacked .selector-available,
.selector.stacked .selector-chosen {
  width: 100%;
}
.selector.stacked .selector-available h2,
.selector.stacked .selector-chosen h2 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 0.5em 0;
}
.selector.stacked .selector-available select,
.selector.stacked .selector-chosen select {
  width: 100%;
  padding: 0;
}
.selector.stacked .selector-available select:focus,
.selector.stacked .selector-chosen select:focus,
.selector.stacked .selector-available select:active,
.selector.stacked .selector-chosen select:active {
  outline: none;
}
.selector.stacked .selector-available select option,
.selector.stacked .selector-chosen select option {
  padding: 6px 12px;
}
.selector.stacked .selector-chosen h2 {
  background: #0097DC;
  border: 1px solid #0097DC;
}
.list-events .list-group-item {
  display: flex;
  align-items: center;
}
.list-events .list-group-item .event-details span {
  display: block;
}
.list-events .list-group-item .event-details .event-title {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #0097DC;
}
.list-events .list-group-item .event-details .event-description {
  color: #999;
  padding-bottom: 5px;
}
.calendar-card {
  position: relative;
  display: inline-block;
  width: 50px;
  margin-right: 15px;
  background: #ededef;
  font-weight: 700;
  font-size: 20px;
  padding-top: 5px;
  text-align: center;
  color: #111;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.calendar-card em {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  color: #fff;
  background: #0097DC;
  text-transform: uppercase;
}
.calendar-card em.time {
  background: #333;
  font-size: 10px;
  line-height: 14px;
  border-radius: 0 0 3px 3px;
}
.calendar-card em:before,
.calendar-card em:after {
  content: '';
  float: left;
  position: absolute;
  top: -3px;
  width: 4px;
  height: 9px;
  background: #dadada;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
  background: -moz-linear-gradient(top, #f1f1f1, #aaa);
  z-index: 2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.calendar-card em:before {
  left: 13px;
}
.calendar-card em:after {
  right: 13px;
}
.change-list-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.form-inline {
  display: inline-flex;
  flex-direction: row;
}
.icon.icon-danger {
  color: #d9534f;
}
.delete-confirmation-box {
  background: #d9534f;
  margin: 30px 0;
}
.delete-confirmation-box.well.hero-message p {
  color: #FFF;
}
.delete-confirmation-box .btn-danger {
  background: #FFF;
  color: #d9534f;
}
.delete-confirmation-box .btn-danger.cancel-link {
  background: #c9302c;
  color: #FFF;
}
.delete-confirmation-box > .fa {
  font-size: 70px;
  color: #FFF;
  margin: 25px 0;
}
/* coil layout */
.coils {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.coils .coil {
  text-transform: uppercase;
  color: #777;
  text-align: center;
}
.coils .coil.huge {
  font-size: 124%;
  font-weight: 600;
}
.coils .coil.huge big {
  font-weight: 700;
}
.coils .coil big {
  display: block;
  font-size: 2.4em;
  font-weight: 300;
  color: #333;
}
.coils .coil big i {
  position: relative;
  left: -3px;
  font-size: 0.8em;
}
.coils .coil small {
  color: #aaa;
}
.coils .coil.alt {
  background: #fafafa;
  line-height: 1.1em;
}
.coils .coil.accent {
  background: #eee;
  border-radius: 5px;
}
.coils .coil.full-width {
  width: 100% !important;
  line-height: 1em;
  text-align: left;
}
.coils .coil.full-width big {
  float: right;
  line-height: 0.75em;
}
.coils.columns .coil {
  width: 50%;
}
.coils.quarters .coil {
  width: 25%;
}
.well.hero-message {
  text-align: center;
  border: 3px dashed #eee;
  margin: 0;
}
.well.hero-message i.hero-icon {
  font-size: 3em;
  color: #ddd;
}
.well.hero-message p {
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.btn i.icon-progress {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: none;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.25) !important;
  position: absolute;
  bottom: -10px;
  left: -15px;
}
.btn.loading {
  position: relative;
}
.btn.loading .icon-progress {
  display: block;
}
/* hint box */
.hint-box {
  background: #eee;
  color: #999;
  padding: 12px 12px 15px 12px;
  border-radius: 2px;
  position: relative;
  cursor: default;
  font-size: 0.9em;
  line-height: 1.1em;
  margin-top: 15px;
}
.hint-box i {
  background: #fff;
  color: #0097DC;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 27px;
  position: absolute;
  right: -6px;
  bottom: -6px;
}
/* rendering number-based games number sets */
.game-numbers .ball {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-weight: 600;
  margin: 1px;
  background: #222222;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.game-numbers .ball.primary {
  background: #0097DC;
}
.game-numbers .ball.secondary {
  background: #F47521;
}
.table-favourites {
  table-layout: fixed;
}
.panel-game .game-logotype {
  display: block;
  position: relative;
  height: 80px;
  overflow: hidden;
}
.panel-game .game-logotype .logotype {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 80px;
  height: 80px;
  background-size: contain !important;
  background: transparent no-repeat center center;
}
.panel-game .togglers {
  display: flex;
  justify-content: space-around;
  background: #fafafa;
}
.panel-game .togglers .toggler {
  text-transform: uppercase;
  text-align: center;
  color: #777;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1em;
}
.panel-game .togglers .toggler i.operation {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #999;
  position: relative;
}
.panel-game .togglers .toggler i.operation.enabled {
  color: #36AB38;
}
.panel-game .togglers .toggler i.operation.disabled {
  color: #d9534f;
}
.panel-game .togglers .toggler i.operation.unknown {
  color: #777;
}
.panel-game .togglers .toggler i.operation sup {
  position: absolute;
  top: 2px;
}
.panel-game .togglers .toggler i.operation sup i {
  display: inline;
  font-size: 0.4em !important;
}
.panel-game .togglers .toggler .label {
  display: block;
  margin-top: 3px;
}
.panel-game .togglers .toggler:hover {
  cursor: pointer;
  color: #555;
}
.panel-game .togglers .toggler:hover i.operation {
  color: #444;
}
.panel-game .togglers .toggler:hover small {
  color: #999;
}
.loading-splash {
  position: absolute;
  background: rgba(0, 151, 220, 0.9) repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.06) 35px, rgba(255, 255, 255, 0.06) 70px);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.loading-splash.light {
  background: rgba(235, 235, 235, 0.9) repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, 0.3) 35px, rgba(255, 255, 255, 0.3) 70px);
}
.loading-splash.light:before {
  background-color: #0097DC;
}
.loading-splash.light:after {
  background-color: #F47521;
}
.loading-splash:before,
.loading-splash:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.loading-splash:before {
  background-color: #1b436b;
  left: 50%;
  animation: animation_left_round 1s infinite ease-in-out;
}
.loading-splash:after {
  background-color: #fff;
  right: 50%;
  animation: animation_right_round 1s infinite ease-in-out;
}
@keyframes animation_left_round {
  0%,
  100% {
    transform: translate3d(50%, -50%, 0);
  }
  50% {
    transform: translate3d(-150%, -50%, 0);
  }
}
@keyframes animation_right_round {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
  50% {
    transform: translate3d(150%, -50%, 0);
  }
}
.sidr {
  background: #1f1f1f;
}
/* Analitics */
.table-analitics {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow-x: visible;
}
.table-analitics .table tbody {
  border: 0;
}
.table-analitics .table > thead > tr th {
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table-analitics .table > thead > tr th.text-left {
  text-align: left;
}
.table-analitics .table > thead > tr th:first-child {
  border-left: 1px solid #ddd;
}
.table-analitics .table > thead > tr.table-header {
  background: #147bab;
  width: 100%;
  height: 46px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.table-analitics .table > thead > tr.table-header th {
  text-align: left;
  border: 0;
  border-right: 1px solid #147bab;
}
.table-analitics .table > thead > tr.table-header .reportrange {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 6px;
  line-height: 18px;
  border-radius: 4px;
  border-width: 0 1px 4px;
  border-bottom: 3px solid #ddd;
  cursor: pointer;
}
.table-analitics .table > thead > tr.table-header .reportrange .caret {
  top: -2px;
  position: relative;
}
.table-analitics .table > thead > tr.table-header .reportrange span {
  padding-left: 3px;
}
.table-analitics .table > thead > tr.table-header .btn {
  font-size: 13px;
  padding: 7px 13px;
}
.table-analitics .table > thead > tr.table-row-groups > th {
  background: #08628c;
  color: #FFF;
  border: 0;
  border-right: 1px solid #065579;
}
.table-analitics .table > thead > tr.table-row-groups > th:last-child {
  border-right: 1px solid #08628c;
}
.table-analitics .table > thead > tr:last-child {
  background: #ececec;
  border-left: 1px solid #ddd;
  border-top: 2px solid #ececec;
}
.table-analitics .table > thead > tr:last-child > th {
  border-right: 1px solid #ddd;
}
.table-analitics .table > thead > tr:last-child > th:last-child {
  border-right: 1px solid #ececec;
}
.table-analitics .table > tbody > tr:nth-child(even) {
  background: #f5f5f5;
}
.table-analitics .table > tbody > tr:hover {
  background: #e8e8e8;
}
.table-analitics .table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: right;
}
.table-analitics .table > tbody > tr > td.text-left {
  text-align: left;
}
.table-analitics .table > tbody > tr > td:first-child {
  border-left: 1px solid #ddd;
}
/* django-debug-toolbar overrides */
#djDebug .djDebugPanelTitle {
  background-color: #10b4ff !important;
  border: 0 none !important;
}
#djDebug .djDebugPanelTitle h3 {
  color: #fff !important;
}
#djDebug #djDebugToolbarHandle,
#djDebug #djShowToolBarButton {
  border: 0 none !important;
}
#djDebug #djDebugToolbar {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.9) !important;
}
#djDebug #djDebugToolbar li > a,
#djDebug #djDebugToolbar li > div.djdt-contentless {
  font-family: 'Open Sans', 'Helvetica', 'Arial' !important;
  font-size: 12px !important;
}
#djDebug #djDebugToolbar li > a small,
#djDebug #djDebugToolbar li > div.djdt-contentless small {
  font-family: 'Open Sans', 'Helvetica', 'Arial' !important;
  font-size: 12px !important;
}
#djDebug #djDebugToolbar li > a:hover,
#djDebug #djDebugToolbar li > div.djdt-contentless:hover {
  background-color: #0097DC !important;
  color: #fff !important;
}
#djDebug #djDebugToolbar li > a:hover small,
#djDebug #djDebugToolbar li > div.djdt-contentless:hover small {
  color: #fff !important;
}
#djDebug #djDebugToolbar li > a.djdt-active,
#djDebug #djDebugToolbar li > div.djdt-contentless.djdt-active {
  background-color: #0097DC !important;
}
#djDebug,
#djDebug div,
#djDebug span,
#djDebug applet,
#djDebug object,
#djDebug iframe,
#djDebug h1,
#djDebug h2,
#djDebug h3,
#djDebug h4,
#djDebug h5,
#djDebug h6,
#djDebug p,
#djDebug blockquote,
#djDebug pre,
#djDebug a,
#djDebug abbr,
#djDebug acronym,
#djDebug address,
#djDebug big,
#djDebug cite,
#djDebug code,
#djDebug del,
#djDebug dfn,
#djDebug em,
#djDebug font,
#djDebug img,
#djDebug ins,
#djDebug kbd,
#djDebug q,
#djDebug s,
#djDebug samp,
#djDebug small,
#djDebug strike,
#djDebug strong,
#djDebug sub,
#djDebug sup,
#djDebug tt,
#djDebug var,
#djDebug b,
#djDebug u,
#djDebug i,
#djDebug center,
#djDebug dl,
#djDebug dt,
#djDebug dd,
#djDebug ol,
#djDebug ul,
#djDebug li,
#djDebug fieldset,
#djDebug form,
#djDebug label,
#djDebug legend,
#djDebug table,
#djDebug caption,
#djDebug tbody,
#djDebug tfoot,
#djDebug thead,
#djDebug tr,
#djDebug th,
#djDebug td,
#djDebug button {
  font-family: 'Open Sans', 'Helvetica', 'Arial' !important;
}
.dashboar-welcome-msg {
  text-align: left;
  width: 400px;
  height: 400px;
  margin: 100px auto 0 auto;
  position: relative;
}
.dashboar-welcome-msg img.lgtyp {
  opacity: 0.1;
  position: absolute;
  transform: scale(1.5) rotate(345deg);
  top: 22px;
  left: 0;
}
.dashboar-welcome-msg .wlcm {
  font-size: 26px;
  font-weight: 700;
  color: #9c9c9c;
  display: inline-block;
  transform: rotate(-4deg);
  padding-left: 42px;
}
.dashboar-welcome-msg .usrnm {
  font-size: 44px;
  font-weight: 700;
  width: 600px;
  text-align: left;
  color: #f47521;
  display: inline-block;
  transform: rotate(1deg);
  top: 69px;
  left: 10px;
  line-height: 40px;
  padding: 5px 0;
}
.dashboar-welcome-msg .hncdy {
  font-size: 36px;
  font-weight: 300;
  color: #ffae79;
  display: inline-block;
  transform: rotate(-1deg);
  float: right;
}
.dashboar-welcome-msg .hncdy strong {
  font-weight: 700;
  font-size: 25px;
  color: #ffd5b9;
  display: inline-block;
  transform: rotate(13deg);
}
.table-nested-row {
  font-size: 80%;
}