/*****************************************/
/************* MAIN SETTINGS *************/
/*****************************************/
html,
body {
  height: 100%; }

html {
  padding-top: 45px;
  padding-bottom: 0;
  overflow: hidden; }
  html.mm-opened #wrap > .row #content {
    position: fixed;
    left: 0;
    padding-right: 275px; }

.mm-page {
  height: 100%;
  min-height: 100%; }

#wrap {
  margin: 0;
  padding: 0 15px;
  height: 100%;
  min-height: 100%; }
  #wrap > .row {
    height: 100%;
    min-height: 100%; }
  #wrap #content {
    padding-bottom: 0;
    padding-left: 265px;
    padding-right: 25px;
    height: 100%;
    width: 100%; }
    #wrap #content .main {
      margin: 10px 0; }

body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  body.modal-open {
    overflow: auto;
    margin-right: 0; }
  body.bg-1 {
    background-image: url(../images/noise.png), url(../images/backgrounds/1.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.bg-2 {
    background-image: url(../images/noise.png), url(../images/backgrounds/2.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.bg-3 {
    background-image: url(../images/noise.png), url(../images/backgrounds/3.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.bg-4 {
    background-image: url(../images/noise.png), url(../images/backgrounds/4.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.bg-5 {
    background-image: url(../images/noise.png), url(../images/backgrounds/5.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.bg-6 {
    background-image: url(../images/noise.png), url(../images/backgrounds/6.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top;
    background-size: auto, cover; }
  body.no-bg {
    background: none; }
  body .navbar-default {
    border: 0; }
  body .mask {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: -45px;
    padding-bottom: 45px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    body .mask #loader {
      background: url(../images/loader.gif) center center no-repeat;
      height: 15px;
      width: 15px;
      left: 50%;
      top: 50%;
      position: absolute;
      margin: -25px 0 0 -25px; }
  body > .videocontent {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body > .videocontent .video-background {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 0; }
      body > .videocontent .video-background video {
        min-height: 100%;
        min-width: 100%; }
    body > .videocontent .ui-video-background {
      display: none; }

.el-reloader {
  background: url(../images/loader.gif) center center no-repeat;
  height: 15px;
  width: 15px;
  left: 75%;
  top: 75%;
  position: absolute;
  margin: -25px 0 0 -25px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Slab", serif;
  -webkit-font-smoothing: antialiased; }
  h1.sans-serif, h2.sans-serif, h3.sans-serif, h4.sans-serif, h5.sans-serif, h6.sans-serif, .h1.sans-serif, .h2.sans-serif, .h3.sans-serif, .h4.sans-serif, .h5.sans-serif, .h6.sans-serif {
    font-family: "Roboto", "Arial", sans-serif; }
  h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline, .h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px; }

*:before,
*:after {
  -webkit-transform: translateZ(0); }

/**********************************/
/************* NAVBAR *************/
/**********************************/
body .navbar {
  min-height: 45px;
  height: 45px; }
  body .navbar.navbar-default {
    border: 0; }
  body .navbar.navbar-transparent-white {
    background-color: rgba(255, 255, 255, 0.1); }
    body .navbar.navbar-transparent-white .navbar-header {
      background-color: rgba(255, 255, 255, 0.1); }
  body .navbar.navbar-transparent-black {
    background-color: rgba(0, 0, 0, 0.1); }
    body .navbar.navbar-transparent-black .navbar-header {
      background-color: rgba(0, 0, 0, 0.8); }
  body .navbar .navbar-header {
    width: 250px;
    position: relative;
    z-index: 99; }
    body .navbar .navbar-header .navbar-brand {
      font-weight: 300;
      font-size: 15px;
      font-family: "Roboto Condensed", sans-serif;
      color: white;
      padding: 0;
      padding-left: 20px;
      height: 45px;
      line-height: 45px;
      background: url(../images/minimal-logo.png) no-repeat 0 16px; }
      body .navbar .navbar-header .navbar-brand img {
        vertical-align: top; }
    body .navbar .navbar-header .sidebar-collapse {
      display: inline-block;
      float: right;
      line-height: 43px; }
      body .navbar .navbar-header .sidebar-collapse a {
        font-size: 18px;
        line-height: 45px;
        color: #f2f2f2; }
        body .navbar .navbar-header .sidebar-collapse a:hover {
          color: white; }
  body .navbar .navbar-nav > li > a {
    color: #FFF;
    line-height: 45px;
    padding: 0 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    body .navbar .navbar-nav > li > a:hover, body .navbar .navbar-nav > li > a:focus {
      color: white; }
  body .navbar .navbar-nav > li.divided > a {
    display: inline-block;
    vertical-align: top; }
  body .navbar .navbar-nav > li.divided:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.15);
    margin-top: 7px;
    margin-left: -3px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0; }
  body .navbar .navbar-nav.quick-actions {
    float: right; }
    body .navbar .navbar-nav.quick-actions > li {
      display: inline-block;
      float: none;
      vertical-align: top; }
    body .navbar .navbar-nav.quick-actions .label {
      font-size: 10px;
      margin-left: 5px;
      vertical-align: middle; }
    body .navbar .navbar-nav.quick-actions .user .profile-photo {
      display: inline-block;
      width: 45px;
      vertical-align: top;
      overflow: hidden;
      margin-left: 15px; }
      body .navbar .navbar-nav.quick-actions .user .profile-photo img {
        width: 100%; }
    body .navbar .navbar-nav.quick-actions .user > a {
      font-size: 12px; }
      body .navbar .navbar-nav.quick-actions .user > a > i {
        margin-left: 10px; }
    body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu {
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      animation-duration: 0.3s; }
      body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a {
        color: #717171;
        font-size: 12px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .task-info .desc {
          font-size: 12px;
          color: rgba(113, 113, 113, 0.65);
          margin-bottom: 3px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .task-info .percent {
          padding-left: 10px;
          margin-top: -4px;
          display: inline-block;
          font-weight: 700;
          float: right;
          font-size: 12px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .progress {
          margin-bottom: 10px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a .small {
          float: right;
          color: #bebebe;
          margin-top: 3px;
          font-weight: 300;
          font-size: 9px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a:hover, body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li > a:focus {
          background-color: #f2f2f2; }
      body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li:last-child > a {
        font-size: 12px;
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -ms-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu > li:last-child > a i {
          font-size: 14px;
          float: right;
          line-height: 17px; }
      body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li {
        display: block; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a {
          margin: 10px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background-color: #f2f2f2;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .profile-photo {
            width: 35px;
            display: inline-block; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .profile-photo img {
              width: 100%; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.cyan {
            background-color: rgba(34, 190, 239, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.cyan:hover {
              background-color: rgba(34, 190, 239, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.green {
            background-color: rgba(162, 210, 0, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.green:hover {
              background-color: rgba(162, 210, 0, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.orange {
            background-color: rgba(255, 193, 0, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.orange:hover {
              background-color: rgba(255, 193, 0, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.red {
            background-color: rgba(255, 74, 67, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.red:hover {
              background-color: rgba(255, 74, 67, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.amethyst {
            background-color: rgba(205, 151, 235, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.amethyst:hover {
              background-color: rgba(205, 151, 235, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.greensea {
            background-color: rgba(22, 160, 133, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.greensea:hover {
              background-color: rgba(22, 160, 133, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.dutch {
            background-color: rgba(22, 147, 165, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.dutch:hover {
              background-color: rgba(22, 147, 165, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.drank {
            background-color: rgba(164, 7, 120, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.drank:hover {
              background-color: rgba(164, 7, 120, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.hotpink {
            background-color: rgba(255, 0, 102, 0.1); }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a.hotpink:hover {
              background-color: rgba(255, 0, 102, 0.2); }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a:hover {
            background-color: #eaeaea; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info {
            vertical-align: top;
            display: inline-block;
            font-size: 11px;
            margin-left: 5px;
            width: 265px; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .sender {
              font-weight: 700; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .time {
              float: right;
              font-weight: 300;
              font-size: 9px;
              color: #bebebe; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info .message-content {
              white-space: normal;
              margin-top: 5px;
              color: #a4a4a4; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li:last-child > a {
          margin: 0;
          -webkit-border-radius: 0 0 2px 2px;
          -moz-border-radius: 0 0 2px 2px;
          -ms-border-radius: 0 0 2px 2px;
          -o-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
          background-color: transparent; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.messages > li:last-child > a:hover {
            background-color: #f2f2f2; }
      body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings {
        -webkit-border-radius: 0 0 2px 2px;
        -moz-border-radius: 0 0 2px 2px;
        -ms-border-radius: 0 0 2px 2px;
        -o-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
        border: 0;
        padding: 5px;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        animation-duration: 0.3s; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li {
          display: block; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li > a {
            padding: 5px 10px;
            font-size: 12px; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li > a i {
              font-size: 14px; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li h3 {
            padding: 0;
            margin: 5px 10px;
            font-size: 12px;
            font-family: "Roboto", "Arial", sans-serif;
            color: #717171;
            font-weight: 400; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes {
            margin: 10px;
            text-align: center;
            list-style-type: none;
            padding: 0; }
            body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li {
              width: 17px;
              text-align: center;
              display: inline-block; }
              body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a {
                display: inline-block;
                width: 70%;
                height: 12px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                -o-border-radius: 20px;
                border-radius: 20px;
                -webkit-transition: all 0.25s ease;
                -moz-transition: all 0.25s ease;
                transition: all 0.25s ease; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a:hover {
                  -webkit-transform: scale(1.3, 1.3);
                  -moz-transform: scale(1.3, 1.3);
                  -ms-transform: scale(1.3, 1.3);
                  -o-transform: scale(1.3, 1.3);
                  transform: scale(1.3, 1.3);
                  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-1 {
                  background: url(../images/backgrounds/thumbs/1.jpg) center center no-repeat; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-2 {
                  background: url(../images/backgrounds/thumbs/2.jpg) center center no-repeat; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-3 {
                  background: url(../images/backgrounds/thumbs/3.jpg) center center no-repeat; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-4 {
                  background: url(../images/backgrounds/thumbs/4.jpg) center center no-repeat; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-5 {
                  background: url(../images/backgrounds/thumbs/5.jpg) center center no-repeat; }
                body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li #color-schemes > li > a.bg-6 {
                  background: url(../images/backgrounds/thumbs/6.jpg) center center no-repeat; }
          body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings > li .form-group label {
            color: #717171;
            font-size: 12px;
            font-weight: 400; }
        body .navbar .navbar-nav.quick-actions .dropdown .dropdown-menu.settings.arrow:before {
          border-bottom-color: white;
          left: 134px; }
    body .navbar .navbar-nav.quick-actions .dropdown.open > a,
    body .navbar .navbar-nav.quick-actions .dropdown.open > a:focus,
    body .navbar .navbar-nav.quick-actions .dropdown.open > a:hover {
      background-color: transparent;
      color: white; }
  body .navbar .search {
    display: inline-block;
    margin-left: 15px; }
    body .navbar .search i {
      line-height: 45px;
      margin-right: 10px;
      color: rgba(255, 255, 255, 0.7); }
    body .navbar .search input {
      font-family: "Ubuntu Mono", sans-serif;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.4);
      background: none;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-appearance: none !important;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      min-height: 28px; }
      body .navbar .search input:focus {
        outline: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      body .navbar .search input::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      body .navbar .search input:-moz-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      body .navbar .search input::-moz-placeholder {
        color: rgba(0, 0, 0, 0.3); }
      body .navbar .search input:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.3); }
  body .navbar.collapsed .navbar-header {
    width: 40px; }
    body .navbar.collapsed .navbar-header .navbar-brand {
      display: none; }
    body .navbar.collapsed .navbar-header .sidebar-collapse a {
      margin-left: 2px; }

/***********************************/
/************* SIDEBAR *************/
/***********************************/
body .navbar .navbar-nav.side-nav {
  width: 250px;
  position: fixed;
  margin-top: 45px;
  padding-bottom: 0;
  top: 0;
  height: 100%;
  border-radius: 0;
  border: none;
  overflow-y: auto;
  z-index: 1;
  background:rgba(0, 0, 0, 0.6);
}
  
  body .navbar .navbar-nav.side-nav > *:last-child {
    margin-bottom: 90px; }
  body .navbar .navbar-nav.side-nav > li {
    float: none; }
    body .navbar .navbar-nav.side-nav > li.collapsed {
      height: 45px;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.05); }
      body .navbar .navbar-nav.side-nav > li.collapsed > a > i:before {
        content: "\f107"; }
    body .navbar .navbar-nav.side-nav > li.collapsed-content {
      display: none; }
      body .navbar .navbar-nav.side-nav > li.collapsed-content > ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.search {
          margin-left: 0; }
          body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.search input {
            width: 190px; }
        body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user {
          margin: 15px 0;
          text-align: center; }
          body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user .profile-photo {
            width: 70px;
            overflow: hidden;
            margin: 10px auto; }
            body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user .profile-photo img {
              width: 70px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              border: 3px solid white; }
          body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a {
            color: rgba(255, 255, 255, 0.9);
            font-size: 12px; }
            body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a:hover, body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a:focus {
              color: white;
              text-decoration: none;
              background-color: transparent; }
            body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > a i {
              margin-left: 5px; }
          body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings {
            -webkit-border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            -ms-border-radius: 0 0 2px 2px;
            -o-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
            border: 0;
            padding: 5px;
            -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
            -webkit-animation-duration: 0.3s;
            -moz-animation-duration: 0.3s;
            animation-duration: 0.3s;
            left: 50px;
            top: 120px;
            text-align: left;
            width: 130px;
            min-width: 130px; }
            body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li {
              display: block; }
              body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li > a {
                padding: 5px 10px;
                font-size: 12px; }
                body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li > a i {
                  font-size: 14px; }
              body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li h3 {
                padding: 0;
                margin: 5px 10px;
                font-size: 12px;
                font-family: "Roboto", "Arial", sans-serif;
                color: #717171;
                font-weight: 400; }
              body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes {
                margin: 10px;
                text-align: center;
                list-style-type: none;
                padding: 0; }
                body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li {
                  width: 13px;
                  text-align: center;
                  display: inline-block; }
                  body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a {
                    display: inline-block;
                    width: 70%;
                    height: 10px;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    -ms-border-radius: 20px;
                    -o-border-radius: 20px;
                    border-radius: 20px;
                    -webkit-transition: all 0.25s ease;
                    -moz-transition: all 0.25s ease;
                    transition: all 0.25s ease; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a:hover {
                      -webkit-transform: scale(1.3, 1.3);
                      -moz-transform: scale(1.3, 1.3);
                      -ms-transform: scale(1.3, 1.3);
                      -o-transform: scale(1.3, 1.3);
                      transform: scale(1.3, 1.3);
                      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
                      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-1 {
                      background: url(../images/backgrounds/thumbs/1.jpg) center center no-repeat; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-2 {
                      background: url(../images/backgrounds/thumbs/2.jpg) center center no-repeat; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-3 {
                      background: url(../images/backgrounds/thumbs/3.jpg) center center no-repeat; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-4 {
                      background: url(../images/backgrounds/thumbs/4.jpg) center center no-repeat; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-5 {
                      background: url(../images/backgrounds/thumbs/5.jpg) center center no-repeat; }
                    body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li #color-schemes > li > a.bg-6 {
                      background: url(../images/backgrounds/thumbs/6.jpg) center center no-repeat; }
              body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings > li .form-group label {
                color: #717171;
                font-size: 12px;
                font-weight: 400; }
            body .navbar .navbar-nav.side-nav > li.collapsed-content > ul > li.user > .settings.arrow:before {
              border-bottom-color: white;
              left: 55px; }
    body .navbar .navbar-nav.side-nav > li > a.sidebar-toggle {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 18px;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 400; }
      body .navbar .navbar-nav.side-nav > li > a.sidebar-toggle > i {
        font-size: 14px;
        line-height: 45px;
        float: right; }
      body .navbar .navbar-nav.side-nav > li > a.sidebar-toggle:hover {
        color: rgba(0, 0, 0, 0.4); }
      body .navbar .navbar-nav.side-nav > li > a.sidebar-toggle.underline {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 0;
        margin: 0 15px; }
    body .navbar .navbar-nav.side-nav > li.navigation .menu {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a {
        display: inline-block;
        line-height: 40px;
        padding: 0 15px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 15px;
        color: #FFF;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        width: 100%;
        position: relative;
        z-index: 2;
        font-weight: 500; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a > i {
          font-size: 14px;
          margin-right: 8px;
          width: 15px;
          display: inline-block;
          text-align: center; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a > b.dropdown-plus {
          float: right;
          line-height: 40px;
          color: rgba(0, 0, 0, 0.2); }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a:after {
          content: "";
          display: inline-block;
          width: 3px;
          height: 39px;
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
          background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a:hover {
          text-decoration: none;
          color: white; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a:hover:after {
            background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
            width: 100%; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a:focus {
          text-decoration: none; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a .badge {
          position: absolute;
          top: 8px;
          left: 23px;
          z-index: 9;
          font-size: 9px;
          padding: 2px 4px; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li > a .label {
          position: absolute;
          top: 12px;
          right: 10px;
          z-index: 9;
          font-size: 10px;
          padding: 3px 5px 2px 5px; }
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a,
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a:hover,
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a:focus {
        text-decoration: none;
        color: white;
        text-shadow: none; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a:after,
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a:hover:after,
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.active > a:focus:after {
          background: rgba(0, 0, 0, 0.2) !important;
          width: 100%; }
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown > a .label {
        right: 30px; }
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a {
        text-decoration: none;
        color: #FFF;
        background-color: transparent; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a b.dropdown-plus {
          color: #FFF; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a b.dropdown-plus:before {
            content: "\f068"; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > a:after {
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
          width: 100%; }
      body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu {
        float: none;
        position: relative;
        min-width: 250px;
        margin: 0;
        padding: 0;
        border: none;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        animation-duration: 0.3s;
        z-index: 1; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li a {
          display: inline-block;
          line-height: 30px;
          padding: 0 20px;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear;
          font-size: 14px;
          color: #ffc75a;
          width: 100%;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          font-weight: 500;
          position: relative; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li a > i {
            margin-right: 10px; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li a:hover {
            background: transparent;
            color: #FFF; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li a .badge {
            position: absolute;
            top: 9px;
            right: 12px;
            z-index: 9;
            font-size: 9px;
            padding: 2px 4px; }
          body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li a .label {
            position: absolute;
            top: 8px;
            right: 12px;
            z-index: 9;
            font-size: 10px;
            padding: 3px 5px 2px 5px; }
        body .navbar .navbar-nav.side-nav > li.navigation .menu > li.dropdown.open > ul.dropdown-menu > li.active a {
          background: transparent;
          color: #418bca; }
    body .navbar .navbar-nav.side-nav > li.summary .media {
      padding: 0 15px; }
      body .navbar .navbar-nav.side-nav > li.summary .media .media-body {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase; }
        body .navbar .navbar-nav.side-nav > li.summary .media .media-body h3 {
          font-family: "Roboto", "Arial", sans-serif;
          font-size: 22px;
          color: rgba(255, 255, 255, 0.7);
          font-weight: 400; }
    body .navbar .navbar-nav.side-nav > li.settings .form-group {
      padding: 15px 0 10px 0; }
      body .navbar .navbar-nav.side-nav > li.settings .form-group > label {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400; }
      body .navbar .navbar-nav.side-nav > li.settings .form-group .onoffswitch {
        right: -10px; }
        body .navbar .navbar-nav.side-nav > li.settings .form-group .onoffswitch .onoffswitch-label {
          filter: alpha(opacity=40);
          opacity: 0.4;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      body .navbar .navbar-nav.side-nav > li.settings .form-group .onoffswitch-checkbox:checked + .onoffswitch-label {
        filter: alpha(opacity=100);
        opacity: 1; }
  body .navbar .navbar-nav.side-nav.collapsed {
    width: 40px; }
    body .navbar .navbar-nav.side-nav.collapsed.open {
      width: 250px; }
    body .navbar .navbar-nav.side-nav.collapsed > li.settings, body .navbar .navbar-nav.side-nav.collapsed > li.summary {
      display: none; }
    body .navbar .navbar-nav.side-nav.collapsed > li.navigation .sidebar-toggle {
      display: none; }
    body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li {
      max-height: 40px;
      max-width: 40px; }
      body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a {
        width: 40px;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 12px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        position: relative; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a i {
          margin-right: 10px; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a b {
          display: none; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a .badge {
          left: 20px; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li > a .label {
          display: none;
          right: 10px !important; }
      body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered {
        max-width: 100%; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a {
          width: 100%; }
          body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a:after {
            width: 100%;
            background: #1d2833; }
          body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered > a .label {
            display: block; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered.active > a {
          text-decoration: none;
          color: white;
          text-shadow: none; }
          body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered.active > a:after {
            background: #1d2833 !important;
            width: 100%; }
        body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu {
          display: block;
          left: 40px;
          top: 37px;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          border: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 210px;
          background: #263543; }
          body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li {
            position: relative; }
            body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li > a {
              color: rgba(255, 255, 255, 0.8);
              font-size: 12px;
              line-height: 24px;
              position: relative; }
              body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li > a i {
                font-size: 14px;
                margin-right: 5px; }
              body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li > a:hover {
                background-color: transparent;
                color: #418bca; }
              body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li > a .badge {
                position: absolute;
                top: 9px;
                right: 12px;
                z-index: 9;
                font-size: 9px;
                padding: 2px 4px; }
              body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li > a .label {
                position: absolute;
                top: 8px;
                right: 12px;
                z-index: 9;
                font-size: 10px;
                padding: 3px 5px 2px 5px; }
            body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li.active > a,
            body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li.active > a:hover,
            body .navbar .navbar-nav.side-nav.collapsed > li.navigation > ul > li.hovered .dropdown-menu > li.active > a:focus {
              background-color: transparent;
              color: #418bca; }

/*********************************/
/************* TILES *************/
/*********************************/
body #content .tile {
  position: relative;
  margin-bottom: 20px;
  color: #717171;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05); }
  body #content .tile.transparent {
    background-color: transparent; }
    body #content .tile.transparent .tile-header,
    body #content .tile.transparent .tile-widget,
    body #content .tile.transparent .tile-body,
    body #content .tile.transparent .tile-footer {
      background-color: white; }
      body #content .tile.transparent .tile-header.transparent,
      body #content .tile.transparent .tile-widget.transparent,
      body #content .tile.transparent .tile-body.transparent,
      body #content .tile.transparent .tile-footer.transparent {
        background-color: transparent; }
  body #content .tile.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none; }
  body #content .tile.nopadding {
    padding: 0; }
  body #content .tile.left-nav {
    display: table; }
    body #content .tile.left-nav .tile-body {
      margin-left: 50px;
      width: 100%;
      display: table-cell;
      vertical-align: top; }
  body #content .tile.right-nav .tile-body {
    margin-right: 50px;
    width: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 9; }
  body #content .tile .controls a {
    color: rgba(0, 0, 0, 0.2); }
    body #content .tile .controls a:hover {
      color: rgba(0, 0, 0, 0.4); }
  body #content .tile a.white {
    color: rgba(255, 255, 255, 0.7); }
    body #content .tile a.white:hover {
      color: white; }
  body #content .tile a.maincolor {
    color: inherit !important; }
    body #content .tile a.maincolor:hover {
      color: inherit !important; }
  body #content .tile .tile-left-side,
  body #content .tile .tile-right-side {
    display: table-cell;
    background-color: rgba(0, 0, 0, 0.3); }
    body #content .tile .tile-left-side .nav.nav-tabs,
    body #content .tile .tile-left-side .nav.nav-pills,
    body #content .tile .tile-right-side .nav.nav-tabs,
    body #content .tile .tile-right-side .nav.nav-pills {
      background-color: transparent; }
  body #content .tile .tile-navbar {
    list-style-type: none;
    padding: 5px 0;
    margin: -15px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    body #content .tile .tile-navbar > li {
      display: inline-block;
      font-size: 11px;
      padding: 0 15px;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
      line-height: 34px; }
      body #content .tile .tile-navbar > li:first-child {
        padding-left: 0; }
      body #content .tile .tile-navbar > li:last-child {
        padding-right: 0;
        border: 0; }
      body #content .tile .tile-navbar > li .checkbox {
        margin: 0 !important; }
      body #content .tile .tile-navbar > li > a {
        color: rgba(255, 255, 255, 0.7); }
        body #content .tile .tile-navbar > li > a.disabled, body #content .tile .tile-navbar > li > a.disabled:hover, body #content .tile .tile-navbar > li > a.disabled:focus {
          color: rgba(255, 255, 255, 0.15);
          text-decoration: none;
          cursor: not-allowed; }
        body #content .tile .tile-navbar > li > a:hover {
          color: white;
          text-decoration: none; }
        body #content .tile .tile-navbar > li > a i {
          font-size: 14px; }
      body #content .tile .tile-navbar > li.filters {
        float: right;
        padding-right: 15px; }
        body #content .tile .tile-navbar > li.filters > a {
          padding: 5px 15px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          font-size: 12px;
          margin: 0 2px; }
          body #content .tile .tile-navbar > li.filters > a.active {
            background-color: white;
            border-color: white;
            color: #717171; }
  body #content .tile .tile-header {
    padding: 15px;
    position: relative; }
    body #content .tile .tile-header h1,
    body #content .tile .tile-header h2,
    body #content .tile .tile-header h3 {
      padding: 0;
      margin: 0;
      display: inline-block;
      font-weight: 400;
      font-size: 24px;
      line-height: 28px; }
      body #content .tile .tile-header h1.small-uppercase,
      body #content .tile .tile-header h2.small-uppercase,
      body #content .tile .tile-header h3.small-uppercase {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 26px; }
    body #content .tile .tile-header h2 {
      font-size: 20px;
      line-height: 24px; }
    body #content .tile .tile-header h3 {
      font-size: 16px;
      line-height: 20px; }
    body #content .tile .tile-header .note {
      display: inline-block;
      padding: 2px 5px;
      background-color: rgba(0, 0, 0, 0.2);
      font-size: 11px;
      color: white;
      margin-left: 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      position: relative;
      top: -2px;
      margin-top: 5px; }
    body #content .tile .tile-header .search {
      display: inline-block;
      float: right; }
      body #content .tile .tile-header .search input {
        font-family: "Ubuntu Mono", sans-serif;
        font-size: 16px !important;
        color: rgba(0, 0, 0, 0.6) !important;
        background: none !important;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
        -webkit-appearance: none !important;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        min-height: 28px;
        padding: 0 !important;
        line-height: 32px !important; }
        body #content .tile .tile-header .search input:focus {
          outline: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
          -webkit-box-shadow: none !important;
          box-shadow: none !important; }
        body #content .tile .tile-header .search input::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.4) !important; }
        body #content .tile .tile-header .search input:-moz-placeholder {
          color: rgba(0, 0, 0, 0.4) !important; }
        body #content .tile .tile-header .search input::-moz-placeholder {
          color: rgba(0, 0, 0, 0.4) !important; }
        body #content .tile .tile-header .search input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.4) !important; }
    body #content .tile .tile-header button,
    body #content .tile .tile-header .btn {
      padding: 2px 5px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    body #content .tile .tile-header .controls {
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 5px;
      font-size: 11px;
      z-index: 99; }
      body #content .tile .tile-header .controls a {
        padding: 3px;
        opacity: .4;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        body #content .tile .tile-header .controls a:hover {
          opacity: .8; }
    body #content .tile .tile-header.transparent {
      background-color: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      margin-bottom: 15px;
      color: white; }
      body #content .tile .tile-header.transparent .controls a {
        color: rgba(0, 0, 0, 0.4); }
        body #content .tile .tile-header.transparent .controls a:hover {
          color: rgba(0, 0, 0, 0.7); }
  body #content .tile .tile-widget {
    padding: 15px; }
    body #content .tile .tile-widget h2 {
      margin: 5px 0;
      color: white;
      font-size: 24px; }
    body #content .tile .tile-widget .description {
      font-size: 11px;
      font-weight: 300; }
  body #content .tile .tile-body {
    padding: 15px;
    position: relative; }
    body #content .tile .tile-body .inner-container {
      margin-top: 15px; }
      body #content .tile .tile-body .inner-container.inline {
        display: inline-block; }
    body #content .tile .tile-body.example [class^="col-"] {
      padding: 10px 15px;
      background-color: white;
      color: #717171;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    body #content .tile .tile-body.example .row {
      margin: 0;
      margin-bottom: 10px; }
  body #content .tile .tile-footer {
    padding: 10px 15px; }
  body #content .tile .tile-header,
  body #content .tile .tile-widget,
  body #content .tile .tile-body,
  body #content .tile .tile-footer,
  body #content .tile .tile-left-side,
  body #content .tile .tile-right-side {
    position: relative;
    background-color: transparent; }
    body #content .tile .tile-header.border-top,
    body #content .tile .tile-widget.border-top,
    body #content .tile .tile-body.border-top,
    body #content .tile .tile-footer.border-top,
    body #content .tile .tile-left-side.border-top,
    body #content .tile .tile-right-side.border-top {
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
    body #content .tile .tile-header.paddingtop,
    body #content .tile .tile-widget.paddingtop,
    body #content .tile .tile-body.paddingtop,
    body #content .tile .tile-footer.paddingtop,
    body #content .tile .tile-left-side.paddingtop,
    body #content .tile .tile-right-side.paddingtop {
      padding: 15px 0 0 0; }
    body #content .tile .tile-header.nopadding,
    body #content .tile .tile-widget.nopadding,
    body #content .tile .tile-body.nopadding,
    body #content .tile .tile-footer.nopadding,
    body #content .tile .tile-left-side.nopadding,
    body #content .tile .tile-right-side.nopadding {
      padding: 0; }
    body #content .tile .tile-header.no-vpadding,
    body #content .tile .tile-widget.no-vpadding,
    body #content .tile .tile-body.no-vpadding,
    body #content .tile .tile-footer.no-vpadding,
    body #content .tile .tile-left-side.no-vpadding,
    body #content .tile .tile-right-side.no-vpadding {
      padding: 0 15px !important; }
    body #content .tile .tile-header.no-hpadding,
    body #content .tile .tile-widget.no-hpadding,
    body #content .tile .tile-body.no-hpadding,
    body #content .tile .tile-footer.no-hpadding,
    body #content .tile .tile-left-side.no-hpadding,
    body #content .tile .tile-right-side.no-hpadding {
      padding: 15px 0 !important; }
    body #content .tile .tile-header .watermark,
    body #content .tile .tile-widget .watermark,
    body #content .tile .tile-body .watermark,
    body #content .tile .tile-footer .watermark,
    body #content .tile .tile-left-side .watermark,
    body #content .tile .tile-right-side .watermark {
      color: rgba(255, 255, 255, 0.1);
      font-size: 150px;
      position: absolute;
      top: 15px;
      left: 50%; }
    body #content .tile .tile-header.color,
    body #content .tile .tile-widget.color,
    body #content .tile .tile-body.color,
    body #content .tile .tile-footer.color,
    body #content .tile .tile-left-side.color,
    body #content .tile .tile-right-side.color {
      color: #fafafa; }
      body #content .tile .tile-header.color .controls a,
      body #content .tile .tile-widget.color .controls a,
      body #content .tile .tile-body.color .controls a,
      body #content .tile .tile-footer.color .controls a,
      body #content .tile .tile-left-side.color .controls a,
      body #content .tile .tile-right-side.color .controls a {
        color: #f2f2f2; }
        body #content .tile .tile-header.color .controls a:hover,
        body #content .tile .tile-widget.color .controls a:hover,
        body #content .tile .tile-body.color .controls a:hover,
        body #content .tile .tile-footer.color .controls a:hover,
        body #content .tile .tile-left-side.color .controls a:hover,
        body #content .tile .tile-right-side.color .controls a:hover {
          color: white !important; }
      body #content .tile .tile-header.color h1,
      body #content .tile .tile-widget.color h1,
      body #content .tile .tile-body.color h1,
      body #content .tile .tile-footer.color h1,
      body #content .tile .tile-left-side.color h1,
      body #content .tile .tile-right-side.color h1 {
        color: white; }
      body #content .tile .tile-header.color .form-group .help-block,
      body #content .tile .tile-widget.color .form-group .help-block,
      body #content .tile .tile-body.color .form-group .help-block,
      body #content .tile .tile-footer.color .form-group .help-block,
      body #content .tile .tile-left-side.color .form-group .help-block,
      body #content .tile .tile-right-side.color .form-group .help-block {
        color: white; }
      body #content .tile .tile-header.color.red,
      body #content .tile .tile-widget.color.red,
      body #content .tile .tile-body.color.red,
      body #content .tile .tile-footer.color.red,
      body #content .tile .tile-left-side.color.red,
      body #content .tile .tile-right-side.color.red {
        background-color: #ff7b76; }
      body #content .tile .tile-header.color.cyan,
      body #content .tile .tile-widget.color.cyan,
      body #content .tile .tile-body.color.cyan,
      body #content .tile .tile-footer.color.cyan,
      body #content .tile .tile-left-side.color.cyan,
      body #content .tile .tile-right-side.color.cyan {
        background-color: #52ccf2; }
      body #content .tile .tile-header.color.green,
      body #content .tile .tile-widget.color.green,
      body #content .tile .tile-body.color.green,
      body #content .tile .tile-footer.color.green,
      body #content .tile .tile-left-side.color.green,
      body #content .tile .tile-right-side.color.green {
        background-color: #a2d200; }
      body #content .tile .tile-header.color.orange,
      body #content .tile .tile-widget.color.orange,
      body #content .tile .tile-body.color.orange,
      body #content .tile .tile-footer.color.orange,
      body #content .tile .tile-left-side.color.orange,
      body #content .tile .tile-right-side.color.orange {
        background-color: #ffcd33; }
      body #content .tile .tile-header.color.amethyst,
      body #content .tile .tile-widget.color.amethyst,
      body #content .tile .tile-body.color.amethyst,
      body #content .tile .tile-footer.color.amethyst,
      body #content .tile .tile-left-side.color.amethyst,
      body #content .tile .tile-right-side.color.amethyst {
        background-color: #e2c2f3; }
      body #content .tile .tile-header.color.greensea,
      body #content .tile .tile-widget.color.greensea,
      body #content .tile .tile-body.color.greensea,
      body #content .tile .tile-footer.color.greensea,
      body #content .tile .tile-left-side.color.greensea,
      body #content .tile .tile-right-side.color.greensea {
        background-color: #1ccdaa; }
      body #content .tile .tile-header.color.dutch,
      body #content .tile .tile-widget.color.dutch,
      body #content .tile .tile-body.color.dutch,
      body #content .tile .tile-footer.color.dutch,
      body #content .tile .tile-left-side.color.dutch,
      body #content .tile .tile-right-side.color.dutch {
        background-color: #1cbbd2; }
      body #content .tile .tile-header.color.hotpink,
      body #content .tile .tile-widget.color.hotpink,
      body #content .tile .tile-body.color.hotpink,
      body #content .tile .tile-footer.color.hotpink,
      body #content .tile .tile-left-side.color.hotpink,
      body #content .tile .tile-right-side.color.hotpink {
        background-color: #ff3385; }
      body #content .tile .tile-header.color.drank,
      body #content .tile .tile-widget.color.drank,
      body #content .tile .tile-body.color.drank,
      body #content .tile .tile-footer.color.drank,
      body #content .tile .tile-left-side.color.drank,
      body #content .tile .tile-right-side.color.drank {
        background-color: #d5099c; }
      body #content .tile .tile-header.color.slategray,
      body #content .tile .tile-widget.color.slategray,
      body #content .tile .tile-body.color.slategray,
      body #content .tile .tile-footer.color.slategray,
      body #content .tile .tile-left-side.color.slategray,
      body #content .tile .tile-right-side.color.slategray {
        background-color: #3f4e62; }
      body #content .tile .tile-header.color.blue,
      body #content .tile .tile-widget.color.blue,
      body #content .tile .tile-body.color.blue,
      body #content .tile .tile-footer.color.blue,
      body #content .tile .tile-left-side.color.blue,
      body #content .tile .tile-right-side.color.blue {
        background-color: #418bca; }
      body #content .tile .tile-header.color.redbrown,
      body #content .tile .tile-widget.color.redbrown,
      body #content .tile .tile-body.color.redbrown,
      body #content .tile .tile-footer.color.redbrown,
      body #content .tile .tile-left-side.color.redbrown,
      body #content .tile .tile-right-side.color.redbrown {
        background-color: #d9544f; }
      body #content .tile .tile-header.color.grey,
      body #content .tile .tile-widget.color.grey,
      body #content .tile .tile-body.color.grey,
      body #content .tile .tile-footer.color.grey,
      body #content .tile .tile-left-side.color.grey,
      body #content .tile .tile-right-side.color.grey {
        background-color: #8b8b8b; }
      body #content .tile .tile-header.color.transparent-black,
      body #content .tile .tile-widget.color.transparent-black,
      body #content .tile .tile-body.color.transparent-black,
      body #content .tile .tile-footer.color.transparent-black,
      body #content .tile .tile-left-side.color.transparent-black,
      body #content .tile .tile-right-side.color.transparent-black {
        background-color: rgba(0, 0, 0, 0.3); }
        body #content .tile .tile-header.color.transparent-black.textured,
        body #content .tile .tile-widget.color.transparent-black.textured,
        body #content .tile .tile-body.color.transparent-black.textured,
        body #content .tile .tile-footer.color.transparent-black.textured,
        body #content .tile .tile-left-side.color.transparent-black.textured,
        body #content .tile .tile-right-side.color.transparent-black.textured {
          background: rgba(0, 0, 0, 0.3) url(../images/dot_pattern.png) repeat; }
      body #content .tile .tile-header.color.transparent-white,
      body #content .tile .tile-widget.color.transparent-white,
      body #content .tile .tile-body.color.transparent-white,
      body #content .tile .tile-footer.color.transparent-white,
      body #content .tile .tile-left-side.color.transparent-white,
      body #content .tile .tile-right-side.color.transparent-white {
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.1); }
  body #content .tile.color .controls a {
    color: #f2f2f2; }
    body #content .tile.color .controls a:hover {
      color: white; }
  body #content .tile.color .tile-header,
  body #content .tile.color .tile-widget,
  body #content .tile.color .tile-body,
  body #content .tile.color .tile-footer,
  body #content .tile.color .tile-left-side,
  body #content .tile.color .tile-right-side {
    color: #fafafa;
    background-color: transparent; }
    body #content .tile.color .tile-header ul.inline.divided > li,
    body #content .tile.color .tile-widget ul.inline.divided > li,
    body #content .tile.color .tile-body ul.inline.divided > li,
    body #content .tile.color .tile-footer ul.inline.divided > li,
    body #content .tile.color .tile-left-side ul.inline.divided > li,
    body #content .tile.color .tile-right-side ul.inline.divided > li {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    body #content .tile.color .tile-header .form-group .help-block,
    body #content .tile.color .tile-widget .form-group .help-block,
    body #content .tile.color .tile-body .form-group .help-block,
    body #content .tile.color .tile-footer .form-group .help-block,
    body #content .tile.color .tile-left-side .form-group .help-block,
    body #content .tile.color .tile-right-side .form-group .help-block {
      color: white; }
  body #content .tile.color .tile-header h1 {
    color: white; }
  body #content .tile.color.red {
    background-color: #ff7b76; }
  body #content .tile.color.cyan {
    background-color: #52ccf2; }
  body #content .tile.color.green {
    background-color: #a2d200; }
  body #content .tile.color.orange {
    background-color: #ffcd33; }
  body #content .tile.color.amethyst {
    background-color: #e2c2f3; }
  body #content .tile.color.greensea {
    background-color: #1ccdaa; }
  body #content .tile.color.dutch {
    background-color: #1cbbd2; }
  body #content .tile.color.hotpink {
    background-color: #ff3385; }
  body #content .tile.color.drank {
    background-color: #d5099c; }
  body #content .tile.color.slategray {
    background-color: #3f4e62; }
  body #content .tile.color.blue {
    background-color: #418bca; }
  body #content .tile.color.redbrown {
    background-color: #d9544f; }
  body #content .tile.color.grey {
    background-color: #8b8b8b; }
  body #content .tile.color.transparent-black {
    background-color: rgba(0, 0, 0, 0.3); }
    body #content .tile.color.transparent-black.textured {
      background: rgba(0, 0, 0, 0.3) url(../images/dot_pattern.png) repeat; }
  body #content .tile.color.transparent-white {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1); }
  body #content .tile.color.white {
    background-color: white;
    color: #717171; }

body #content .tile,
body #content .tile-header,
body #content .tile-widget,
body #content .tile-body,
body #content .tile-footer,
body #content .tile-left-side,
body #content .tile-right-side {
  -webkit-font-smoothing: antialiased; }
  body #content .tile.color table, body #content .tile.transparent-black table,
  body #content .tile-header.color table,
  body #content .tile-header.transparent-black table,
  body #content .tile-widget.color table,
  body #content .tile-widget.transparent-black table,
  body #content .tile-body.color table,
  body #content .tile-body.transparent-black table,
  body #content .tile-footer.color table,
  body #content .tile-footer.transparent-black table,
  body #content .tile-left-side.color table,
  body #content .tile-left-side.transparent-black table,
  body #content .tile-right-side.color table,
  body #content .tile-right-side.transparent-black table {
    border-color: rgba(255, 255, 255, 0.1); }
    body #content .tile.color table.table-bordered, body #content .tile.transparent-black table.table-bordered,
    body #content .tile-header.color table.table-bordered,
    body #content .tile-header.transparent-black table.table-bordered,
    body #content .tile-widget.color table.table-bordered,
    body #content .tile-widget.transparent-black table.table-bordered,
    body #content .tile-body.color table.table-bordered,
    body #content .tile-body.transparent-black table.table-bordered,
    body #content .tile-footer.color table.table-bordered,
    body #content .tile-footer.transparent-black table.table-bordered,
    body #content .tile-left-side.color table.table-bordered,
    body #content .tile-left-side.transparent-black table.table-bordered,
    body #content .tile-right-side.color table.table-bordered,
    body #content .tile-right-side.transparent-black table.table-bordered {
      border-collapse: separate;
      border: 0; }
      body #content .tile.color table.table-bordered > thead > tr td,
      body #content .tile.color table.table-bordered > thead > tr th,
      body #content .tile.color table.table-bordered > tbody > tr td,
      body #content .tile.color table.table-bordered > tbody > tr th,
      body #content .tile.color table.table-bordered > tfoot > tr td,
      body #content .tile.color table.table-bordered > tfoot > tr th, body #content .tile.transparent-black table.table-bordered > thead > tr td,
      body #content .tile.transparent-black table.table-bordered > thead > tr th,
      body #content .tile.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-header.color table.table-bordered > thead > tr td,
      body #content .tile-header.color table.table-bordered > thead > tr th,
      body #content .tile-header.color table.table-bordered > tbody > tr td,
      body #content .tile-header.color table.table-bordered > tbody > tr th,
      body #content .tile-header.color table.table-bordered > tfoot > tr td,
      body #content .tile-header.color table.table-bordered > tfoot > tr th,
      body #content .tile-header.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-header.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-header.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-header.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-header.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-header.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-widget.color table.table-bordered > thead > tr td,
      body #content .tile-widget.color table.table-bordered > thead > tr th,
      body #content .tile-widget.color table.table-bordered > tbody > tr td,
      body #content .tile-widget.color table.table-bordered > tbody > tr th,
      body #content .tile-widget.color table.table-bordered > tfoot > tr td,
      body #content .tile-widget.color table.table-bordered > tfoot > tr th,
      body #content .tile-widget.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-widget.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-widget.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-widget.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-widget.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-widget.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-body.color table.table-bordered > thead > tr td,
      body #content .tile-body.color table.table-bordered > thead > tr th,
      body #content .tile-body.color table.table-bordered > tbody > tr td,
      body #content .tile-body.color table.table-bordered > tbody > tr th,
      body #content .tile-body.color table.table-bordered > tfoot > tr td,
      body #content .tile-body.color table.table-bordered > tfoot > tr th,
      body #content .tile-body.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-body.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-body.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-body.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-body.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-body.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-footer.color table.table-bordered > thead > tr td,
      body #content .tile-footer.color table.table-bordered > thead > tr th,
      body #content .tile-footer.color table.table-bordered > tbody > tr td,
      body #content .tile-footer.color table.table-bordered > tbody > tr th,
      body #content .tile-footer.color table.table-bordered > tfoot > tr td,
      body #content .tile-footer.color table.table-bordered > tfoot > tr th,
      body #content .tile-footer.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-footer.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-footer.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-footer.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-footer.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-footer.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-left-side.color table.table-bordered > thead > tr td,
      body #content .tile-left-side.color table.table-bordered > thead > tr th,
      body #content .tile-left-side.color table.table-bordered > tbody > tr td,
      body #content .tile-left-side.color table.table-bordered > tbody > tr th,
      body #content .tile-left-side.color table.table-bordered > tfoot > tr td,
      body #content .tile-left-side.color table.table-bordered > tfoot > tr th,
      body #content .tile-left-side.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-left-side.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-left-side.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-left-side.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-left-side.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-left-side.transparent-black table.table-bordered > tfoot > tr th,
      body #content .tile-right-side.color table.table-bordered > thead > tr td,
      body #content .tile-right-side.color table.table-bordered > thead > tr th,
      body #content .tile-right-side.color table.table-bordered > tbody > tr td,
      body #content .tile-right-side.color table.table-bordered > tbody > tr th,
      body #content .tile-right-side.color table.table-bordered > tfoot > tr td,
      body #content .tile-right-side.color table.table-bordered > tfoot > tr th,
      body #content .tile-right-side.transparent-black table.table-bordered > thead > tr td,
      body #content .tile-right-side.transparent-black table.table-bordered > thead > tr th,
      body #content .tile-right-side.transparent-black table.table-bordered > tbody > tr td,
      body #content .tile-right-side.transparent-black table.table-bordered > tbody > tr th,
      body #content .tile-right-side.transparent-black table.table-bordered > tfoot > tr td,
      body #content .tile-right-side.transparent-black table.table-bordered > tfoot > tr th {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 0;
        border-right: 0; }
      body #content .tile.color table.table-bordered > thead > tr:last-child td,
      body #content .tile.color table.table-bordered > thead > tr:last-child th,
      body #content .tile.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile.color table.table-bordered > tfoot > tr:last-child th, body #content .tile.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-header.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-header.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-header.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-header.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-header.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-header.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-header.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-header.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-header.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-header.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-header.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-header.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-widget.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-widget.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-widget.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-widget.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-widget.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-widget.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-widget.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-widget.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-widget.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-widget.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-widget.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-widget.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-body.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-body.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-body.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-body.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-body.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-body.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-body.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-body.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-body.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-body.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-body.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-body.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-footer.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-footer.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-footer.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-footer.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-footer.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-footer.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-footer.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-footer.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-footer.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-footer.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-footer.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-footer.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-left-side.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-left-side.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-left-side.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-left-side.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-left-side.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-left-side.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-left-side.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-left-side.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-left-side.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-left-side.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-left-side.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-left-side.transparent-black table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-right-side.color table.table-bordered > thead > tr:last-child td,
      body #content .tile-right-side.color table.table-bordered > thead > tr:last-child th,
      body #content .tile-right-side.color table.table-bordered > tbody > tr:last-child td,
      body #content .tile-right-side.color table.table-bordered > tbody > tr:last-child th,
      body #content .tile-right-side.color table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-right-side.color table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-right-side.transparent-black table.table-bordered > thead > tr:last-child td,
      body #content .tile-right-side.transparent-black table.table-bordered > thead > tr:last-child th,
      body #content .tile-right-side.transparent-black table.table-bordered > tbody > tr:last-child td,
      body #content .tile-right-side.transparent-black table.table-bordered > tbody > tr:last-child th,
      body #content .tile-right-side.transparent-black table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-right-side.transparent-black table.table-bordered > tfoot > tr:last-child th {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    body #content .tile.color table.table-hover > tbody > tr:hover > td, body #content .tile.color table.table-hover > tbody > tr:hover > th, body #content .tile.transparent-black table.table-hover > tbody > tr:hover > td, body #content .tile.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-header.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-header.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-header.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-header.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-widget.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-widget.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-widget.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-widget.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-body.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-body.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-body.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-body.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-footer.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-footer.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-footer.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-footer.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-left-side.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-left-side.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-left-side.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-left-side.transparent-black table.table-hover > tbody > tr:hover > th,
    body #content .tile-right-side.color table.table-hover > tbody > tr:hover > td,
    body #content .tile-right-side.color table.table-hover > tbody > tr:hover > th,
    body #content .tile-right-side.transparent-black table.table-hover > tbody > tr:hover > td,
    body #content .tile-right-side.transparent-black table.table-hover > tbody > tr:hover > th {
      background-color: rgba(0, 0, 0, 0.1); }
    body #content .tile.color table.table-striped > tbody > tr:nth-child(odd) > td, body #content .tile.color table.table-striped > tbody > tr:nth-child(odd) > th, body #content .tile.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td, body #content .tile.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-header.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-header.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-header.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-header.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-widget.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-widget.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-widget.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-widget.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-body.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-body.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-body.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-body.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-footer.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-footer.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-footer.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-footer.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-left-side.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-left-side.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-left-side.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-left-side.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-right-side.color table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-right-side.color table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-right-side.transparent-black table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-right-side.transparent-black table.table-striped > tbody > tr:nth-child(odd) > th {
      background-color: rgba(0, 0, 0, 0.1); }
    body #content .tile.color table > thead,
    body #content .tile.color table > tbody,
    body #content .tile.color table > tfoot, body #content .tile.transparent-black table > thead,
    body #content .tile.transparent-black table > tbody,
    body #content .tile.transparent-black table > tfoot,
    body #content .tile-header.color table > thead,
    body #content .tile-header.color table > tbody,
    body #content .tile-header.color table > tfoot,
    body #content .tile-header.transparent-black table > thead,
    body #content .tile-header.transparent-black table > tbody,
    body #content .tile-header.transparent-black table > tfoot,
    body #content .tile-widget.color table > thead,
    body #content .tile-widget.color table > tbody,
    body #content .tile-widget.color table > tfoot,
    body #content .tile-widget.transparent-black table > thead,
    body #content .tile-widget.transparent-black table > tbody,
    body #content .tile-widget.transparent-black table > tfoot,
    body #content .tile-body.color table > thead,
    body #content .tile-body.color table > tbody,
    body #content .tile-body.color table > tfoot,
    body #content .tile-body.transparent-black table > thead,
    body #content .tile-body.transparent-black table > tbody,
    body #content .tile-body.transparent-black table > tfoot,
    body #content .tile-footer.color table > thead,
    body #content .tile-footer.color table > tbody,
    body #content .tile-footer.color table > tfoot,
    body #content .tile-footer.transparent-black table > thead,
    body #content .tile-footer.transparent-black table > tbody,
    body #content .tile-footer.transparent-black table > tfoot,
    body #content .tile-left-side.color table > thead,
    body #content .tile-left-side.color table > tbody,
    body #content .tile-left-side.color table > tfoot,
    body #content .tile-left-side.transparent-black table > thead,
    body #content .tile-left-side.transparent-black table > tbody,
    body #content .tile-left-side.transparent-black table > tfoot,
    body #content .tile-right-side.color table > thead,
    body #content .tile-right-side.color table > tbody,
    body #content .tile-right-side.color table > tfoot,
    body #content .tile-right-side.transparent-black table > thead,
    body #content .tile-right-side.transparent-black table > tbody,
    body #content .tile-right-side.transparent-black table > tfoot {
      border-color: rgba(255, 255, 255, 0.1); }
      body #content .tile.color table > thead > tr,
      body #content .tile.color table > tbody > tr,
      body #content .tile.color table > tfoot > tr, body #content .tile.transparent-black table > thead > tr,
      body #content .tile.transparent-black table > tbody > tr,
      body #content .tile.transparent-black table > tfoot > tr,
      body #content .tile-header.color table > thead > tr,
      body #content .tile-header.color table > tbody > tr,
      body #content .tile-header.color table > tfoot > tr,
      body #content .tile-header.transparent-black table > thead > tr,
      body #content .tile-header.transparent-black table > tbody > tr,
      body #content .tile-header.transparent-black table > tfoot > tr,
      body #content .tile-widget.color table > thead > tr,
      body #content .tile-widget.color table > tbody > tr,
      body #content .tile-widget.color table > tfoot > tr,
      body #content .tile-widget.transparent-black table > thead > tr,
      body #content .tile-widget.transparent-black table > tbody > tr,
      body #content .tile-widget.transparent-black table > tfoot > tr,
      body #content .tile-body.color table > thead > tr,
      body #content .tile-body.color table > tbody > tr,
      body #content .tile-body.color table > tfoot > tr,
      body #content .tile-body.transparent-black table > thead > tr,
      body #content .tile-body.transparent-black table > tbody > tr,
      body #content .tile-body.transparent-black table > tfoot > tr,
      body #content .tile-footer.color table > thead > tr,
      body #content .tile-footer.color table > tbody > tr,
      body #content .tile-footer.color table > tfoot > tr,
      body #content .tile-footer.transparent-black table > thead > tr,
      body #content .tile-footer.transparent-black table > tbody > tr,
      body #content .tile-footer.transparent-black table > tfoot > tr,
      body #content .tile-left-side.color table > thead > tr,
      body #content .tile-left-side.color table > tbody > tr,
      body #content .tile-left-side.color table > tfoot > tr,
      body #content .tile-left-side.transparent-black table > thead > tr,
      body #content .tile-left-side.transparent-black table > tbody > tr,
      body #content .tile-left-side.transparent-black table > tfoot > tr,
      body #content .tile-right-side.color table > thead > tr,
      body #content .tile-right-side.color table > tbody > tr,
      body #content .tile-right-side.color table > tfoot > tr,
      body #content .tile-right-side.transparent-black table > thead > tr,
      body #content .tile-right-side.transparent-black table > tbody > tr,
      body #content .tile-right-side.transparent-black table > tfoot > tr {
        border-color: rgba(255, 255, 255, 0.1); }
        body #content .tile.color table > thead > tr > td,
        body #content .tile.color table > thead > tr > th,
        body #content .tile.color table > tbody > tr > td,
        body #content .tile.color table > tbody > tr > th,
        body #content .tile.color table > tfoot > tr > td,
        body #content .tile.color table > tfoot > tr > th, body #content .tile.transparent-black table > thead > tr > td,
        body #content .tile.transparent-black table > thead > tr > th,
        body #content .tile.transparent-black table > tbody > tr > td,
        body #content .tile.transparent-black table > tbody > tr > th,
        body #content .tile.transparent-black table > tfoot > tr > td,
        body #content .tile.transparent-black table > tfoot > tr > th,
        body #content .tile-header.color table > thead > tr > td,
        body #content .tile-header.color table > thead > tr > th,
        body #content .tile-header.color table > tbody > tr > td,
        body #content .tile-header.color table > tbody > tr > th,
        body #content .tile-header.color table > tfoot > tr > td,
        body #content .tile-header.color table > tfoot > tr > th,
        body #content .tile-header.transparent-black table > thead > tr > td,
        body #content .tile-header.transparent-black table > thead > tr > th,
        body #content .tile-header.transparent-black table > tbody > tr > td,
        body #content .tile-header.transparent-black table > tbody > tr > th,
        body #content .tile-header.transparent-black table > tfoot > tr > td,
        body #content .tile-header.transparent-black table > tfoot > tr > th,
        body #content .tile-widget.color table > thead > tr > td,
        body #content .tile-widget.color table > thead > tr > th,
        body #content .tile-widget.color table > tbody > tr > td,
        body #content .tile-widget.color table > tbody > tr > th,
        body #content .tile-widget.color table > tfoot > tr > td,
        body #content .tile-widget.color table > tfoot > tr > th,
        body #content .tile-widget.transparent-black table > thead > tr > td,
        body #content .tile-widget.transparent-black table > thead > tr > th,
        body #content .tile-widget.transparent-black table > tbody > tr > td,
        body #content .tile-widget.transparent-black table > tbody > tr > th,
        body #content .tile-widget.transparent-black table > tfoot > tr > td,
        body #content .tile-widget.transparent-black table > tfoot > tr > th,
        body #content .tile-body.color table > thead > tr > td,
        body #content .tile-body.color table > thead > tr > th,
        body #content .tile-body.color table > tbody > tr > td,
        body #content .tile-body.color table > tbody > tr > th,
        body #content .tile-body.color table > tfoot > tr > td,
        body #content .tile-body.color table > tfoot > tr > th,
        body #content .tile-body.transparent-black table > thead > tr > td,
        body #content .tile-body.transparent-black table > thead > tr > th,
        body #content .tile-body.transparent-black table > tbody > tr > td,
        body #content .tile-body.transparent-black table > tbody > tr > th,
        body #content .tile-body.transparent-black table > tfoot > tr > td,
        body #content .tile-body.transparent-black table > tfoot > tr > th,
        body #content .tile-footer.color table > thead > tr > td,
        body #content .tile-footer.color table > thead > tr > th,
        body #content .tile-footer.color table > tbody > tr > td,
        body #content .tile-footer.color table > tbody > tr > th,
        body #content .tile-footer.color table > tfoot > tr > td,
        body #content .tile-footer.color table > tfoot > tr > th,
        body #content .tile-footer.transparent-black table > thead > tr > td,
        body #content .tile-footer.transparent-black table > thead > tr > th,
        body #content .tile-footer.transparent-black table > tbody > tr > td,
        body #content .tile-footer.transparent-black table > tbody > tr > th,
        body #content .tile-footer.transparent-black table > tfoot > tr > td,
        body #content .tile-footer.transparent-black table > tfoot > tr > th,
        body #content .tile-left-side.color table > thead > tr > td,
        body #content .tile-left-side.color table > thead > tr > th,
        body #content .tile-left-side.color table > tbody > tr > td,
        body #content .tile-left-side.color table > tbody > tr > th,
        body #content .tile-left-side.color table > tfoot > tr > td,
        body #content .tile-left-side.color table > tfoot > tr > th,
        body #content .tile-left-side.transparent-black table > thead > tr > td,
        body #content .tile-left-side.transparent-black table > thead > tr > th,
        body #content .tile-left-side.transparent-black table > tbody > tr > td,
        body #content .tile-left-side.transparent-black table > tbody > tr > th,
        body #content .tile-left-side.transparent-black table > tfoot > tr > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr > th,
        body #content .tile-right-side.color table > thead > tr > td,
        body #content .tile-right-side.color table > thead > tr > th,
        body #content .tile-right-side.color table > tbody > tr > td,
        body #content .tile-right-side.color table > tbody > tr > th,
        body #content .tile-right-side.color table > tfoot > tr > td,
        body #content .tile-right-side.color table > tfoot > tr > th,
        body #content .tile-right-side.transparent-black table > thead > tr > td,
        body #content .tile-right-side.transparent-black table > thead > tr > th,
        body #content .tile-right-side.transparent-black table > tbody > tr > td,
        body #content .tile-right-side.transparent-black table > tbody > tr > th,
        body #content .tile-right-side.transparent-black table > tfoot > tr > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr > th {
          border-color: rgba(255, 255, 255, 0.1); }
        body #content .tile.color table > thead > tr.active > td,
        body #content .tile.color table > thead > tr.active > tr,
        body #content .tile.color table > tbody > tr.active > td,
        body #content .tile.color table > tbody > tr.active > tr,
        body #content .tile.color table > tfoot > tr.active > td,
        body #content .tile.color table > tfoot > tr.active > tr, body #content .tile.transparent-black table > thead > tr.active > td,
        body #content .tile.transparent-black table > thead > tr.active > tr,
        body #content .tile.transparent-black table > tbody > tr.active > td,
        body #content .tile.transparent-black table > tbody > tr.active > tr,
        body #content .tile.transparent-black table > tfoot > tr.active > td,
        body #content .tile.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-header.color table > thead > tr.active > td,
        body #content .tile-header.color table > thead > tr.active > tr,
        body #content .tile-header.color table > tbody > tr.active > td,
        body #content .tile-header.color table > tbody > tr.active > tr,
        body #content .tile-header.color table > tfoot > tr.active > td,
        body #content .tile-header.color table > tfoot > tr.active > tr,
        body #content .tile-header.transparent-black table > thead > tr.active > td,
        body #content .tile-header.transparent-black table > thead > tr.active > tr,
        body #content .tile-header.transparent-black table > tbody > tr.active > td,
        body #content .tile-header.transparent-black table > tbody > tr.active > tr,
        body #content .tile-header.transparent-black table > tfoot > tr.active > td,
        body #content .tile-header.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-widget.color table > thead > tr.active > td,
        body #content .tile-widget.color table > thead > tr.active > tr,
        body #content .tile-widget.color table > tbody > tr.active > td,
        body #content .tile-widget.color table > tbody > tr.active > tr,
        body #content .tile-widget.color table > tfoot > tr.active > td,
        body #content .tile-widget.color table > tfoot > tr.active > tr,
        body #content .tile-widget.transparent-black table > thead > tr.active > td,
        body #content .tile-widget.transparent-black table > thead > tr.active > tr,
        body #content .tile-widget.transparent-black table > tbody > tr.active > td,
        body #content .tile-widget.transparent-black table > tbody > tr.active > tr,
        body #content .tile-widget.transparent-black table > tfoot > tr.active > td,
        body #content .tile-widget.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-body.color table > thead > tr.active > td,
        body #content .tile-body.color table > thead > tr.active > tr,
        body #content .tile-body.color table > tbody > tr.active > td,
        body #content .tile-body.color table > tbody > tr.active > tr,
        body #content .tile-body.color table > tfoot > tr.active > td,
        body #content .tile-body.color table > tfoot > tr.active > tr,
        body #content .tile-body.transparent-black table > thead > tr.active > td,
        body #content .tile-body.transparent-black table > thead > tr.active > tr,
        body #content .tile-body.transparent-black table > tbody > tr.active > td,
        body #content .tile-body.transparent-black table > tbody > tr.active > tr,
        body #content .tile-body.transparent-black table > tfoot > tr.active > td,
        body #content .tile-body.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-footer.color table > thead > tr.active > td,
        body #content .tile-footer.color table > thead > tr.active > tr,
        body #content .tile-footer.color table > tbody > tr.active > td,
        body #content .tile-footer.color table > tbody > tr.active > tr,
        body #content .tile-footer.color table > tfoot > tr.active > td,
        body #content .tile-footer.color table > tfoot > tr.active > tr,
        body #content .tile-footer.transparent-black table > thead > tr.active > td,
        body #content .tile-footer.transparent-black table > thead > tr.active > tr,
        body #content .tile-footer.transparent-black table > tbody > tr.active > td,
        body #content .tile-footer.transparent-black table > tbody > tr.active > tr,
        body #content .tile-footer.transparent-black table > tfoot > tr.active > td,
        body #content .tile-footer.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-left-side.color table > thead > tr.active > td,
        body #content .tile-left-side.color table > thead > tr.active > tr,
        body #content .tile-left-side.color table > tbody > tr.active > td,
        body #content .tile-left-side.color table > tbody > tr.active > tr,
        body #content .tile-left-side.color table > tfoot > tr.active > td,
        body #content .tile-left-side.color table > tfoot > tr.active > tr,
        body #content .tile-left-side.transparent-black table > thead > tr.active > td,
        body #content .tile-left-side.transparent-black table > thead > tr.active > tr,
        body #content .tile-left-side.transparent-black table > tbody > tr.active > td,
        body #content .tile-left-side.transparent-black table > tbody > tr.active > tr,
        body #content .tile-left-side.transparent-black table > tfoot > tr.active > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr.active > tr,
        body #content .tile-right-side.color table > thead > tr.active > td,
        body #content .tile-right-side.color table > thead > tr.active > tr,
        body #content .tile-right-side.color table > tbody > tr.active > td,
        body #content .tile-right-side.color table > tbody > tr.active > tr,
        body #content .tile-right-side.color table > tfoot > tr.active > td,
        body #content .tile-right-side.color table > tfoot > tr.active > tr,
        body #content .tile-right-side.transparent-black table > thead > tr.active > td,
        body #content .tile-right-side.transparent-black table > thead > tr.active > tr,
        body #content .tile-right-side.transparent-black table > tbody > tr.active > td,
        body #content .tile-right-side.transparent-black table > tbody > tr.active > tr,
        body #content .tile-right-side.transparent-black table > tfoot > tr.active > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr.active > tr {
          background-color: rgba(0, 0, 0, 0.1); }
        body #content .tile.color table > thead > tr.success > td,
        body #content .tile.color table > thead > tr.success > tr,
        body #content .tile.color table > tbody > tr.success > td,
        body #content .tile.color table > tbody > tr.success > tr,
        body #content .tile.color table > tfoot > tr.success > td,
        body #content .tile.color table > tfoot > tr.success > tr, body #content .tile.transparent-black table > thead > tr.success > td,
        body #content .tile.transparent-black table > thead > tr.success > tr,
        body #content .tile.transparent-black table > tbody > tr.success > td,
        body #content .tile.transparent-black table > tbody > tr.success > tr,
        body #content .tile.transparent-black table > tfoot > tr.success > td,
        body #content .tile.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-header.color table > thead > tr.success > td,
        body #content .tile-header.color table > thead > tr.success > tr,
        body #content .tile-header.color table > tbody > tr.success > td,
        body #content .tile-header.color table > tbody > tr.success > tr,
        body #content .tile-header.color table > tfoot > tr.success > td,
        body #content .tile-header.color table > tfoot > tr.success > tr,
        body #content .tile-header.transparent-black table > thead > tr.success > td,
        body #content .tile-header.transparent-black table > thead > tr.success > tr,
        body #content .tile-header.transparent-black table > tbody > tr.success > td,
        body #content .tile-header.transparent-black table > tbody > tr.success > tr,
        body #content .tile-header.transparent-black table > tfoot > tr.success > td,
        body #content .tile-header.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-widget.color table > thead > tr.success > td,
        body #content .tile-widget.color table > thead > tr.success > tr,
        body #content .tile-widget.color table > tbody > tr.success > td,
        body #content .tile-widget.color table > tbody > tr.success > tr,
        body #content .tile-widget.color table > tfoot > tr.success > td,
        body #content .tile-widget.color table > tfoot > tr.success > tr,
        body #content .tile-widget.transparent-black table > thead > tr.success > td,
        body #content .tile-widget.transparent-black table > thead > tr.success > tr,
        body #content .tile-widget.transparent-black table > tbody > tr.success > td,
        body #content .tile-widget.transparent-black table > tbody > tr.success > tr,
        body #content .tile-widget.transparent-black table > tfoot > tr.success > td,
        body #content .tile-widget.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-body.color table > thead > tr.success > td,
        body #content .tile-body.color table > thead > tr.success > tr,
        body #content .tile-body.color table > tbody > tr.success > td,
        body #content .tile-body.color table > tbody > tr.success > tr,
        body #content .tile-body.color table > tfoot > tr.success > td,
        body #content .tile-body.color table > tfoot > tr.success > tr,
        body #content .tile-body.transparent-black table > thead > tr.success > td,
        body #content .tile-body.transparent-black table > thead > tr.success > tr,
        body #content .tile-body.transparent-black table > tbody > tr.success > td,
        body #content .tile-body.transparent-black table > tbody > tr.success > tr,
        body #content .tile-body.transparent-black table > tfoot > tr.success > td,
        body #content .tile-body.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-footer.color table > thead > tr.success > td,
        body #content .tile-footer.color table > thead > tr.success > tr,
        body #content .tile-footer.color table > tbody > tr.success > td,
        body #content .tile-footer.color table > tbody > tr.success > tr,
        body #content .tile-footer.color table > tfoot > tr.success > td,
        body #content .tile-footer.color table > tfoot > tr.success > tr,
        body #content .tile-footer.transparent-black table > thead > tr.success > td,
        body #content .tile-footer.transparent-black table > thead > tr.success > tr,
        body #content .tile-footer.transparent-black table > tbody > tr.success > td,
        body #content .tile-footer.transparent-black table > tbody > tr.success > tr,
        body #content .tile-footer.transparent-black table > tfoot > tr.success > td,
        body #content .tile-footer.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-left-side.color table > thead > tr.success > td,
        body #content .tile-left-side.color table > thead > tr.success > tr,
        body #content .tile-left-side.color table > tbody > tr.success > td,
        body #content .tile-left-side.color table > tbody > tr.success > tr,
        body #content .tile-left-side.color table > tfoot > tr.success > td,
        body #content .tile-left-side.color table > tfoot > tr.success > tr,
        body #content .tile-left-side.transparent-black table > thead > tr.success > td,
        body #content .tile-left-side.transparent-black table > thead > tr.success > tr,
        body #content .tile-left-side.transparent-black table > tbody > tr.success > td,
        body #content .tile-left-side.transparent-black table > tbody > tr.success > tr,
        body #content .tile-left-side.transparent-black table > tfoot > tr.success > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr.success > tr,
        body #content .tile-right-side.color table > thead > tr.success > td,
        body #content .tile-right-side.color table > thead > tr.success > tr,
        body #content .tile-right-side.color table > tbody > tr.success > td,
        body #content .tile-right-side.color table > tbody > tr.success > tr,
        body #content .tile-right-side.color table > tfoot > tr.success > td,
        body #content .tile-right-side.color table > tfoot > tr.success > tr,
        body #content .tile-right-side.transparent-black table > thead > tr.success > td,
        body #content .tile-right-side.transparent-black table > thead > tr.success > tr,
        body #content .tile-right-side.transparent-black table > tbody > tr.success > td,
        body #content .tile-right-side.transparent-black table > tbody > tr.success > tr,
        body #content .tile-right-side.transparent-black table > tfoot > tr.success > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr.success > tr {
          background-color: rgba(162, 210, 0, 0.1); }
        body #content .tile.color table > thead > tr.warning > td,
        body #content .tile.color table > thead > tr.warning > tr,
        body #content .tile.color table > tbody > tr.warning > td,
        body #content .tile.color table > tbody > tr.warning > tr,
        body #content .tile.color table > tfoot > tr.warning > td,
        body #content .tile.color table > tfoot > tr.warning > tr, body #content .tile.transparent-black table > thead > tr.warning > td,
        body #content .tile.transparent-black table > thead > tr.warning > tr,
        body #content .tile.transparent-black table > tbody > tr.warning > td,
        body #content .tile.transparent-black table > tbody > tr.warning > tr,
        body #content .tile.transparent-black table > tfoot > tr.warning > td,
        body #content .tile.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-header.color table > thead > tr.warning > td,
        body #content .tile-header.color table > thead > tr.warning > tr,
        body #content .tile-header.color table > tbody > tr.warning > td,
        body #content .tile-header.color table > tbody > tr.warning > tr,
        body #content .tile-header.color table > tfoot > tr.warning > td,
        body #content .tile-header.color table > tfoot > tr.warning > tr,
        body #content .tile-header.transparent-black table > thead > tr.warning > td,
        body #content .tile-header.transparent-black table > thead > tr.warning > tr,
        body #content .tile-header.transparent-black table > tbody > tr.warning > td,
        body #content .tile-header.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-header.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-header.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-widget.color table > thead > tr.warning > td,
        body #content .tile-widget.color table > thead > tr.warning > tr,
        body #content .tile-widget.color table > tbody > tr.warning > td,
        body #content .tile-widget.color table > tbody > tr.warning > tr,
        body #content .tile-widget.color table > tfoot > tr.warning > td,
        body #content .tile-widget.color table > tfoot > tr.warning > tr,
        body #content .tile-widget.transparent-black table > thead > tr.warning > td,
        body #content .tile-widget.transparent-black table > thead > tr.warning > tr,
        body #content .tile-widget.transparent-black table > tbody > tr.warning > td,
        body #content .tile-widget.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-widget.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-widget.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-body.color table > thead > tr.warning > td,
        body #content .tile-body.color table > thead > tr.warning > tr,
        body #content .tile-body.color table > tbody > tr.warning > td,
        body #content .tile-body.color table > tbody > tr.warning > tr,
        body #content .tile-body.color table > tfoot > tr.warning > td,
        body #content .tile-body.color table > tfoot > tr.warning > tr,
        body #content .tile-body.transparent-black table > thead > tr.warning > td,
        body #content .tile-body.transparent-black table > thead > tr.warning > tr,
        body #content .tile-body.transparent-black table > tbody > tr.warning > td,
        body #content .tile-body.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-body.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-body.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-footer.color table > thead > tr.warning > td,
        body #content .tile-footer.color table > thead > tr.warning > tr,
        body #content .tile-footer.color table > tbody > tr.warning > td,
        body #content .tile-footer.color table > tbody > tr.warning > tr,
        body #content .tile-footer.color table > tfoot > tr.warning > td,
        body #content .tile-footer.color table > tfoot > tr.warning > tr,
        body #content .tile-footer.transparent-black table > thead > tr.warning > td,
        body #content .tile-footer.transparent-black table > thead > tr.warning > tr,
        body #content .tile-footer.transparent-black table > tbody > tr.warning > td,
        body #content .tile-footer.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-footer.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-footer.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-left-side.color table > thead > tr.warning > td,
        body #content .tile-left-side.color table > thead > tr.warning > tr,
        body #content .tile-left-side.color table > tbody > tr.warning > td,
        body #content .tile-left-side.color table > tbody > tr.warning > tr,
        body #content .tile-left-side.color table > tfoot > tr.warning > td,
        body #content .tile-left-side.color table > tfoot > tr.warning > tr,
        body #content .tile-left-side.transparent-black table > thead > tr.warning > td,
        body #content .tile-left-side.transparent-black table > thead > tr.warning > tr,
        body #content .tile-left-side.transparent-black table > tbody > tr.warning > td,
        body #content .tile-left-side.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-left-side.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr.warning > tr,
        body #content .tile-right-side.color table > thead > tr.warning > td,
        body #content .tile-right-side.color table > thead > tr.warning > tr,
        body #content .tile-right-side.color table > tbody > tr.warning > td,
        body #content .tile-right-side.color table > tbody > tr.warning > tr,
        body #content .tile-right-side.color table > tfoot > tr.warning > td,
        body #content .tile-right-side.color table > tfoot > tr.warning > tr,
        body #content .tile-right-side.transparent-black table > thead > tr.warning > td,
        body #content .tile-right-side.transparent-black table > thead > tr.warning > tr,
        body #content .tile-right-side.transparent-black table > tbody > tr.warning > td,
        body #content .tile-right-side.transparent-black table > tbody > tr.warning > tr,
        body #content .tile-right-side.transparent-black table > tfoot > tr.warning > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr.warning > tr {
          background-color: rgba(255, 193, 0, 0.1); }
        body #content .tile.color table > thead > tr.danger > td,
        body #content .tile.color table > thead > tr.danger > tr,
        body #content .tile.color table > tbody > tr.danger > td,
        body #content .tile.color table > tbody > tr.danger > tr,
        body #content .tile.color table > tfoot > tr.danger > td,
        body #content .tile.color table > tfoot > tr.danger > tr, body #content .tile.transparent-black table > thead > tr.danger > td,
        body #content .tile.transparent-black table > thead > tr.danger > tr,
        body #content .tile.transparent-black table > tbody > tr.danger > td,
        body #content .tile.transparent-black table > tbody > tr.danger > tr,
        body #content .tile.transparent-black table > tfoot > tr.danger > td,
        body #content .tile.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-header.color table > thead > tr.danger > td,
        body #content .tile-header.color table > thead > tr.danger > tr,
        body #content .tile-header.color table > tbody > tr.danger > td,
        body #content .tile-header.color table > tbody > tr.danger > tr,
        body #content .tile-header.color table > tfoot > tr.danger > td,
        body #content .tile-header.color table > tfoot > tr.danger > tr,
        body #content .tile-header.transparent-black table > thead > tr.danger > td,
        body #content .tile-header.transparent-black table > thead > tr.danger > tr,
        body #content .tile-header.transparent-black table > tbody > tr.danger > td,
        body #content .tile-header.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-header.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-header.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-widget.color table > thead > tr.danger > td,
        body #content .tile-widget.color table > thead > tr.danger > tr,
        body #content .tile-widget.color table > tbody > tr.danger > td,
        body #content .tile-widget.color table > tbody > tr.danger > tr,
        body #content .tile-widget.color table > tfoot > tr.danger > td,
        body #content .tile-widget.color table > tfoot > tr.danger > tr,
        body #content .tile-widget.transparent-black table > thead > tr.danger > td,
        body #content .tile-widget.transparent-black table > thead > tr.danger > tr,
        body #content .tile-widget.transparent-black table > tbody > tr.danger > td,
        body #content .tile-widget.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-widget.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-widget.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-body.color table > thead > tr.danger > td,
        body #content .tile-body.color table > thead > tr.danger > tr,
        body #content .tile-body.color table > tbody > tr.danger > td,
        body #content .tile-body.color table > tbody > tr.danger > tr,
        body #content .tile-body.color table > tfoot > tr.danger > td,
        body #content .tile-body.color table > tfoot > tr.danger > tr,
        body #content .tile-body.transparent-black table > thead > tr.danger > td,
        body #content .tile-body.transparent-black table > thead > tr.danger > tr,
        body #content .tile-body.transparent-black table > tbody > tr.danger > td,
        body #content .tile-body.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-body.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-body.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-footer.color table > thead > tr.danger > td,
        body #content .tile-footer.color table > thead > tr.danger > tr,
        body #content .tile-footer.color table > tbody > tr.danger > td,
        body #content .tile-footer.color table > tbody > tr.danger > tr,
        body #content .tile-footer.color table > tfoot > tr.danger > td,
        body #content .tile-footer.color table > tfoot > tr.danger > tr,
        body #content .tile-footer.transparent-black table > thead > tr.danger > td,
        body #content .tile-footer.transparent-black table > thead > tr.danger > tr,
        body #content .tile-footer.transparent-black table > tbody > tr.danger > td,
        body #content .tile-footer.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-footer.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-footer.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-left-side.color table > thead > tr.danger > td,
        body #content .tile-left-side.color table > thead > tr.danger > tr,
        body #content .tile-left-side.color table > tbody > tr.danger > td,
        body #content .tile-left-side.color table > tbody > tr.danger > tr,
        body #content .tile-left-side.color table > tfoot > tr.danger > td,
        body #content .tile-left-side.color table > tfoot > tr.danger > tr,
        body #content .tile-left-side.transparent-black table > thead > tr.danger > td,
        body #content .tile-left-side.transparent-black table > thead > tr.danger > tr,
        body #content .tile-left-side.transparent-black table > tbody > tr.danger > td,
        body #content .tile-left-side.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-left-side.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr.danger > tr,
        body #content .tile-right-side.color table > thead > tr.danger > td,
        body #content .tile-right-side.color table > thead > tr.danger > tr,
        body #content .tile-right-side.color table > tbody > tr.danger > td,
        body #content .tile-right-side.color table > tbody > tr.danger > tr,
        body #content .tile-right-side.color table > tfoot > tr.danger > td,
        body #content .tile-right-side.color table > tfoot > tr.danger > tr,
        body #content .tile-right-side.transparent-black table > thead > tr.danger > td,
        body #content .tile-right-side.transparent-black table > thead > tr.danger > tr,
        body #content .tile-right-side.transparent-black table > tbody > tr.danger > td,
        body #content .tile-right-side.transparent-black table > tbody > tr.danger > tr,
        body #content .tile-right-side.transparent-black table > tfoot > tr.danger > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr.danger > tr {
          background-color: rgba(255, 74, 67, 0.1); }
        body #content .tile.color table > thead > tr.info > td,
        body #content .tile.color table > thead > tr.info > tr,
        body #content .tile.color table > tbody > tr.info > td,
        body #content .tile.color table > tbody > tr.info > tr,
        body #content .tile.color table > tfoot > tr.info > td,
        body #content .tile.color table > tfoot > tr.info > tr, body #content .tile.transparent-black table > thead > tr.info > td,
        body #content .tile.transparent-black table > thead > tr.info > tr,
        body #content .tile.transparent-black table > tbody > tr.info > td,
        body #content .tile.transparent-black table > tbody > tr.info > tr,
        body #content .tile.transparent-black table > tfoot > tr.info > td,
        body #content .tile.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-header.color table > thead > tr.info > td,
        body #content .tile-header.color table > thead > tr.info > tr,
        body #content .tile-header.color table > tbody > tr.info > td,
        body #content .tile-header.color table > tbody > tr.info > tr,
        body #content .tile-header.color table > tfoot > tr.info > td,
        body #content .tile-header.color table > tfoot > tr.info > tr,
        body #content .tile-header.transparent-black table > thead > tr.info > td,
        body #content .tile-header.transparent-black table > thead > tr.info > tr,
        body #content .tile-header.transparent-black table > tbody > tr.info > td,
        body #content .tile-header.transparent-black table > tbody > tr.info > tr,
        body #content .tile-header.transparent-black table > tfoot > tr.info > td,
        body #content .tile-header.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-widget.color table > thead > tr.info > td,
        body #content .tile-widget.color table > thead > tr.info > tr,
        body #content .tile-widget.color table > tbody > tr.info > td,
        body #content .tile-widget.color table > tbody > tr.info > tr,
        body #content .tile-widget.color table > tfoot > tr.info > td,
        body #content .tile-widget.color table > tfoot > tr.info > tr,
        body #content .tile-widget.transparent-black table > thead > tr.info > td,
        body #content .tile-widget.transparent-black table > thead > tr.info > tr,
        body #content .tile-widget.transparent-black table > tbody > tr.info > td,
        body #content .tile-widget.transparent-black table > tbody > tr.info > tr,
        body #content .tile-widget.transparent-black table > tfoot > tr.info > td,
        body #content .tile-widget.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-body.color table > thead > tr.info > td,
        body #content .tile-body.color table > thead > tr.info > tr,
        body #content .tile-body.color table > tbody > tr.info > td,
        body #content .tile-body.color table > tbody > tr.info > tr,
        body #content .tile-body.color table > tfoot > tr.info > td,
        body #content .tile-body.color table > tfoot > tr.info > tr,
        body #content .tile-body.transparent-black table > thead > tr.info > td,
        body #content .tile-body.transparent-black table > thead > tr.info > tr,
        body #content .tile-body.transparent-black table > tbody > tr.info > td,
        body #content .tile-body.transparent-black table > tbody > tr.info > tr,
        body #content .tile-body.transparent-black table > tfoot > tr.info > td,
        body #content .tile-body.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-footer.color table > thead > tr.info > td,
        body #content .tile-footer.color table > thead > tr.info > tr,
        body #content .tile-footer.color table > tbody > tr.info > td,
        body #content .tile-footer.color table > tbody > tr.info > tr,
        body #content .tile-footer.color table > tfoot > tr.info > td,
        body #content .tile-footer.color table > tfoot > tr.info > tr,
        body #content .tile-footer.transparent-black table > thead > tr.info > td,
        body #content .tile-footer.transparent-black table > thead > tr.info > tr,
        body #content .tile-footer.transparent-black table > tbody > tr.info > td,
        body #content .tile-footer.transparent-black table > tbody > tr.info > tr,
        body #content .tile-footer.transparent-black table > tfoot > tr.info > td,
        body #content .tile-footer.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-left-side.color table > thead > tr.info > td,
        body #content .tile-left-side.color table > thead > tr.info > tr,
        body #content .tile-left-side.color table > tbody > tr.info > td,
        body #content .tile-left-side.color table > tbody > tr.info > tr,
        body #content .tile-left-side.color table > tfoot > tr.info > td,
        body #content .tile-left-side.color table > tfoot > tr.info > tr,
        body #content .tile-left-side.transparent-black table > thead > tr.info > td,
        body #content .tile-left-side.transparent-black table > thead > tr.info > tr,
        body #content .tile-left-side.transparent-black table > tbody > tr.info > td,
        body #content .tile-left-side.transparent-black table > tbody > tr.info > tr,
        body #content .tile-left-side.transparent-black table > tfoot > tr.info > td,
        body #content .tile-left-side.transparent-black table > tfoot > tr.info > tr,
        body #content .tile-right-side.color table > thead > tr.info > td,
        body #content .tile-right-side.color table > thead > tr.info > tr,
        body #content .tile-right-side.color table > tbody > tr.info > td,
        body #content .tile-right-side.color table > tbody > tr.info > tr,
        body #content .tile-right-side.color table > tfoot > tr.info > td,
        body #content .tile-right-side.color table > tfoot > tr.info > tr,
        body #content .tile-right-side.transparent-black table > thead > tr.info > td,
        body #content .tile-right-side.transparent-black table > thead > tr.info > tr,
        body #content .tile-right-side.transparent-black table > tbody > tr.info > td,
        body #content .tile-right-side.transparent-black table > tbody > tr.info > tr,
        body #content .tile-right-side.transparent-black table > tfoot > tr.info > td,
        body #content .tile-right-side.transparent-black table > tfoot > tr.info > tr {
          background-color: rgba(34, 190, 239, 0.1); }
  body #content .tile.color ul.inline.divided > li, body #content .tile.transparent-black ul.inline.divided > li,
  body #content .tile-header.color ul.inline.divided > li,
  body #content .tile-header.transparent-black ul.inline.divided > li,
  body #content .tile-widget.color ul.inline.divided > li,
  body #content .tile-widget.transparent-black ul.inline.divided > li,
  body #content .tile-body.color ul.inline.divided > li,
  body #content .tile-body.transparent-black ul.inline.divided > li,
  body #content .tile-footer.color ul.inline.divided > li,
  body #content .tile-footer.transparent-black ul.inline.divided > li,
  body #content .tile-left-side.color ul.inline.divided > li,
  body #content .tile-left-side.transparent-black ul.inline.divided > li,
  body #content .tile-right-side.color ul.inline.divided > li,
  body #content .tile-right-side.transparent-black ul.inline.divided > li {
    border-right-color: rgba(255, 255, 255, 0.15); }
  body #content .tile.transparent-black .progress, body #content .tile.transparent-white .progress,
  body #content .tile-header.transparent-black .progress,
  body #content .tile-header.transparent-white .progress,
  body #content .tile-widget.transparent-black .progress,
  body #content .tile-widget.transparent-white .progress,
  body #content .tile-body.transparent-black .progress,
  body #content .tile-body.transparent-white .progress,
  body #content .tile-footer.transparent-black .progress,
  body #content .tile-footer.transparent-white .progress,
  body #content .tile-left-side.transparent-black .progress,
  body #content .tile-left-side.transparent-white .progress,
  body #content .tile-right-side.transparent-black .progress,
  body #content .tile-right-side.transparent-white .progress {
    background-color: rgba(0, 0, 0, 0.1); }
  body #content .tile.transparent-black .progress-list .status, body #content .tile.transparent-white .progress-list .status,
  body #content .tile-header.transparent-black .progress-list .status,
  body #content .tile-header.transparent-white .progress-list .status,
  body #content .tile-widget.transparent-black .progress-list .status,
  body #content .tile-widget.transparent-white .progress-list .status,
  body #content .tile-body.transparent-black .progress-list .status,
  body #content .tile-body.transparent-white .progress-list .status,
  body #content .tile-footer.transparent-black .progress-list .status,
  body #content .tile-footer.transparent-white .progress-list .status,
  body #content .tile-left-side.transparent-black .progress-list .status,
  body #content .tile-left-side.transparent-white .progress-list .status,
  body #content .tile-right-side.transparent-black .progress-list .status,
  body #content .tile-right-side.transparent-white .progress-list .status {
    background-color: rgba(0, 0, 0, 0.15);
    color: white; }
  body #content .tile.transparent-black .btn, body #content .tile.transparent-white .btn,
  body #content .tile-header.transparent-black .btn,
  body #content .tile-header.transparent-white .btn,
  body #content .tile-widget.transparent-black .btn,
  body #content .tile-widget.transparent-white .btn,
  body #content .tile-body.transparent-black .btn,
  body #content .tile-body.transparent-white .btn,
  body #content .tile-footer.transparent-black .btn,
  body #content .tile-footer.transparent-white .btn,
  body #content .tile-left-side.transparent-black .btn,
  body #content .tile-left-side.transparent-white .btn,
  body #content .tile-right-side.transparent-black .btn,
  body #content .tile-right-side.transparent-white .btn {
    border-width: 0; }
    body #content .tile.transparent-black .btn.btn-default, body #content .tile.transparent-white .btn.btn-default,
    body #content .tile-header.transparent-black .btn.btn-default,
    body #content .tile-header.transparent-white .btn.btn-default,
    body #content .tile-widget.transparent-black .btn.btn-default,
    body #content .tile-widget.transparent-white .btn.btn-default,
    body #content .tile-body.transparent-black .btn.btn-default,
    body #content .tile-body.transparent-white .btn.btn-default,
    body #content .tile-footer.transparent-black .btn.btn-default,
    body #content .tile-footer.transparent-white .btn.btn-default,
    body #content .tile-left-side.transparent-black .btn.btn-default,
    body #content .tile-left-side.transparent-white .btn.btn-default,
    body #content .tile-right-side.transparent-black .btn.btn-default,
    body #content .tile-right-side.transparent-white .btn.btn-default {
      border-width: 1px; }
  body #content .tile.transparent-black .uneditable-input,
  body #content .tile.transparent-black textarea,
  body #content .tile.transparent-black input[type="text"],
  body #content .tile.transparent-black input[type="password"],
  body #content .tile.transparent-black input[type="datetime"],
  body #content .tile.transparent-black input[type="datetime-local"],
  body #content .tile.transparent-black input[type="date"],
  body #content .tile.transparent-black input[type="month"],
  body #content .tile.transparent-black input[type="time"],
  body #content .tile.transparent-black input[type="week"],
  body #content .tile.transparent-black input[type="number"],
  body #content .tile.transparent-black input[type="email"],
  body #content .tile.transparent-black input[type="url"],
  body #content .tile.transparent-black input[type="search"],
  body #content .tile.transparent-black input[type="tel"],
  body #content .tile.transparent-black input[type="color"], body #content .tile.transparent-white .uneditable-input,
  body #content .tile.transparent-white textarea,
  body #content .tile.transparent-white input[type="text"],
  body #content .tile.transparent-white input[type="password"],
  body #content .tile.transparent-white input[type="datetime"],
  body #content .tile.transparent-white input[type="datetime-local"],
  body #content .tile.transparent-white input[type="date"],
  body #content .tile.transparent-white input[type="month"],
  body #content .tile.transparent-white input[type="time"],
  body #content .tile.transparent-white input[type="week"],
  body #content .tile.transparent-white input[type="number"],
  body #content .tile.transparent-white input[type="email"],
  body #content .tile.transparent-white input[type="url"],
  body #content .tile.transparent-white input[type="search"],
  body #content .tile.transparent-white input[type="tel"],
  body #content .tile.transparent-white input[type="color"],
  body #content .tile-header.transparent-black .uneditable-input,
  body #content .tile-header.transparent-black textarea,
  body #content .tile-header.transparent-black input[type="text"],
  body #content .tile-header.transparent-black input[type="password"],
  body #content .tile-header.transparent-black input[type="datetime"],
  body #content .tile-header.transparent-black input[type="datetime-local"],
  body #content .tile-header.transparent-black input[type="date"],
  body #content .tile-header.transparent-black input[type="month"],
  body #content .tile-header.transparent-black input[type="time"],
  body #content .tile-header.transparent-black input[type="week"],
  body #content .tile-header.transparent-black input[type="number"],
  body #content .tile-header.transparent-black input[type="email"],
  body #content .tile-header.transparent-black input[type="url"],
  body #content .tile-header.transparent-black input[type="search"],
  body #content .tile-header.transparent-black input[type="tel"],
  body #content .tile-header.transparent-black input[type="color"],
  body #content .tile-header.transparent-white .uneditable-input,
  body #content .tile-header.transparent-white textarea,
  body #content .tile-header.transparent-white input[type="text"],
  body #content .tile-header.transparent-white input[type="password"],
  body #content .tile-header.transparent-white input[type="datetime"],
  body #content .tile-header.transparent-white input[type="datetime-local"],
  body #content .tile-header.transparent-white input[type="date"],
  body #content .tile-header.transparent-white input[type="month"],
  body #content .tile-header.transparent-white input[type="time"],
  body #content .tile-header.transparent-white input[type="week"],
  body #content .tile-header.transparent-white input[type="number"],
  body #content .tile-header.transparent-white input[type="email"],
  body #content .tile-header.transparent-white input[type="url"],
  body #content .tile-header.transparent-white input[type="search"],
  body #content .tile-header.transparent-white input[type="tel"],
  body #content .tile-header.transparent-white input[type="color"],
  body #content .tile-widget.transparent-black .uneditable-input,
  body #content .tile-widget.transparent-black textarea,
  body #content .tile-widget.transparent-black input[type="text"],
  body #content .tile-widget.transparent-black input[type="password"],
  body #content .tile-widget.transparent-black input[type="datetime"],
  body #content .tile-widget.transparent-black input[type="datetime-local"],
  body #content .tile-widget.transparent-black input[type="date"],
  body #content .tile-widget.transparent-black input[type="month"],
  body #content .tile-widget.transparent-black input[type="time"],
  body #content .tile-widget.transparent-black input[type="week"],
  body #content .tile-widget.transparent-black input[type="number"],
  body #content .tile-widget.transparent-black input[type="email"],
  body #content .tile-widget.transparent-black input[type="url"],
  body #content .tile-widget.transparent-black input[type="search"],
  body #content .tile-widget.transparent-black input[type="tel"],
  body #content .tile-widget.transparent-black input[type="color"],
  body #content .tile-widget.transparent-white .uneditable-input,
  body #content .tile-widget.transparent-white textarea,
  body #content .tile-widget.transparent-white input[type="text"],
  body #content .tile-widget.transparent-white input[type="password"],
  body #content .tile-widget.transparent-white input[type="datetime"],
  body #content .tile-widget.transparent-white input[type="datetime-local"],
  body #content .tile-widget.transparent-white input[type="date"],
  body #content .tile-widget.transparent-white input[type="month"],
  body #content .tile-widget.transparent-white input[type="time"],
  body #content .tile-widget.transparent-white input[type="week"],
  body #content .tile-widget.transparent-white input[type="number"],
  body #content .tile-widget.transparent-white input[type="email"],
  body #content .tile-widget.transparent-white input[type="url"],
  body #content .tile-widget.transparent-white input[type="search"],
  body #content .tile-widget.transparent-white input[type="tel"],
  body #content .tile-widget.transparent-white input[type="color"],
  body #content .tile-body.transparent-black .uneditable-input,
  body #content .tile-body.transparent-black textarea,
  body #content .tile-body.transparent-black input[type="text"],
  body #content .tile-body.transparent-black input[type="password"],
  body #content .tile-body.transparent-black input[type="datetime"],
  body #content .tile-body.transparent-black input[type="datetime-local"],
  body #content .tile-body.transparent-black input[type="date"],
  body #content .tile-body.transparent-black input[type="month"],
  body #content .tile-body.transparent-black input[type="time"],
  body #content .tile-body.transparent-black input[type="week"],
  body #content .tile-body.transparent-black input[type="number"],
  body #content .tile-body.transparent-black input[type="email"],
  body #content .tile-body.transparent-black input[type="url"],
  body #content .tile-body.transparent-black input[type="search"],
  body #content .tile-body.transparent-black input[type="tel"],
  body #content .tile-body.transparent-black input[type="color"],
  body #content .tile-body.transparent-white .uneditable-input,
  body #content .tile-body.transparent-white textarea,
  body #content .tile-body.transparent-white input[type="text"],
  body #content .tile-body.transparent-white input[type="password"],
  body #content .tile-body.transparent-white input[type="datetime"],
  body #content .tile-body.transparent-white input[type="datetime-local"],
  body #content .tile-body.transparent-white input[type="date"],
  body #content .tile-body.transparent-white input[type="month"],
  body #content .tile-body.transparent-white input[type="time"],
  body #content .tile-body.transparent-white input[type="week"],
  body #content .tile-body.transparent-white input[type="number"],
  body #content .tile-body.transparent-white input[type="email"],
  body #content .tile-body.transparent-white input[type="url"],
  body #content .tile-body.transparent-white input[type="search"],
  body #content .tile-body.transparent-white input[type="tel"],
  body #content .tile-body.transparent-white input[type="color"],
  body #content .tile-footer.transparent-black .uneditable-input,
  body #content .tile-footer.transparent-black textarea,
  body #content .tile-footer.transparent-black input[type="text"],
  body #content .tile-footer.transparent-black input[type="password"],
  body #content .tile-footer.transparent-black input[type="datetime"],
  body #content .tile-footer.transparent-black input[type="datetime-local"],
  body #content .tile-footer.transparent-black input[type="date"],
  body #content .tile-footer.transparent-black input[type="month"],
  body #content .tile-footer.transparent-black input[type="time"],
  body #content .tile-footer.transparent-black input[type="week"],
  body #content .tile-footer.transparent-black input[type="number"],
  body #content .tile-footer.transparent-black input[type="email"],
  body #content .tile-footer.transparent-black input[type="url"],
  body #content .tile-footer.transparent-black input[type="search"],
  body #content .tile-footer.transparent-black input[type="tel"],
  body #content .tile-footer.transparent-black input[type="color"],
  body #content .tile-footer.transparent-white .uneditable-input,
  body #content .tile-footer.transparent-white textarea,
  body #content .tile-footer.transparent-white input[type="text"],
  body #content .tile-footer.transparent-white input[type="password"],
  body #content .tile-footer.transparent-white input[type="datetime"],
  body #content .tile-footer.transparent-white input[type="datetime-local"],
  body #content .tile-footer.transparent-white input[type="date"],
  body #content .tile-footer.transparent-white input[type="month"],
  body #content .tile-footer.transparent-white input[type="time"],
  body #content .tile-footer.transparent-white input[type="week"],
  body #content .tile-footer.transparent-white input[type="number"],
  body #content .tile-footer.transparent-white input[type="email"],
  body #content .tile-footer.transparent-white input[type="url"],
  body #content .tile-footer.transparent-white input[type="search"],
  body #content .tile-footer.transparent-white input[type="tel"],
  body #content .tile-footer.transparent-white input[type="color"],
  body #content .tile-left-side.transparent-black .uneditable-input,
  body #content .tile-left-side.transparent-black textarea,
  body #content .tile-left-side.transparent-black input[type="text"],
  body #content .tile-left-side.transparent-black input[type="password"],
  body #content .tile-left-side.transparent-black input[type="datetime"],
  body #content .tile-left-side.transparent-black input[type="datetime-local"],
  body #content .tile-left-side.transparent-black input[type="date"],
  body #content .tile-left-side.transparent-black input[type="month"],
  body #content .tile-left-side.transparent-black input[type="time"],
  body #content .tile-left-side.transparent-black input[type="week"],
  body #content .tile-left-side.transparent-black input[type="number"],
  body #content .tile-left-side.transparent-black input[type="email"],
  body #content .tile-left-side.transparent-black input[type="url"],
  body #content .tile-left-side.transparent-black input[type="search"],
  body #content .tile-left-side.transparent-black input[type="tel"],
  body #content .tile-left-side.transparent-black input[type="color"],
  body #content .tile-left-side.transparent-white .uneditable-input,
  body #content .tile-left-side.transparent-white textarea,
  body #content .tile-left-side.transparent-white input[type="text"],
  body #content .tile-left-side.transparent-white input[type="password"],
  body #content .tile-left-side.transparent-white input[type="datetime"],
  body #content .tile-left-side.transparent-white input[type="datetime-local"],
  body #content .tile-left-side.transparent-white input[type="date"],
  body #content .tile-left-side.transparent-white input[type="month"],
  body #content .tile-left-side.transparent-white input[type="time"],
  body #content .tile-left-side.transparent-white input[type="week"],
  body #content .tile-left-side.transparent-white input[type="number"],
  body #content .tile-left-side.transparent-white input[type="email"],
  body #content .tile-left-side.transparent-white input[type="url"],
  body #content .tile-left-side.transparent-white input[type="search"],
  body #content .tile-left-side.transparent-white input[type="tel"],
  body #content .tile-left-side.transparent-white input[type="color"],
  body #content .tile-right-side.transparent-black .uneditable-input,
  body #content .tile-right-side.transparent-black textarea,
  body #content .tile-right-side.transparent-black input[type="text"],
  body #content .tile-right-side.transparent-black input[type="password"],
  body #content .tile-right-side.transparent-black input[type="datetime"],
  body #content .tile-right-side.transparent-black input[type="datetime-local"],
  body #content .tile-right-side.transparent-black input[type="date"],
  body #content .tile-right-side.transparent-black input[type="month"],
  body #content .tile-right-side.transparent-black input[type="time"],
  body #content .tile-right-side.transparent-black input[type="week"],
  body #content .tile-right-side.transparent-black input[type="number"],
  body #content .tile-right-side.transparent-black input[type="email"],
  body #content .tile-right-side.transparent-black input[type="url"],
  body #content .tile-right-side.transparent-black input[type="search"],
  body #content .tile-right-side.transparent-black input[type="tel"],
  body #content .tile-right-side.transparent-black input[type="color"],
  body #content .tile-right-side.transparent-white .uneditable-input,
  body #content .tile-right-side.transparent-white textarea,
  body #content .tile-right-side.transparent-white input[type="text"],
  body #content .tile-right-side.transparent-white input[type="password"],
  body #content .tile-right-side.transparent-white input[type="datetime"],
  body #content .tile-right-side.transparent-white input[type="datetime-local"],
  body #content .tile-right-side.transparent-white input[type="date"],
  body #content .tile-right-side.transparent-white input[type="month"],
  body #content .tile-right-side.transparent-white input[type="time"],
  body #content .tile-right-side.transparent-white input[type="week"],
  body #content .tile-right-side.transparent-white input[type="number"],
  body #content .tile-right-side.transparent-white input[type="email"],
  body #content .tile-right-side.transparent-white input[type="url"],
  body #content .tile-right-side.transparent-white input[type="search"],
  body #content .tile-right-side.transparent-white input[type="tel"],
  body #content .tile-right-side.transparent-white input[type="color"] {
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px; }
    body #content .tile.transparent-black .uneditable-input:focus,
    body #content .tile.transparent-black textarea:focus,
    body #content .tile.transparent-black input[type="text"]:focus,
    body #content .tile.transparent-black input[type="password"]:focus,
    body #content .tile.transparent-black input[type="datetime"]:focus,
    body #content .tile.transparent-black input[type="datetime-local"]:focus,
    body #content .tile.transparent-black input[type="date"]:focus,
    body #content .tile.transparent-black input[type="month"]:focus,
    body #content .tile.transparent-black input[type="time"]:focus,
    body #content .tile.transparent-black input[type="week"]:focus,
    body #content .tile.transparent-black input[type="number"]:focus,
    body #content .tile.transparent-black input[type="email"]:focus,
    body #content .tile.transparent-black input[type="url"]:focus,
    body #content .tile.transparent-black input[type="search"]:focus,
    body #content .tile.transparent-black input[type="tel"]:focus,
    body #content .tile.transparent-black input[type="color"]:focus, body #content .tile.transparent-white .uneditable-input:focus,
    body #content .tile.transparent-white textarea:focus,
    body #content .tile.transparent-white input[type="text"]:focus,
    body #content .tile.transparent-white input[type="password"]:focus,
    body #content .tile.transparent-white input[type="datetime"]:focus,
    body #content .tile.transparent-white input[type="datetime-local"]:focus,
    body #content .tile.transparent-white input[type="date"]:focus,
    body #content .tile.transparent-white input[type="month"]:focus,
    body #content .tile.transparent-white input[type="time"]:focus,
    body #content .tile.transparent-white input[type="week"]:focus,
    body #content .tile.transparent-white input[type="number"]:focus,
    body #content .tile.transparent-white input[type="email"]:focus,
    body #content .tile.transparent-white input[type="url"]:focus,
    body #content .tile.transparent-white input[type="search"]:focus,
    body #content .tile.transparent-white input[type="tel"]:focus,
    body #content .tile.transparent-white input[type="color"]:focus,
    body #content .tile-header.transparent-black .uneditable-input:focus,
    body #content .tile-header.transparent-black textarea:focus,
    body #content .tile-header.transparent-black input[type="text"]:focus,
    body #content .tile-header.transparent-black input[type="password"]:focus,
    body #content .tile-header.transparent-black input[type="datetime"]:focus,
    body #content .tile-header.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-header.transparent-black input[type="date"]:focus,
    body #content .tile-header.transparent-black input[type="month"]:focus,
    body #content .tile-header.transparent-black input[type="time"]:focus,
    body #content .tile-header.transparent-black input[type="week"]:focus,
    body #content .tile-header.transparent-black input[type="number"]:focus,
    body #content .tile-header.transparent-black input[type="email"]:focus,
    body #content .tile-header.transparent-black input[type="url"]:focus,
    body #content .tile-header.transparent-black input[type="search"]:focus,
    body #content .tile-header.transparent-black input[type="tel"]:focus,
    body #content .tile-header.transparent-black input[type="color"]:focus,
    body #content .tile-header.transparent-white .uneditable-input:focus,
    body #content .tile-header.transparent-white textarea:focus,
    body #content .tile-header.transparent-white input[type="text"]:focus,
    body #content .tile-header.transparent-white input[type="password"]:focus,
    body #content .tile-header.transparent-white input[type="datetime"]:focus,
    body #content .tile-header.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-header.transparent-white input[type="date"]:focus,
    body #content .tile-header.transparent-white input[type="month"]:focus,
    body #content .tile-header.transparent-white input[type="time"]:focus,
    body #content .tile-header.transparent-white input[type="week"]:focus,
    body #content .tile-header.transparent-white input[type="number"]:focus,
    body #content .tile-header.transparent-white input[type="email"]:focus,
    body #content .tile-header.transparent-white input[type="url"]:focus,
    body #content .tile-header.transparent-white input[type="search"]:focus,
    body #content .tile-header.transparent-white input[type="tel"]:focus,
    body #content .tile-header.transparent-white input[type="color"]:focus,
    body #content .tile-widget.transparent-black .uneditable-input:focus,
    body #content .tile-widget.transparent-black textarea:focus,
    body #content .tile-widget.transparent-black input[type="text"]:focus,
    body #content .tile-widget.transparent-black input[type="password"]:focus,
    body #content .tile-widget.transparent-black input[type="datetime"]:focus,
    body #content .tile-widget.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-widget.transparent-black input[type="date"]:focus,
    body #content .tile-widget.transparent-black input[type="month"]:focus,
    body #content .tile-widget.transparent-black input[type="time"]:focus,
    body #content .tile-widget.transparent-black input[type="week"]:focus,
    body #content .tile-widget.transparent-black input[type="number"]:focus,
    body #content .tile-widget.transparent-black input[type="email"]:focus,
    body #content .tile-widget.transparent-black input[type="url"]:focus,
    body #content .tile-widget.transparent-black input[type="search"]:focus,
    body #content .tile-widget.transparent-black input[type="tel"]:focus,
    body #content .tile-widget.transparent-black input[type="color"]:focus,
    body #content .tile-widget.transparent-white .uneditable-input:focus,
    body #content .tile-widget.transparent-white textarea:focus,
    body #content .tile-widget.transparent-white input[type="text"]:focus,
    body #content .tile-widget.transparent-white input[type="password"]:focus,
    body #content .tile-widget.transparent-white input[type="datetime"]:focus,
    body #content .tile-widget.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-widget.transparent-white input[type="date"]:focus,
    body #content .tile-widget.transparent-white input[type="month"]:focus,
    body #content .tile-widget.transparent-white input[type="time"]:focus,
    body #content .tile-widget.transparent-white input[type="week"]:focus,
    body #content .tile-widget.transparent-white input[type="number"]:focus,
    body #content .tile-widget.transparent-white input[type="email"]:focus,
    body #content .tile-widget.transparent-white input[type="url"]:focus,
    body #content .tile-widget.transparent-white input[type="search"]:focus,
    body #content .tile-widget.transparent-white input[type="tel"]:focus,
    body #content .tile-widget.transparent-white input[type="color"]:focus,
    body #content .tile-body.transparent-black .uneditable-input:focus,
    body #content .tile-body.transparent-black textarea:focus,
    body #content .tile-body.transparent-black input[type="text"]:focus,
    body #content .tile-body.transparent-black input[type="password"]:focus,
    body #content .tile-body.transparent-black input[type="datetime"]:focus,
    body #content .tile-body.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-body.transparent-black input[type="date"]:focus,
    body #content .tile-body.transparent-black input[type="month"]:focus,
    body #content .tile-body.transparent-black input[type="time"]:focus,
    body #content .tile-body.transparent-black input[type="week"]:focus,
    body #content .tile-body.transparent-black input[type="number"]:focus,
    body #content .tile-body.transparent-black input[type="email"]:focus,
    body #content .tile-body.transparent-black input[type="url"]:focus,
    body #content .tile-body.transparent-black input[type="search"]:focus,
    body #content .tile-body.transparent-black input[type="tel"]:focus,
    body #content .tile-body.transparent-black input[type="color"]:focus,
    body #content .tile-body.transparent-white .uneditable-input:focus,
    body #content .tile-body.transparent-white textarea:focus,
    body #content .tile-body.transparent-white input[type="text"]:focus,
    body #content .tile-body.transparent-white input[type="password"]:focus,
    body #content .tile-body.transparent-white input[type="datetime"]:focus,
    body #content .tile-body.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-body.transparent-white input[type="date"]:focus,
    body #content .tile-body.transparent-white input[type="month"]:focus,
    body #content .tile-body.transparent-white input[type="time"]:focus,
    body #content .tile-body.transparent-white input[type="week"]:focus,
    body #content .tile-body.transparent-white input[type="number"]:focus,
    body #content .tile-body.transparent-white input[type="email"]:focus,
    body #content .tile-body.transparent-white input[type="url"]:focus,
    body #content .tile-body.transparent-white input[type="search"]:focus,
    body #content .tile-body.transparent-white input[type="tel"]:focus,
    body #content .tile-body.transparent-white input[type="color"]:focus,
    body #content .tile-footer.transparent-black .uneditable-input:focus,
    body #content .tile-footer.transparent-black textarea:focus,
    body #content .tile-footer.transparent-black input[type="text"]:focus,
    body #content .tile-footer.transparent-black input[type="password"]:focus,
    body #content .tile-footer.transparent-black input[type="datetime"]:focus,
    body #content .tile-footer.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-footer.transparent-black input[type="date"]:focus,
    body #content .tile-footer.transparent-black input[type="month"]:focus,
    body #content .tile-footer.transparent-black input[type="time"]:focus,
    body #content .tile-footer.transparent-black input[type="week"]:focus,
    body #content .tile-footer.transparent-black input[type="number"]:focus,
    body #content .tile-footer.transparent-black input[type="email"]:focus,
    body #content .tile-footer.transparent-black input[type="url"]:focus,
    body #content .tile-footer.transparent-black input[type="search"]:focus,
    body #content .tile-footer.transparent-black input[type="tel"]:focus,
    body #content .tile-footer.transparent-black input[type="color"]:focus,
    body #content .tile-footer.transparent-white .uneditable-input:focus,
    body #content .tile-footer.transparent-white textarea:focus,
    body #content .tile-footer.transparent-white input[type="text"]:focus,
    body #content .tile-footer.transparent-white input[type="password"]:focus,
    body #content .tile-footer.transparent-white input[type="datetime"]:focus,
    body #content .tile-footer.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-footer.transparent-white input[type="date"]:focus,
    body #content .tile-footer.transparent-white input[type="month"]:focus,
    body #content .tile-footer.transparent-white input[type="time"]:focus,
    body #content .tile-footer.transparent-white input[type="week"]:focus,
    body #content .tile-footer.transparent-white input[type="number"]:focus,
    body #content .tile-footer.transparent-white input[type="email"]:focus,
    body #content .tile-footer.transparent-white input[type="url"]:focus,
    body #content .tile-footer.transparent-white input[type="search"]:focus,
    body #content .tile-footer.transparent-white input[type="tel"]:focus,
    body #content .tile-footer.transparent-white input[type="color"]:focus,
    body #content .tile-left-side.transparent-black .uneditable-input:focus,
    body #content .tile-left-side.transparent-black textarea:focus,
    body #content .tile-left-side.transparent-black input[type="text"]:focus,
    body #content .tile-left-side.transparent-black input[type="password"]:focus,
    body #content .tile-left-side.transparent-black input[type="datetime"]:focus,
    body #content .tile-left-side.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-left-side.transparent-black input[type="date"]:focus,
    body #content .tile-left-side.transparent-black input[type="month"]:focus,
    body #content .tile-left-side.transparent-black input[type="time"]:focus,
    body #content .tile-left-side.transparent-black input[type="week"]:focus,
    body #content .tile-left-side.transparent-black input[type="number"]:focus,
    body #content .tile-left-side.transparent-black input[type="email"]:focus,
    body #content .tile-left-side.transparent-black input[type="url"]:focus,
    body #content .tile-left-side.transparent-black input[type="search"]:focus,
    body #content .tile-left-side.transparent-black input[type="tel"]:focus,
    body #content .tile-left-side.transparent-black input[type="color"]:focus,
    body #content .tile-left-side.transparent-white .uneditable-input:focus,
    body #content .tile-left-side.transparent-white textarea:focus,
    body #content .tile-left-side.transparent-white input[type="text"]:focus,
    body #content .tile-left-side.transparent-white input[type="password"]:focus,
    body #content .tile-left-side.transparent-white input[type="datetime"]:focus,
    body #content .tile-left-side.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-left-side.transparent-white input[type="date"]:focus,
    body #content .tile-left-side.transparent-white input[type="month"]:focus,
    body #content .tile-left-side.transparent-white input[type="time"]:focus,
    body #content .tile-left-side.transparent-white input[type="week"]:focus,
    body #content .tile-left-side.transparent-white input[type="number"]:focus,
    body #content .tile-left-side.transparent-white input[type="email"]:focus,
    body #content .tile-left-side.transparent-white input[type="url"]:focus,
    body #content .tile-left-side.transparent-white input[type="search"]:focus,
    body #content .tile-left-side.transparent-white input[type="tel"]:focus,
    body #content .tile-left-side.transparent-white input[type="color"]:focus,
    body #content .tile-right-side.transparent-black .uneditable-input:focus,
    body #content .tile-right-side.transparent-black textarea:focus,
    body #content .tile-right-side.transparent-black input[type="text"]:focus,
    body #content .tile-right-side.transparent-black input[type="password"]:focus,
    body #content .tile-right-side.transparent-black input[type="datetime"]:focus,
    body #content .tile-right-side.transparent-black input[type="datetime-local"]:focus,
    body #content .tile-right-side.transparent-black input[type="date"]:focus,
    body #content .tile-right-side.transparent-black input[type="month"]:focus,
    body #content .tile-right-side.transparent-black input[type="time"]:focus,
    body #content .tile-right-side.transparent-black input[type="week"]:focus,
    body #content .tile-right-side.transparent-black input[type="number"]:focus,
    body #content .tile-right-side.transparent-black input[type="email"]:focus,
    body #content .tile-right-side.transparent-black input[type="url"]:focus,
    body #content .tile-right-side.transparent-black input[type="search"]:focus,
    body #content .tile-right-side.transparent-black input[type="tel"]:focus,
    body #content .tile-right-side.transparent-black input[type="color"]:focus,
    body #content .tile-right-side.transparent-white .uneditable-input:focus,
    body #content .tile-right-side.transparent-white textarea:focus,
    body #content .tile-right-side.transparent-white input[type="text"]:focus,
    body #content .tile-right-side.transparent-white input[type="password"]:focus,
    body #content .tile-right-side.transparent-white input[type="datetime"]:focus,
    body #content .tile-right-side.transparent-white input[type="datetime-local"]:focus,
    body #content .tile-right-side.transparent-white input[type="date"]:focus,
    body #content .tile-right-side.transparent-white input[type="month"]:focus,
    body #content .tile-right-side.transparent-white input[type="time"]:focus,
    body #content .tile-right-side.transparent-white input[type="week"]:focus,
    body #content .tile-right-side.transparent-white input[type="number"]:focus,
    body #content .tile-right-side.transparent-white input[type="email"]:focus,
    body #content .tile-right-side.transparent-white input[type="url"]:focus,
    body #content .tile-right-side.transparent-white input[type="search"]:focus,
    body #content .tile-right-side.transparent-white input[type="tel"]:focus,
    body #content .tile-right-side.transparent-white input[type="color"]:focus {
      background-color: rgba(0, 0, 0, 0.5); }
    body #content .tile.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile.transparent-black input[type="color"]::-webkit-input-placeholder, body #content .tile.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-header.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-header.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-header.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-body.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-body.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-body.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="color"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black .uneditable-input::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black textarea::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="text"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="password"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="date"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="month"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="time"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="week"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="number"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="email"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="url"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="search"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="color"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white .uneditable-input::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white textarea::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="text"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="password"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime-local"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="date"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="month"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="time"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="week"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="number"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="email"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="url"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="search"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="tel"]::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="color"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    body #content .tile.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile.transparent-black textarea:-moz-placeholder,
    body #content .tile.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile.transparent-black input[type="color"]:-moz-placeholder, body #content .tile.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile.transparent-white textarea:-moz-placeholder,
    body #content .tile.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-header.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-header.transparent-black textarea:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-header.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-header.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-header.transparent-white textarea:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-header.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-widget.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-widget.transparent-black textarea:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-widget.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-widget.transparent-white textarea:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-body.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-body.transparent-black textarea:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-body.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-body.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-body.transparent-white textarea:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-body.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-footer.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-footer.transparent-black textarea:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-footer.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-footer.transparent-white textarea:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-left-side.transparent-black textarea:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-left-side.transparent-white textarea:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="color"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black .uneditable-input:-moz-placeholder,
    body #content .tile-right-side.transparent-black textarea:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="text"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="password"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="date"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="month"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="time"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="week"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="number"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="email"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="url"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="search"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="tel"]:-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="color"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white .uneditable-input:-moz-placeholder,
    body #content .tile-right-side.transparent-white textarea:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="text"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="password"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime-local"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="date"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="month"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="time"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="week"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="number"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="email"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="url"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="search"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="tel"]:-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="color"]:-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    body #content .tile.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile.transparent-black textarea::-moz-placeholder,
    body #content .tile.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile.transparent-black input[type="color"]::-moz-placeholder, body #content .tile.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile.transparent-white textarea::-moz-placeholder,
    body #content .tile.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-header.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-header.transparent-black textarea::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-header.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-header.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-header.transparent-white textarea::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-header.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-widget.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-widget.transparent-black textarea::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-widget.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-widget.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-widget.transparent-white textarea::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-widget.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-body.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-body.transparent-black textarea::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-body.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-body.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-body.transparent-white textarea::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-body.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-footer.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-footer.transparent-black textarea::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-footer.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-footer.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-footer.transparent-white textarea::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-footer.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-left-side.transparent-black textarea::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-left-side.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-left-side.transparent-white textarea::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-left-side.transparent-white input[type="color"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black .uneditable-input::-moz-placeholder,
    body #content .tile-right-side.transparent-black textarea::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="text"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="password"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="date"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="month"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="time"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="week"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="number"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="email"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="url"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="search"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="tel"]::-moz-placeholder,
    body #content .tile-right-side.transparent-black input[type="color"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white .uneditable-input::-moz-placeholder,
    body #content .tile-right-side.transparent-white textarea::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="text"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="password"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime-local"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="date"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="month"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="time"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="week"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="number"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="email"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="url"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="search"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="tel"]::-moz-placeholder,
    body #content .tile-right-side.transparent-white input[type="color"]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    body #content .tile.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile.transparent-black textarea:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile.transparent-black input[type="color"]:-ms-input-placeholder, body #content .tile.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile.transparent-white textarea:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-header.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-header.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-header.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-header.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-widget.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-widget.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-widget.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-body.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-body.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-body.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-body.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-footer.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-footer.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-footer.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white input[type="color"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black .uneditable-input:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black textarea:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="text"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="password"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="date"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="month"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="time"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="week"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="number"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="email"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="url"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="search"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="tel"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black input[type="color"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white .uneditable-input:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white textarea:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="text"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="password"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="datetime-local"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="date"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="month"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="time"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="week"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="number"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="email"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="url"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="search"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="tel"]:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white input[type="color"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.8); }
    body #content .tile.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile.transparent-black input[type="color"].parsley-validated.parsley-error, body #content .tile.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-header.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-header.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-header.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-widget.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-body.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-body.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-body.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-footer.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-left-side.transparent-white input[type="color"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black textarea.parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="text"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="password"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="date"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="month"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="time"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="week"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="number"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="email"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="url"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="search"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-black input[type="color"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white .uneditable-input.parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white textarea.parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="text"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="password"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="datetime"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="date"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="month"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="time"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="week"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="number"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="email"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="url"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="search"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="tel"].parsley-validated.parsley-error,
    body #content .tile-right-side.transparent-white input[type="color"].parsley-validated.parsley-error {
      background-color: rgba(255, 74, 67, 0.2);
      border: 1px solid rgba(255, 74, 67, 0.5); }
    body #content .tile.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile.transparent-black input[type="color"].parsley-validated.parsley-success, body #content .tile.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-header.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-header.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-header.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-widget.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-body.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-body.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-body.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-footer.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-left-side.transparent-white input[type="color"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black textarea.parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="text"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="password"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="date"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="month"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="time"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="week"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="number"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="email"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="url"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="search"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-black input[type="color"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white .uneditable-input.parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white textarea.parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="text"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="password"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="datetime"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="date"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="month"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="time"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="week"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="number"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="email"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="url"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="search"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="tel"].parsley-validated.parsley-success,
    body #content .tile-right-side.transparent-white input[type="color"].parsley-validated.parsley-success {
      background-color: rgba(162, 210, 0, 0.2);
      border: 1px solid rgba(162, 210, 0, 0.5); }
  body #content .tile.transparent-black .form-group.form-footer, body #content .tile.transparent-white .form-group.form-footer,
  body #content .tile-header.transparent-black .form-group.form-footer,
  body #content .tile-header.transparent-white .form-group.form-footer,
  body #content .tile-widget.transparent-black .form-group.form-footer,
  body #content .tile-widget.transparent-white .form-group.form-footer,
  body #content .tile-body.transparent-black .form-group.form-footer,
  body #content .tile-body.transparent-white .form-group.form-footer,
  body #content .tile-footer.transparent-black .form-group.form-footer,
  body #content .tile-footer.transparent-white .form-group.form-footer,
  body #content .tile-left-side.transparent-black .form-group.form-footer,
  body #content .tile-left-side.transparent-white .form-group.form-footer,
  body #content .tile-right-side.transparent-black .form-group.form-footer,
  body #content .tile-right-side.transparent-white .form-group.form-footer {
    background-color: rgba(0, 0, 0, 0.2); }
  body #content .tile.transparent-black .form-control[disabled],
  body #content .tile.transparent-black .form-control[readonly],
  body #content .tile.transparent-black fieldset[disabled] .form-control, body #content .tile.transparent-white .form-control[disabled],
  body #content .tile.transparent-white .form-control[readonly],
  body #content .tile.transparent-white fieldset[disabled] .form-control,
  body #content .tile-header.transparent-black .form-control[disabled],
  body #content .tile-header.transparent-black .form-control[readonly],
  body #content .tile-header.transparent-black fieldset[disabled] .form-control,
  body #content .tile-header.transparent-white .form-control[disabled],
  body #content .tile-header.transparent-white .form-control[readonly],
  body #content .tile-header.transparent-white fieldset[disabled] .form-control,
  body #content .tile-widget.transparent-black .form-control[disabled],
  body #content .tile-widget.transparent-black .form-control[readonly],
  body #content .tile-widget.transparent-black fieldset[disabled] .form-control,
  body #content .tile-widget.transparent-white .form-control[disabled],
  body #content .tile-widget.transparent-white .form-control[readonly],
  body #content .tile-widget.transparent-white fieldset[disabled] .form-control,
  body #content .tile-body.transparent-black .form-control[disabled],
  body #content .tile-body.transparent-black .form-control[readonly],
  body #content .tile-body.transparent-black fieldset[disabled] .form-control,
  body #content .tile-body.transparent-white .form-control[disabled],
  body #content .tile-body.transparent-white .form-control[readonly],
  body #content .tile-body.transparent-white fieldset[disabled] .form-control,
  body #content .tile-footer.transparent-black .form-control[disabled],
  body #content .tile-footer.transparent-black .form-control[readonly],
  body #content .tile-footer.transparent-black fieldset[disabled] .form-control,
  body #content .tile-footer.transparent-white .form-control[disabled],
  body #content .tile-footer.transparent-white .form-control[readonly],
  body #content .tile-footer.transparent-white fieldset[disabled] .form-control,
  body #content .tile-left-side.transparent-black .form-control[disabled],
  body #content .tile-left-side.transparent-black .form-control[readonly],
  body #content .tile-left-side.transparent-black fieldset[disabled] .form-control,
  body #content .tile-left-side.transparent-white .form-control[disabled],
  body #content .tile-left-side.transparent-white .form-control[readonly],
  body #content .tile-left-side.transparent-white fieldset[disabled] .form-control,
  body #content .tile-right-side.transparent-black .form-control[disabled],
  body #content .tile-right-side.transparent-black .form-control[readonly],
  body #content .tile-right-side.transparent-black fieldset[disabled] .form-control,
  body #content .tile-right-side.transparent-white .form-control[disabled],
  body #content .tile-right-side.transparent-white .form-control[readonly],
  body #content .tile-right-side.transparent-white fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    color: #717171; }
    body #content .tile.transparent-black .form-control[disabled]:focus,
    body #content .tile.transparent-black .form-control[readonly]:focus,
    body #content .tile.transparent-black fieldset[disabled] .form-control:focus, body #content .tile.transparent-white .form-control[disabled]:focus,
    body #content .tile.transparent-white .form-control[readonly]:focus,
    body #content .tile.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-header.transparent-black .form-control[disabled]:focus,
    body #content .tile-header.transparent-black .form-control[readonly]:focus,
    body #content .tile-header.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-header.transparent-white .form-control[disabled]:focus,
    body #content .tile-header.transparent-white .form-control[readonly]:focus,
    body #content .tile-header.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-widget.transparent-black .form-control[disabled]:focus,
    body #content .tile-widget.transparent-black .form-control[readonly]:focus,
    body #content .tile-widget.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-widget.transparent-white .form-control[disabled]:focus,
    body #content .tile-widget.transparent-white .form-control[readonly]:focus,
    body #content .tile-widget.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-body.transparent-black .form-control[disabled]:focus,
    body #content .tile-body.transparent-black .form-control[readonly]:focus,
    body #content .tile-body.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-body.transparent-white .form-control[disabled]:focus,
    body #content .tile-body.transparent-white .form-control[readonly]:focus,
    body #content .tile-body.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-footer.transparent-black .form-control[disabled]:focus,
    body #content .tile-footer.transparent-black .form-control[readonly]:focus,
    body #content .tile-footer.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-footer.transparent-white .form-control[disabled]:focus,
    body #content .tile-footer.transparent-white .form-control[readonly]:focus,
    body #content .tile-footer.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-left-side.transparent-black .form-control[disabled]:focus,
    body #content .tile-left-side.transparent-black .form-control[readonly]:focus,
    body #content .tile-left-side.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-left-side.transparent-white .form-control[disabled]:focus,
    body #content .tile-left-side.transparent-white .form-control[readonly]:focus,
    body #content .tile-left-side.transparent-white fieldset[disabled] .form-control:focus,
    body #content .tile-right-side.transparent-black .form-control[disabled]:focus,
    body #content .tile-right-side.transparent-black .form-control[readonly]:focus,
    body #content .tile-right-side.transparent-black fieldset[disabled] .form-control:focus,
    body #content .tile-right-side.transparent-white .form-control[disabled]:focus,
    body #content .tile-right-side.transparent-white .form-control[readonly]:focus,
    body #content .tile-right-side.transparent-white fieldset[disabled] .form-control:focus {
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: 0; }
  body #content .tile.transparent-black .table-options.paging-info, body #content .tile.transparent-white .table-options.paging-info,
  body #content .tile-header.transparent-black .table-options.paging-info,
  body #content .tile-header.transparent-white .table-options.paging-info,
  body #content .tile-widget.transparent-black .table-options.paging-info,
  body #content .tile-widget.transparent-white .table-options.paging-info,
  body #content .tile-body.transparent-black .table-options.paging-info,
  body #content .tile-body.transparent-white .table-options.paging-info,
  body #content .tile-footer.transparent-black .table-options.paging-info,
  body #content .tile-footer.transparent-white .table-options.paging-info,
  body #content .tile-left-side.transparent-black .table-options.paging-info,
  body #content .tile-left-side.transparent-white .table-options.paging-info,
  body #content .tile-right-side.transparent-black .table-options.paging-info,
  body #content .tile-right-side.transparent-white .table-options.paging-info {
    color: rgba(255, 255, 255, 0.7); }
  body #content .tile.transparent-black .search, body #content .tile.transparent-white .search,
  body #content .tile-header.transparent-black .search,
  body #content .tile-header.transparent-white .search,
  body #content .tile-widget.transparent-black .search,
  body #content .tile-widget.transparent-white .search,
  body #content .tile-body.transparent-black .search,
  body #content .tile-body.transparent-white .search,
  body #content .tile-footer.transparent-black .search,
  body #content .tile-footer.transparent-white .search,
  body #content .tile-left-side.transparent-black .search,
  body #content .tile-left-side.transparent-white .search,
  body #content .tile-right-side.transparent-black .search,
  body #content .tile-right-side.transparent-white .search {
    display: inline-block;
    float: right; }
    body #content .tile.transparent-black .search input, body #content .tile.transparent-white .search input,
    body #content .tile-header.transparent-black .search input,
    body #content .tile-header.transparent-white .search input,
    body #content .tile-widget.transparent-black .search input,
    body #content .tile-widget.transparent-white .search input,
    body #content .tile-body.transparent-black .search input,
    body #content .tile-body.transparent-white .search input,
    body #content .tile-footer.transparent-black .search input,
    body #content .tile-footer.transparent-white .search input,
    body #content .tile-left-side.transparent-black .search input,
    body #content .tile-left-side.transparent-white .search input,
    body #content .tile-right-side.transparent-black .search input,
    body #content .tile-right-side.transparent-white .search input {
      font-family: "Ubuntu Mono", sans-serif;
      font-size: 16px !important;
      color: rgba(255, 255, 255, 0.6) !important;
      background: none !important;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
      -webkit-appearance: none !important;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      min-height: 28px;
      padding: 0 !important;
      line-height: 32px !important; }
      body #content .tile.transparent-black .search input:focus, body #content .tile.transparent-white .search input:focus,
      body #content .tile-header.transparent-black .search input:focus,
      body #content .tile-header.transparent-white .search input:focus,
      body #content .tile-widget.transparent-black .search input:focus,
      body #content .tile-widget.transparent-white .search input:focus,
      body #content .tile-body.transparent-black .search input:focus,
      body #content .tile-body.transparent-white .search input:focus,
      body #content .tile-footer.transparent-black .search input:focus,
      body #content .tile-footer.transparent-white .search input:focus,
      body #content .tile-left-side.transparent-black .search input:focus,
      body #content .tile-left-side.transparent-white .search input:focus,
      body #content .tile-right-side.transparent-black .search input:focus,
      body #content .tile-right-side.transparent-white .search input:focus {
        outline: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      body #content .tile.transparent-black .search input::-webkit-input-placeholder, body #content .tile.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-header.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-header.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-widget.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-widget.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-body.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-body.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-footer.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-footer.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-left-side.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-left-side.transparent-white .search input::-webkit-input-placeholder,
      body #content .tile-right-side.transparent-black .search input::-webkit-input-placeholder,
      body #content .tile-right-side.transparent-white .search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4) !important; }
      body #content .tile.transparent-black .search input:-moz-placeholder, body #content .tile.transparent-white .search input:-moz-placeholder,
      body #content .tile-header.transparent-black .search input:-moz-placeholder,
      body #content .tile-header.transparent-white .search input:-moz-placeholder,
      body #content .tile-widget.transparent-black .search input:-moz-placeholder,
      body #content .tile-widget.transparent-white .search input:-moz-placeholder,
      body #content .tile-body.transparent-black .search input:-moz-placeholder,
      body #content .tile-body.transparent-white .search input:-moz-placeholder,
      body #content .tile-footer.transparent-black .search input:-moz-placeholder,
      body #content .tile-footer.transparent-white .search input:-moz-placeholder,
      body #content .tile-left-side.transparent-black .search input:-moz-placeholder,
      body #content .tile-left-side.transparent-white .search input:-moz-placeholder,
      body #content .tile-right-side.transparent-black .search input:-moz-placeholder,
      body #content .tile-right-side.transparent-white .search input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4) !important; }
      body #content .tile.transparent-black .search input::-moz-placeholder, body #content .tile.transparent-white .search input::-moz-placeholder,
      body #content .tile-header.transparent-black .search input::-moz-placeholder,
      body #content .tile-header.transparent-white .search input::-moz-placeholder,
      body #content .tile-widget.transparent-black .search input::-moz-placeholder,
      body #content .tile-widget.transparent-white .search input::-moz-placeholder,
      body #content .tile-body.transparent-black .search input::-moz-placeholder,
      body #content .tile-body.transparent-white .search input::-moz-placeholder,
      body #content .tile-footer.transparent-black .search input::-moz-placeholder,
      body #content .tile-footer.transparent-white .search input::-moz-placeholder,
      body #content .tile-left-side.transparent-black .search input::-moz-placeholder,
      body #content .tile-left-side.transparent-white .search input::-moz-placeholder,
      body #content .tile-right-side.transparent-black .search input::-moz-placeholder,
      body #content .tile-right-side.transparent-white .search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4) !important; }
      body #content .tile.transparent-black .search input:-ms-input-placeholder, body #content .tile.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-header.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-header.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-widget.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-widget.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-body.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-body.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-footer.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-footer.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-left-side.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-left-side.transparent-white .search input:-ms-input-placeholder,
      body #content .tile-right-side.transparent-black .search input:-ms-input-placeholder,
      body #content .tile-right-side.transparent-white .search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4) !important; }
  body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input,
  body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input {
    color: rgba(255, 255, 255, 0.6) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; }
    body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input:focus, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input:focus,
    body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input:focus {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important; }
    body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder,
    body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
    body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input:-moz-placeholder,
    body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
    body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input::-moz-placeholder,
    body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
    body #content .tile.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder, body #content .tile.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-header.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-header.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-widget.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-widget.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-body.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-body.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-footer.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-footer.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-left-side.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-left-side.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-right-side.transparent-black .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder,
    body #content .tile-right-side.transparent-white .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4) !important; }
  body #content .tile.transparent-white .form-group.form-footer,
  body #content .tile-header.transparent-white .form-group.form-footer,
  body #content .tile-widget.transparent-white .form-group.form-footer,
  body #content .tile-body.transparent-white .form-group.form-footer,
  body #content .tile-footer.transparent-white .form-group.form-footer,
  body #content .tile-left-side.transparent-white .form-group.form-footer,
  body #content .tile-right-side.transparent-white .form-group.form-footer {
    background-color: rgba(255, 255, 255, 0.2); }
  body #content .tile.transparent-white table,
  body #content .tile-header.transparent-white table,
  body #content .tile-widget.transparent-white table,
  body #content .tile-body.transparent-white table,
  body #content .tile-footer.transparent-white table,
  body #content .tile-left-side.transparent-white table,
  body #content .tile-right-side.transparent-white table {
    border-color: rgba(255, 255, 255, 0.5); }
    body #content .tile.transparent-white table.table-bordered,
    body #content .tile-header.transparent-white table.table-bordered,
    body #content .tile-widget.transparent-white table.table-bordered,
    body #content .tile-body.transparent-white table.table-bordered,
    body #content .tile-footer.transparent-white table.table-bordered,
    body #content .tile-left-side.transparent-white table.table-bordered,
    body #content .tile-right-side.transparent-white table.table-bordered {
      border-collapse: separate;
      border: 0; }
      body #content .tile.transparent-white table.table-bordered > thead > tr td,
      body #content .tile.transparent-white table.table-bordered > thead > tr th,
      body #content .tile.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-header.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-header.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-header.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-header.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-header.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-header.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-widget.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-widget.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-widget.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-widget.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-widget.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-widget.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-body.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-body.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-body.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-body.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-body.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-body.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-footer.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-footer.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-footer.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-footer.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-footer.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-footer.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-left-side.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-left-side.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-left-side.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-left-side.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-left-side.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-left-side.transparent-white table.table-bordered > tfoot > tr th,
      body #content .tile-right-side.transparent-white table.table-bordered > thead > tr td,
      body #content .tile-right-side.transparent-white table.table-bordered > thead > tr th,
      body #content .tile-right-side.transparent-white table.table-bordered > tbody > tr td,
      body #content .tile-right-side.transparent-white table.table-bordered > tbody > tr th,
      body #content .tile-right-side.transparent-white table.table-bordered > tfoot > tr td,
      body #content .tile-right-side.transparent-white table.table-bordered > tfoot > tr th {
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-bottom: 0;
        border-right: 0; }
      body #content .tile.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-header.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-header.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-header.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-header.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-header.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-header.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-widget.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-widget.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-widget.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-widget.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-widget.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-widget.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-body.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-body.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-body.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-body.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-body.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-body.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-footer.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-footer.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-footer.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-footer.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-footer.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-footer.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-left-side.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-left-side.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-left-side.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-left-side.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-left-side.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-left-side.transparent-white table.table-bordered > tfoot > tr:last-child th,
      body #content .tile-right-side.transparent-white table.table-bordered > thead > tr:last-child td,
      body #content .tile-right-side.transparent-white table.table-bordered > thead > tr:last-child th,
      body #content .tile-right-side.transparent-white table.table-bordered > tbody > tr:last-child td,
      body #content .tile-right-side.transparent-white table.table-bordered > tbody > tr:last-child th,
      body #content .tile-right-side.transparent-white table.table-bordered > tfoot > tr:last-child td,
      body #content .tile-right-side.transparent-white table.table-bordered > tfoot > tr:last-child th {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
    body #content .tile.transparent-white table.table-hover > tbody > tr:hover > td, body #content .tile.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-header.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-header.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-widget.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-widget.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-body.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-body.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-footer.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-footer.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-left-side.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-left-side.transparent-white table.table-hover > tbody > tr:hover > th,
    body #content .tile-right-side.transparent-white table.table-hover > tbody > tr:hover > td,
    body #content .tile-right-side.transparent-white table.table-hover > tbody > tr:hover > th {
      background-color: rgba(255, 255, 255, 0.2); }
    body #content .tile.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td, body #content .tile.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-header.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-header.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-widget.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-widget.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-body.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-body.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-footer.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-footer.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-left-side.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-left-side.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th,
    body #content .tile-right-side.transparent-white table.table-striped > tbody > tr:nth-child(odd) > td,
    body #content .tile-right-side.transparent-white table.table-striped > tbody > tr:nth-child(odd) > th {
      background-color: rgba(255, 255, 255, 0.2); }
    body #content .tile.transparent-white table > thead,
    body #content .tile.transparent-white table > tbody,
    body #content .tile.transparent-white table > tfoot,
    body #content .tile-header.transparent-white table > thead,
    body #content .tile-header.transparent-white table > tbody,
    body #content .tile-header.transparent-white table > tfoot,
    body #content .tile-widget.transparent-white table > thead,
    body #content .tile-widget.transparent-white table > tbody,
    body #content .tile-widget.transparent-white table > tfoot,
    body #content .tile-body.transparent-white table > thead,
    body #content .tile-body.transparent-white table > tbody,
    body #content .tile-body.transparent-white table > tfoot,
    body #content .tile-footer.transparent-white table > thead,
    body #content .tile-footer.transparent-white table > tbody,
    body #content .tile-footer.transparent-white table > tfoot,
    body #content .tile-left-side.transparent-white table > thead,
    body #content .tile-left-side.transparent-white table > tbody,
    body #content .tile-left-side.transparent-white table > tfoot,
    body #content .tile-right-side.transparent-white table > thead,
    body #content .tile-right-side.transparent-white table > tbody,
    body #content .tile-right-side.transparent-white table > tfoot {
      border-color: rgba(255, 255, 255, 0.5); }
      body #content .tile.transparent-white table > thead > tr,
      body #content .tile.transparent-white table > tbody > tr,
      body #content .tile.transparent-white table > tfoot > tr,
      body #content .tile-header.transparent-white table > thead > tr,
      body #content .tile-header.transparent-white table > tbody > tr,
      body #content .tile-header.transparent-white table > tfoot > tr,
      body #content .tile-widget.transparent-white table > thead > tr,
      body #content .tile-widget.transparent-white table > tbody > tr,
      body #content .tile-widget.transparent-white table > tfoot > tr,
      body #content .tile-body.transparent-white table > thead > tr,
      body #content .tile-body.transparent-white table > tbody > tr,
      body #content .tile-body.transparent-white table > tfoot > tr,
      body #content .tile-footer.transparent-white table > thead > tr,
      body #content .tile-footer.transparent-white table > tbody > tr,
      body #content .tile-footer.transparent-white table > tfoot > tr,
      body #content .tile-left-side.transparent-white table > thead > tr,
      body #content .tile-left-side.transparent-white table > tbody > tr,
      body #content .tile-left-side.transparent-white table > tfoot > tr,
      body #content .tile-right-side.transparent-white table > thead > tr,
      body #content .tile-right-side.transparent-white table > tbody > tr,
      body #content .tile-right-side.transparent-white table > tfoot > tr {
        border-color: rgba(255, 255, 255, 0.5); }
        body #content .tile.transparent-white table > thead > tr > td,
        body #content .tile.transparent-white table > thead > tr > th,
        body #content .tile.transparent-white table > tbody > tr > td,
        body #content .tile.transparent-white table > tbody > tr > th,
        body #content .tile.transparent-white table > tfoot > tr > td,
        body #content .tile.transparent-white table > tfoot > tr > th,
        body #content .tile-header.transparent-white table > thead > tr > td,
        body #content .tile-header.transparent-white table > thead > tr > th,
        body #content .tile-header.transparent-white table > tbody > tr > td,
        body #content .tile-header.transparent-white table > tbody > tr > th,
        body #content .tile-header.transparent-white table > tfoot > tr > td,
        body #content .tile-header.transparent-white table > tfoot > tr > th,
        body #content .tile-widget.transparent-white table > thead > tr > td,
        body #content .tile-widget.transparent-white table > thead > tr > th,
        body #content .tile-widget.transparent-white table > tbody > tr > td,
        body #content .tile-widget.transparent-white table > tbody > tr > th,
        body #content .tile-widget.transparent-white table > tfoot > tr > td,
        body #content .tile-widget.transparent-white table > tfoot > tr > th,
        body #content .tile-body.transparent-white table > thead > tr > td,
        body #content .tile-body.transparent-white table > thead > tr > th,
        body #content .tile-body.transparent-white table > tbody > tr > td,
        body #content .tile-body.transparent-white table > tbody > tr > th,
        body #content .tile-body.transparent-white table > tfoot > tr > td,
        body #content .tile-body.transparent-white table > tfoot > tr > th,
        body #content .tile-footer.transparent-white table > thead > tr > td,
        body #content .tile-footer.transparent-white table > thead > tr > th,
        body #content .tile-footer.transparent-white table > tbody > tr > td,
        body #content .tile-footer.transparent-white table > tbody > tr > th,
        body #content .tile-footer.transparent-white table > tfoot > tr > td,
        body #content .tile-footer.transparent-white table > tfoot > tr > th,
        body #content .tile-left-side.transparent-white table > thead > tr > td,
        body #content .tile-left-side.transparent-white table > thead > tr > th,
        body #content .tile-left-side.transparent-white table > tbody > tr > td,
        body #content .tile-left-side.transparent-white table > tbody > tr > th,
        body #content .tile-left-side.transparent-white table > tfoot > tr > td,
        body #content .tile-left-side.transparent-white table > tfoot > tr > th,
        body #content .tile-right-side.transparent-white table > thead > tr > td,
        body #content .tile-right-side.transparent-white table > thead > tr > th,
        body #content .tile-right-side.transparent-white table > tbody > tr > td,
        body #content .tile-right-side.transparent-white table > tbody > tr > th,
        body #content .tile-right-side.transparent-white table > tfoot > tr > td,
        body #content .tile-right-side.transparent-white table > tfoot > tr > th {
          border-color: rgba(255, 255, 255, 0.5); }
        body #content .tile.transparent-white table > thead > tr.active > td,
        body #content .tile.transparent-white table > thead > tr.active > tr,
        body #content .tile.transparent-white table > tbody > tr.active > td,
        body #content .tile.transparent-white table > tbody > tr.active > tr,
        body #content .tile.transparent-white table > tfoot > tr.active > td,
        body #content .tile.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-header.transparent-white table > thead > tr.active > td,
        body #content .tile-header.transparent-white table > thead > tr.active > tr,
        body #content .tile-header.transparent-white table > tbody > tr.active > td,
        body #content .tile-header.transparent-white table > tbody > tr.active > tr,
        body #content .tile-header.transparent-white table > tfoot > tr.active > td,
        body #content .tile-header.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-widget.transparent-white table > thead > tr.active > td,
        body #content .tile-widget.transparent-white table > thead > tr.active > tr,
        body #content .tile-widget.transparent-white table > tbody > tr.active > td,
        body #content .tile-widget.transparent-white table > tbody > tr.active > tr,
        body #content .tile-widget.transparent-white table > tfoot > tr.active > td,
        body #content .tile-widget.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-body.transparent-white table > thead > tr.active > td,
        body #content .tile-body.transparent-white table > thead > tr.active > tr,
        body #content .tile-body.transparent-white table > tbody > tr.active > td,
        body #content .tile-body.transparent-white table > tbody > tr.active > tr,
        body #content .tile-body.transparent-white table > tfoot > tr.active > td,
        body #content .tile-body.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-footer.transparent-white table > thead > tr.active > td,
        body #content .tile-footer.transparent-white table > thead > tr.active > tr,
        body #content .tile-footer.transparent-white table > tbody > tr.active > td,
        body #content .tile-footer.transparent-white table > tbody > tr.active > tr,
        body #content .tile-footer.transparent-white table > tfoot > tr.active > td,
        body #content .tile-footer.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-left-side.transparent-white table > thead > tr.active > td,
        body #content .tile-left-side.transparent-white table > thead > tr.active > tr,
        body #content .tile-left-side.transparent-white table > tbody > tr.active > td,
        body #content .tile-left-side.transparent-white table > tbody > tr.active > tr,
        body #content .tile-left-side.transparent-white table > tfoot > tr.active > td,
        body #content .tile-left-side.transparent-white table > tfoot > tr.active > tr,
        body #content .tile-right-side.transparent-white table > thead > tr.active > td,
        body #content .tile-right-side.transparent-white table > thead > tr.active > tr,
        body #content .tile-right-side.transparent-white table > tbody > tr.active > td,
        body #content .tile-right-side.transparent-white table > tbody > tr.active > tr,
        body #content .tile-right-side.transparent-white table > tfoot > tr.active > td,
        body #content .tile-right-side.transparent-white table > tfoot > tr.active > tr {
          background-color: rgba(255, 255, 255, 0.2); }
  body #content .tile.transparent-white ul.inline.divided > li,
  body #content .tile-header.transparent-white ul.inline.divided > li,
  body #content .tile-widget.transparent-white ul.inline.divided > li,
  body #content .tile-body.transparent-white ul.inline.divided > li,
  body #content .tile-footer.transparent-white ul.inline.divided > li,
  body #content .tile-left-side.transparent-white ul.inline.divided > li,
  body #content .tile-right-side.transparent-white ul.inline.divided > li {
    border-right-color: rgba(255, 255, 255, 0.3); }
  body #content .tile.color .easypiechart .percentage,
  body #content .tile.color .easypiechart .label, body #content .tile.transparent-black .easypiechart .percentage,
  body #content .tile.transparent-black .easypiechart .label, body #content .tile.transparent-white .easypiechart .percentage,
  body #content .tile.transparent-white .easypiechart .label,
  body #content .tile-header.color .easypiechart .percentage,
  body #content .tile-header.color .easypiechart .label,
  body #content .tile-header.transparent-black .easypiechart .percentage,
  body #content .tile-header.transparent-black .easypiechart .label,
  body #content .tile-header.transparent-white .easypiechart .percentage,
  body #content .tile-header.transparent-white .easypiechart .label,
  body #content .tile-widget.color .easypiechart .percentage,
  body #content .tile-widget.color .easypiechart .label,
  body #content .tile-widget.transparent-black .easypiechart .percentage,
  body #content .tile-widget.transparent-black .easypiechart .label,
  body #content .tile-widget.transparent-white .easypiechart .percentage,
  body #content .tile-widget.transparent-white .easypiechart .label,
  body #content .tile-body.color .easypiechart .percentage,
  body #content .tile-body.color .easypiechart .label,
  body #content .tile-body.transparent-black .easypiechart .percentage,
  body #content .tile-body.transparent-black .easypiechart .label,
  body #content .tile-body.transparent-white .easypiechart .percentage,
  body #content .tile-body.transparent-white .easypiechart .label,
  body #content .tile-footer.color .easypiechart .percentage,
  body #content .tile-footer.color .easypiechart .label,
  body #content .tile-footer.transparent-black .easypiechart .percentage,
  body #content .tile-footer.transparent-black .easypiechart .label,
  body #content .tile-footer.transparent-white .easypiechart .percentage,
  body #content .tile-footer.transparent-white .easypiechart .label,
  body #content .tile-left-side.color .easypiechart .percentage,
  body #content .tile-left-side.color .easypiechart .label,
  body #content .tile-left-side.transparent-black .easypiechart .percentage,
  body #content .tile-left-side.transparent-black .easypiechart .label,
  body #content .tile-left-side.transparent-white .easypiechart .percentage,
  body #content .tile-left-side.transparent-white .easypiechart .label,
  body #content .tile-right-side.color .easypiechart .percentage,
  body #content .tile-right-side.color .easypiechart .label,
  body #content .tile-right-side.transparent-black .easypiechart .percentage,
  body #content .tile-right-side.transparent-black .easypiechart .label,
  body #content .tile-right-side.transparent-white .easypiechart .percentage,
  body #content .tile-right-side.transparent-white .easypiechart .label {
    color: rgba(255, 255, 255, 0.8); }
  body #content .tile.color table > thead > tr > td.actions a,
  body #content .tile.color table > thead > tr > th.actions a,
  body #content .tile.color table > tbody > tr > td.actions a,
  body #content .tile.color table > tbody > tr > th.actions a,
  body #content .tile.color table > tfoot > tr > td.actions a,
  body #content .tile.color table > tfoot > tr > th.actions a, body #content .tile.transparent-black table > thead > tr > td.actions a,
  body #content .tile.transparent-black table > thead > tr > th.actions a,
  body #content .tile.transparent-black table > tbody > tr > td.actions a,
  body #content .tile.transparent-black table > tbody > tr > th.actions a,
  body #content .tile.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile.transparent-black table > tfoot > tr > th.actions a, body #content .tile.transparent-white table > thead > tr > td.actions a,
  body #content .tile.transparent-white table > thead > tr > th.actions a,
  body #content .tile.transparent-white table > tbody > tr > td.actions a,
  body #content .tile.transparent-white table > tbody > tr > th.actions a,
  body #content .tile.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-header.color table > thead > tr > td.actions a,
  body #content .tile-header.color table > thead > tr > th.actions a,
  body #content .tile-header.color table > tbody > tr > td.actions a,
  body #content .tile-header.color table > tbody > tr > th.actions a,
  body #content .tile-header.color table > tfoot > tr > td.actions a,
  body #content .tile-header.color table > tfoot > tr > th.actions a,
  body #content .tile-header.transparent-black table > thead > tr > td.actions a,
  body #content .tile-header.transparent-black table > thead > tr > th.actions a,
  body #content .tile-header.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-header.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-header.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-header.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-header.transparent-white table > thead > tr > td.actions a,
  body #content .tile-header.transparent-white table > thead > tr > th.actions a,
  body #content .tile-header.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-header.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-header.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-header.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-widget.color table > thead > tr > td.actions a,
  body #content .tile-widget.color table > thead > tr > th.actions a,
  body #content .tile-widget.color table > tbody > tr > td.actions a,
  body #content .tile-widget.color table > tbody > tr > th.actions a,
  body #content .tile-widget.color table > tfoot > tr > td.actions a,
  body #content .tile-widget.color table > tfoot > tr > th.actions a,
  body #content .tile-widget.transparent-black table > thead > tr > td.actions a,
  body #content .tile-widget.transparent-black table > thead > tr > th.actions a,
  body #content .tile-widget.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-widget.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-widget.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-widget.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-widget.transparent-white table > thead > tr > td.actions a,
  body #content .tile-widget.transparent-white table > thead > tr > th.actions a,
  body #content .tile-widget.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-widget.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-widget.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-widget.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-body.color table > thead > tr > td.actions a,
  body #content .tile-body.color table > thead > tr > th.actions a,
  body #content .tile-body.color table > tbody > tr > td.actions a,
  body #content .tile-body.color table > tbody > tr > th.actions a,
  body #content .tile-body.color table > tfoot > tr > td.actions a,
  body #content .tile-body.color table > tfoot > tr > th.actions a,
  body #content .tile-body.transparent-black table > thead > tr > td.actions a,
  body #content .tile-body.transparent-black table > thead > tr > th.actions a,
  body #content .tile-body.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-body.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-body.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-body.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-body.transparent-white table > thead > tr > td.actions a,
  body #content .tile-body.transparent-white table > thead > tr > th.actions a,
  body #content .tile-body.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-body.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-body.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-body.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-footer.color table > thead > tr > td.actions a,
  body #content .tile-footer.color table > thead > tr > th.actions a,
  body #content .tile-footer.color table > tbody > tr > td.actions a,
  body #content .tile-footer.color table > tbody > tr > th.actions a,
  body #content .tile-footer.color table > tfoot > tr > td.actions a,
  body #content .tile-footer.color table > tfoot > tr > th.actions a,
  body #content .tile-footer.transparent-black table > thead > tr > td.actions a,
  body #content .tile-footer.transparent-black table > thead > tr > th.actions a,
  body #content .tile-footer.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-footer.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-footer.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-footer.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-footer.transparent-white table > thead > tr > td.actions a,
  body #content .tile-footer.transparent-white table > thead > tr > th.actions a,
  body #content .tile-footer.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-footer.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-footer.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-footer.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-left-side.color table > thead > tr > td.actions a,
  body #content .tile-left-side.color table > thead > tr > th.actions a,
  body #content .tile-left-side.color table > tbody > tr > td.actions a,
  body #content .tile-left-side.color table > tbody > tr > th.actions a,
  body #content .tile-left-side.color table > tfoot > tr > td.actions a,
  body #content .tile-left-side.color table > tfoot > tr > th.actions a,
  body #content .tile-left-side.transparent-black table > thead > tr > td.actions a,
  body #content .tile-left-side.transparent-black table > thead > tr > th.actions a,
  body #content .tile-left-side.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-left-side.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-left-side.transparent-white table > thead > tr > td.actions a,
  body #content .tile-left-side.transparent-white table > thead > tr > th.actions a,
  body #content .tile-left-side.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-left-side.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > th.actions a,
  body #content .tile-right-side.color table > thead > tr > td.actions a,
  body #content .tile-right-side.color table > thead > tr > th.actions a,
  body #content .tile-right-side.color table > tbody > tr > td.actions a,
  body #content .tile-right-side.color table > tbody > tr > th.actions a,
  body #content .tile-right-side.color table > tfoot > tr > td.actions a,
  body #content .tile-right-side.color table > tfoot > tr > th.actions a,
  body #content .tile-right-side.transparent-black table > thead > tr > td.actions a,
  body #content .tile-right-side.transparent-black table > thead > tr > th.actions a,
  body #content .tile-right-side.transparent-black table > tbody > tr > td.actions a,
  body #content .tile-right-side.transparent-black table > tbody > tr > th.actions a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > td.actions a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > th.actions a,
  body #content .tile-right-side.transparent-white table > thead > tr > td.actions a,
  body #content .tile-right-side.transparent-white table > thead > tr > th.actions a,
  body #content .tile-right-side.transparent-white table > tbody > tr > td.actions a,
  body #content .tile-right-side.transparent-white table > tbody > tr > th.actions a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > td.actions a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > th.actions a {
    color: rgba(255, 255, 255, 0.8); }
  body #content .tile.color table > thead > tr > td.control a,
  body #content .tile.color table > thead > tr > th.control a,
  body #content .tile.color table > tbody > tr > td.control a,
  body #content .tile.color table > tbody > tr > th.control a,
  body #content .tile.color table > tfoot > tr > td.control a,
  body #content .tile.color table > tfoot > tr > th.control a, body #content .tile.transparent-black table > thead > tr > td.control a,
  body #content .tile.transparent-black table > thead > tr > th.control a,
  body #content .tile.transparent-black table > tbody > tr > td.control a,
  body #content .tile.transparent-black table > tbody > tr > th.control a,
  body #content .tile.transparent-black table > tfoot > tr > td.control a,
  body #content .tile.transparent-black table > tfoot > tr > th.control a, body #content .tile.transparent-white table > thead > tr > td.control a,
  body #content .tile.transparent-white table > thead > tr > th.control a,
  body #content .tile.transparent-white table > tbody > tr > td.control a,
  body #content .tile.transparent-white table > tbody > tr > th.control a,
  body #content .tile.transparent-white table > tfoot > tr > td.control a,
  body #content .tile.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-header.color table > thead > tr > td.control a,
  body #content .tile-header.color table > thead > tr > th.control a,
  body #content .tile-header.color table > tbody > tr > td.control a,
  body #content .tile-header.color table > tbody > tr > th.control a,
  body #content .tile-header.color table > tfoot > tr > td.control a,
  body #content .tile-header.color table > tfoot > tr > th.control a,
  body #content .tile-header.transparent-black table > thead > tr > td.control a,
  body #content .tile-header.transparent-black table > thead > tr > th.control a,
  body #content .tile-header.transparent-black table > tbody > tr > td.control a,
  body #content .tile-header.transparent-black table > tbody > tr > th.control a,
  body #content .tile-header.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-header.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-header.transparent-white table > thead > tr > td.control a,
  body #content .tile-header.transparent-white table > thead > tr > th.control a,
  body #content .tile-header.transparent-white table > tbody > tr > td.control a,
  body #content .tile-header.transparent-white table > tbody > tr > th.control a,
  body #content .tile-header.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-header.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-widget.color table > thead > tr > td.control a,
  body #content .tile-widget.color table > thead > tr > th.control a,
  body #content .tile-widget.color table > tbody > tr > td.control a,
  body #content .tile-widget.color table > tbody > tr > th.control a,
  body #content .tile-widget.color table > tfoot > tr > td.control a,
  body #content .tile-widget.color table > tfoot > tr > th.control a,
  body #content .tile-widget.transparent-black table > thead > tr > td.control a,
  body #content .tile-widget.transparent-black table > thead > tr > th.control a,
  body #content .tile-widget.transparent-black table > tbody > tr > td.control a,
  body #content .tile-widget.transparent-black table > tbody > tr > th.control a,
  body #content .tile-widget.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-widget.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-widget.transparent-white table > thead > tr > td.control a,
  body #content .tile-widget.transparent-white table > thead > tr > th.control a,
  body #content .tile-widget.transparent-white table > tbody > tr > td.control a,
  body #content .tile-widget.transparent-white table > tbody > tr > th.control a,
  body #content .tile-widget.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-widget.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-body.color table > thead > tr > td.control a,
  body #content .tile-body.color table > thead > tr > th.control a,
  body #content .tile-body.color table > tbody > tr > td.control a,
  body #content .tile-body.color table > tbody > tr > th.control a,
  body #content .tile-body.color table > tfoot > tr > td.control a,
  body #content .tile-body.color table > tfoot > tr > th.control a,
  body #content .tile-body.transparent-black table > thead > tr > td.control a,
  body #content .tile-body.transparent-black table > thead > tr > th.control a,
  body #content .tile-body.transparent-black table > tbody > tr > td.control a,
  body #content .tile-body.transparent-black table > tbody > tr > th.control a,
  body #content .tile-body.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-body.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-body.transparent-white table > thead > tr > td.control a,
  body #content .tile-body.transparent-white table > thead > tr > th.control a,
  body #content .tile-body.transparent-white table > tbody > tr > td.control a,
  body #content .tile-body.transparent-white table > tbody > tr > th.control a,
  body #content .tile-body.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-body.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-footer.color table > thead > tr > td.control a,
  body #content .tile-footer.color table > thead > tr > th.control a,
  body #content .tile-footer.color table > tbody > tr > td.control a,
  body #content .tile-footer.color table > tbody > tr > th.control a,
  body #content .tile-footer.color table > tfoot > tr > td.control a,
  body #content .tile-footer.color table > tfoot > tr > th.control a,
  body #content .tile-footer.transparent-black table > thead > tr > td.control a,
  body #content .tile-footer.transparent-black table > thead > tr > th.control a,
  body #content .tile-footer.transparent-black table > tbody > tr > td.control a,
  body #content .tile-footer.transparent-black table > tbody > tr > th.control a,
  body #content .tile-footer.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-footer.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-footer.transparent-white table > thead > tr > td.control a,
  body #content .tile-footer.transparent-white table > thead > tr > th.control a,
  body #content .tile-footer.transparent-white table > tbody > tr > td.control a,
  body #content .tile-footer.transparent-white table > tbody > tr > th.control a,
  body #content .tile-footer.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-footer.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-left-side.color table > thead > tr > td.control a,
  body #content .tile-left-side.color table > thead > tr > th.control a,
  body #content .tile-left-side.color table > tbody > tr > td.control a,
  body #content .tile-left-side.color table > tbody > tr > th.control a,
  body #content .tile-left-side.color table > tfoot > tr > td.control a,
  body #content .tile-left-side.color table > tfoot > tr > th.control a,
  body #content .tile-left-side.transparent-black table > thead > tr > td.control a,
  body #content .tile-left-side.transparent-black table > thead > tr > th.control a,
  body #content .tile-left-side.transparent-black table > tbody > tr > td.control a,
  body #content .tile-left-side.transparent-black table > tbody > tr > th.control a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-left-side.transparent-white table > thead > tr > td.control a,
  body #content .tile-left-side.transparent-white table > thead > tr > th.control a,
  body #content .tile-left-side.transparent-white table > tbody > tr > td.control a,
  body #content .tile-left-side.transparent-white table > tbody > tr > th.control a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > th.control a,
  body #content .tile-right-side.color table > thead > tr > td.control a,
  body #content .tile-right-side.color table > thead > tr > th.control a,
  body #content .tile-right-side.color table > tbody > tr > td.control a,
  body #content .tile-right-side.color table > tbody > tr > th.control a,
  body #content .tile-right-side.color table > tfoot > tr > td.control a,
  body #content .tile-right-side.color table > tfoot > tr > th.control a,
  body #content .tile-right-side.transparent-black table > thead > tr > td.control a,
  body #content .tile-right-side.transparent-black table > thead > tr > th.control a,
  body #content .tile-right-side.transparent-black table > tbody > tr > td.control a,
  body #content .tile-right-side.transparent-black table > tbody > tr > th.control a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > td.control a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > th.control a,
  body #content .tile-right-side.transparent-white table > thead > tr > td.control a,
  body #content .tile-right-side.transparent-white table > thead > tr > th.control a,
  body #content .tile-right-side.transparent-white table > tbody > tr > td.control a,
  body #content .tile-right-side.transparent-white table > tbody > tr > th.control a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > td.control a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > th.control a {
    color: rgba(255, 255, 255, 0.4); }
  body #content .tile.color table > thead > tr > td.control:hover a,
  body #content .tile.color table > thead > tr > th.control:hover a,
  body #content .tile.color table > tbody > tr > td.control:hover a,
  body #content .tile.color table > tbody > tr > th.control:hover a,
  body #content .tile.color table > tfoot > tr > td.control:hover a,
  body #content .tile.color table > tfoot > tr > th.control:hover a, body #content .tile.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile.transparent-black table > tfoot > tr > th.control:hover a, body #content .tile.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-header.color table > thead > tr > td.control:hover a,
  body #content .tile-header.color table > thead > tr > th.control:hover a,
  body #content .tile-header.color table > tbody > tr > td.control:hover a,
  body #content .tile-header.color table > tbody > tr > th.control:hover a,
  body #content .tile-header.color table > tfoot > tr > td.control:hover a,
  body #content .tile-header.color table > tfoot > tr > th.control:hover a,
  body #content .tile-header.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-header.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-header.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-header.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-header.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-header.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-header.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-header.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-header.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-header.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-header.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-header.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-widget.color table > thead > tr > td.control:hover a,
  body #content .tile-widget.color table > thead > tr > th.control:hover a,
  body #content .tile-widget.color table > tbody > tr > td.control:hover a,
  body #content .tile-widget.color table > tbody > tr > th.control:hover a,
  body #content .tile-widget.color table > tfoot > tr > td.control:hover a,
  body #content .tile-widget.color table > tfoot > tr > th.control:hover a,
  body #content .tile-widget.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-widget.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-widget.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-widget.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-widget.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-widget.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-widget.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-widget.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-widget.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-widget.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-widget.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-widget.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-body.color table > thead > tr > td.control:hover a,
  body #content .tile-body.color table > thead > tr > th.control:hover a,
  body #content .tile-body.color table > tbody > tr > td.control:hover a,
  body #content .tile-body.color table > tbody > tr > th.control:hover a,
  body #content .tile-body.color table > tfoot > tr > td.control:hover a,
  body #content .tile-body.color table > tfoot > tr > th.control:hover a,
  body #content .tile-body.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-body.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-body.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-body.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-body.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-body.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-body.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-body.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-body.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-body.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-body.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-body.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-footer.color table > thead > tr > td.control:hover a,
  body #content .tile-footer.color table > thead > tr > th.control:hover a,
  body #content .tile-footer.color table > tbody > tr > td.control:hover a,
  body #content .tile-footer.color table > tbody > tr > th.control:hover a,
  body #content .tile-footer.color table > tfoot > tr > td.control:hover a,
  body #content .tile-footer.color table > tfoot > tr > th.control:hover a,
  body #content .tile-footer.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-footer.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-footer.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-footer.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-footer.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-footer.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-footer.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-footer.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-footer.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-footer.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-footer.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-footer.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-left-side.color table > thead > tr > td.control:hover a,
  body #content .tile-left-side.color table > thead > tr > th.control:hover a,
  body #content .tile-left-side.color table > tbody > tr > td.control:hover a,
  body #content .tile-left-side.color table > tbody > tr > th.control:hover a,
  body #content .tile-left-side.color table > tfoot > tr > td.control:hover a,
  body #content .tile-left-side.color table > tfoot > tr > th.control:hover a,
  body #content .tile-left-side.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-left-side.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-left-side.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-left-side.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-left-side.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-left-side.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-left-side.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-left-side.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-left-side.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-left-side.transparent-white table > tfoot > tr > th.control:hover a,
  body #content .tile-right-side.color table > thead > tr > td.control:hover a,
  body #content .tile-right-side.color table > thead > tr > th.control:hover a,
  body #content .tile-right-side.color table > tbody > tr > td.control:hover a,
  body #content .tile-right-side.color table > tbody > tr > th.control:hover a,
  body #content .tile-right-side.color table > tfoot > tr > td.control:hover a,
  body #content .tile-right-side.color table > tfoot > tr > th.control:hover a,
  body #content .tile-right-side.transparent-black table > thead > tr > td.control:hover a,
  body #content .tile-right-side.transparent-black table > thead > tr > th.control:hover a,
  body #content .tile-right-side.transparent-black table > tbody > tr > td.control:hover a,
  body #content .tile-right-side.transparent-black table > tbody > tr > th.control:hover a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > td.control:hover a,
  body #content .tile-right-side.transparent-black table > tfoot > tr > th.control:hover a,
  body #content .tile-right-side.transparent-white table > thead > tr > td.control:hover a,
  body #content .tile-right-side.transparent-white table > thead > tr > th.control:hover a,
  body #content .tile-right-side.transparent-white table > tbody > tr > td.control:hover a,
  body #content .tile-right-side.transparent-white table > tbody > tr > th.control:hover a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > td.control:hover a,
  body #content .tile-right-side.transparent-white table > tfoot > tr > th.control:hover a {
    color: rgba(255, 255, 255, 0.8); }
  body #content .tile.color table.table-custom > thead > tr > th,
  body #content .tile.color table.table-custom > thead > tr > td, body #content .tile.transparent-black table.table-custom > thead > tr > th,
  body #content .tile.transparent-black table.table-custom > thead > tr > td, body #content .tile.transparent-white table.table-custom > thead > tr > th,
  body #content .tile.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-header.color table.table-custom > thead > tr > th,
  body #content .tile-header.color table.table-custom > thead > tr > td,
  body #content .tile-header.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-header.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-header.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-header.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-widget.color table.table-custom > thead > tr > th,
  body #content .tile-widget.color table.table-custom > thead > tr > td,
  body #content .tile-widget.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-widget.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-widget.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-widget.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-body.color table.table-custom > thead > tr > th,
  body #content .tile-body.color table.table-custom > thead > tr > td,
  body #content .tile-body.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-body.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-body.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-body.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-footer.color table.table-custom > thead > tr > th,
  body #content .tile-footer.color table.table-custom > thead > tr > td,
  body #content .tile-footer.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-footer.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-footer.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-footer.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-left-side.color table.table-custom > thead > tr > th,
  body #content .tile-left-side.color table.table-custom > thead > tr > td,
  body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td,
  body #content .tile-right-side.color table.table-custom > thead > tr > th,
  body #content .tile-right-side.color table.table-custom > thead > tr > td,
  body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th,
  body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td,
  body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th,
  body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td {
    color: rgba(255, 255, 255, 0.6); }
    body #content .tile.color table.table-custom > thead > tr > th:after,
    body #content .tile.color table.table-custom > thead > tr > td:after, body #content .tile.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile.transparent-black table.table-custom > thead > tr > td:after, body #content .tile.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-header.color table.table-custom > thead > tr > th:after,
    body #content .tile-header.color table.table-custom > thead > tr > td:after,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-widget.color table.table-custom > thead > tr > th:after,
    body #content .tile-widget.color table.table-custom > thead > tr > td:after,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-body.color table.table-custom > thead > tr > th:after,
    body #content .tile-body.color table.table-custom > thead > tr > td:after,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-footer.color table.table-custom > thead > tr > th:after,
    body #content .tile-footer.color table.table-custom > thead > tr > td:after,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-left-side.color table.table-custom > thead > tr > th:after,
    body #content .tile-left-side.color table.table-custom > thead > tr > td:after,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td:after,
    body #content .tile-right-side.color table.table-custom > thead > tr > th:after,
    body #content .tile-right-side.color table.table-custom > thead > tr > td:after,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th:after,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td:after,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th:after,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td:after {
      background-color: rgba(255, 255, 255, 0.3); }
    body #content .tile.color table.table-custom > thead > tr > th.sortable:hover, body #content .tile.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sorting:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sortable:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sortable:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sortable:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting:hover {
      color: white; }
      body #content .tile.color table.table-custom > thead > tr > th.sortable:hover:after, body #content .tile.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sorting:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sortable:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sortable:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting:hover:after {
        background-color: rgba(255, 255, 255, 0.6); }
    body #content .tile.color table.table-custom > thead > tr > th.sort-asc, body #content .tile.color table.table-custom > thead > tr > th.sort-desc, body #content .tile.color table.table-custom > thead > tr > th.sort-asc:hover, body #content .tile.color table.table-custom > thead > tr > th.sort-desc:hover, body #content .tile.color table.table-custom > thead > tr > th.sorting_asc, body #content .tile.color table.table-custom > thead > tr > th.sorting_desc, body #content .tile.color table.table-custom > thead > tr > th.sorting_asc:hover, body #content .tile.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile.color table.table-custom > thead > tr > td.sorting_desc:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-asc, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-desc, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-asc:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-desc:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_asc, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_desc, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-asc, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-desc, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-asc:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-desc:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_asc, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_desc, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-header.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-header.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-header.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-header.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-header.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-header.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-header.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-header.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-header.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-body.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-body.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-body.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-body.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-body.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-body.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-body.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-body.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-body.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-asc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-desc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_asc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_desc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-asc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-desc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover {
      color: white; }
      body #content .tile.color table.table-custom > thead > tr > th.sort-asc:after, body #content .tile.color table.table-custom > thead > tr > th.sort-desc:after, body #content .tile.color table.table-custom > thead > tr > th.sort-asc:hover:after, body #content .tile.color table.table-custom > thead > tr > th.sort-desc:hover:after, body #content .tile.color table.table-custom > thead > tr > th.sorting_asc:after, body #content .tile.color table.table-custom > thead > tr > th.sorting_desc:after, body #content .tile.color table.table-custom > thead > tr > th.sorting_asc:hover:after, body #content .tile.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile.color table.table-custom > thead > tr > td.sorting_desc:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-asc:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-desc:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_asc:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_desc:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after, body #content .tile.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-asc:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-desc:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_asc:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_desc:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after, body #content .tile.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-header.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-header.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-header.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-widget.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-widget.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-widget.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-body.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-body.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-body.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-footer.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-footer.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-footer.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-left-side.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-left-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-left-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-right-side.color table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-right-side.transparent-black table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-asc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-desc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile-right-side.transparent-white table.table-custom > thead > tr > td.sorting_desc:hover:after {
        background-color: white; }
  body #content .tile.color table.table-custom > tbody > tr > th,
  body #content .tile.color table.table-custom > tbody > tr > td, body #content .tile.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile.transparent-black table.table-custom > tbody > tr > td, body #content .tile.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-header.color table.table-custom > tbody > tr > th,
  body #content .tile-header.color table.table-custom > tbody > tr > td,
  body #content .tile-header.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-header.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-header.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-header.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-widget.color table.table-custom > tbody > tr > th,
  body #content .tile-widget.color table.table-custom > tbody > tr > td,
  body #content .tile-widget.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-widget.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-widget.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-widget.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-body.color table.table-custom > tbody > tr > th,
  body #content .tile-body.color table.table-custom > tbody > tr > td,
  body #content .tile-body.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-body.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-body.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-body.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-footer.color table.table-custom > tbody > tr > th,
  body #content .tile-footer.color table.table-custom > tbody > tr > td,
  body #content .tile-footer.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-footer.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-footer.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-footer.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-left-side.color table.table-custom > tbody > tr > th,
  body #content .tile-left-side.color table.table-custom > tbody > tr > td,
  body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > td,
  body #content .tile-right-side.color table.table-custom > tbody > tr > th,
  body #content .tile-right-side.color table.table-custom > tbody > tr > td,
  body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > th,
  body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > td,
  body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > th,
  body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > td {
    border-color: rgba(255, 255, 255, 0.2); }
    body #content .tile.color table.table-custom > tbody > tr > th.priority,
    body #content .tile.color table.table-custom > tbody > tr > td.priority, body #content .tile.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile.transparent-black table.table-custom > tbody > tr > td.priority, body #content .tile.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-header.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-header.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-header.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-header.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-header.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-header.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-widget.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-widget.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-widget.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-widget.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-widget.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-widget.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-body.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-body.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-body.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-body.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-body.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-body.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-footer.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-footer.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-footer.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-footer.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-footer.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-footer.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-left-side.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-left-side.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > td.priority,
    body #content .tile-right-side.color table.table-custom > tbody > tr > th.priority,
    body #content .tile-right-side.color table.table-custom > tbody > tr > td.priority,
    body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > th.priority,
    body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > td.priority,
    body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > th.priority,
    body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > td.priority {
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
    body #content .tile.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile.color table.table-custom > tbody > tr > td.progress-cell .progress, body #content .tile.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress, body #content .tile.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-header.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-header.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-header.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-header.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-header.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-header.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-widget.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-widget.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-widget.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-widget.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-widget.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-widget.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-body.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-body.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-body.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-body.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-body.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-body.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-footer.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-footer.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-footer.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-footer.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-footer.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-footer.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-left-side.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-left-side.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-left-side.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-left-side.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-right-side.color table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-right-side.color table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-right-side.transparent-black table.table-custom > tbody > tr > td.progress-cell .progress,
    body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > th.progress-cell .progress,
    body #content .tile-right-side.transparent-white table.table-custom > tbody > tr > td.progress-cell .progress {
      background-color: rgba(255, 255, 255, 0.2) !important; }
  body #content .tile.color .pagination-custom > li > a,
  body #content .tile.color .pagination-custom > li > span,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > li > span, body #content .tile.transparent-black .pagination-custom > li > a,
  body #content .tile.transparent-black .pagination-custom > li > span,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span, body #content .tile.transparent-white .pagination-custom > li > a,
  body #content .tile.transparent-white .pagination-custom > li > span,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-header.color .pagination-custom > li > a,
  body #content .tile-header.color .pagination-custom > li > span,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-header.transparent-black .pagination-custom > li > a,
  body #content .tile-header.transparent-black .pagination-custom > li > span,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-header.transparent-white .pagination-custom > li > a,
  body #content .tile-header.transparent-white .pagination-custom > li > span,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-widget.color .pagination-custom > li > a,
  body #content .tile-widget.color .pagination-custom > li > span,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-widget.transparent-black .pagination-custom > li > a,
  body #content .tile-widget.transparent-black .pagination-custom > li > span,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-widget.transparent-white .pagination-custom > li > a,
  body #content .tile-widget.transparent-white .pagination-custom > li > span,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-body.color .pagination-custom > li > a,
  body #content .tile-body.color .pagination-custom > li > span,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-body.transparent-black .pagination-custom > li > a,
  body #content .tile-body.transparent-black .pagination-custom > li > span,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-body.transparent-white .pagination-custom > li > a,
  body #content .tile-body.transparent-white .pagination-custom > li > span,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-footer.color .pagination-custom > li > a,
  body #content .tile-footer.color .pagination-custom > li > span,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-footer.transparent-black .pagination-custom > li > a,
  body #content .tile-footer.transparent-black .pagination-custom > li > span,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-footer.transparent-white .pagination-custom > li > a,
  body #content .tile-footer.transparent-white .pagination-custom > li > span,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-left-side.color .pagination-custom > li > a,
  body #content .tile-left-side.color .pagination-custom > li > span,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-left-side.transparent-black .pagination-custom > li > a,
  body #content .tile-left-side.transparent-black .pagination-custom > li > span,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-left-side.transparent-white .pagination-custom > li > a,
  body #content .tile-left-side.transparent-white .pagination-custom > li > span,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-right-side.color .pagination-custom > li > a,
  body #content .tile-right-side.color .pagination-custom > li > span,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-right-side.transparent-black .pagination-custom > li > a,
  body #content .tile-right-side.transparent-black .pagination-custom > li > span,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span,
  body #content .tile-right-side.transparent-white .pagination-custom > li > a,
  body #content .tile-right-side.transparent-white .pagination-custom > li > span,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
    border: 0; }
    body #content .tile.color .pagination-custom > li > a:hover,
    body #content .tile.color .pagination-custom > li > span:hover,
    body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover, body #content .tile.transparent-black .pagination-custom > li > a:hover,
    body #content .tile.transparent-black .pagination-custom > li > span:hover,
    body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover, body #content .tile.transparent-white .pagination-custom > li > a:hover,
    body #content .tile.transparent-white .pagination-custom > li > span:hover,
    body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-header.color .pagination-custom > li > a:hover,
    body #content .tile-header.color .pagination-custom > li > span:hover,
    body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-header.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-header.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-header.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-header.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-widget.color .pagination-custom > li > a:hover,
    body #content .tile-widget.color .pagination-custom > li > span:hover,
    body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-widget.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-widget.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-widget.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-widget.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-body.color .pagination-custom > li > a:hover,
    body #content .tile-body.color .pagination-custom > li > span:hover,
    body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-body.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-body.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-body.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-body.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-footer.color .pagination-custom > li > a:hover,
    body #content .tile-footer.color .pagination-custom > li > span:hover,
    body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-footer.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-footer.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-footer.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-footer.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-left-side.color .pagination-custom > li > a:hover,
    body #content .tile-left-side.color .pagination-custom > li > span:hover,
    body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-left-side.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-left-side.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-left-side.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-left-side.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-right-side.color .pagination-custom > li > a:hover,
    body #content .tile-right-side.color .pagination-custom > li > span:hover,
    body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-right-side.transparent-black .pagination-custom > li > a:hover,
    body #content .tile-right-side.transparent-black .pagination-custom > li > span:hover,
    body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover,
    body #content .tile-right-side.transparent-white .pagination-custom > li > a:hover,
    body #content .tile-right-side.transparent-white .pagination-custom > li > span:hover,
    body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
    body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover {
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      border: 0; }
  body #content .tile.color .pagination-custom > .active > a,
  body #content .tile.color .pagination-custom > .active > span,
  body #content .tile.color .pagination-custom > .active > a:hover,
  body #content .tile.color .pagination-custom > .active > span:hover,
  body #content .tile.color .pagination-custom > .active > a:focus,
  body #content .tile.color .pagination-custom > .active > span:focus,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus, body #content .tile.transparent-black .pagination-custom > .active > a,
  body #content .tile.transparent-black .pagination-custom > .active > span,
  body #content .tile.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus, body #content .tile.transparent-white .pagination-custom > .active > a,
  body #content .tile.transparent-white .pagination-custom > .active > span,
  body #content .tile.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-header.color .pagination-custom > .active > a,
  body #content .tile-header.color .pagination-custom > .active > span,
  body #content .tile-header.color .pagination-custom > .active > a:hover,
  body #content .tile-header.color .pagination-custom > .active > span:hover,
  body #content .tile-header.color .pagination-custom > .active > a:focus,
  body #content .tile-header.color .pagination-custom > .active > span:focus,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-header.transparent-black .pagination-custom > .active > a,
  body #content .tile-header.transparent-black .pagination-custom > .active > span,
  body #content .tile-header.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-header.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-header.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-header.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-header.transparent-white .pagination-custom > .active > a,
  body #content .tile-header.transparent-white .pagination-custom > .active > span,
  body #content .tile-header.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-header.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-header.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-header.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-widget.color .pagination-custom > .active > a,
  body #content .tile-widget.color .pagination-custom > .active > span,
  body #content .tile-widget.color .pagination-custom > .active > a:hover,
  body #content .tile-widget.color .pagination-custom > .active > span:hover,
  body #content .tile-widget.color .pagination-custom > .active > a:focus,
  body #content .tile-widget.color .pagination-custom > .active > span:focus,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-widget.transparent-black .pagination-custom > .active > a,
  body #content .tile-widget.transparent-black .pagination-custom > .active > span,
  body #content .tile-widget.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-widget.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-widget.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-widget.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-widget.transparent-white .pagination-custom > .active > a,
  body #content .tile-widget.transparent-white .pagination-custom > .active > span,
  body #content .tile-widget.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-widget.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-widget.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-widget.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-body.color .pagination-custom > .active > a,
  body #content .tile-body.color .pagination-custom > .active > span,
  body #content .tile-body.color .pagination-custom > .active > a:hover,
  body #content .tile-body.color .pagination-custom > .active > span:hover,
  body #content .tile-body.color .pagination-custom > .active > a:focus,
  body #content .tile-body.color .pagination-custom > .active > span:focus,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-body.transparent-black .pagination-custom > .active > a,
  body #content .tile-body.transparent-black .pagination-custom > .active > span,
  body #content .tile-body.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-body.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-body.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-body.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-body.transparent-white .pagination-custom > .active > a,
  body #content .tile-body.transparent-white .pagination-custom > .active > span,
  body #content .tile-body.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-body.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-body.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-body.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-footer.color .pagination-custom > .active > a,
  body #content .tile-footer.color .pagination-custom > .active > span,
  body #content .tile-footer.color .pagination-custom > .active > a:hover,
  body #content .tile-footer.color .pagination-custom > .active > span:hover,
  body #content .tile-footer.color .pagination-custom > .active > a:focus,
  body #content .tile-footer.color .pagination-custom > .active > span:focus,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-footer.transparent-black .pagination-custom > .active > a,
  body #content .tile-footer.transparent-black .pagination-custom > .active > span,
  body #content .tile-footer.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-footer.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-footer.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-footer.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-footer.transparent-white .pagination-custom > .active > a,
  body #content .tile-footer.transparent-white .pagination-custom > .active > span,
  body #content .tile-footer.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-footer.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-footer.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-footer.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-left-side.color .pagination-custom > .active > a,
  body #content .tile-left-side.color .pagination-custom > .active > span,
  body #content .tile-left-side.color .pagination-custom > .active > a:hover,
  body #content .tile-left-side.color .pagination-custom > .active > span:hover,
  body #content .tile-left-side.color .pagination-custom > .active > a:focus,
  body #content .tile-left-side.color .pagination-custom > .active > span:focus,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > a,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > span,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-left-side.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > a,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > span,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-left-side.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-right-side.color .pagination-custom > .active > a,
  body #content .tile-right-side.color .pagination-custom > .active > span,
  body #content .tile-right-side.color .pagination-custom > .active > a:hover,
  body #content .tile-right-side.color .pagination-custom > .active > span:hover,
  body #content .tile-right-side.color .pagination-custom > .active > a:focus,
  body #content .tile-right-side.color .pagination-custom > .active > span:focus,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > a,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > span,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > a:hover,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > span:hover,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > a:focus,
  body #content .tile-right-side.transparent-black .pagination-custom > .active > span:focus,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > a,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > span,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > a:hover,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > span:hover,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > a:focus,
  body #content .tile-right-side.transparent-white .pagination-custom > .active > span:focus,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus {
    color: #717171;
    background-color: white;
    border: 0; }
  body #content .tile.color .pagination-custom > .disabled > a,
  body #content .tile.color .pagination-custom > .disabled > span,
  body #content .tile.color .pagination-custom > .disabled > a:hover,
  body #content .tile.color .pagination-custom > .disabled > span:hover,
  body #content .tile.color .pagination-custom > .disabled > a:focus,
  body #content .tile.color .pagination-custom > .disabled > span:focus,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus, body #content .tile.transparent-black .pagination-custom > .disabled > a,
  body #content .tile.transparent-black .pagination-custom > .disabled > span,
  body #content .tile.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus, body #content .tile.transparent-white .pagination-custom > .disabled > a,
  body #content .tile.transparent-white .pagination-custom > .disabled > span,
  body #content .tile.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-header.color .pagination-custom > .disabled > a,
  body #content .tile-header.color .pagination-custom > .disabled > span,
  body #content .tile-header.color .pagination-custom > .disabled > a:hover,
  body #content .tile-header.color .pagination-custom > .disabled > span:hover,
  body #content .tile-header.color .pagination-custom > .disabled > a:focus,
  body #content .tile-header.color .pagination-custom > .disabled > span:focus,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-header.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-header.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-header.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-header.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-header.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-widget.color .pagination-custom > .disabled > a,
  body #content .tile-widget.color .pagination-custom > .disabled > span,
  body #content .tile-widget.color .pagination-custom > .disabled > a:hover,
  body #content .tile-widget.color .pagination-custom > .disabled > span:hover,
  body #content .tile-widget.color .pagination-custom > .disabled > a:focus,
  body #content .tile-widget.color .pagination-custom > .disabled > span:focus,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-widget.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-widget.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-widget.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-widget.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-widget.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-body.color .pagination-custom > .disabled > a,
  body #content .tile-body.color .pagination-custom > .disabled > span,
  body #content .tile-body.color .pagination-custom > .disabled > a:hover,
  body #content .tile-body.color .pagination-custom > .disabled > span:hover,
  body #content .tile-body.color .pagination-custom > .disabled > a:focus,
  body #content .tile-body.color .pagination-custom > .disabled > span:focus,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-body.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-body.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-body.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-body.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-body.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-footer.color .pagination-custom > .disabled > a,
  body #content .tile-footer.color .pagination-custom > .disabled > span,
  body #content .tile-footer.color .pagination-custom > .disabled > a:hover,
  body #content .tile-footer.color .pagination-custom > .disabled > span:hover,
  body #content .tile-footer.color .pagination-custom > .disabled > a:focus,
  body #content .tile-footer.color .pagination-custom > .disabled > span:focus,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-footer.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-footer.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-footer.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-footer.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-footer.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-left-side.color .pagination-custom > .disabled > a,
  body #content .tile-left-side.color .pagination-custom > .disabled > span,
  body #content .tile-left-side.color .pagination-custom > .disabled > a:hover,
  body #content .tile-left-side.color .pagination-custom > .disabled > span:hover,
  body #content .tile-left-side.color .pagination-custom > .disabled > a:focus,
  body #content .tile-left-side.color .pagination-custom > .disabled > span:focus,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-left-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-left-side.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-left-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-left-side.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-left-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-right-side.color .pagination-custom > .disabled > a,
  body #content .tile-right-side.color .pagination-custom > .disabled > span,
  body #content .tile-right-side.color .pagination-custom > .disabled > a:hover,
  body #content .tile-right-side.color .pagination-custom > .disabled > span:hover,
  body #content .tile-right-side.color .pagination-custom > .disabled > a:focus,
  body #content .tile-right-side.color .pagination-custom > .disabled > span:focus,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-right-side.color .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > a,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > span,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > a:hover,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > span:hover,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > a:focus,
  body #content .tile-right-side.transparent-black .pagination-custom > .disabled > span:focus,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-right-side.transparent-black .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > a,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > span,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > a:hover,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > span:hover,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > a:focus,
  body #content .tile-right-side.transparent-white .pagination-custom > .disabled > span:focus,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
  body #content .tile-right-side.transparent-white .dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border: 0; }
  body #content .tile.color .dataTables_wrapper .dataTables_info,
  body #content .tile.color .dataTables_wrapper .dataTables_length,
  body #content .tile.color .dataTables_wrapper .dataTables_filter, body #content .tile.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile.transparent-black .dataTables_wrapper .dataTables_filter, body #content .tile.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-header.color .dataTables_wrapper .dataTables_info,
  body #content .tile-header.color .dataTables_wrapper .dataTables_length,
  body #content .tile-header.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-header.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-header.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-header.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-header.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-header.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-header.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-widget.color .dataTables_wrapper .dataTables_info,
  body #content .tile-widget.color .dataTables_wrapper .dataTables_length,
  body #content .tile-widget.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-widget.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-widget.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-widget.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-widget.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-widget.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-widget.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-body.color .dataTables_wrapper .dataTables_info,
  body #content .tile-body.color .dataTables_wrapper .dataTables_length,
  body #content .tile-body.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-body.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-body.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-body.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-body.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-body.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-body.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-footer.color .dataTables_wrapper .dataTables_info,
  body #content .tile-footer.color .dataTables_wrapper .dataTables_length,
  body #content .tile-footer.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-footer.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-footer.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-footer.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-footer.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-footer.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-footer.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-left-side.color .dataTables_wrapper .dataTables_info,
  body #content .tile-left-side.color .dataTables_wrapper .dataTables_length,
  body #content .tile-left-side.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .dataTables_filter,
  body #content .tile-right-side.color .dataTables_wrapper .dataTables_info,
  body #content .tile-right-side.color .dataTables_wrapper .dataTables_length,
  body #content .tile-right-side.color .dataTables_wrapper .dataTables_filter,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .dataTables_info,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .dataTables_length,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .dataTables_filter,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .dataTables_info,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .dataTables_length,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .dataTables_filter {
    color: rgba(255, 255, 255, 0.8); }
  body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr > th.details, body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details, body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details {
    background-color: rgba(0, 0, 0, 0.2); }
    body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child, body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child, body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
    body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child {
      color: rgba(255, 255, 255, 0.7); }
  body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th, body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th, body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-header.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-header.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-header.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-widget.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-widget.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-widget.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-body.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-body.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-body.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-footer.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-footer.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-footer.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-left-side.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-left-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-left-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-right-side.color .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-right-side.transparent-black .dataTables_wrapper .table-datatable > tbody > tr.drilled > th,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .tile-right-side.transparent-white .dataTables_wrapper .table-datatable > tbody > tr.drilled > th {
    background-color: rgba(0, 0, 0, 0.15); }

/*********************************/
/************* FORMS *************/
/*********************************/
body #content .uneditable-input,
body #content textarea,
body #content input[type="text"],
body #content input[type="password"],
body #content input[type="datetime"],
body #content input[type="datetime-local"],
body #content input[type="date"],
body #content input[type="month"],
body #content input[type="time"],
body #content input[type="week"],
body #content input[type="number"],
body #content input[type="email"],
body #content input[type="url"],
body #content input[type="search"],
body #content input[type="tel"],
body #content input[type="color"],
body #content .modal .modal-dialog .modal-content .uneditable-input,
body #content .modal .modal-dialog .modal-content textarea,
body #content .modal .modal-dialog .modal-content input[type="text"],
body #content .modal .modal-dialog .modal-content input[type="password"],
body #content .modal .modal-dialog .modal-content input[type="datetime"],
body #content .modal .modal-dialog .modal-content input[type="datetime-local"],
body #content .modal .modal-dialog .modal-content input[type="date"],
body #content .modal .modal-dialog .modal-content input[type="month"],
body #content .modal .modal-dialog .modal-content input[type="time"],
body #content .modal .modal-dialog .modal-content input[type="week"],
body #content .modal .modal-dialog .modal-content input[type="number"],
body #content .modal .modal-dialog .modal-content input[type="email"],
body #content .modal .modal-dialog .modal-content input[type="url"],
body #content .modal .modal-dialog .modal-content input[type="search"],
body #content .modal .modal-dialog .modal-content input[type="tel"],
body #content .modal .modal-dialog .modal-content input[type="color"] {
  -webkit-appearance: none !important;
  color: #717171;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 18px;
  font-size: 13px;
  vertical-align: top;
  background-color: #fff;
  min-height: 37px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* sizing */
  /*parsley */ }
  body #content .uneditable-input:focus,
  body #content textarea:focus,
  body #content input[type="text"]:focus,
  body #content input[type="password"]:focus,
  body #content input[type="datetime"]:focus,
  body #content input[type="datetime-local"]:focus,
  body #content input[type="date"]:focus,
  body #content input[type="month"]:focus,
  body #content input[type="time"]:focus,
  body #content input[type="week"]:focus,
  body #content input[type="number"]:focus,
  body #content input[type="email"]:focus,
  body #content input[type="url"]:focus,
  body #content input[type="search"]:focus,
  body #content input[type="tel"]:focus,
  body #content input[type="color"]:focus,
  body #content .modal .modal-dialog .modal-content .uneditable-input:focus,
  body #content .modal .modal-dialog .modal-content textarea:focus,
  body #content .modal .modal-dialog .modal-content input[type="text"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="password"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="datetime"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="datetime-local"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="date"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="month"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="time"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="week"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="number"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="email"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="url"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="search"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="tel"]:focus,
  body #content .modal .modal-dialog .modal-content input[type="color"]:focus {
    outline: none;
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important; }
  body #content .uneditable-input.input-lg,
  body #content textarea.input-lg,
  body #content input[type="text"].input-lg,
  body #content input[type="password"].input-lg,
  body #content input[type="datetime"].input-lg,
  body #content input[type="datetime-local"].input-lg,
  body #content input[type="date"].input-lg,
  body #content input[type="month"].input-lg,
  body #content input[type="time"].input-lg,
  body #content input[type="week"].input-lg,
  body #content input[type="number"].input-lg,
  body #content input[type="email"].input-lg,
  body #content input[type="url"].input-lg,
  body #content input[type="search"].input-lg,
  body #content input[type="tel"].input-lg,
  body #content input[type="color"].input-lg,
  body #content .modal .modal-dialog .modal-content .uneditable-input.input-lg,
  body #content .modal .modal-dialog .modal-content textarea.input-lg,
  body #content .modal .modal-dialog .modal-content input[type="text"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="password"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="datetime"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="datetime-local"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="date"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="month"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="time"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="week"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="number"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="email"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="url"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="search"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="tel"].input-lg,
  body #content .modal .modal-dialog .modal-content input[type="color"].input-lg {
    height: 46px;
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.33; }
  body #content .uneditable-input.input-sm,
  body #content textarea.input-sm,
  body #content input[type="text"].input-sm,
  body #content input[type="password"].input-sm,
  body #content input[type="datetime"].input-sm,
  body #content input[type="datetime-local"].input-sm,
  body #content input[type="date"].input-sm,
  body #content input[type="month"].input-sm,
  body #content input[type="time"].input-sm,
  body #content input[type="week"].input-sm,
  body #content input[type="number"].input-sm,
  body #content input[type="email"].input-sm,
  body #content input[type="url"].input-sm,
  body #content input[type="search"].input-sm,
  body #content input[type="tel"].input-sm,
  body #content input[type="color"].input-sm,
  body #content .modal .modal-dialog .modal-content .uneditable-input.input-sm,
  body #content .modal .modal-dialog .modal-content textarea.input-sm,
  body #content .modal .modal-dialog .modal-content input[type="text"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="password"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="datetime"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="datetime-local"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="date"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="month"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="time"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="week"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="number"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="email"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="url"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="search"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="tel"].input-sm,
  body #content .modal .modal-dialog .modal-content input[type="color"].input-sm {
    height: 25px;
    min-height: 30px;
    padding: 5px 10px !important;
    font-size: 11px;
    line-height: 1.5; }
  body #content .uneditable-input.parsley-validated,
  body #content textarea.parsley-validated,
  body #content input[type="text"].parsley-validated,
  body #content input[type="password"].parsley-validated,
  body #content input[type="datetime"].parsley-validated,
  body #content input[type="datetime-local"].parsley-validated,
  body #content input[type="date"].parsley-validated,
  body #content input[type="month"].parsley-validated,
  body #content input[type="time"].parsley-validated,
  body #content input[type="week"].parsley-validated,
  body #content input[type="number"].parsley-validated,
  body #content input[type="email"].parsley-validated,
  body #content input[type="url"].parsley-validated,
  body #content input[type="search"].parsley-validated,
  body #content input[type="tel"].parsley-validated,
  body #content input[type="color"].parsley-validated,
  body #content .modal .modal-dialog .modal-content .uneditable-input.parsley-validated,
  body #content .modal .modal-dialog .modal-content textarea.parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="text"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="password"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="datetime"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="datetime-local"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="date"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="month"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="time"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="week"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="number"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="email"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="url"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="search"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="tel"].parsley-validated,
  body #content .modal .modal-dialog .modal-content input[type="color"].parsley-validated {
    position: relative; }
    body #content .uneditable-input.parsley-validated.parsley-error,
    body #content textarea.parsley-validated.parsley-error,
    body #content input[type="text"].parsley-validated.parsley-error,
    body #content input[type="password"].parsley-validated.parsley-error,
    body #content input[type="datetime"].parsley-validated.parsley-error,
    body #content input[type="datetime-local"].parsley-validated.parsley-error,
    body #content input[type="date"].parsley-validated.parsley-error,
    body #content input[type="month"].parsley-validated.parsley-error,
    body #content input[type="time"].parsley-validated.parsley-error,
    body #content input[type="week"].parsley-validated.parsley-error,
    body #content input[type="number"].parsley-validated.parsley-error,
    body #content input[type="email"].parsley-validated.parsley-error,
    body #content input[type="url"].parsley-validated.parsley-error,
    body #content input[type="search"].parsley-validated.parsley-error,
    body #content input[type="tel"].parsley-validated.parsley-error,
    body #content input[type="color"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content .uneditable-input.parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content textarea.parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="text"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="password"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="datetime"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="datetime-local"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="date"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="month"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="time"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="week"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="number"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="email"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="url"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="search"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="tel"].parsley-validated.parsley-error,
    body #content .modal .modal-dialog .modal-content input[type="color"].parsley-validated.parsley-error {
      background-color: #ffdddc;
      border: 1px solid #ffaca9; }
    body #content .uneditable-input.parsley-validated.parsley-success,
    body #content textarea.parsley-validated.parsley-success,
    body #content input[type="text"].parsley-validated.parsley-success,
    body #content input[type="password"].parsley-validated.parsley-success,
    body #content input[type="datetime"].parsley-validated.parsley-success,
    body #content input[type="datetime-local"].parsley-validated.parsley-success,
    body #content input[type="date"].parsley-validated.parsley-success,
    body #content input[type="month"].parsley-validated.parsley-success,
    body #content input[type="time"].parsley-validated.parsley-success,
    body #content input[type="week"].parsley-validated.parsley-success,
    body #content input[type="number"].parsley-validated.parsley-success,
    body #content input[type="email"].parsley-validated.parsley-success,
    body #content input[type="url"].parsley-validated.parsley-success,
    body #content input[type="search"].parsley-validated.parsley-success,
    body #content input[type="tel"].parsley-validated.parsley-success,
    body #content input[type="color"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content .uneditable-input.parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content textarea.parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="text"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="password"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="datetime"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="datetime-local"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="date"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="month"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="time"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="week"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="number"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="email"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="url"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="search"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="tel"].parsley-validated.parsley-success,
    body #content .modal .modal-dialog .modal-content input[type="color"].parsley-validated.parsley-success {
      background-color: #fbffeb;
      border: 1px solid #e9ff9f; }
body #content .checkbox input[type=checkbox].parsley-error + label::before,
body #content .modal .modal-dialog .modal-content .checkbox input[type=checkbox].parsley-error + label::before {
  background-color: #ffdddc;
  border: 1px solid #ffaca9; }
body #content .checkbox input[type=checkbox].parsley-success + label::before,
body #content .modal .modal-dialog .modal-content .checkbox input[type=checkbox].parsley-success + label::before {
  background-color: #fbffeb;
  border: 1px solid #e9ff9f; }
body #content .parsley-error-list,
body #content .modal .modal-dialog .modal-content .parsley-error-list {
  list-style-type: none;
  padding: 0;
  font-size: 11px; }
body #content textarea,
body #content .modal .modal-dialog .modal-content textarea {
  height: auto; }
body #content .form-group .help-block,
body #content .modal .modal-dialog .modal-content .form-group .help-block {
  font-size: 12px; }
body #content .form-group.form-footer,
body #content .modal .modal-dialog .modal-content .form-group.form-footer {
  margin-bottom: -15px;
  padding: 15px 0;
  background-color: #f2f2f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
body #content .form-control[disabled],
body #content .form-control[readonly],
body #content fieldset[disabled] .form-control,
body #content .modal .modal-dialog .modal-content .form-control[disabled],
body #content .modal .modal-dialog .modal-content .form-control[readonly],
body #content .modal .modal-dialog .modal-content fieldset[disabled] .form-control {
  background-color: #e8e8e8;
  border: 0; }
  body #content .form-control[disabled]:focus,
  body #content .form-control[readonly]:focus,
  body #content fieldset[disabled] .form-control:focus,
  body #content .modal .modal-dialog .modal-content .form-control[disabled]:focus,
  body #content .modal .modal-dialog .modal-content .form-control[readonly]:focus,
  body #content .modal .modal-dialog .modal-content fieldset[disabled] .form-control:focus {
    background-color: #e8e8e8;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
body #content div.checkbox,
body #content .modal .modal-dialog .modal-content div.checkbox {
  margin: 5px 0; }
  body #content div.checkbox.check-transparent input[type=checkbox] + label:before,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox] + label:before {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  body #content div.checkbox.check-transparent input[type=checkbox]:checked + label:before,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox]:checked + label:before {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0; }
  body #content div.checkbox.check-transparent input[type=checkbox]:checked + label::after,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox]:checked + label::after {
    color: #717171; }
  body #content div.checkbox.check-transparent label,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent label {
    color: rgba(255, 255, 255, 0.5); }
  body #content div.checkbox.check-transparent input[type=checkbox]:checked + label,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox]:checked + label {
    color: white; }
  body #content div.checkbox.check-transparent input[type=checkbox].parsley-error + label::before,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox].parsley-error + label::before {
    background-color: rgba(255, 74, 67, 0.2);
    border: 1px solid rgba(255, 74, 67, 0.5); }
  body #content div.checkbox.check-transparent input[type=checkbox].parsley-error + label::after,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox].parsley-error + label::after {
    color: white; }
  body #content div.checkbox.check-transparent input[type=checkbox].parsley-success + label::before,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox].parsley-success + label::before {
    background-color: rgba(162, 210, 0, 0.2);
    border: 1px solid rgba(162, 210, 0, 0.5); }
  body #content div.checkbox.check-transparent input[type=checkbox].parsley-success + label::after,
  body #content .modal .modal-dialog .modal-content div.checkbox.check-transparent input[type=checkbox].parsley-success + label::after {
    color: white; }
  body #content div.checkbox label,
  body #content .modal .modal-dialog .modal-content div.checkbox label {
    margin: 0;
    line-height: 24px; }
    body #content div.checkbox label:before,
    body #content .modal .modal-dialog .modal-content div.checkbox label:before {
      width: 20px;
      height: 20px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
    body #content div.checkbox label:after,
    body #content .modal .modal-dialog .modal-content div.checkbox label:after {
      width: 20px;
      height: 20px;
      font-size: 14px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
    body #content div.checkbox label.done,
    body #content .modal .modal-dialog .modal-content div.checkbox label.done {
      text-decoration: line-through; }
body #content div.radio.radio-transparent input[type=radio] + label:before,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio] + label:before {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1); }
body #content div.radio.radio-transparent input[type=radio]:checked + label:before,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio]:checked + label:before {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
body #content div.radio.radio-transparent input[type=radio]:checked + label::after,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio]:checked + label::after {
  color: #717171; }
body #content div.radio.radio-transparent label,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent label {
  color: rgba(255, 255, 255, 0.5); }
body #content div.radio.radio-transparent input[type=radio]:checked + label,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio]:checked + label {
  color: white; }
body #content div.radio.radio-transparent input[type=radio].parsley-error + label::before,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio].parsley-error + label::before {
  background-color: rgba(255, 74, 67, 0.2);
  border: 1px solid rgba(255, 74, 67, 0.5); }
body #content div.radio.radio-transparent input[type=radio].parsley-error + label::after,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio].parsley-error + label::after {
  color: white; }
body #content div.radio.radio-transparent input[type=radio].parsley-success + label::before,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio].parsley-success + label::before {
  background-color: rgba(162, 210, 0, 0.2);
  border: 1px solid rgba(162, 210, 0, 0.5); }
body #content div.radio.radio-transparent input[type=radio].parsley-success + label::after,
body #content .modal .modal-dialog .modal-content div.radio.radio-transparent input[type=radio].parsley-success + label::after {
  color: white; }
body #content .chosen-container,
body #content .modal .modal-dialog .modal-content .chosen-container {
  width: 100% !important; }
body #content select + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select + .chosen-container.chosen-container-single .chosen-single {
  -webkit-appearance: none !important;
  color: #717171;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 18px;
  font-size: 13px;
  vertical-align: top;
  background-color: #fff;
  min-height: 37px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  body #content select + .chosen-container.chosen-container-single .chosen-single span,
  body #content .modal .modal-dialog .modal-content select + .chosen-container.chosen-container-single .chosen-single span {
    line-height: 24px; }
  body #content select + .chosen-container.chosen-container-single .chosen-single div,
  body #content .modal .modal-dialog .modal-content select + .chosen-container.chosen-container-single .chosen-single div {
    top: 7px; }
body #content select + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
body #content .modal .modal-dialog .modal-content select + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  outline: none;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important; }
body #content select.parsley-error + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select.parsley-error + .chosen-container.chosen-container-single .chosen-single {
  background-color: #ffdddc;
  border: 1px solid #ffaca9; }
body #content select.parsley-success + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select.parsley-success + .chosen-container.chosen-container-single .chosen-single {
  background-color: #fbffeb;
  border: 1px solid #e9ff9f; }
body #content select + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select + .chosen-container-multi .chosen-choices {
  -webkit-appearance: none !important;
  color: #717171;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 18px;
  font-size: 13px;
  vertical-align: top;
  background-color: #fff;
  min-height: 37px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  body #content select + .chosen-container-multi .chosen-choices .search-field input,
  body #content .modal .modal-dialog .modal-content select + .chosen-container-multi .chosen-choices .search-field input {
    padding: 0 !important;
    margin: 3px 0;
    min-height: initial;
    color: inherit; }
    body #content select + .chosen-container-multi .chosen-choices .search-field input:focus,
    body #content .modal .modal-dialog .modal-content select + .chosen-container-multi .chosen-choices .search-field input:focus {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  body #content select + .chosen-container-multi .chosen-choices .search-choice,
  body #content .modal .modal-dialog .modal-content select + .chosen-container-multi .chosen-choices .search-choice {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px; }
body #content select + .chosen-container-multi.chosen-container-active .chosen-choices,
body #content .modal .modal-dialog .modal-content select + .chosen-container-multi.chosen-container-active .chosen-choices {
  outline: none;
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important; }
body #content select.parsley-error + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select.parsley-error + .chosen-container-multi .chosen-choices {
  background-color: #ffdddc;
  border: 1px solid #ffaca9; }
body #content select.parsley-success + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select.parsley-success + .chosen-container-multi .chosen-choices {
  background-color: #fbffeb;
  border: 1px solid #e9ff9f; }
body #content select.chosen-transparent + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container-multi .chosen-choices {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: rgba(255, 255, 255, 0.8); }
  body #content select.chosen-transparent + .chosen-container-multi .chosen-choices .search-choice,
  body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container-multi .chosen-choices .search-choice {
    border-radius: 2px;
    border: 0;
    color: #717171;
    background-color: white;
    font-size: 11px;
    line-height: 18px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  body #content select.chosen-transparent + .chosen-container-multi .chosen-choices .search-field input,
  body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container-multi .chosen-choices .search-field input {
    line-height: 18px;
    min-height: 18px;
    color: rgba(255, 255, 255, 0.8) !important; }
body #content select.chosen-transparent + .chosen-container-multi.chosen-container-active .chosen-choices,
body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container-multi.chosen-container-active .chosen-choices {
  background-color: rgba(0, 0, 0, 0.5); }
body #content select.chosen-transparent.parsley-error + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select.chosen-transparent.parsley-error + .chosen-container-multi .chosen-choices {
  background-color: rgba(255, 74, 67, 0.2);
  border: 1px solid rgba(255, 74, 67, 0.5); }
body #content select.chosen-transparent.parsley-success + .chosen-container-multi .chosen-choices,
body #content .modal .modal-dialog .modal-content select.chosen-transparent.parsley-success + .chosen-container-multi .chosen-choices {
  background-color: rgba(162, 210, 0, 0.2);
  border: 1px solid rgba(162, 210, 0, 0.5); }
body #content select.chosen-transparent + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container.chosen-container-single .chosen-single {
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  color: rgba(255, 255, 255, 0.8); }
  body #content select.chosen-transparent + .chosen-container.chosen-container-single .chosen-single div b,
  body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container.chosen-container-single .chosen-single div b {
    background: url(../images/chosen-sprite-transparent.png) no-repeat 0 2px; }
body #content select.chosen-transparent + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
body #content .modal .modal-dialog .modal-content select.chosen-transparent + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  background-color: rgba(0, 0, 0, 0.5); }
body #content select.chosen-transparent.parsley-error + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select.chosen-transparent.parsley-error + .chosen-container.chosen-container-single .chosen-single {
  background-color: rgba(255, 74, 67, 0.2);
  border: 1px solid rgba(255, 74, 67, 0.5); }
body #content select.chosen-transparent.parsley-success + .chosen-container.chosen-container-single .chosen-single,
body #content .modal .modal-dialog .modal-content select.chosen-transparent.parsley-success + .chosen-container.chosen-container-single .chosen-single {
  background-color: rgba(162, 210, 0, 0.2);
  border: 1px solid rgba(162, 210, 0, 0.5); }
body #content select + .chosen-container .chosen-drop,
body #content .modal .modal-dialog .modal-content select + .chosen-container .chosen-drop {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
body #content select + .chosen-container .chosen-results,
body #content .modal .modal-dialog .modal-content select + .chosen-container .chosen-results {
  font-size: 13px;
  color: #717171; }
body #content .input-group .input-group-btn .btn,
body #content .modal .modal-dialog .modal-content .input-group .input-group-btn .btn {
  line-height: 23px;
  min-height: 37px;
  min-width: 37px; }
body #content .input-group.input-group-lg > .form-control,
body #content .input-group.input-group-lg > .input-group-addon,
body #content .input-group.input-group-lg > .input-group-btn > .btn,
body #content .modal .modal-dialog .modal-content .input-group.input-group-lg > .form-control,
body #content .modal .modal-dialog .modal-content .input-group.input-group-lg > .input-group-addon,
body #content .modal .modal-dialog .modal-content .input-group.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }
body #content .input-group.input-group-sm > .form-control,
body #content .input-group.input-group-sm > .input-group-addon,
body #content .input-group.input-group-sm > .input-group-btn > .btn,
body #content .modal .modal-dialog .modal-content .input-group.input-group-sm > .form-control,
body #content .modal .modal-dialog .modal-content .input-group.input-group-sm > .input-group-addon,
body #content .modal .modal-dialog .modal-content .input-group.input-group-sm > .input-group-btn > .btn {
  height: 25px;
  min-height: 30px;
  font-size: 11px;
  line-height: 1.5; }
body #content .input-group .input-group-addon,
body #content .modal .modal-dialog .modal-content .input-group .input-group-addon {
  border-color: rgba(0, 0, 0, 0.1); }
  body #content .input-group .input-group-addon.addon-red,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-red {
    background-color: #ff7b76;
    color: white; }
  body #content .input-group .input-group-addon.addon-green,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-green {
    background-color: #a2d200;
    color: white; }
  body #content .input-group .input-group-addon.addon-cyan,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-cyan {
    background-color: #52ccf2;
    color: white; }
  body #content .input-group .input-group-addon.addon-orange,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-orange {
    background-color: #ffcd33;
    color: white; }
  body #content .input-group .input-group-addon.addon-amethyst,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-amethyst {
    background-color: #cd97eb;
    color: white; }
  body #content .input-group .input-group-addon.addon-greensea,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-greensea {
    background-color: #1ccdaa;
    color: white; }
  body #content .input-group .input-group-addon.addon-drank,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-drank {
    background-color: #d5099c;
    color: white; }
  body #content .input-group .input-group-addon.addon-dutch,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-dutch {
    background-color: #1cbbd2;
    color: white; }
  body #content .input-group .input-group-addon.addon-hotpink,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-hotpink {
    background-color: #ff3385;
    color: white; }
  body #content .input-group .input-group-addon.addon-redbrown,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-redbrown {
    background-color: #e27d79;
    color: white; }
  body #content .input-group .input-group-addon.addon-blue,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-blue {
    background-color: #69a3d5;
    color: white; }
  body #content .input-group .input-group-addon.addon-slategray,
  body #content .modal .modal-dialog .modal-content .input-group .input-group-addon.addon-slategray {
    background-color: #536781;
    color: white; }
body #content .input-group .form-control:last-child,
body #content .input-group-addon:last-child,
body #content .input-group-btn:last-child > .btn,
body #content .input-group-btn:last-child > .btn-group > .btn,
body #content .input-group-btn:last-child > .dropdown-toggle,
body #content .input-group-btn:first-child > .btn:not(:first-child),
body #content .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
body #content .modal .modal-dialog .modal-content .input-group .form-control:last-child,
body #content .modal .modal-dialog .modal-content .input-group-addon:last-child,
body #content .modal .modal-dialog .modal-content .input-group-btn:last-child > .btn,
body #content .modal .modal-dialog .modal-content .input-group-btn:last-child > .btn-group > .btn,
body #content .modal .modal-dialog .modal-content .input-group-btn:last-child > .dropdown-toggle,
body #content .modal .modal-dialog .modal-content .input-group-btn:first-child > .btn:not(:first-child),
body #content .modal .modal-dialog .modal-content .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
body #content .input-group .form-control:first-child,
body #content .input-group-addon:first-child,
body #content .input-group-btn:first-child > .btn,
body #content .input-group-btn:first-child > .btn-group > .btn,
body #content .input-group-btn:first-child > .dropdown-toggle,
body #content .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body #content .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
body #content .modal .modal-dialog .modal-content .input-group .form-control:first-child,
body #content .modal .modal-dialog .modal-content .input-group-addon:first-child,
body #content .modal .modal-dialog .modal-content .input-group-btn:first-child > .btn,
body #content .modal .modal-dialog .modal-content .input-group-btn:first-child > .btn-group > .btn,
body #content .modal .modal-dialog .modal-content .input-group-btn:first-child > .dropdown-toggle,
body #content .modal .modal-dialog .modal-content .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body #content .modal .modal-dialog .modal-content .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
body #content .input-group-addon:not(:first-child):not(:last-child),
body #content .input-group-btn:not(:first-child):not(:last-child),
body #content .input-group .form-control:not(:first-child):not(:last-child),
body #content .modal .modal-dialog .modal-content .input-group-addon:not(:first-child):not(:last-child),
body #content .modal .modal-dialog .modal-content .input-group-btn:not(:first-child):not(:last-child),
body #content .modal .modal-dialog .modal-content .input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/**********************************/
/************* MMENU **************/
/**********************************/
.navbar.mm-fixed-top {
  left: 0 !important; }

#mmenu {
  z-index: 9999; }
  #mmenu .mm-panel {
    background: #1d2833; }
  #mmenu .tab-content {
    left: 0;
    background: #263543;
    padding: 5px 15px; }
    #mmenu .tab-content .tab-pane {
      padding-top: 45px; }
      #mmenu .tab-content .tab-pane > h5 {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 300;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
        padding-bottom: 10px; }
      #mmenu .tab-content .tab-pane ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        #mmenu .tab-content .tab-pane ul.users-list > li, #mmenu .tab-content .tab-pane ul.history-list > li, #mmenu .tab-content .tab-pane ul.favourite-list > li {
          margin-bottom: 15px; }
          #mmenu .tab-content .tab-pane ul.users-list > li:last-child, #mmenu .tab-content .tab-pane ul.history-list > li:last-child, #mmenu .tab-content .tab-pane ul.favourite-list > li:last-child {
            margin-bottom: 30px; }
          #mmenu .tab-content .tab-pane ul.users-list > li .media, #mmenu .tab-content .tab-pane ul.history-list > li .media, #mmenu .tab-content .tab-pane ul.favourite-list > li .media {
            position: relative; }
            #mmenu .tab-content .tab-pane ul.users-list > li .media .profile-photo, #mmenu .tab-content .tab-pane ul.history-list > li .media .profile-photo, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .profile-photo {
              width: 45px;
              overflow: hidden;
              display: inline-block; }
              #mmenu .tab-content .tab-pane ul.users-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.history-list > li .media .profile-photo img, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .profile-photo img {
                width: 100%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
            #mmenu .tab-content .tab-pane ul.users-list > li .media .unread, #mmenu .tab-content .tab-pane ul.history-list > li .media .unread, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .unread {
              position: absolute;
              left: 30px;
              font-size: 10px;
              font-weight: 400; }
            #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body {
              padding-top: 6px;
              position: relative; }
              #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body .media-heading, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body .media-heading, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body .media-heading {
                font-family: "Roboto", "Arial", sans-serif;
                font-weight: 300;
                color: rgba(255, 255, 255, 0.7);
                margin: 0 0 3px; }
              #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body small, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body small {
                font-size: 11px;
                color: rgba(255, 255, 255, 0.3); }
                #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body small i, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small i, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body small i {
                  font-size: 14px; }
              #mmenu .tab-content .tab-pane ul.users-list > li .media .media-body .status, #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body .status, #mmenu .tab-content .tab-pane ul.favourite-list > li .media .media-body .status {
                position: absolute;
                right: 0px;
                top: 18px; }
          #mmenu .tab-content .tab-pane ul.users-list > li.online .status, #mmenu .tab-content .tab-pane ul.history-list > li.online .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.online .status {
            border-color: #16a085; }
          #mmenu .tab-content .tab-pane ul.users-list > li.busy .status, #mmenu .tab-content .tab-pane ul.history-list > li.busy .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.busy .status {
            border-color: #ffc100; }
          #mmenu .tab-content .tab-pane ul.users-list > li.offline .media .profile-photo, #mmenu .tab-content .tab-pane ul.history-list > li.offline .media .profile-photo, #mmenu .tab-content .tab-pane ul.favourite-list > li.offline .media .profile-photo {
            filter: alpha(opacity=40);
            opacity: 0.4; }
          #mmenu .tab-content .tab-pane ul.users-list > li.offline .status, #mmenu .tab-content .tab-pane ul.history-list > li.offline .status, #mmenu .tab-content .tab-pane ul.favourite-list > li.offline .status {
            border-color: #717171; }
        #mmenu .tab-content .tab-pane ul.history-list > li .media .media-body small {
          display: inline-block;
          width: 140px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          font-weight: 300; }
        #mmenu .tab-content .tab-pane ul.settings > li .form-group .control-label {
          margin: 0;
          padding: 0;
          margin-bottom: 15px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.7);
          font-size: 12px;
          line-height: 22px; }
          #mmenu .tab-content .tab-pane ul.settings > li .form-group .control-label .onoffswitch {
            right: -35px; }
  #mmenu .nav.nav-tabs {
    padding: 0;
    max-height: 45px;
    z-index: 2; }
    #mmenu .nav.nav-tabs > li > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      border: 0;
      padding: 12px 15px;
      min-height: 45px;
      color: rgba(255, 255, 255, 0.5); }
      #mmenu .nav.nav-tabs > li > a:hover {
        background-color: #212d3a; }
    #mmenu .nav.nav-tabs > li.active > a {
      background-color: #263543;
      color: white; }
      #mmenu .nav.nav-tabs > li.active > a:hover
      #mmenu .nav.nav-tabs > li.active > a:focus {
        background-color: #263543;
        color: white; }

/****************************************/
/************* PAGE HEADER **************/
/****************************************/
.pageheader {
  position: relative; }
  .pageheader h2 {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 32px;
    font-weight: 300;
    font-family: "Roboto", "Arial", sans-serif; }
    .pageheader h2 span {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 300;
      font-style: italic; }
    .pageheader h2 i {
      padding: 0;
      border-radius: 50%;
      color: rgba(255, 255, 255, 0.5);
      font-size: 28px;
      display: inline-block;
      vertical-align: middle;
      height: 50px;
      width: 50px;
      text-align: center;
      border: 2px solid rgba(255, 255, 255, 0.5);
      line-height: 44px; }
  .pageheader .breadcrumbs {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0; }
    .pageheader .breadcrumbs ol.breadcrumb {
      background-color: transparent;
      margin-bottom: 0; }
      .pageheader .breadcrumbs ol.breadcrumb > li {
        font-size: 12px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6); }
        .pageheader .breadcrumbs ol.breadcrumb > li.active {
          color: rgba(0, 0, 0, 0.4); }
        .pageheader .breadcrumbs ol.breadcrumb > li + li:before {
          content: "\f105";
          font-family: "FontAwesome";
          color: rgba(255, 255, 255, 0.6); }

/****************************************/
/************* BREADCRUMBS **************/
/****************************************/
ol.breadcrumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 15px; }
  ol.breadcrumb > li {
    font-size: 12px;
    font-weight: 500; }
    ol.breadcrumb > li + li:before {
      content: "\f105";
      font-family: "FontAwesome"; }
  ol.breadcrumb.transparent-black {
    background-color: rgba(0, 0, 0, 0.3); }
    ol.breadcrumb.transparent-black > li > a {
      color: white; }

/**************************************/
/************* DROPDOWNS **************/
/**************************************/
ul.dropdown-menu.example {
  position: static;
  display: block;
  margin-bottom: 5px;
  float: none;
  max-width: 170px; }
ul.dropdown-menu > li.divider {
  width: 100% !important;
  background-color: #e5e5e5 !important;
  opacity: 1 !important; }

li.dropdown ul.dropdown-menu.wide, li.dropdown ul.dropdown-menu.wider {
  max-width: 300px !important;
  min-width: 160px !important;
  width: 240px !important;
  border: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176); }
  li.dropdown ul.dropdown-menu.wide > li h1, li.dropdown ul.dropdown-menu.wider > li h1 {
    font-family: "Roboto", "Arial", sans-serif;
    margin: 0;
    font-size: 11px;
    padding: 15px;
    font-weight: 300;
    background-color: #444;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  li.dropdown ul.dropdown-menu.wide > li > a, li.dropdown ul.dropdown-menu.wider > li > a {
    padding: 10px !important; }
  li.dropdown ul.dropdown-menu.wide > li.topborder, li.dropdown ul.dropdown-menu.wider > li.topborder {
    border-top: 1px dotted #eaeaea; }
li.dropdown ul.dropdown-menu.wider {
  width: 350px !important;
  max-width: 400px !important; }
li.dropdown ul.dropdown-menu.nopadding {
  padding: 0; }
li.dropdown ul.dropdown-menu.arrow:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-bottom-color: #444;
  position: absolute;
  top: -10px;
  left: 12px;
  z-index: 1; }
li.dropdown ul.dropdown-menu.bordered > li {
  border-bottom: 1px dotted #eaeaea; }
  li.dropdown ul.dropdown-menu.bordered > li:last-child {
    border-bottom: 0; }

/******************************************/
/************* PROGRESS BARS **************/
/******************************************/
.progress-info {
  margin-bottom: 5px; }
  .progress-info .desc {
    font-size: 12px; }
  .progress-info .percent {
    padding-left: 10px;
    margin-top: 1px;
    display: inline-block;
    font-weight: 600;
    float: right;
    font-size: 12px; }

.progress {
  background-color: #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .progress.progress-thin {
    height: 10px; }
  .progress.progress-little {
    height: 5px; }
  .progress.no-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .progress.nomargin {
    margin-bottom: 5px; }
  .progress.progress-transparent-black {
    background-color: rgba(0, 0, 0, 0.1); }
    .progress.progress-transparent-black .progress-bar {
      background-color: rgba(0, 0, 0, 0.15); }
  .progress .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .progress .progress-bar.animate-progress-bar {
      -webkit-transition: width 2.5s ease !important;
      -moz-transition: width 2.5s ease !important;
      transition: width 2.5s ease !important; }
    .progress .progress-bar.progress-bar-green {
      background-color: #a2d200; }
    .progress .progress-bar.progress-bar-cyan {
      background-color: #22beef; }
    .progress .progress-bar.progress-bar-orange {
      background-color: #ffc100; }
    .progress .progress-bar.progress-bar-red {
      background-color: #ff4a43; }
    .progress .progress-bar.progress-bar-amethyst {
      background-color: #cd97eb; }
    .progress .progress-bar.progress-bar-greensea {
      background-color: #16a085; }
    .progress .progress-bar.progress-bar-dutch {
      background-color: #1693a5; }
    .progress .progress-bar.progress-bar-hotpink {
      background-color: #ff0066; }
    .progress .progress-bar.progress-bar-drank {
      background-color: #a40778; }
    .progress .progress-bar.progress-bar-blue {
      background-color: #418bca; }
    .progress .progress-bar.progress-bar-slategray {
      background-color: #3f4e62; }
    .progress .progress-bar.progress-bar-redbrown {
      background-color: #d9544f; }
    .progress .progress-bar.progress-bar-transparent-white {
      background-color: rgba(255, 255, 255, 0.8); }
    .progress .progress-bar.progress-bar-transparent-black {
      background-color: rgba(0, 0, 0, 0.8); }

.progress-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }
  .progress-list .details {
    display: inline-block;
    float: left; }
    .progress-list .details .title {
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      color: rgba(255, 255, 255, 0.8); }
    .progress-list .details .description {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 12px; }
  .progress-list .status {
    display: inline-block;
    background-color: #f2f2f2;
    font-size: 9px;
    padding: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: white;
    font-weight: 500; }
  .progress-list .clearfix {
    height: 30px; }
  .progress-list .progress {
    margin-bottom: 15px; }
  .progress-list.with-heading .details .title h2 {
    margin-bottom: 0 !important; }
  .progress-list.with-heading .status {
    position: absolute;
    bottom: 8px;
    right: 0; }
  .progress-list.with-heading .clearfix {
    height: 35px; }

/***********************************/
/************* BADGES **************/
/***********************************/
.badge {
  font-size: 11px;
  font-weight: 400;
  color: white;
  padding: 3px 5px;
  margin: 0 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  .badge.badge-primary {
    background-color: #428bca; }
  .badge.badge-success {
    background-color: #5cb85c; }
  .badge.badge-info {
    background-color: #5bc0de; }
  .badge.badge-warning {
    background-color: #f0ad4e; }
  .badge.badge-danger {
    background-color: #d9534f; }
  .badge.badge-red {
    background-color: #ff635c; }
  .badge.badge-cyan {
    background-color: #3ac5f1; }
  .badge.badge-green {
    background-color: #a2d200; }
  .badge.badge-orange {
    background-color: #ffc71a; }
  .badge.badge-amethyst {
    background-color: #d7acef; }
  .badge.badge-greensea {
    background-color: #19b698; }
  .badge.badge-dutch {
    background-color: #19a7bc; }
  .badge.badge-hotpink {
    background-color: #ff1a75; }
  .badge.badge-drank {
    background-color: #bc088a; }
  .badge.badge-blue {
    background-color: #5597d0; }
  .badge.badge-slategray {
    background-color: #495a72; }
  .badge.badge-redbrown {
    background-color: #de6864; }
  .badge.badge-transparent-black {
    background-color: rgba(0, 0, 0, 0.15); }
  .badge.badge-outline {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #717171;
    background: transparent; }

/***********************************/
/************* LABELS **************/
/***********************************/
.label {
  font-size: 11px;
  font-weight: 400;
  color: white;
  padding: 3px 5px;
  margin: 0 2px; }
  .label.label-red {
    background-color: #ff635c; }
  .label.label-cyan {
    background-color: #3ac5f1; }
  .label.label-green {
    background-color: #a2d200; }
  .label.label-orange {
    background-color: #ffc71a; }
  .label.label-amethyst {
    background-color: #d7acef; }
  .label.label-greensea {
    background-color: #19b698; }
  .label.label-dutch {
    background-color: #19a7bc; }
  .label.label-hotpink {
    background-color: #ff1a75; }
  .label.label-drank {
    background-color: #bc088a; }
  .label.label-blue {
    background-color: #5597d0; }
  .label.label-slategray {
    background-color: #495a72; }
  .label.label-redbrown {
    background-color: #de6864; }
  .label.label-transparent-black {
    background-color: rgba(0, 0, 0, 0.15); }

/*****************************************/
/************* TOGGLE SWITCH *************/
/*****************************************/
.onoffswitch {
  position: relative;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .onoffswitch.green .onoffswitch-inner:before {
    background-color: #a2d200; }
  .onoffswitch.red .onoffswitch-inner:before {
    background-color: #ff4a43; }
  .onoffswitch.cyan .onoffswitch-inner:before {
    background-color: #22beef; }
  .onoffswitch.orange .onoffswitch-inner:before {
    background-color: #ffc100; }
  .onoffswitch.amethyst .onoffswitch-inner:before {
    background-color: #cd97eb; }
  .onoffswitch.greensea .onoffswitch-inner:before {
    background-color: #16a085; }
  .onoffswitch.dutch .onoffswitch-inner:before {
    background-color: #1693a5; }
  .onoffswitch.hotpink .onoffswitch-inner:before {
    background-color: #ff0066; }
  .onoffswitch.drank .onoffswitch-inner:before {
    background-color: #a40778; }
  .onoffswitch.blue .onoffswitch-inner:before {
    background-color: #418bca; }
  .onoffswitch.slategray .onoffswitch-inner:before {
    background-color: #536781; }
  .onoffswitch.redbrown .onoffswitch-inner:before {
    background-color: #d9544f; }
  .onoffswitch.labeled {
    width: 46px; }
    .onoffswitch.labeled .onoffswitch-inner:before {
      content: "On"; }
    .onoffswitch.labeled .onoffswitch-inner:after {
      content: "Off";
      padding-right: 7px; }
    .onoffswitch.labeled .onoffswitch-switch {
      right: 21px; }
  .onoffswitch.small {
    width: 20px; }
    .onoffswitch.small .onoffswitch-switch {
      right: 6px; }
    .onoffswitch.small .onoffswitch-inner:before, .onoffswitch.small .onoffswitch-inner:after {
      height: 15px;
      line-height: 15px; }
    .onoffswitch.small .onoffswitch-switch {
      width: 10px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in 0s;
  -moz-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 9px;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: none; }

.onoffswitch-inner:before {
  content: "";
  padding-left: 9px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "";
  padding-right: 9px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 2px;
  background: #FFFFFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/****************************************/
/************* NO UI SLIDER *************/
/****************************************/
#colorpicker {
  height: 240px;
  margin: 0;
  padding: 10px; }
  #colorpicker #red, #colorpicker #green, #colorpicker #blue {
    margin: 10px;
    display: inline-block;
    height: 200px; }
  #colorpicker .result {
    margin: 60px 30px;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    color: #7f7f7f;
    background: #7f7f7f;
    border: 1px solid #fff;
    box-shadow: 0 0 10px; }

.noUi-background {
  background: white; }

.noUiSlider.noUi-target {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none; }
.noUiSlider.noUi-horizontal {
  height: 12px; }
  .noUiSlider.noUi-horizontal .noUi-handle {
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .noUiSlider.noUi-horizontal .noUi-handle:after, .noUiSlider.noUi-horizontal .noUi-handle:before {
      top: 6px;
      height: 7px;
      left: 8px; }
    .noUiSlider.noUi-horizontal .noUi-handle:after {
      left: 11px; }
  .noUiSlider.noUi-horizontal .noUi-origin.noUi-background {
    right: -2px;
    border-right: 1px solid #e2e2e2; }
.noUiSlider.noUi-vertical {
  width: 12px; }
  .noUiSlider.noUi-vertical .noUi-handle {
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .noUiSlider.noUi-vertical .noUi-handle:after, .noUiSlider.noUi-vertical .noUi-handle:before {
      width: 7px;
      height: 1px;
      left: 6px;
      top: 8px; }
    .noUiSlider.noUi-vertical .noUi-handle:after {
      top: 11px; }
  .noUiSlider.noUi-vertical .noUi-origin.noUi-background {
    bottom: -2px;
    border-bottom: 1px solid #e2e2e2; }
.noUiSlider .noUi-handle {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none; }
.noUiSlider .noUi-connect {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.noUiSlider .noUi-origin {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }
.noUiSlider.red {
  background-color: #ff4a43; }
.noUiSlider.green {
  background-color: #a2d200; }
.noUiSlider.cyan {
  background-color: #22beef; }
.noUiSlider.orange {
  background-color: #ffc100; }
.noUiSlider.amethyst {
  background-color: #cd97eb; }
.noUiSlider.greensea {
  background-color: #16a085; }
.noUiSlider.dutch {
  background-color: #1693a5; }
.noUiSlider.hotpink {
  background-color: #ff0066; }
.noUiSlider.drank {
  background-color: #a40778; }
.noUiSlider.connect-red .noUi-connect {
  background-color: #ff4a43; }
.noUiSlider.connect-green .noUi-connect {
  background-color: #a2d200; }
.noUiSlider.connect-cyan .noUi-connect {
  background-color: #22beef; }
.noUiSlider.connect-orange .noUi-connect {
  background-color: #ffc100; }
.noUiSlider.connect-amethyst .noUi-connect {
  background-color: #cd97eb; }
.noUiSlider.connect-greensea .noUi-connect {
  background-color: #16a085; }
.noUiSlider.connect-dutch .noUi-connect {
  background-color: #1693a5; }
.noUiSlider.connect-hotpink .noUi-connect {
  background-color: #ff0066; }
.noUiSlider.connect-drank .noUi-connect {
  background-color: #a40778; }

.slider-value {
  position: absolute;
  right: 20px;
  bottom: 60px;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #e2e2e2;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px; }

/**************************************/
/************* ROW SELECT *************/
/**************************************/
ul.inlineSelect {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  ul.inlineSelect.rowSelect > li.title, ul.inlineSelect.inline > li.title {
    background-color: #f2f2f2; }
    ul.inlineSelect.rowSelect > li.title h5, ul.inlineSelect.inline > li.title h5 {
      margin: 0;
      padding: 10px; }
  ul.inlineSelect.rowSelect > li > .checkbox, ul.inlineSelect.inline > li > .checkbox {
    padding-left: 0;
    margin: 0 !important; }
    ul.inlineSelect.rowSelect > li > .checkbox input[type=checkbox]:checked + label, ul.inlineSelect.inline > li > .checkbox input[type=checkbox]:checked + label {
      background-color: #f5f5f5; }
    ul.inlineSelect.rowSelect > li > .checkbox label, ul.inlineSelect.inline > li > .checkbox label {
      width: 100%;
      background-color: #fafafa;
      padding: 6px 0 5px 40px; }
      ul.inlineSelect.rowSelect > li > .checkbox label:hover, ul.inlineSelect.inline > li > .checkbox label:hover {
        background-color: #f5f5f5; }
      ul.inlineSelect.rowSelect > li > .checkbox label:before, ul.inlineSelect.inline > li > .checkbox label:before {
        left: 10px;
        top: 7px; }
      ul.inlineSelect.rowSelect > li > .checkbox label:after, ul.inlineSelect.inline > li > .checkbox label:after {
        left: 13px;
        top: 5px; }
  ul.inlineSelect.rowSelect > li:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  ul.inlineSelect.rowSelect > li:last-child label {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  ul.inlineSelect.inline > li {
    padding: 0;
    margin-right: -3px; }
    ul.inlineSelect.inline > li:first-child {
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -ms-border-radius: 4px 0 0 4px;
      -o-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    ul.inlineSelect.inline > li:last-child label {
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;
      -o-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
  ul.inlineSelect.red > li.title {
    background-color: #ff4a43;
    color: white; }
  ul.inlineSelect.red > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #ffdddc; }
  ul.inlineSelect.red > li > .checkbox label:hover {
    background-color: #fff6f5; }
  ul.inlineSelect.cyan > li.title {
    background-color: #22beef;
    color: white; }
  ul.inlineSelect.cyan > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #e0f6fd; }
  ul.inlineSelect.cyan > li > .checkbox label:hover {
    background-color: #f8fdfe; }
  ul.inlineSelect.orange > li.title {
    background-color: #ffc100;
    color: white; }
  ul.inlineSelect.orange > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #fff3cc; }
  ul.inlineSelect.orange > li > .checkbox label:hover {
    background-color: #fff9e5; }
  ul.inlineSelect.green > li.title {
    background-color: #a2d200;
    color: white; }
  ul.inlineSelect.green > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #f5ffd2; }
  ul.inlineSelect.green > li > .checkbox label:hover {
    background-color: #fbffeb; }
  ul.inlineSelect.amethyst > li.title {
    background-color: #cd97eb;
    color: white; }
  ul.inlineSelect.amethyst > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #f6edfb; }
  ul.inlineSelect.amethyst > li > .checkbox label:hover {
    background-color: white; }
  ul.inlineSelect.greensea > li.title {
    background-color: #16a085;
    color: white; }
  ul.inlineSelect.greensea > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #bff6eb; }
  ul.inlineSelect.greensea > li > .checkbox label:hover {
    background-color: #d5f9f2; }
  ul.inlineSelect.dutch > li.title {
    background-color: #1693a5;
    color: white; }
  ul.inlineSelect.dutch > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #adebf4; }
  ul.inlineSelect.dutch > li > .checkbox label:hover {
    background-color: #c3f0f7; }
  ul.inlineSelect.hotpink > li.title {
    background-color: #ff0066;
    color: white; }
  ul.inlineSelect.hotpink > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #ffcce0; }
  ul.inlineSelect.hotpink > li > .checkbox label:hover {
    background-color: #ffe5f0; }
  ul.inlineSelect.drank > li.title {
    background-color: #a40778;
    color: white; }
  ul.inlineSelect.drank > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #fcaee6; }
  ul.inlineSelect.drank > li > .checkbox label:hover {
    background-color: #fdc7ee; }
  ul.inlineSelect.blue > li.title {
    background-color: #418bca;
    color: white; }
  ul.inlineSelect.blue > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #e1ecf6; }
  ul.inlineSelect.blue > li > .checkbox label:hover {
    background-color: #f4f9fc; }
  ul.inlineSelect.slategray > li.title {
    background-color: #3f4e62;
    color: white; }
  ul.inlineSelect.slategray > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #b6c1d0; }
  ul.inlineSelect.slategray > li > .checkbox label:hover {
    background-color: #c6cfda; }
  ul.inlineSelect.redbrown > li.title {
    background-color: #d9544f;
    color: white; }
  ul.inlineSelect.redbrown > li > .checkbox input[type=checkbox]:checked + label {
    background-color: #f4cecd; }
  ul.inlineSelect.redbrown > li > .checkbox label:hover {
    background-color: #f9e3e2; }

/*********************************/
/************* CARDS *************/
/*********************************/
.card-container {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px; }
  .card-container .card {
    height: 100%;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    width: 100%;
    cursor: pointer; }
    .card-container .card .front {
      height: 100%;
      position: relative;
      width: 100%;
      background-color: #f2f2f2;
      padding: 15px;
      min-height: 115px;
      top: 0;
      left: 0;
      z-index: 900;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg);
      -o-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* -- transition is the magic sauce for animation -- */
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .card-container .card .front .media {
        margin-bottom: 10px; }
        .card-container .card .front .media .media-object {
          font-size: 48px;
          margin-top: 5px; }
        .card-container .card .front .media .media-body small {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          font-weight: 300; }
        .card-container .card .front .media .media-body h2 {
          font-family: "Roboto", "Arial", sans-serif;
          font-weight: 400; }
      .card-container .card .front .progress-list .details .title {
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5); }
      .card-container .card .front .progress-list .status {
        font-size: 9px;
        padding: 3px 6px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px; }
      .card-container .card .front .progress-list .clearfix {
        height: 20px; }
      .card-container .card .front .progress-list .progress {
        margin-bottom: 0; }
    .card-container .card.flip .front {
      z-index: 900;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .card-container .card.flip .back {
      z-index: 1000;
      -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg);
      -ms-transform: rotateX(0deg) rotateY(0deg);
      -o-transform: rotateX(0deg) rotateY(0deg);
      transform: rotateX(0deg) rotateY(0deg); }
    .card-container .card .back {
      position: absolute;
      top: 0;
      background-color: white !important;
      border: 0;
      color: inherit !important;
      padding: 15px 15px 5px 15px;
      text-align: center;
      height: auto;
      width: 100%;
      min-height: 123px;
      left: 0;
      z-index: 800;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-179deg);
      /* setting to 180 causes an unnatural-looking half-flip */
      transform: rotateY(-179deg);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* -- transition is the magic sauce for animation -- */
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .card-container .card .back > a {
        display: block;
        color: #717171;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px; }
        .card-container .card .back > a:hover {
          text-decoration: none;
          color: #418bca; }
        .card-container .card .back > a > i {
          display: block; }
    .card-container .card.card-red .front {
      color: white;
      background-color: #ff4a43; }
    .card-container .card.card-red .back p {
      color: #ff4a43; }
    .card-container .card.card-cyan .front {
      color: white;
      background-color: #22beef; }
    .card-container .card.card-cyan .back p {
      color: #22beef; }
    .card-container .card.card-green .front {
      color: white;
      background-color: #a2d200; }
    .card-container .card.card-green .back p {
      color: #a2d200; }
    .card-container .card.card-orange .front {
      color: white;
      background-color: #ffc100; }
    .card-container .card.card-orange .back p {
      color: #ffc100; }
    .card-container .card.card-amethyst .front {
      color: white;
      background-color: #cd97eb; }
    .card-container .card.card-amethyst .back p {
      color: #cd97eb; }
    .card-container .card.card-greensea .front {
      color: white;
      background-color: #16a085; }
    .card-container .card.card-greensea .back p {
      color: #16a085; }
    .card-container .card.card-drank .front {
      color: white;
      background-color: #a40778; }
    .card-container .card.card-drank .back p {
      color: #a40778; }
    .card-container .card.card-dutch .front {
      color: white;
      background-color: #1693a5; }
    .card-container .card.card-dutch .back p {
      color: #1693a5; }
    .card-container .card.card-hotpink .front {
      color: white;
      background-color: #ff0066; }
    .card-container .card.card-hotpink .back p {
      color: #ff0066; }
    .card-container .card.card-redbrown .front {
      color: white;
      background-color: #d9544f; }
    .card-container .card.card-redbrown .back p {
      color: #d9544f; }
    .card-container .card.card-slategray .front {
      color: white;
      background-color: #3f4e62; }
    .card-container .card.card-slategray .back p {
      color: #3f4e62; }
    .card-container .card.card-blue .front {
      color: white;
      background-color: #418bca; }
    .card-container .card.card-blue .back p {
      color: #418bca; }

/************************************/
/************* TOOLTIPS *************/
/************************************/
#tooltip {
  color: #717171;
  font-size: 11px;
  line-height: 11px;
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  #tooltip h1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#flotTip {
  background-color: white !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #717171;
  border: 0 !important;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  #flotTip b {
    font-family: "Roboto Slab", serif; }

/***************************************/
/************* TYPOGRAPHY **************/
/***************************************/
.thin {
  font-weight: 100 !important; }

.uppercase {
  text-transform: uppercase !important; }

.italic {
  font-style: italic; }

.bold {
  font-weight: 700; }

.small-bold {
  font-size: 11px;
  font-weight: 700; }

/* filled elements */
h1.filled,
h2.filled,
h3.filled,
h4.filled,
h5.filled,
h6.filled {
  background: #717171;
  padding: 10px;
  color: white;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

p.filled,
blockquote.filled,
div.filled,
ul.filled {
  background: #f8f8f8;
  padding: 10px;
  margin-top: -10px;
  color: #717171;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }
  p.filled.red,
  blockquote.filled.red,
  div.filled.red,
  ul.filled.red {
    background: #f15751;
    color: white; }
  p.filled.cyan,
  blockquote.filled.cyan,
  div.filled.cyan,
  ul.filled.cyan {
    background: #34b5dd;
    color: white; }
  p.filled.orange,
  blockquote.filled.orange,
  div.filled.orange,
  ul.filled.orange {
    background: #ecb713;
    color: white; }
  p.filled.green,
  blockquote.filled.green,
  div.filled.green,
  ul.filled.green {
    background: #99c210;
    color: white; }
  p.filled.amethyst,
  blockquote.filled.amethyst,
  div.filled.amethyst,
  ul.filled.amethyst {
    background: #caa0e2;
    color: white; }
  p.filled.greensea,
  blockquote.filled.greensea,
  div.filled.greensea,
  ul.filled.greensea {
    background: #22e1bb;
    color: white; }
  p.filled.drank,
  blockquote.filled.drank,
  div.filled.drank,
  ul.filled.drank {
    background: #ed0aae;
    color: white; }
  p.filled.dutch,
  blockquote.filled.dutch,
  div.filled.dutch,
  ul.filled.dutch {
    background: #26cae2;
    color: white; }
  p.filled.hotpink,
  blockquote.filled.hotpink,
  div.filled.hotpink,
  ul.filled.hotpink {
    background: #ff4d94;
    color: white; }
  p.filled.blue,
  blockquote.filled.blue,
  div.filled.blue,
  ul.filled.blue {
    background: #7db0db;
    color: white; }
  p.filled.slategray,
  blockquote.filled.slategray,
  div.filled.slategray,
  ul.filled.slategray {
    background: #5d7391;
    color: white; }
  p.filled.redbrown,
  blockquote.filled.redbrown,
  div.filled.redbrown,
  ul.filled.redbrown {
    background: #e7918e;
    color: white; }

p.filled.withoutHeader,
blockquote.filled.withoutHeader,
div.filled.withoutHeader,
ul.filled.withoutHeader {
  margin-top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

blockquote.filled.text-right {
  border-left-width: 0;
  border-right: 5px solid; }

blockquote.filled i {
  font-size: 46px;
  margin: 0 10px 10px 0;
  color: rgba(0, 0, 0, 0.1); }

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.3); }
  blockquote.pull-right {
    border-right: 5px solid rgba(0, 0, 0, 0.3); }
  blockquote p {
    line-height: 1.6em; }
  blockquote small {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300; }

blockquote.filled {
  min-height: 60px;
  border-color: #717171; }
  blockquote.filled small {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 400; }
  blockquote.filled.red {
    border-color: #ff4a43; }
  blockquote.filled.cyan {
    border-color: #22beef; }
  blockquote.filled.orange {
    border-color: #ffc100; }
  blockquote.filled.green {
    border-color: #a2d200; }
  blockquote.filled.amethyst {
    border-color: #cd97eb; }
  blockquote.filled.greensea {
    border-color: #16a085; }
  blockquote.filled.drank {
    border-color: #a40778; }
  blockquote.filled.dutch {
    border-color: #1693a5; }
  blockquote.filled.hotpink {
    border-color: #ff0066; }
  blockquote.filled.blue {
    border-color: #418bca; }
  blockquote.filled.slategray {
    border-color: #3f4e62; }
  blockquote.filled.redbrown {
    border-color: #d9544f; }

.filled.red {
  background: #ff4a43; }

.filled.cyan {
  background: #22beef; }

.filled.orange {
  background: #ffc100; }

.filled.green {
  background: #a2d200; }

.filled.amethyst {
  background: #cd97eb; }

.filled.greensea {
  background: #16a085; }

.filled.drank {
  background: #a40778; }

.filled.dutch {
  background: #1693a5; }

.filled.hotpink {
  background: #ff0066; }

.filled.blue {
  background: #418bca; }

.filled.slategray {
  background: #3f4e62; }

.filled.redbrown {
  background: #d9544f; }

address.filled {
  background: #f8f8f8;
  padding: 10px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #717171; }
  address.filled.addon {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  address.filled i {
    font-size: 80px;
    opacity: 0.05;
    margin-top: -50px; }
  address.filled strong {
    background: #717171;
    color: white;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    display: block;
    margin: -10px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 300; }
  address.filled.filled-append {
    margin-top: -20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    address.filled.filled-append strong {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    address.filled.filled-append a {
      color: #fff; }
  address.filled.red {
    background: #ff948f; }
    address.filled.red strong {
      background: #ff4a43; }
  address.filled.cyan {
    background: #69d3f4; }
    address.filled.cyan strong {
      background: #22beef; }
  address.filled.orange {
    background: #ffd44d; }
    address.filled.orange strong {
      background: #ffc100; }
  address.filled.green {
    background: #ccff20; }
    address.filled.green strong {
      background: #a2d200; }
  address.filled.amethyst {
    background: #ecd7f7; }
    address.filled.amethyst strong {
      background: #cd97eb; }
  address.filled.greensea {
    background: #22e1bb; }
    address.filled.greensea strong {
      background: #16a085; }
  address.filled.drank {
    background: #ed0aae; }
    address.filled.drank strong {
      background: #a40778; }
  address.filled.dutch {
    background: #26cae2; }
    address.filled.dutch strong {
      background: #1693a5; }
  address.filled.hotpink {
    background: #ff4d94; }
    address.filled.hotpink strong {
      background: #ff0066; }
  address.filled.blue {
    background: #7db0db; }
    address.filled.blue strong {
      background: #418bca; }
  address.filled.slategray {
    background: #5d7391; }
    address.filled.slategray strong {
      background: #3f4e62; }
  address.filled.redbrown {
    background: #e7918e; }
    address.filled.redbrown strong {
      background: #d9544f; }

dl dt {
  font-size: 1.1em; }

dl.filled {
  background: #f2f2f2;
  color: #717171; }
  dl.filled dt,
  dl.filled dd {
    padding: 5px 10px; }
  dl.filled dt {
    background: #717171;
    font-weight: 500;
    color: white;
    font-family: "Roboto Slab", serif;
    font-size: 14px; }
  dl.filled dd {
    background: #f8f8f8;
    font-weight: 300; }
  dl.filled.red {
    color: white; }
    dl.filled.red dd {
      background: #ff544d; }
    dl.filled.red dt {
      background: #ff4a43; }
  dl.filled.cyan {
    color: white; }
    dl.filled.cyan dd {
      background: #2cc1f0; }
    dl.filled.cyan dt {
      background: #22beef; }
  dl.filled.green {
    color: white; }
    dl.filled.green dd {
      background: #aadc00; }
    dl.filled.green dt {
      background: #a2d200; }
  dl.filled.orange {
    color: white; }
    dl.filled.orange dd {
      background: #ffc30a; }
    dl.filled.orange dt {
      background: #ffc100; }
  dl.filled.amethyst {
    color: white; }
    dl.filled.amethyst dd {
      background: #d1a0ed; }
    dl.filled.amethyst dt {
      background: #cd97eb; }
  dl.filled.greensea {
    color: white; }
    dl.filled.greensea dd {
      background: #17a98c; }
    dl.filled.greensea dt {
      background: #16a085; }
  dl.filled.hotpink {
    color: white; }
    dl.filled.hotpink dd {
      background: #ff0a6c; }
    dl.filled.hotpink dt {
      background: #ff0066; }
  dl.filled.drank {
    color: white; }
    dl.filled.drank dd {
      background: #ae077f; }
    dl.filled.drank dt {
      background: #a40778; }
  dl.filled.dutch {
    color: white; }
    dl.filled.dutch dd {
      background: #179bae; }
    dl.filled.dutch dt {
      background: #1693a5; }
  dl.filled.blue {
    color: white; }
    dl.filled.blue dd {
      background: #4990cc; }
    dl.filled.blue dt {
      background: #418bca; }
  dl.filled.slategray {
    color: white; }
    dl.filled.slategray dd {
      background: #435368; }
    dl.filled.slategray dt {
      background: #3f4e62; }
  dl.filled.redbrown {
    color: white; }
    dl.filled.redbrown dd {
      background: #db5c57; }
    dl.filled.redbrown dt {
      background: #d9544f; }

/*********************************/
/************* LISTS *************/
/*********************************/
ul.inline {
  padding: 0;
  margin: 0; }
  ul.inline > li {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top; }
  ul.inline.divided > li {
    border-right: 1px solid #f2f2f2; }
    ul.inline.divided > li:last-child {
      border: 0; }
ul.nolisttypes {
  list-style-type: none;
  padding: 0; }
ul.list-type {
  padding: 0;
  margin: 7px 0 7px 20px;
  list-style-type: none; }
  ul.list-type li {
    padding: 2px 2px 2px 0px;
    position: relative; }
    ul.list-type li:before {
      position: absolute;
      left: -18px;
      margin-top: 3px;
      font-family: FontAwesome;
      line-height: 1;
      font-size: 14px;
      -webkit-font-smoothing: antialiased; }
  ul.list-type.arrow li:before {
    content: "\f061"; }
  ul.list-type.circle li:before {
    content: "\f10c"; }
  ul.list-type.check li:before {
    content: "\f046"; }
  ul.list-type.caret-right li:before {
    content: "\f0da"; }
ul.chart-legend > li {
  font-size: 12px;
  font-weight: 400;
  padding: 5px; }
  ul.chart-legend > li small {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
    font-size: 12px; }

/***********************************/
/************* BUTTONS *************/
/***********************************/
.btn {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* file upload */ }
  .btn.btn-black-transparent {
    background-color: rgba(0, 0, 0, 0.1);
    color: #f2f2f2; }
    .btn.btn-black-transparent:hover {
      background-color: rgba(0, 0, 0, 0.2);
      color: white; }
  .btn:focus {
    outline: 0; }
  .btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.uppercased {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    padding: 3px 20px; }
  .btn.btn-green {
    background-color: #a2d200;
    color: #f2f2f2; }
    .btn.btn-green:hover {
      background-color: #8eb800;
      color: white; }
  .btn.btn-cyan {
    background-color: #52ccf2;
    color: #f2f2f2; }
    .btn.btn-cyan:hover {
      background-color: #0fa1cf;
      color: white; }
  .btn.btn-red {
    background-color: #ff7b76;
    color: #f2f2f2; }
	
	/*added by Gokul s Tarle*/
	.btn.btn-grn {
    background-color: #8EB800;
    color: #f2f2f2; }
	.btn.btn-bl {
    background-color: #1FD03C;
    color: #f2f2f2; }
	
	
    .btn.btn-red:hover {
      background-color: #ff4f48;
      color: white; }
  .btn.btn-orange {
    background-color: #ffc100;
    color: #f2f2f2; }
    .btn.btn-orange:hover {
      background-color: #f0b500;
      color: white; }
  .btn.btn-amethyst {
    background-color: #cd97eb;
    color: #f2f2f2; }
    .btn.btn-amethyst:hover {
      background-color: #b86ce3;
      color: white; }
  .btn.btn-greensea {
    background-color: #1ccdaa;
    color: #f2f2f2; }
    .btn.btn-greensea:hover {
      background-color: #14937a;
      color: white; }
	    .btn.btn-greensea1 {
    background-color: #d81725;
    color: #f2f2f2;
	font-size:20px; }
    .btn.btn-greensea1:hover {
      background-color: #720d14;
      color: white;
	  font-size:20px; }
  .btn.btn-hotpink {
    background-color: #ff3385;
    color: #f2f2f2; }
    .btn.btn-hotpink:hover {
      background-color: #e6005c;
      color: white; }
  .btn.btn-drank {
    background-color: #d5099c;
    color: #f2f2f2; }
    .btn.btn-drank:hover {
      background-color: #95066d;
      color: white; }
  .btn.btn-dutch {
    background-color: #1cbbd2;
    color: #f2f2f2; }
    .btn.btn-dutch:hover {
      background-color: #148798;
      color: white; }
  .btn.btn-blue {
    background-color: #69a3d5;
    color: #f2f2f2; }
    .btn.btn-blue:hover {
      background-color: #3784c5;
      color: white; }
  .btn.btn-redbrown {
    background-color: #e27d79;
    color: #f2f2f2; }
    .btn.btn-redbrown:hover {
      background-color: #d64842;
      color: white; }
  .btn.btn-slategray {
    background-color: #536781;
    color: #f2f2f2; }
    .btn.btn-slategray:hover {
      background-color: #394759;
      color: white; }
  .btn.btn-primary {
    color: #f2f2f2; }
    .btn.btn-primary:hover {
      color: white; }
  .btn.btn-danger {
    color: #f2f2f2; }
    .btn.btn-danger:hover {
      color: white; }
  .btn.btn-warning {
    color: #f2f2f2; }
    .btn.btn-warning:hover {
      color: white; }
  .btn.btn-success {
    color: #f2f2f2; }
    .btn.btn-success:hover {
      color: white; }
  .btn.btn-info {
    color: #f2f2f2; }
    .btn.btn-info:hover {
      color: white; }
  .btn.btn-file {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 23px; }
    .btn.btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 999px;
      text-align: right;
      filter: alpha(opacity=0);
      opacity: 0;
      background: red;
      cursor: inherit;
      display: block; }

.btn-group-lg > .btn,
.btn-group-sm > .btn,
.btn-group-xs > .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.btn-group > .btn + .dropdown-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }

.btn-group > .btn-default + .dropdown-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important; }

a.submit i {
  margin: 0 3px; }
a.submit:hover {
  text-decoration: none; }

/**********************************/
/************* MODALS *************/
/**********************************/
.modal {
  overflow-y: auto;
  color: #717171;
  top: 50px; }
  .modal .modal-dialog.wide {
    width: 1200px; }
  .modal .modal-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0; }
    .modal .modal-content .modal-header,
    .modal .modal-content .modal-footer {
      background-color: white; }
    .modal .modal-content .modal-header {
      border: 0;
      position: relative;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      -o-border-radius: 4px 4px 0 0;
      border-radius: 4px 4px 0 0; }
      .modal .modal-content .modal-header h3 {
        color: #555;
        font-size: 32px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .modal .modal-content .modal-header button.close {
        background: url(../images/modal-close.png) left center no-repeat;
        position: absolute;
        top: -30px;
        right: 0;
        color: white;
        font-weight: 400;
        filter: alpha(opacity=100);
        opacity: 1;
        text-shadow: none;
        padding-left: 23px; }
        .modal .modal-content .modal-header button.close:hover {
          background: url(../images/modal-close-hover.png) left center no-repeat;
          color: #418bca; }
        .modal .modal-content .modal-header button.close:focus {
          outline: none; }
    .modal .modal-content .modal-footer {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      background-color: rgba(0, 0, 0, 0.03); }

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7; }

/**************************************************/
/************* ALERTS & NOTIFICATIONS *************/
/**************************************************/
.alert {
  padding: 5px 15px;
  font-size: 12px; }
  .alert.alert-big {
    padding: 15px; }
  .alert.alert-dismissable {
    padding-right: 35px; }
  .alert.alert-red {
    color: #ff4a43;
    background-color: #ffdddc;
    border-color: #ffaca9; }
    .alert.alert-red .alert-link {
      color: #ff1910; }
  .alert.alert-cyan {
    color: #22beef;
    background-color: #e0f6fd;
    border-color: #b1e8f9; }
    .alert.alert-cyan .alert-link {
      color: #0fa1cf; }
  .alert.alert-green {
    color: #a2d200;
    background-color: #fbffeb;
    border-color: #efffb8; }
    .alert.alert-green .alert-link {
      color: #7b9f00; }
  .alert.alert-orange {
    color: #ffc100;
    background-color: #fff3cc;
    border-color: #ffe699; }
    .alert.alert-orange .alert-link {
      color: #cc9a00; }
  .alert.alert-amethyst {
    color: #cd97eb;
    background-color: #f6edfb;
    border-color: #e2c2f3; }
    .alert.alert-amethyst .alert-link {
      color: #b86ce3; }
  .alert.alert-greensea {
    color: #16a085;
    background-color: #d5f9f2;
    border-color: #92f0de; }
    .alert.alert-greensea .alert-link {
      color: #107360; }
  .alert.alert-hotpink {
    color: #ff0066;
    background-color: #ffcce0;
    border-color: #ff99c2; }
    .alert.alert-hotpink .alert-link {
      color: #cc0052; }
  .alert.alert-drank {
    color: #a40778;
    background-color: #fdc7ee;
    border-color: #fb96de; }
    .alert.alert-drank .alert-link {
      color: #730554; }
  .alert.alert-dutch {
    color: #1693a5;
    background-color: #c3f0f7;
    border-color: #96e6f1; }
    .alert.alert-dutch .alert-link {
      color: #106b78; }
  .alert.alert-blue {
    color: #418bca;
    background-color: #e1ecf6;
    border-color: #b9d4eb; }
    .alert.alert-blue .alert-link {
      color: #2f71a9; }
  .alert.alert-slategray {
    color: #3f4e62;
    background-color: #c6cfda;
    border-color: #a7b4c6; }
    .alert.alert-slategray .alert-link {
      color: #2b3543; }
  .alert.alert-redbrown {
    color: #d9544f;
    background-color: #f4cecd;
    border-color: #eba6a3; }
    .alert.alert-redbrown .alert-link {
      color: #c9312c; }

.notification {
  padding: 15px;
  background-color: #fafafa;
  border-left: 3px solid #e5e5e5;
  margin: 20px 0;
  color: #717171;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .notification.notification-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f8e2b5; }
  .notification.notification-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e4bac0; }
  .notification.notification-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #a7e1ed; }
  .notification.notification-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #c9e2b4; }
  .notification.notification-red {
    color: #ff4a43;
    background-color: #ffdddc;
    border-color: #ffaca9; }
  .notification.notification-cyan {
    color: #22beef;
    background-color: #e0f6fd;
    border-color: #b1e8f9; }
  .notification.notification-green {
    color: #a2d200;
    background-color: #fbffeb;
    border-color: #efffb8; }
  .notification.notification-orange {
    color: #ffc100;
    background-color: #fff3cc;
    border-color: #ffe699; }
  .notification.notification-amethyst {
    color: #cd97eb;
    background-color: #f6edfb;
    border-color: #e2c2f3; }
  .notification.notification-greensea {
    color: #16a085;
    background-color: #d5f9f2;
    border-color: #92f0de; }
  .notification.notification-hotpink {
    color: #ff0066;
    background-color: #ffcce0;
    border-color: #ff99c2; }
  .notification.notification-drank {
    color: #a40778;
    background-color: #fdc7ee;
    border-color: #fb96de; }
  .notification.notification-dutch {
    color: #1693a5;
    background-color: #c3f0f7;
    border-color: #96e6f1; }
  .notification.notification-blue {
    color: #418bca;
    background-color: #e1ecf6;
    border-color: #b9d4eb; }
  .notification.notification-slategray {
    color: #3f4e62;
    background-color: #c6cfda;
    border-color: #a7b4c6; }
  .notification.notification-redbrown {
    color: #d9544f;
    background-color: #f4cecd;
    border-color: #eba6a3; }

/**********************************/
/************* PANELS *************/
/**********************************/
.panel {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #717171; }
  .panel .panel-heading {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .panel.panel-example .label,
  .panel.panel-example .badge {
    display: inline-block; }
  .panel.panel-example .panel-body {
    padding: 0;
    border: 0; }
    .panel.panel-example .panel-body pre {
      margin: 0;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .panel.panel-default .panel-heading {
    background-color: #f2f2f2; }
  .panel.panel-transparent-black {
    background-color: transparent; }
    .panel.panel-transparent-black .panel-heading {
      background-color: rgba(0, 0, 0, 0.3);
      color: white; }
    .panel.panel-transparent-black .panel-body {
      color: white;
      background-color: rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .panel.panel-transparent-white {
    background-color: transparent; }
    .panel.panel-transparent-white .panel-heading {
      background-color: rgba(255, 255, 255, 0.3);
      color: white; }
    .panel.panel-transparent-white .panel-body {
      color: white;
      background-color: rgba(255, 255, 255, 0.15);
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .panel.panel-red {
    border-color: #ff3129; }
    .panel.panel-red .panel-heading {
      background-color: #ff4a43;
      border-color: #ff3129;
      color: white; }
  .panel.panel-cyan {
    border-color: #11b4e7; }
    .panel.panel-cyan .panel-heading {
      background-color: #22beef;
      border-color: #11b4e7;
      color: white; }
  .panel.panel-green {
    border-color: #8eb800; }
    .panel.panel-green .panel-heading {
      background-color: #a2d200;
      border-color: #8eb800;
      color: white; }
  .panel.panel-orange {
    border-color: #e6ae00; }
    .panel.panel-orange .panel-heading {
      background-color: #ffc100;
      border-color: #e6ae00;
      color: white; }
  .panel.panel-amethyst {
    border-color: #c382e7; }
    .panel.panel-amethyst .panel-heading {
      background-color: #cd97eb;
      border-color: #c382e7;
      color: white; }
  .panel.panel-greensea {
    border-color: #16a085; }
    .panel.panel-greensea .panel-heading {
      background-color: #16a085;
      border-color: #16a085;
      color: white; }
  .panel.panel-dutch {
    border-color: #1693a5; }
    .panel.panel-dutch .panel-heading {
      background-color: #1693a5;
      border-color: #1693a5;
      color: white; }
  .panel.panel-hotpink {
    border-color: #ff0066; }
    .panel.panel-hotpink .panel-heading {
      background-color: #ff0066;
      border-color: #ff0066;
      color: white; }
  .panel.panel-drank {
    border-color: #a40778; }
    .panel.panel-drank .panel-heading {
      background-color: #a40778;
      border-color: #a40778;
      color: white; }
  .panel.panel-blue {
    border-color: #418bca; }
    .panel.panel-blue .panel-heading {
      background-color: #418bca;
      border-color: #418bca;
      color: white; }
  .panel.panel-slategray {
    border-color: #3f4e62; }
    .panel.panel-slategray .panel-heading {
      background-color: #3f4e62;
      border-color: #3f4e62;
      color: white; }
  .panel.panel-redbrown {
    border-color: #d9544f; }
    .panel.panel-redbrown .panel-heading {
      background-color: #d9544f;
      border-color: #d9544f;
      color: white; }

/**************************************/
/************* LIST GROUP *************/
/**************************************/
.list-group {
  color: #717171; }

/****************************************/
/************* TYPEAHEAD.JS *************/
/****************************************/
.twitter-typeahead .tt-hint {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px; }

.twitter-typeahead .hint-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1.5; }

.twitter-typeahead .hint-large {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 1.33; }

.twitter-typeahead {
  width: 100%; }

.tt-dropdown-menu {
  width: 100%;
  color: #717171; }

.tt-hint {
  width: 100%; }

/**************************************/
/************* PAGINATION *************/
/**************************************/
.pagination {
  vertical-align: bottom; }
  .pagination.pagination-xs > li:first-child > a,
  .pagination.pagination-xs > li:first-child > span {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
  .pagination.pagination-xs > li:last-child > a,
  .pagination.pagination-xs > li:last-child > span {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .pagination.pagination-xs > li > a,
  .pagination.pagination-xs > li > span {
    font-size: 9px;
    font-weight: 900;
    padding: 3px 6px; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span,
.dataTables_paginate.paging_custombootstrap .pagination > li:first-child > a,
.dataTables_paginate.paging_custombootstrap .pagination > li:first-child > span {
  -webkit-border-radius: 20px 2px 2px 20px;
  -moz-border-radius: 20px 2px 2px 20px;
  -ms-border-radius: 20px 2px 2px 20px;
  -o-border-radius: 20px 2px 2px 20px;
  border-radius: 20px 2px 2px 20px; }
.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span,
.dataTables_paginate.paging_custombootstrap .pagination > li:last-child > a,
.dataTables_paginate.paging_custombootstrap .pagination > li:last-child > span {
  -webkit-border-radius: 2px 20px 20px 2px;
  -moz-border-radius: 2px 20px 20px 2px;
  -ms-border-radius: 2px 20px 20px 2px;
  -o-border-radius: 2px 20px 20px 2px;
  border-radius: 2px 20px 20px 2px; }
.pagination-custom > li:first-child i, .pagination-custom > li:last-child i,
.dataTables_paginate.paging_custombootstrap .pagination > li:first-child i,
.dataTables_paginate.paging_custombootstrap .pagination > li:last-child i {
  font-size: 14px; }
.pagination-custom > li > a,
.pagination-custom > li > span,
.dataTables_paginate.paging_custombootstrap .pagination > li > a,
.dataTables_paginate.paging_custombootstrap .pagination > li > span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  .pagination-custom > li > a:hover,
  .pagination-custom > li > span:hover,
  .dataTables_paginate.paging_custombootstrap .pagination > li > a:hover,
  .dataTables_paginate.paging_custombootstrap .pagination > li > span:hover {
    color: #717171;
    border: 1px solid rgba(0, 0, 0, 0.3); }
.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus,
.dataTables_paginate.paging_custombootstrap .pagination > .active > a,
.dataTables_paginate.paging_custombootstrap .pagination > .active > span,
.dataTables_paginate.paging_custombootstrap .pagination > .active > a:hover,
.dataTables_paginate.paging_custombootstrap .pagination > .active > span:hover,
.dataTables_paginate.paging_custombootstrap .pagination > .active > a:focus,
.dataTables_paginate.paging_custombootstrap .pagination > .active > span:focus {
  color: #717171;
  border: 1px solid rgba(0, 0, 0, 0.3); }
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > span:hover,
.pagination-custom > .disabled > a:focus,
.pagination-custom > .disabled > span:focus,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > a,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > span,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:hover,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:hover,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > a:focus,
.dataTables_paginate.paging_custombootstrap .pagination > .disabled > span:focus {
  color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05); }
.pagination-custom.pagination-lg > li > a,
.pagination-custom.pagination-lg > li > span,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-lg > li > a,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-lg > li > span {
  font-size: 14px; }
.pagination-custom.pagination-sm > li > a,
.pagination-custom.pagination-sm > li > span,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li > a,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li > span {
  font-size: 11px; }
.pagination-custom.pagination-sm > li:first-child i, .pagination-custom.pagination-sm > li:last-child i,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li:first-child i,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-sm > li:last-child i {
  font-size: 11px; }
.pagination-custom.pagination-xs > li > a,
.pagination-custom.pagination-xs > li > span,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li > a,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li > span {
  font-size: 10px; }
.pagination-custom.pagination-xs > li:first-child i, .pagination-custom.pagination-xs > li:last-child i,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child i,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child i {
  font-size: 10px; }
.pagination-custom.pagination-xs > li:first-child > a,
.pagination-custom.pagination-xs > li:first-child > span,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child > a,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:first-child > span {
  -webkit-border-radius: 20px 2px 2px 20px;
  -moz-border-radius: 20px 2px 2px 20px;
  -ms-border-radius: 20px 2px 2px 20px;
  -o-border-radius: 20px 2px 2px 20px;
  border-radius: 20px 2px 2px 20px; }
.pagination-custom.pagination-xs > li:last-child > a,
.pagination-custom.pagination-xs > li:last-child > span,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child > a,
.dataTables_paginate.paging_custombootstrap .pagination.pagination-xs > li:last-child > span {
  -webkit-border-radius: 2px 20px 20px 2px;
  -moz-border-radius: 2px 20px 20px 2px;
  -ms-border-radius: 2px 20px 20px 2px;
  -o-border-radius: 2px 20px 20px 2px;
  border-radius: 2px 20px 20px 2px; }

/*********************************/
/************* PAGER *************/
/*********************************/
.pager > li {
  margin: 0 2px; }
.pager.pager-custom > li:first-child > a {
  -webkit-border-radius: 20px 2px 2px 20px;
  -moz-border-radius: 20px 2px 2px 20px;
  -ms-border-radius: 20px 2px 2px 20px;
  -o-border-radius: 20px 2px 2px 20px;
  border-radius: 20px 2px 2px 20px; }
  .pager.pager-custom > li:first-child > a > i {
    margin-right: 5px; }
.pager.pager-custom > li:last-child > a {
  -webkit-border-radius: 2px 20px 20px 2px;
  -moz-border-radius: 2px 20px 20px 2px;
  -ms-border-radius: 2px 20px 20px 2px;
  -o-border-radius: 2px 20px 20px 2px;
  border-radius: 2px 20px 20px 2px; }
  .pager.pager-custom > li:last-child > a > i {
    margin-left: 5px; }
.pager.pager-custom > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px; }
  .pager.pager-custom > li > a > i {
    font-size: 14px;
    position: relative;
    top: 1px; }
  .pager.pager-custom > li > a:hover {
    color: white;
    border: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.pager.pager-custom > .disabled > a,
.pager.pager-custom > .disabled > span,
.pager.pager-custom > .disabled > a:hover,
.pager.pager-custom > .disabled > span:hover,
.pager.pager-custom > .disabled > a:focus,
.pager.pager-custom > .disabled > span:focus {
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.2); }
.pager.pager-full {
  margin: 0; }
  .pager.pager-full > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 15px;
    background-color: transparent; }
    .pager.pager-full > li > a:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .pager.pager-full > li.disabled > a:hover {
    background-color: transparent; }

/****************************************/
/************* TABS & PILLS *************/
/****************************************/
.nav.nav-tabs,
.nav.nav-pills {
  padding: 0;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav.nav-tabs.nav-justified > li > a,
  .nav.nav-pills.nav-justified > li > a {
    border: 1px solid transparent; }
    .nav.nav-tabs.nav-justified > li > a:hover,
    .nav.nav-pills.nav-justified > li > a:hover {
      border: 1px solid transparent; }
  .nav.nav-tabs.nav-separated,
  .nav.nav-pills.nav-separated {
    margin-bottom: 20px; }
  .nav.nav-tabs.tabdrop li.tabdrop a,
  .nav.nav-pills.tabdrop li.tabdrop a {
    position: relative; }
    .nav.nav-tabs.tabdrop li.tabdrop a i,
    .nav.nav-pills.tabdrop li.tabdrop a i {
      font-size: 14px; }
    .nav.nav-tabs.tabdrop li.tabdrop a .badge,
    .nav.nav-pills.tabdrop li.tabdrop a .badge {
      position: absolute;
      top: -7px;
      right: -7px;
      background-color: #16a085;
      font-weight: 300; }
  .nav.nav-tabs.tabdrop li.tabdrop.open .dropdown-menu,
  .nav.nav-pills.tabdrop li.tabdrop.open .dropdown-menu {
    left: auto; }
  .nav.nav-tabs.tabdrop li.tabdrop.active a .badge,
  .nav.nav-pills.tabdrop li.tabdrop.active a .badge {
    color: white; }
  .nav.nav-tabs > li.active > a,
  .nav.nav-tabs > li.active > a:hover,
  .nav.nav-tabs > li.active > a:focus,
  .nav.nav-pills > li.active > a,
  .nav.nav-pills > li.active > a:hover,
  .nav.nav-pills > li.active > a:focus {
    color: #717171;
    background-color: white;
    border: 1px solid transparent; }
  .nav.nav-tabs > li.success > a,
  .nav.nav-tabs > li.success > a:hover,
  .nav.nav-tabs > li.success > a:focus,
  .nav.nav-pills > li.success > a,
  .nav.nav-pills > li.success > a:hover,
  .nav.nav-pills > li.success > a:focus {
    color: #a2d200;
    border: 1px solid transparent; }
  .nav.nav-tabs > li.success a,
  .nav.nav-pills > li.success a {
    padding-left: 35px; }
  .nav.nav-tabs > li.success:before,
  .nav.nav-pills > li.success:before {
    content: "\f05d";
    position: absolute;
    font-family: 'FontAwesome';
    color: #a2d200;
    z-index: 9;
    top: 5px;
    left: 15px;
    font-size: 22px; }
  .nav.nav-tabs > li.disabled > a,
  .nav.nav-tabs > li.disabled > a:hover,
  .nav.nav-tabs > li.disabled > a:focus,
  .nav.nav-pills > li.disabled > a,
  .nav.nav-pills > li.disabled > a:hover,
  .nav.nav-pills > li.disabled > a:focus {
    color: rgba(255, 255, 255, 0.15); }
  .nav.nav-tabs > .open > a,
  .nav.nav-pills > .open > a {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border: 1px solid transparent; }
  .nav.nav-tabs > .open .dropdown-menu,
  .nav.nav-pills > .open .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.05); }
  .nav.nav-tabs > li > a,
  .nav.nav-pills > li > a {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .nav.nav-tabs > li > a:hover,
    .nav.nav-pills > li > a:hover {
      color: rgba(255, 255, 255, 0.8);
      background-color: transparent;
      border: 1px solid transparent; }
    .nav.nav-tabs > li > a i,
    .nav.nav-pills > li > a i {
      font-size: 14px; }
  .nav.nav-tabs.tabs-bottom,
  .nav.nav-pills.tabs-bottom {
    padding: 0 0 1px 0; }
    .nav.nav-tabs.tabs-bottom > li > a,
    .nav.nav-pills.tabs-bottom > li > a {
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
  .nav.nav-tabs.tabs-left > li,
  .nav.nav-pills.tabs-left > li {
    display: block;
    float: none; }
    .nav.nav-tabs.tabs-left > li > a,
    .nav.nav-pills.tabs-left > li > a {
      white-space: nowrap;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -ms-border-radius: 4px 0 0 4px;
      -o-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
  .nav.nav-tabs.tabs-right > li,
  .nav.nav-pills.tabs-right > li {
    display: block;
    float: none; }
    .nav.nav-tabs.tabs-right > li > a,
    .nav.nav-pills.tabs-right > li > a {
      white-space: nowrap;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -ms-border-radius: 0 4px 4px 0;
      -o-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }

.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover,
.nav.nav-pills > li.active > a:focus {
  border: 0; }
.nav.nav-pills > li > a:hover {
  border: 0; }
.nav.nav-pills > .open > a {
  border: 0; }
.nav.nav-pills.nav-justified > li > a {
  border: 1px solid transparent; }
  .nav.nav-pills.nav-justified > li > a:hover {
    border: 1px solid transparent; }

.tab-content > ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0; }
  .tab-content > ul > li {
    padding: 5px 15px;
    cursor: pointer; }
    .tab-content > ul > li:hover {
      background-color: #fafafa; }

/*******************************************/
/************* RECENT ACTIVITY *************/
/*******************************************/
.recent-activity .tab-content > ul > li .user {
  margin: 0 30px 0 5px;
  position: relative; }
  .recent-activity .tab-content > ul > li .user:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 36px;
    margin-left: 10px;
    position: absolute;
    top: -8px; }
.recent-activity .tab-content > ul > li .subject strong {
  color: #418bca;
  font-weight: 500; }
.recent-activity .tab-content > ul > li .time {
  font-size: 11px;
  color: #bebebe;
  line-height: 36px;
  float: right; }
  .recent-activity .tab-content > ul > li .time i {
    font-size: 14px; }

/*********************************/
/************* WELLS *************/
/*********************************/
.well {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #717171; }
  .well.well-transparent-black {
    background-color: rgba(0, 0, 0, 0.3);
    color: white; }
  .well.well-transparent-white {
    background-color: rgba(255, 255, 255, 0.3); }
  .well.well-white {
    background-color: white; }
  .well.well-cyan {
    background-color: #e0f6fd;
    color: #22beef; }
  .well.well-red {
    background-color: #ffdddc;
    color: #ff4a43; }
  .well.well-green {
    background-color: #fbffeb;
    color: #a2d200; }
  .well.well-orange {
    background-color: #fff3cc;
    color: #ffc100; }
  .well.well-amethyst {
    background-color: #f6edfb;
    color: #cd97eb; }
  .well.well-greensea {
    background-color: #d5f9f2;
    color: #16a085; }
  .well.well-dutch {
    background-color: #c3f0f7;
    color: #1693a5; }
  .well.well-hotpink {
    background-color: #ffcce0;
    color: #ff0066; }
  .well.well-drank {
    background-color: #fdc7ee;
    color: #a40778; }
  .well.well-blue {
    background-color: #e1ecf6;
    color: #418bca; }
  .well.well-slategray {
    background-color: #c6cfda;
    color: #3f4e62; }
  .well.well-redbrown {
    background-color: #f4cecd;
    color: #d9544f; }

/**********************************/
/************* CHARTS *************/
/**********************************/
.pie-chart.inline {
  display: inline-block;
  margin: 15px 30px;
  position: relative; }
  .pie-chart.inline > div {
    position: absolute;
    width: 100%; }
    .pie-chart.inline > div i {
      line-height: 140px; }

.legend table .legendColorBox > div {
  margin-right: 5px;
  margin-bottom: 3px; }
.legend table .legendLabel {
  font-size: 11px;
  font-family: "Roboto Slab", serif; }

/* rickshaw */
.rickshaw_graph .detail .x_label {
  background-color: white;
  opacity: 1;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #717171; }
.rickshaw_graph .detail .item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.custom-labels {
  margin-top: 15px;
  text-align: center; }
  .custom-labels > ul > li {
    display: inline-block;
    margin: 5px 5px 0 0; }

/* easy pie chart */
.easypiechart {
  position: relative;
  text-align: center; }
  .easypiechart.inline {
    display: inline-block;
    margin: 15px 30px; }
  .easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easypiechart .percentage,
  .easypiechart .label {
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0.3em;
    color: #717171; }
  .easypiechart .label {
    display: block; }

#serverload-chart {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  overflow: hidden; }

/* morris */
.morris-chart text {
  fill: white;
  font-family: "Roboto Slab", serif !important; }
.morris-chart svg {
  width: 100% !important; }

/**********************************/
/************* TABLES *************/
/**********************************/
body #content .tile table,
body #content .inbox table {
  margin-bottom: 0; }
  body #content .tile table > thead > tr td .checkbox,
  body #content .tile table > thead > tr th .checkbox,
  body #content .tile table > tbody > tr td .checkbox,
  body #content .tile table > tbody > tr th .checkbox,
  body #content .tile table > tfoot > tr td .checkbox,
  body #content .tile table > tfoot > tr th .checkbox,
  body #content .inbox table > thead > tr td .checkbox,
  body #content .inbox table > thead > tr th .checkbox,
  body #content .inbox table > tbody > tr td .checkbox,
  body #content .inbox table > tbody > tr th .checkbox,
  body #content .inbox table > tfoot > tr td .checkbox,
  body #content .inbox table > tfoot > tr th .checkbox {
    padding: 0;
    margin: 0;
    min-height: 10px; }
    body #content .tile table > thead > tr td .checkbox label:before,
    body #content .tile table > thead > tr th .checkbox label:before,
    body #content .tile table > tbody > tr td .checkbox label:before,
    body #content .tile table > tbody > tr th .checkbox label:before,
    body #content .tile table > tfoot > tr td .checkbox label:before,
    body #content .tile table > tfoot > tr th .checkbox label:before,
    body #content .inbox table > thead > tr td .checkbox label:before,
    body #content .inbox table > thead > tr th .checkbox label:before,
    body #content .inbox table > tbody > tr td .checkbox label:before,
    body #content .inbox table > tbody > tr th .checkbox label:before,
    body #content .inbox table > tfoot > tr td .checkbox label:before,
    body #content .inbox table > tfoot > tr th .checkbox label:before {
      top: -13px;
      width: 15px;
      height: 15px;
      left: 8px; }
    body #content .tile table > thead > tr td .checkbox label:after,
    body #content .tile table > thead > tr th .checkbox label:after,
    body #content .tile table > tbody > tr td .checkbox label:after,
    body #content .tile table > tbody > tr th .checkbox label:after,
    body #content .tile table > tfoot > tr td .checkbox label:after,
    body #content .tile table > tfoot > tr th .checkbox label:after,
    body #content .inbox table > thead > tr td .checkbox label:after,
    body #content .inbox table > thead > tr th .checkbox label:after,
    body #content .inbox table > tbody > tr td .checkbox label:after,
    body #content .inbox table > tbody > tr th .checkbox label:after,
    body #content .inbox table > tfoot > tr td .checkbox label:after,
    body #content .inbox table > tfoot > tr th .checkbox label:after {
      top: -17px;
      width: 15px;
      height: 15px;
      left: 10px;
      font-size: 12px; }
  body #content .tile table > thead > tr td.actions a,
  body #content .tile table > thead > tr th.actions a,
  body #content .tile table > tbody > tr td.actions a,
  body #content .tile table > tbody > tr th.actions a,
  body #content .tile table > tfoot > tr td.actions a,
  body #content .tile table > tfoot > tr th.actions a,
  body #content .inbox table > thead > tr td.actions a,
  body #content .inbox table > thead > tr th.actions a,
  body #content .inbox table > tbody > tr td.actions a,
  body #content .inbox table > tbody > tr th.actions a,
  body #content .inbox table > tfoot > tr td.actions a,
  body #content .inbox table > tfoot > tr th.actions a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #717171;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-right: 10px; }
    body #content .tile table > thead > tr td.actions a:hover,
    body #content .tile table > thead > tr th.actions a:hover,
    body #content .tile table > tbody > tr td.actions a:hover,
    body #content .tile table > tbody > tr th.actions a:hover,
    body #content .tile table > tfoot > tr td.actions a:hover,
    body #content .tile table > tfoot > tr th.actions a:hover,
    body #content .inbox table > thead > tr td.actions a:hover,
    body #content .inbox table > thead > tr th.actions a:hover,
    body #content .inbox table > tbody > tr td.actions a:hover,
    body #content .inbox table > tbody > tr th.actions a:hover,
    body #content .inbox table > tfoot > tr td.actions a:hover,
    body #content .inbox table > tfoot > tr th.actions a:hover {
      text-decoration: none; }
    body #content .tile table > thead > tr td.actions a.delete:hover,
    body #content .tile table > thead > tr th.actions a.delete:hover,
    body #content .tile table > tbody > tr td.actions a.delete:hover,
    body #content .tile table > tbody > tr th.actions a.delete:hover,
    body #content .tile table > tfoot > tr td.actions a.delete:hover,
    body #content .tile table > tfoot > tr th.actions a.delete:hover,
    body #content .inbox table > thead > tr td.actions a.delete:hover,
    body #content .inbox table > thead > tr th.actions a.delete:hover,
    body #content .inbox table > tbody > tr td.actions a.delete:hover,
    body #content .inbox table > tbody > tr th.actions a.delete:hover,
    body #content .inbox table > tfoot > tr td.actions a.delete:hover,
    body #content .inbox table > tfoot > tr th.actions a.delete:hover {
      color: #ff4a43; }
    body #content .tile table > thead > tr td.actions a.edit:hover,
    body #content .tile table > thead > tr th.actions a.edit:hover,
    body #content .tile table > tbody > tr td.actions a.edit:hover,
    body #content .tile table > tbody > tr th.actions a.edit:hover,
    body #content .tile table > tfoot > tr td.actions a.edit:hover,
    body #content .tile table > tfoot > tr th.actions a.edit:hover,
    body #content .inbox table > thead > tr td.actions a.edit:hover,
    body #content .inbox table > thead > tr th.actions a.edit:hover,
    body #content .inbox table > tbody > tr td.actions a.edit:hover,
    body #content .inbox table > tbody > tr th.actions a.edit:hover,
    body #content .inbox table > tfoot > tr td.actions a.edit:hover,
    body #content .inbox table > tfoot > tr th.actions a.edit:hover {
      color: #22beef; }
    body #content .tile table > thead > tr td.actions a.save:hover,
    body #content .tile table > thead > tr th.actions a.save:hover,
    body #content .tile table > tbody > tr td.actions a.save:hover,
    body #content .tile table > tbody > tr th.actions a.save:hover,
    body #content .tile table > tfoot > tr td.actions a.save:hover,
    body #content .tile table > tfoot > tr th.actions a.save:hover,
    body #content .inbox table > thead > tr td.actions a.save:hover,
    body #content .inbox table > thead > tr th.actions a.save:hover,
    body #content .inbox table > tbody > tr td.actions a.save:hover,
    body #content .inbox table > tbody > tr th.actions a.save:hover,
    body #content .inbox table > tfoot > tr td.actions a.save:hover,
    body #content .inbox table > tfoot > tr th.actions a.save:hover {
      color: #a2d200; }
  body #content .tile table > thead > tr td.control,
  body #content .tile table > thead > tr th.control,
  body #content .tile table > tbody > tr td.control,
  body #content .tile table > tbody > tr th.control,
  body #content .tile table > tfoot > tr td.control,
  body #content .tile table > tfoot > tr th.control,
  body #content .inbox table > thead > tr td.control,
  body #content .inbox table > thead > tr th.control,
  body #content .inbox table > tbody > tr td.control,
  body #content .inbox table > tbody > tr th.control,
  body #content .inbox table > tfoot > tr td.control,
  body #content .inbox table > tfoot > tr th.control {
    cursor: pointer; }
    body #content .tile table > thead > tr td.control a,
    body #content .tile table > thead > tr th.control a,
    body #content .tile table > tbody > tr td.control a,
    body #content .tile table > tbody > tr th.control a,
    body #content .tile table > tfoot > tr td.control a,
    body #content .tile table > tfoot > tr th.control a,
    body #content .inbox table > thead > tr td.control a,
    body #content .inbox table > thead > tr th.control a,
    body #content .inbox table > tbody > tr td.control a,
    body #content .inbox table > tbody > tr th.control a,
    body #content .inbox table > tfoot > tr td.control a,
    body #content .inbox table > tfoot > tr th.control a {
      font-size: 14px;
      line-height: 14px;
      color: rgba(0, 0, 0, 0.2); }
    body #content .tile table > thead > tr td.control:hover a,
    body #content .tile table > thead > tr th.control:hover a,
    body #content .tile table > tbody > tr td.control:hover a,
    body #content .tile table > tbody > tr th.control:hover a,
    body #content .tile table > tfoot > tr td.control:hover a,
    body #content .tile table > tfoot > tr th.control:hover a,
    body #content .inbox table > thead > tr td.control:hover a,
    body #content .inbox table > thead > tr th.control:hover a,
    body #content .inbox table > tbody > tr td.control:hover a,
    body #content .inbox table > tbody > tr th.control:hover a,
    body #content .inbox table > tfoot > tr td.control:hover a,
    body #content .inbox table > tfoot > tr th.control:hover a {
      color: rgba(0, 0, 0, 0.6); }
  body #content .tile table.table-sortable > thead,
  body #content .inbox table.table-sortable > thead {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    body #content .tile table.table-sortable > thead > tr > th,
    body #content .tile table.table-sortable > thead > tr > td,
    body #content .inbox table.table-sortable > thead > tr > th,
    body #content .inbox table.table-sortable > thead > tr > td {
      position: relative; }
      body #content .tile table.table-sortable > thead > tr > th.sortable,
      body #content .tile table.table-sortable > thead > tr > td.sortable,
      body #content .inbox table.table-sortable > thead > tr > th.sortable,
      body #content .inbox table.table-sortable > thead > tr > td.sortable {
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        body #content .tile table.table-sortable > thead > tr > th.sortable:hover,
        body #content .tile table.table-sortable > thead > tr > td.sortable:hover,
        body #content .inbox table.table-sortable > thead > tr > th.sortable:hover,
        body #content .inbox table.table-sortable > thead > tr > td.sortable:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        body #content .tile table.table-sortable > thead > tr > th.sortable:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable:before {
          content: "\f0dc";
          font-family: "FontAwesome";
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 14px;
          float: right;
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-asc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-asc:before {
          content: "\f0dd";
          margin-top: 0; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-desc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-desc:before {
          content: "\f0de";
          margin-top: 5px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-asc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-asc:before {
          content: "\f162";
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-desc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-numeric.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-numeric.sort-desc:before {
          content: "\f163";
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-asc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-asc:before {
          content: "\f15d";
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-desc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-alpha.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-alpha.sort-desc:before {
          content: "\f15e";
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-amount.sort-asc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-amount.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-amount.sort-asc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-amount.sort-asc:before {
          content: "\f160";
          margin-top: 3px; }
        body #content .tile table.table-sortable > thead > tr > th.sortable.sort-amount.sort-desc:before,
        body #content .tile table.table-sortable > thead > tr > td.sortable.sort-amount.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > th.sortable.sort-amount.sort-desc:before,
        body #content .inbox table.table-sortable > thead > tr > td.sortable.sort-amount.sort-desc:before {
          content: "\f161";
          margin-top: 3px; }
      body #content .tile table.table-sortable > thead > tr > th.sort-asc, body #content .tile table.table-sortable > thead > tr > th.sort-desc, body #content .tile table.table-sortable > thead > tr > th.sort-asc:hover, body #content .tile table.table-sortable > thead > tr > th.sort-desc:hover,
      body #content .tile table.table-sortable > thead > tr > td.sort-asc,
      body #content .tile table.table-sortable > thead > tr > td.sort-desc,
      body #content .tile table.table-sortable > thead > tr > td.sort-asc:hover,
      body #content .tile table.table-sortable > thead > tr > td.sort-desc:hover,
      body #content .inbox table.table-sortable > thead > tr > th.sort-asc,
      body #content .inbox table.table-sortable > thead > tr > th.sort-desc,
      body #content .inbox table.table-sortable > thead > tr > th.sort-asc:hover,
      body #content .inbox table.table-sortable > thead > tr > th.sort-desc:hover,
      body #content .inbox table.table-sortable > thead > tr > td.sort-asc,
      body #content .inbox table.table-sortable > thead > tr > td.sort-desc,
      body #content .inbox table.table-sortable > thead > tr > td.sort-asc:hover,
      body #content .inbox table.table-sortable > thead > tr > td.sort-desc:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  body #content .tile table.table-custom > thead > tr > th,
  body #content .tile table.table-custom > thead > tr > td,
  body #content .inbox table.table-custom > thead > tr > th,
  body #content .inbox table.table-custom > thead > tr > td {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 0;
    color: rgba(113, 113, 113, 0.7);
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    min-width: 35px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased; }
    body #content .tile table.table-custom > thead > tr > th:last-child,
    body #content .tile table.table-custom > thead > tr > td:last-child,
    body #content .inbox table.table-custom > thead > tr > th:last-child,
    body #content .inbox table.table-custom > thead > tr > td:last-child {
      padding-right: 0; }
    body #content .tile table.table-custom > thead > tr > th:after,
    body #content .tile table.table-custom > thead > tr > td:after,
    body #content .inbox table.table-custom > thead > tr > th:after,
    body #content .inbox table.table-custom > thead > tr > td:after {
      content: "";
      display: block;
      height: 4px;
      width: 100%;
      background-color: rgba(113, 113, 113, 0.3);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    body #content .tile table.table-custom > thead > tr > th.sortable:hover, body #content .tile table.table-custom > thead > tr > th.sorting:hover,
    body #content .tile table.table-custom > thead > tr > td.sortable:hover,
    body #content .tile table.table-custom > thead > tr > td.sorting:hover,
    body #content .inbox table.table-custom > thead > tr > th.sortable:hover,
    body #content .inbox table.table-custom > thead > tr > th.sorting:hover,
    body #content .inbox table.table-custom > thead > tr > td.sortable:hover,
    body #content .inbox table.table-custom > thead > tr > td.sorting:hover {
      color: #717171;
      background-color: transparent; }
      body #content .tile table.table-custom > thead > tr > th.sortable:hover:after, body #content .tile table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sorting:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sortable:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sorting:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sortable:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sorting:hover:after {
        background-color: rgba(113, 113, 113, 0.75); }
    body #content .tile table.table-custom > thead > tr > th.sortable:before, body #content .tile table.table-custom > thead > tr > th.sorting:before,
    body #content .tile table.table-custom > thead > tr > td.sortable:before,
    body #content .tile table.table-custom > thead > tr > td.sorting:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting:before {
      font-size: 11px;
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-asc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-asc:before {
      margin-top: 6px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-desc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-desc:before {
      margin-top: 10px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-numeric.sort-asc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-numeric.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-numeric.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-numeric.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-numeric.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-numeric.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-numeric.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-numeric.sort-asc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-numeric.sort-desc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-numeric.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-numeric.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-numeric.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-numeric.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-numeric.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-numeric.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-numeric.sort-desc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-alpha.sort-asc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-alpha.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-alpha.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-alpha.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-alpha.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-alpha.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-alpha.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-alpha.sort-asc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-alpha.sort-desc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-alpha.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-alpha.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-alpha.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-alpha.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-alpha.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-alpha.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-alpha.sort-desc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-amount.sort-asc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-amount.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-amount.sort-asc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-amount.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-amount.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-amount.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-amount.sort-asc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-amount.sort-asc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sortable.sort-amount.sort-desc:before, body #content .tile table.table-custom > thead > tr > th.sorting.sort-amount.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sortable.sort-amount.sort-desc:before,
    body #content .tile table.table-custom > thead > tr > td.sorting.sort-amount.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sortable.sort-amount.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > th.sorting.sort-amount.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sortable.sort-amount.sort-desc:before,
    body #content .inbox table.table-custom > thead > tr > td.sorting.sort-amount.sort-desc:before {
      margin-top: 9px; }
    body #content .tile table.table-custom > thead > tr > th.sort-asc, body #content .tile table.table-custom > thead > tr > th.sort-desc, body #content .tile table.table-custom > thead > tr > th.sort-asc:hover, body #content .tile table.table-custom > thead > tr > th.sort-desc:hover, body #content .tile table.table-custom > thead > tr > th.sorting_asc, body #content .tile table.table-custom > thead > tr > th.sorting_desc, body #content .tile table.table-custom > thead > tr > th.sorting_asc:hover, body #content .tile table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .tile table.table-custom > thead > tr > td.sort-asc,
    body #content .tile table.table-custom > thead > tr > td.sort-desc,
    body #content .tile table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .tile table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .tile table.table-custom > thead > tr > td.sorting_asc,
    body #content .tile table.table-custom > thead > tr > td.sorting_desc,
    body #content .tile table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .tile table.table-custom > thead > tr > td.sorting_desc:hover,
    body #content .inbox table.table-custom > thead > tr > th.sort-asc,
    body #content .inbox table.table-custom > thead > tr > th.sort-desc,
    body #content .inbox table.table-custom > thead > tr > th.sort-asc:hover,
    body #content .inbox table.table-custom > thead > tr > th.sort-desc:hover,
    body #content .inbox table.table-custom > thead > tr > th.sorting_asc,
    body #content .inbox table.table-custom > thead > tr > th.sorting_desc,
    body #content .inbox table.table-custom > thead > tr > th.sorting_asc:hover,
    body #content .inbox table.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .inbox table.table-custom > thead > tr > td.sort-asc,
    body #content .inbox table.table-custom > thead > tr > td.sort-desc,
    body #content .inbox table.table-custom > thead > tr > td.sort-asc:hover,
    body #content .inbox table.table-custom > thead > tr > td.sort-desc:hover,
    body #content .inbox table.table-custom > thead > tr > td.sorting_asc,
    body #content .inbox table.table-custom > thead > tr > td.sorting_desc,
    body #content .inbox table.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .inbox table.table-custom > thead > tr > td.sorting_desc:hover {
      color: #717171;
      background-color: transparent; }
      body #content .tile table.table-custom > thead > tr > th.sort-asc:after, body #content .tile table.table-custom > thead > tr > th.sort-desc:after, body #content .tile table.table-custom > thead > tr > th.sort-asc:hover:after, body #content .tile table.table-custom > thead > tr > th.sort-desc:hover:after, body #content .tile table.table-custom > thead > tr > th.sorting_asc:after, body #content .tile table.table-custom > thead > tr > th.sorting_desc:after, body #content .tile table.table-custom > thead > tr > th.sorting_asc:hover:after, body #content .tile table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sort-asc:after,
      body #content .tile table.table-custom > thead > tr > td.sort-desc:after,
      body #content .tile table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .tile table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .tile table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .tile table.table-custom > thead > tr > td.sorting_desc:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sort-asc:after,
      body #content .inbox table.table-custom > thead > tr > th.sort-desc:after,
      body #content .inbox table.table-custom > thead > tr > th.sort-asc:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sort-desc:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sorting_asc:after,
      body #content .inbox table.table-custom > thead > tr > th.sorting_desc:after,
      body #content .inbox table.table-custom > thead > tr > th.sorting_asc:hover:after,
      body #content .inbox table.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sort-asc:after,
      body #content .inbox table.table-custom > thead > tr > td.sort-desc:after,
      body #content .inbox table.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sorting_asc:after,
      body #content .inbox table.table-custom > thead > tr > td.sorting_desc:after,
      body #content .inbox table.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .inbox table.table-custom > thead > tr > td.sorting_desc:hover:after {
        background-color: #717171; }
  body #content .tile table.table-custom > tbody > tr > th,
  body #content .tile table.table-custom > tbody > tr > td,
  body #content .inbox table.table-custom > tbody > tr > th,
  body #content .inbox table.table-custom > tbody > tr > td {
    font-size: 12px;
    padding-left: 0;
    line-height: 18px;
    -webkit-font-smoothing: antialiased; }
    body #content .tile table.table-custom > tbody > tr > th.priority,
    body #content .tile table.table-custom > tbody > tr > td.priority,
    body #content .inbox table.table-custom > tbody > tr > th.priority,
    body #content .inbox table.table-custom > tbody > tr > td.priority {
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 700;
      line-height: 20px; }
    body #content .tile table.table-custom > tbody > tr > th:last-child,
    body #content .tile table.table-custom > tbody > tr > td:last-child,
    body #content .inbox table.table-custom > tbody > tr > th:last-child,
    body #content .inbox table.table-custom > tbody > tr > td:last-child {
      padding-right: 0; }
    body #content .tile table.table-custom > tbody > tr > th.progress-cell,
    body #content .tile table.table-custom > tbody > tr > td.progress-cell,
    body #content .inbox table.table-custom > tbody > tr > th.progress-cell,
    body #content .inbox table.table-custom > tbody > tr > td.progress-cell {
      width: 230px;
      min-width: 130px; }
      body #content .tile table.table-custom > tbody > tr > th.progress-cell .progress-info .percent,
      body #content .tile table.table-custom > tbody > tr > td.progress-cell .progress-info .percent,
      body #content .inbox table.table-custom > tbody > tr > th.progress-cell .progress-info .percent,
      body #content .inbox table.table-custom > tbody > tr > td.progress-cell .progress-info .percent {
        font-size: 11px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 400; }
      body #content .tile table.table-custom > tbody > tr > th.progress-cell .progress,
      body #content .tile table.table-custom > tbody > tr > td.progress-cell .progress,
      body #content .inbox table.table-custom > tbody > tr > th.progress-cell .progress,
      body #content .inbox table.table-custom > tbody > tr > td.progress-cell .progress {
        margin: 0;
        margin-top: 7px; }
  body #content .tile table.table-custom > tbody > tr:first-child > th,
  body #content .tile table.table-custom > tbody > tr:first-child > td,
  body #content .inbox table.table-custom > tbody > tr:first-child > th,
  body #content .inbox table.table-custom > tbody > tr:first-child > td {
    border-top: 0; }
body #content .table-options select + .chosen-container.chosen-container-single .chosen-single {
  padding: 1px 11px !important;
  font-size: 11px;
  min-height: 25px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  body #content .table-options select + .chosen-container.chosen-container-single .chosen-single span {
    line-height: 24px; }
  body #content .table-options select + .chosen-container.chosen-container-single .chosen-single div {
    top: 1px; }
body #content .table-options select + .chosen-container .chosen-results {
  font-size: 11px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
body #content .table-options .input-group-btn .btn {
  font-size: 11px;
  min-height: 25px;
  padding: 0 10px; }
body #content .table-options.btn-group-xs .btn {
  font-size: 11px;
  min-height: 25px; }
body #content .table-options.paging-info {
  color: #717171;
  line-height: 26px; }

/**************************************/
/************* DATATABLES *************/
/**************************************/
body #content .dataTables_wrapper {
  font-size: 11px;
  position: relative; }
  body #content .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr th:before, body #content .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr th:after,
  body #content .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr td:before,
  body #content .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody .table thead tr td:after {
    content: "" !important;
    display: none; }
  body #content .dataTables_wrapper .chosen-container {
    width: auto !important; }
  body #content .dataTables_wrapper .row {
    margin: 0;
    padding: 10px 0; }
  body #content .dataTables_wrapper label {
    margin: 0; }
  body #content .dataTables_wrapper .dataTables_info,
  body #content .dataTables_wrapper .dataTables_length,
  body #content .dataTables_wrapper .dataTables_filter {
    color: #999; }
  body #content .dataTables_wrapper .delete-row,
  body #content .dataTables_wrapper .add-row {
    position: absolute;
    top: 20px;
    left: 43%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  body #content .dataTables_wrapper .delete-row {
    display: none; }
  body #content .dataTables_wrapper .DTTT_container {
    float: left;
    margin: 0; }
  body #content .dataTables_wrapper .ColVis {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
    body #content .dataTables_wrapper .ColVis .ColVis_Button {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      cursor: pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #717171;
      padding: 0 10px;
      height: 31px;
      line-height: 31px; }
      body #content .dataTables_wrapper .ColVis .ColVis_Button i {
        font-size: 14px; }
      body #content .dataTables_wrapper .ColVis .ColVis_Button:hover {
        background-color: #ebebeb;
        border-color: #adadad; }
      body #content .dataTables_wrapper .ColVis .ColVis_Button:focus {
        outline: 0;
        background-color: #ebebeb;
        border-color: #adadad; }
  body #content .dataTables_wrapper .dataTables_length select + .chosen-container.chosen-container-single .chosen-single {
    background: #fff; }
  body #content .dataTables_wrapper .dataTables_length select + .chosen-container.chosen-container-single .chosen-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    margin-top: -4px; }
  body #content .dataTables_wrapper div.dataTables_filter label {
    vertical-align: middle;
    line-height: 33px; }
  body #content .dataTables_wrapper div.dataTables_filter input {
    font-family: "Ubuntu Mono", sans-serif;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    background: none !important;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    -webkit-appearance: none !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    min-height: 28px;
    padding: 0 !important;
    line-height: 32px !important; }
    body #content .dataTables_wrapper div.dataTables_filter input:focus {
      outline: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    body #content .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    body #content .dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    body #content .dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
    body #content .dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.4) !important; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc, body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc, body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting {
    position: relative;
    background: none; }
    body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc:before, body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc:before, body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting:before,
    body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc:before,
    body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc:before,
    body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting:before {
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px !important;
      float: right;
      margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting:before {
    content: "\f0dc";
    margin-top: 6px !important; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting:hover,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting:hover {
    color: #717171;
    background-color: transparent; }
    body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting:hover:after,
    body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting:hover:after {
      background-color: rgba(113, 113, 113, 0.75); }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_asc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_asc:before {
    content: "\f0dd";
    margin-top: 3px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_desc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_desc:before {
    content: "\f0de";
    margin-top: 9px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-alpha.sorting_asc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-alpha.sorting_asc:before {
    content: "\f15d";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-alpha.sorting_desc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-alpha.sorting_desc:before {
    content: "\f15e";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-amount.sorting_asc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-amount.sorting_asc:before {
    content: "\f160";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-amount.sorting_desc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-amount.sorting_desc:before {
    content: "\f161";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-numeric.sorting_asc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-numeric.sorting_asc:before {
    content: "\f162";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.sort-numeric.sorting_desc:before,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sort-numeric.sorting_desc:before {
    content: "\f163";
    margin-top: 6px; }
  body #content .dataTables_wrapper .table-datatable > thead > tr th.no-sort, body #content .dataTables_wrapper .table-datatable > thead > tr th.sorting_disabled,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.no-sort,
  body #content .dataTables_wrapper .table-datatable > thead > tr td.sorting_disabled {
    cursor: default; }
  body #content .dataTables_wrapper .table-datatable > tbody > tr > td.details,
  body #content .dataTables_wrapper .table-datatable > tbody > tr > th.details {
    background-color: rgba(0, 0, 0, 0.05); }
    body #content .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td,
    body #content .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td {
      padding: 5px; }
      body #content .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:first-child,
      body #content .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:first-child {
        font-family: "Roboto Slab", serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        color: #717171; }
      body #content .dataTables_wrapper .table-datatable > tbody > tr > td.details table > tbody > tr > td:last-child,
      body #content .dataTables_wrapper .table-datatable > tbody > tr > th.details table > tbody > tr > td:last-child {
        line-height: 16px;
        font-size: 12px;
        padding: 0 5px; }
  body #content .dataTables_wrapper .table-datatable > tbody > tr.row_selected > td,
  body #content .dataTables_wrapper .table-datatable > tbody > tr.row_selected > th, body #content .dataTables_wrapper .table-datatable > tbody > tr.drilled > td,
  body #content .dataTables_wrapper .table-datatable > tbody > tr.drilled > th {
    background-color: rgba(0, 0, 0, 0.05); }
  body #content .dataTables_wrapper .dataTables_paginate {
    float: none; }
    body #content .dataTables_wrapper .dataTables_paginate.paging_custombootstrap ul > li > a {
      padding: 3px 7px;
      font-size: 11px;
      line-height: 15px; }

.DTTT_print_info {
  overflow: hidden;
  opacity: 1;
  background: white;
  border: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  top: 70px;
  z-index: 999999;
  color: #717171;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.ColVis_collection {
  min-width: 130px;
  padding: 3px;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999; }
  .ColVis_collection > li {
    margin-bottom: 3px; }
    .ColVis_collection > li:last-child {
      margin-bottom: 0; }
    .ColVis_collection > li > label {
      width: 100%;
      text-align: left;
      padding: 2px 3px; }
      .ColVis_collection > li > label span {
        font-size: 11px;
        margin-left: 5px;
        color: #717171; }
      .ColVis_collection > li > label input:checked + span {
        color: #212121; }

.ColVis_catcher {
  cursor: pointer; }

.ColVis_collectionBackground {
  position: fixed;
  width: 100%;
  height: 100%; }

/*****************************************/
/************* CHECK TOGGLER *************/
/*****************************************/
.check-toggler:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #ff4a43; }
.check-toggler.checked:before {
  content: "\f00c";
  color: #a2d200; }
.check-toggler:hover {
  text-decoration: none; }

/**************************************/
/************* SUMMERNOTE *************/
/**************************************/
.note-editor {
  border: 0; }
  .note-editor .note-editable {
    overflow: auto;
    background-color: white; }
  .note-editor .note-toolbar {
    border-bottom: 0;
    background-color: #f2f2f2;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .note-editor .note-statusbar {
    background-color: #f2f2f2;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .note-editor .note-statusbar .note-resizebar {
      border-top: 1px solid transparent; }

.transparent-editor .note-editor .note-editable {
  background-color: rgba(0, 0, 0, 0.3); }
.transparent-editor .note-editor .note-toolbar {
  background-color: rgba(0, 0, 0, 0.5); }
  .transparent-editor .note-editor .note-toolbar button {
    background-color: white;
    color: #717171; }
    .transparent-editor .note-editor .note-toolbar button:hover {
      background-color: rgba(255, 255, 255, 0.95);
      color: #717171; }
      .transparent-editor .note-editor .note-toolbar button:hover .caret {
        border-top-color: #717171; }
  .transparent-editor .note-editor .note-toolbar .dropdown-menu {
    color: #717171; }
.transparent-editor .note-editor .note-statusbar {
  background-color: rgba(0, 0, 0, 0.5); }
.transparent-editor .note-editor .caret {
  border-top-color: #717171; }

/****************************************/
/************* COLORPALETTE *************/
/****************************************/
.bootstrap-colorpalette .btn-color {
  border: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .bootstrap-colorpalette .btn-color:focus {
    outline: 0; }
  .bootstrap-colorpalette .btn-color:hover {
    border: 0;
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

/**********************************************/
/************* JQUERY FILE UPLOAD *************/
/**********************************************/
.fileupload-buttonbar {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none; }

table tbody.files > tr > td {
  vertical-align: middle; }
  table tbody.files > tr > td.upload {
    vertical-align: top; }
  table tbody.files > tr > td.actions button {
    margin-right: 5px; }
    table tbody.files > tr > td.actions button i {
      font-size: 14px; }
  table tbody.files > tr > td.actions .checkbox {
    left: -28px;
    top: 2px; }
    table tbody.files > tr > td.actions .checkbox label:after {
      width: 12px !important; }
  table tbody.files > tr > td .preview {
    width: 50px;
    max-width: 50px;
    min-height: 50px;
    display: block; }
    table tbody.files > tr > td .preview canvas,
    table tbody.files > tr > td .preview img {
      width: 50px;
      max-width: 50px; }

/****************************************/
/************* OWL CAROUSEL *************/
/****************************************/
.owl-carousel .owl-item img {
  width: 80px;
  margin: 10px 0 25px 0; }
.owl-carousel .owl-item p {
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  font-style: italic; }
  .owl-carousel .owl-item p:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 2em;
    filter: alpha(opacity=15);
    opacity: 0.15; }
.owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  top: 10px;
  left: 10px; }
.owl-carousel .owl-controls .owl-page span {
  width: 6px;
  height: 6px;
  background: white;
  margin: 3px 2px; }
.owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%; }
  .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    background: none; }
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0; }

/****************************************/
/************* SOCIAL FEED **************/
/****************************************/
.social-feed {
  padding: 20px 0; }
  .social-feed img {
    width: 80px; }
  .social-feed .media-body .media-heading {
    margin-top: 20px;
    margin-bottom: 0; }
  .social-feed .media-body small a {
    color: rgba(255, 255, 255, 0.5); }
    .social-feed .media-body small a:hover {
      color: white;
      text-decoration: none; }
  .social-feed > li {
    width: 32%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px; }
    .social-feed > li h4 {
      font-family: "Roboto", "Arial", sans-serif;
      font-weight: 300;
      color: white;
      margin: 0; }

/************************************/
/************* CAROUSEL *************/
/************************************/
.carousel-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
    .carousel-control .fa.left-side {
      left: 35%; }

.carousel-inner > .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden; }

.carousel-indicators {
  top: 10px;
  right: 20px;
  left: auto;
  bottom: auto;
  text-align: right; }

.carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .carousel-caption h3 {
    margin-top: 10px; }
  .carousel-caption p {
    font-size: 12px; }

/********************************/
/************* MAPS *************/
/********************************/
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 15px;
  height: 15px; }

.streetview {
  height: 400px; }

.gmap .pagination {
  margin: 0;
  padding: 10px;
  width: 100%;
  text-align: center; }
  .gmap .pagination .display {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #717171;
    font-weight: 300;
    background-color: white;
    display: inline-block;
    width: 85%; }
  .gmap .pagination .back-btn,
  .gmap .pagination .fwd-btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: white;
    display: inline-block; }
    .gmap .pagination .back-btn:before,
    .gmap .pagination .fwd-btn:before {
      font-family: 'FontAwesome';
      color: #999;
      font-size: 18px;
      line-height: 44px;
      padding: 0 11px; }
  .gmap .pagination .back-btn {
    border-right: 1px solid #e2e2e2;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
    .gmap .pagination .back-btn:before {
      content: "\f053"; }
  .gmap .pagination .fwd-btn {
    border-left: 1px solid #e2e2e2;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
    .gmap .pagination .fwd-btn:before {
      content: "\f054";
      padding: 0 12px; }
  .gmap .pagination .back-btn:hover:before,
  .gmap .pagination .fwd-btn:hover:before {
    color: #717171; }
.gmap .map-filter {
  background-color: white;
  margin: 10px;
  padding: 10px 20px 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px #999999;
  box-shadow: 0px 2px 4px #999999; }

/************************************/
/************* CALENDAR *************/
/************************************/
.cal-options {
  padding: 25px;
  position: relative; }
  .cal-options .date-info {
    position: relative;
    top: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .cal-options .date-info.out {
      top: -200px; }
    .cal-options .date-info h2 {
      margin-bottom: 0;
      margin-top: 0; }
      .cal-options .date-info h2 i {
        font-size: 32px;
        cursor: pointer;
        opacity: .5;
        border: 2px solid white;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
        .cal-options .date-info h2 i#cal-prev {
          padding: 0 11px 0 9px; }
        .cal-options .date-info h2 i#cal-next {
          padding: 0 9px 0 11px; }
        .cal-options .date-info h2 i:hover {
          opacity: 1; }
    .cal-options .date-info h3 {
      margin-top: 0; }
  .cal-options #event-delete {
    margin-top: -100px;
    margin-bottom: 50px;
    text-align: center; }
    .cal-options #event-delete i {
      background-color: rgba(0, 0, 0, 0.15);
      padding: 15px;
      border-radius: 50%;
      width: 90px;
      opacity: 0;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    .cal-options #event-delete.in i {
      opacity: .8; }
    .cal-options #event-delete.in.active i {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.25); }
  .cal-options .events-wrapper {
    margin-top: 40px; }
    .cal-options .events-wrapper h4 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 5px; }
      .cal-options .events-wrapper h4 .new-event {
        color: white;
        opacity: .5; }
        .cal-options .events-wrapper h4 .new-event:hover {
          opacity: 1; }
    .cal-options .events-wrapper .external-event {
      padding: 5px 10px;
      background-color: white;
      margin: 5px 0;
      color: #717171;
      font-size: 12px;
      font-weight: 300;
      opacity: .8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border-left: 10px solid #717171;
      cursor: move;
      -webkit-transition: opacity 0.15s linear;
      -moz-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
      .cal-options .events-wrapper .external-event:hover {
        opacity: 1; }
      .cal-options .events-wrapper .external-event[data-color="primary"] {
        border-left: 10px solid #428bca; }
      .cal-options .events-wrapper .external-event[data-color="success"] {
        border-left: 10px solid #5cb85c; }
      .cal-options .events-wrapper .external-event[data-color="info"] {
        border-left: 10px solid #5bc0de; }
      .cal-options .events-wrapper .external-event[data-color="warning"] {
        border-left: 10px solid #f0ad4e; }
      .cal-options .events-wrapper .external-event[data-color="danger"] {
        border-left: 10px solid #d9534f; }
      .cal-options .events-wrapper .external-event[data-color="red"] {
        border-left: 10px solid #ff4a43; }
      .cal-options .events-wrapper .external-event[data-color="cyan"] {
        border-left: 10px solid #22beef; }
      .cal-options .events-wrapper .external-event[data-color="green"] {
        border-left: 10px solid #a2d200; }
      .cal-options .events-wrapper .external-event[data-color="orange"] {
        border-left: 10px solid #ffc100; }
      .cal-options .events-wrapper .external-event[data-color="amethyst"] {
        border-left: 10px solid #cd97eb; }
      .cal-options .events-wrapper .external-event[data-color="greensea"] {
        border-left: 10px solid #16a085; }
      .cal-options .events-wrapper .external-event[data-color="hotpink"] {
        border-left: 10px solid #ff0066; }
      .cal-options .events-wrapper .external-event[data-color="drank"] {
        border-left: 10px solid #a40778; }
      .cal-options .events-wrapper .external-event[data-color="dutch"] {
        border-left: 10px solid #1693a5; }
      .cal-options .events-wrapper .external-event[data-color="blue"] {
        border-left: 10px solid #418bca; }
      .cal-options .events-wrapper .external-event[data-color="redbrown"] {
        border-left: 10px solid #d9544f; }
      .cal-options .events-wrapper .external-event[data-color="slategray"] {
        border-left: 10px solid #3f4e62; }
    .cal-options .events-wrapper .checkbox {
      margin-top: 15px !important;
      padding-left: 0; }

.fc .fc-content .fc-event {
  padding: 3px 5px;
  font-weight: 300;
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.fc .fc-content .fc-view.fc-grid table > thead > tr > th.fc-widget-header, .fc .fc-content .fc-view.fc-agenda table > thead > tr > th.fc-widget-header {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background-color: #f2f2f2;
  padding: 15px;
  text-transform: uppercase;
  color: #717171;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }
  .fc .fc-content .fc-view.fc-grid table > thead > tr > th.fc-widget-header.fc-first, .fc .fc-content .fc-view.fc-agenda table > thead > tr > th.fc-widget-header.fc-first {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    -o-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    border-left: 1px solid #e2e2e2; }
  .fc .fc-content .fc-view.fc-grid table > thead > tr > th.fc-widget-header.fc-last, .fc .fc-content .fc-view.fc-agenda table > thead > tr > th.fc-widget-header.fc-last {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -ms-border-radius: 0 4px 0 0;
    -o-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    border-right: 1px solid #e2e2e2; }
.fc .fc-content .fc-view.fc-grid table > thead > tr > th.fc-agenda-gutter, .fc .fc-content .fc-view.fc-agenda table > thead > tr > th.fc-agenda-gutter {
  padding: 0; }
.fc .fc-content .fc-view.fc-grid table > tbody > tr > td.fc-widget-content, .fc .fc-content .fc-view.fc-agenda table > tbody > tr > td.fc-widget-content {
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2; }
  .fc .fc-content .fc-view.fc-grid table > tbody > tr > td.fc-widget-content .fc-day-number, .fc .fc-content .fc-view.fc-agenda table > tbody > tr > td.fc-widget-content .fc-day-number {
    padding: 5px 10px;
    margin: 5px;
    color: #717171;
    font-weight: 300;
    font-size: 12px; }
.fc .fc-content .fc-view.fc-grid table > tbody > tr > td:first-child.fc-widget-content, .fc .fc-content .fc-view.fc-agenda table > tbody > tr > td:first-child.fc-widget-content {
  border-left: 1px solid #e2e2e2; }
.fc .fc-content .fc-view.fc-grid table > tbody > tr > td.fc-state-highlight, .fc .fc-content .fc-view.fc-agenda table > tbody > tr > td.fc-state-highlight {
  background: transparent; }
  .fc .fc-content .fc-view.fc-grid table > tbody > tr > td.fc-state-highlight .fc-day-number, .fc .fc-content .fc-view.fc-agenda table > tbody > tr > td.fc-state-highlight .fc-day-number {
    background-color: #ff7b76;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 4px 6px; }
.fc .fc-content .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-axis,
.fc .fc-content .fc-view.fc-agenda .fc-agenda-allday .fc-agenda-gutter {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  background-color: #f2f2f2;
  color: #717171;
  font-size: 11px;
  font-weight: 300;
  padding: 10px 5px; }
.fc .fc-content .fc-view.fc-agenda > table > tbody > tr > td.fc-state-highlight {
  background: #f2f2f2; }
.fc .fc-content .fc-view.fc-agenda > table > tbody > tr > td.fc-sat {
  border-right: 0; }
.fc .fc-content .fc-view.fc-agenda .fc-agenda-slots tr {
  line-height: 35px; }
  .fc .fc-content .fc-view.fc-agenda .fc-agenda-slots tr th {
    border: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    background-color: #f2f2f2;
    color: #717171;
    font-size: 12px;
    font-weight: 300;
    padding-top: 10px; }
  .fc .fc-content .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content {
    border-bottom: 1px solid #e2e2e2;
    line-height: 50px; }
    .fc .fc-content .fc-view.fc-agenda .fc-agenda-slots tr td.fc-widget-content:last-child {
      border-right: 0; }
  .fc .fc-content .fc-view.fc-agenda .fc-agenda-slots tr.fc-minor td.fc-widget-content {
    border-bottom: 1px solid #e2e2e2; }
.fc .fc-content .fc-view.fc-agenda .fc-agenda-divider {
  border: 1px solid #e2e2e2; }
  .fc .fc-content .fc-view.fc-agenda .fc-agenda-divider .fc-agenda-divider-inner {
    background-color: #f2f2f2;
    height: 3px; }

/***********************************/
/************* GALLERY *************/
/***********************************/
.img-view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .img-view .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(34, 190, 239, 0.7);
    z-index: 99; }
    .img-view .overlay .media-info {
      text-align: center;
      position: relative;
      padding: 10px;
      background: rgba(0, 0, 0, 0.8);
      margin: 20px 0 0 0;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      transform: translateY(-100px);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      z-index: 999; }
      .img-view .overlay .media-info .checkbox {
        float: left;
        margin: 0 !important;
        padding: 0;
        margin-top: -9px !important;
        position: absolute; }
        .img-view .overlay .media-info .checkbox label:after {
          left: 1px; }
      .img-view .overlay .media-info h2 {
        color: white;
        font-size: 16px;
        margin: 0; }
      .img-view .overlay .media-info span {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-style: italic; }
      .img-view .overlay .media-info button {
        float: right;
        margin: 0;
        padding: 0;
        margin-top: -9px;
        position: absolute;
        right: 10px;
        padding: 1px 6px; }
      .img-view .overlay .media-info .dropdown-menu {
        top: 15px;
        right: 33px;
        left: auto;
        text-align: left;
        min-width: 120px; }
        .img-view .overlay .media-info .dropdown-menu > li > a {
          font-size: 11px;
          color: #717171;
          padding: 3px 10px;
          line-height: 20px; }
          .img-view .overlay .media-info .dropdown-menu > li > a i {
            font-size: 14px;
            width: 15px;
            color: #a4a4a4; }
          .img-view .overlay .media-info .dropdown-menu > li > a:hover {
            color: #418bca; }
            .img-view .overlay .media-info .dropdown-menu > li > a:hover i {
              color: #418bca; }
    .img-view .overlay p {
      font-family: Georgia, serif;
      font-size: 12px;
      font-style: italic;
      position: relative;
      color: rgba(255, 255, 255, 0.9);
      padding: 10px 20px 20px;
      text-align: center;
      max-width: 320px;
      margin: 10px auto 0 auto;
      -webkit-transform: translateY(100px);
      -moz-transform: translateY(100px);
      -ms-transform: translateY(100px);
      -o-transform: translateY(100px);
      transform: translateY(100px);
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .img-view img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .img-view:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .img-view:hover .overlay {
    filter: alpha(opacity=100);
    opacity: 1; }
    .img-view:hover .overlay .media-info,
    .img-view:hover .overlay p {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      filter: alpha(opacity=100);
      opacity: 1; }
    .img-view:hover .overlay p {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      transition-delay: 0.1s; }
  .img-view.selected .overlay {
    filter: alpha(opacity=100);
    opacity: 1; }
  .img-view.selected .media-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    filter: alpha(opacity=100);
    opacity: 1; }

/* superbox */
.superbox .superbox-list {
  padding: 0;
  margin: 5px; }
.superbox .superbox-show {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.3);
  width: calc(100% - 13px);
  margin: 0 5px; }
  .superbox .superbox-show img {
    max-width: 100%; }

/* colorbox */
.colorbox .colorbox-list {
  padding: 0;
  margin: 5px; }

@media only screen and (min-width: 320px) {
  .superbox-list,
  .colorbox-list {
    width: 100%; } }
@media only screen and (min-width: 680px) {
  .superbox-list,
  .colorbox-list {
    width: 47.8%; } }
@media only screen and (min-width: 1128px) {
  .superbox-list,
  .colorbox-list {
    width: 31.8%; } }
@media only screen and (min-width: 1360px) {
  .superbox-list,
  .colorbox-list {
    width: 23.8%; } }
@media only screen and (min-width: 1600px) {
  .superbox-list,
  .colorbox-list {
    width: 19%; } }
@media only screen and (min-width: 1900px) {
  .superbox-list,
  .colorbox-list {
    width: 15.85%; } }
/************************************/
/************* TIMELINE *************/
/************************************/
.timeline-heading {
  font-size: 13px;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 8px 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.timeline {
  padding: 25px 1px 5px 1px;
  margin: 0 auto;
  overflow: hidden;
  list-style: none;
  position: relative; }
  .timeline:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    left: 50%;
    margin-left: -3px;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 6px;
    z-index: 1; }
  .timeline > li {
    position: relative;
    float: left;
    clear: left;
    text-align: right;
    width: 50%;
    margin: 0;
    margin-bottom: 30px; }
    .timeline > li > .el-container {
      margin-right: 25px;
      display: table;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden; }
      .timeline > li > .el-container > .side {
        display: table-cell;
        width: 200px;
        text-align: center;
        font-size: 65px;
        vertical-align: middle;
        background-color: #555;
        color: #fff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }
        .timeline > li > .el-container > .side img {
          width: 100%; }
      .timeline > li > .el-container > .content {
        display: table-cell;
        text-align: left;
        background: #ffffff;
        padding: 15px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }
        .timeline > li > .el-container > .content span.time {
          float: right;
          color: rgba(0, 0, 0, 0.3);
          font-weight: 300;
          font-size: 14px; }
          .timeline > li > .el-container > .content span.time i {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.3); }
        .timeline > li > .el-container > .content h1 {
          margin-top: 0;
          font-size: 24px;
          color: #717171;
          -webkit-font-smoothing: antialiased; }
        .timeline > li > .el-container > .content p {
          color: #999;
          font-size: 13px; }
        .timeline > li > .el-container > .content img {
          width: 100%; }
        .timeline > li > .el-container > .content i.block {
          width: 100%;
          text-align: center;
          font-size: 180px;
          background-color: #fafafa;
          color: #717171;
          padding: 50px 0;
          margin-bottom: 20px; }
    .timeline > li > .pointer {
      position: absolute;
      background-color: white;
      right: -13px;
      top: 46px;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      z-index: 2;
      text-align: center;
      line-height: 24px; }
      .timeline > li > .pointer.cyan {
        background-color: #22beef; }
        .timeline > li > .pointer.cyan i {
          color: white; }
      .timeline > li > .pointer.red {
        background-color: #ff4a43; }
        .timeline > li > .pointer.red i {
          color: white; }
      .timeline > li > .pointer.green {
        background-color: #a2d200; }
        .timeline > li > .pointer.green i {
          color: white; }
      .timeline > li > .pointer.orange {
        background-color: #ffc100; }
        .timeline > li > .pointer.orange i {
          color: white; }
      .timeline > li > .pointer.amethyst {
        background-color: #cd97eb; }
        .timeline > li > .pointer.amethyst i {
          color: white; }
      .timeline > li > .pointer.greensea {
        background-color: #16a085; }
        .timeline > li > .pointer.greensea i {
          color: white; }
      .timeline > li > .pointer.drank {
        background-color: #a40778; }
        .timeline > li > .pointer.drank i {
          color: white; }
      .timeline > li > .pointer.hotpink {
        background-color: #ff0066; }
        .timeline > li > .pointer.hotpink i {
          color: white; }
      .timeline > li > .pointer.dutch {
        background-color: #1693a5; }
        .timeline > li > .pointer.dutch i {
          color: white; }
      .timeline > li > .pointer.blue {
        background-color: #418bca; }
        .timeline > li > .pointer.blue i {
          color: white; }
      .timeline > li > .pointer.redbrown {
        background-color: #d9544f; }
        .timeline > li > .pointer.redbrown i {
          color: white; }
      .timeline > li > .pointer.slategray {
        background-color: #3f4e62; }
        .timeline > li > .pointer.slategray i {
          color: white; }
      .timeline > li > .pointer i {
        color: #717171;
        font-size: 14px; }
    .timeline > li:after {
      border-bottom: 10px solid transparent;
      border-top: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      top: 48px;
      width: 0;
      z-index: 1; }
    .timeline > li:first-child > .pointer {
      top: 6px; }
    .timeline > li:first-child:after {
      top: 8px; }
    .timeline > li:nth-of-type(even) {
      float: right;
      clear: right;
      text-align: left; }
      .timeline > li:nth-of-type(even) > .el-container {
        margin-right: 0;
        margin-left: 25px; }
      .timeline > li:nth-of-type(even) > .pointer {
        right: auto;
        left: -13px; }
      .timeline > li:nth-of-type(even):after {
        border-right: 10px solid;
        border-right-color: white;
        left: 15px; }
    .timeline > li:nth-of-type(odd):after {
      border-left: 10px solid;
      border-left-color: white;
      left: auto;
      right: 15px; }
    .timeline > li.full-width {
      clear: both;
      float: none;
      text-align: center;
      width: auto;
      z-index: 2; }
      .timeline > li.full-width:after {
        border-bottom: 10px solid;
        border-bottom-color: white;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 50%;
        margin-left: -10px;
        right: auto;
        top: -20px; }
      .timeline > li.full-width > .el-container {
        margin: 0; }
      .timeline > li.full-width > .pointer {
        left: 50%;
        margin-left: -12px;
        right: auto;
        top: -38px; }
        .timeline > li.full-width > .pointer i {
          margin-left: 1px;
          margin-right: 0; }
    .timeline > li.color > .el-container > .content h1,
    .timeline > li.color > .el-container > .content p {
      color: white; }
    .timeline > li.color > .el-container > .content .time,
    .timeline > li.color > .el-container > .content .time i {
      color: rgba(255, 255, 255, 0.6); }
    .timeline > li.color.red > .el-container > .content {
      background-color: #ff4a43; }
    .timeline > li.color.red:nth-of-type(odd):after {
      border-left-color: #ff4a43; }
    .timeline > li.color.red:nth-of-type(even):after {
      border-right-color: #ff4a43; }
    .timeline > li.color.red.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #ff4a43; }
    .timeline > li.color.cyan > .el-container > .content {
      background-color: #22beef; }
    .timeline > li.color.cyan:nth-of-type(odd):after {
      border-left-color: #22beef; }
    .timeline > li.color.cyan:nth-of-type(even):after {
      border-right-color: #22beef; }
    .timeline > li.color.cyan.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #22beef; }
    .timeline > li.color.green > .el-container > .content {
      background-color: #a2d200; }
    .timeline > li.color.green:nth-of-type(odd):after {
      border-left-color: #a2d200; }
    .timeline > li.color.green:nth-of-type(even):after {
      border-right-color: #a2d200; }
    .timeline > li.color.green.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #a2d200; }
    .timeline > li.color.orange > .el-container > .content {
      background-color: #ffc100; }
    .timeline > li.color.orange:nth-of-type(odd):after {
      border-left-color: #ffc100; }
    .timeline > li.color.orange:nth-of-type(even):after {
      border-right-color: #ffc100; }
    .timeline > li.color.orange.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #ffc100; }
    .timeline > li.color.amethyst > .el-container > .content {
      background-color: #cd97eb; }
    .timeline > li.color.amethyst:nth-of-type(odd):after {
      border-left-color: #cd97eb; }
    .timeline > li.color.amethyst:nth-of-type(even):after {
      border-right-color: #cd97eb; }
    .timeline > li.color.amethyst.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #cd97eb; }
    .timeline > li.color.greensea > .el-container > .content {
      background-color: #16a085; }
    .timeline > li.color.greensea:nth-of-type(odd):after {
      border-left-color: #16a085; }
    .timeline > li.color.greensea:nth-of-type(even):after {
      border-right-color: #16a085; }
    .timeline > li.color.greensea.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #16a085; }
    .timeline > li.color.drank > .el-container > .content {
      background-color: #a40778; }
    .timeline > li.color.drank:nth-of-type(odd):after {
      border-left-color: #a40778; }
    .timeline > li.color.drank:nth-of-type(even):after {
      border-right-color: #a40778; }
    .timeline > li.color.drank.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #a40778; }
    .timeline > li.color.hotpink > .el-container > .content {
      background-color: #ff0066; }
    .timeline > li.color.hotpink:nth-of-type(odd):after {
      border-left-color: #ff0066; }
    .timeline > li.color.hotpink:nth-of-type(even):after {
      border-right-color: #ff0066; }
    .timeline > li.color.hotpink.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #ff0066; }
    .timeline > li.color.dutch > .el-container > .content {
      background-color: #1693a5; }
    .timeline > li.color.dutch:nth-of-type(odd):after {
      border-left-color: #1693a5; }
    .timeline > li.color.dutch:nth-of-type(even):after {
      border-right-color: #1693a5; }
    .timeline > li.color.dutch.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #1693a5; }
    .timeline > li.color.blue > .el-container > .content {
      background-color: #418bca; }
    .timeline > li.color.blue:nth-of-type(odd):after {
      border-left-color: #418bca; }
    .timeline > li.color.blue:nth-of-type(even):after {
      border-right-color: #418bca; }
    .timeline > li.color.blue.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #418bca; }
    .timeline > li.color.redbrown > .el-container > .content {
      background-color: #d9544f; }
    .timeline > li.color.redbrown:nth-of-type(odd):after {
      border-left-color: #d9544f; }
    .timeline > li.color.redbrown:nth-of-type(even):after {
      border-right-color: #d9544f; }
    .timeline > li.color.redbrown.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #d9544f; }
    .timeline > li.color.slategray > .el-container > .content {
      background-color: #3f4e62; }
    .timeline > li.color.slategray:nth-of-type(odd):after {
      border-left-color: #3f4e62; }
    .timeline > li.color.slategray:nth-of-type(even):after {
      border-right-color: #3f4e62; }
    .timeline > li.color.slategray.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: #3f4e62; }
    .timeline > li.color.transparent-black > .el-container > .content {
      background-color: rgba(0, 0, 0, 0.3); }
      .timeline > li.color.transparent-black > .el-container > .content i.block {
        background-color: rgba(0, 0, 0, 0.2);
        color: rgba(255, 255, 255, 0.6); }
    .timeline > li.color.transparent-black > .el-container > .side {
      background-color: rgba(0, 0, 0, 0.6); }
    .timeline > li.color.transparent-black.textured > .el-container > .content {
      background: rgba(0, 0, 0, 0.3) url(../images/dot_pattern.png) repeat; }
    .timeline > li.color.transparent-black.textured > .el-container > .side {
      background: rgba(0, 0, 0, 0.6) url(../images/dot_pattern.png) repeat; }
    .timeline > li.color.transparent-black:nth-of-type(odd):after {
      border-left-color: rgba(0, 0, 0, 0.3); }
    .timeline > li.color.transparent-black:nth-of-type(even):after {
      border-right-color: rgba(0, 0, 0, 0.3); }
    .timeline > li.color.transparent-black.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: rgba(0, 0, 0, 0.3); }
    .timeline > li.color.transparent-white > .el-container > .content {
      background-color: rgba(255, 255, 255, 0.2); }
      .timeline > li.color.transparent-white > .el-container > .content i.block {
        background-color: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.9); }
      .timeline > li.color.transparent-white > .el-container > .content .time,
      .timeline > li.color.transparent-white > .el-container > .content .time i {
        color: rgba(255, 255, 255, 0.9); }
    .timeline > li.color.transparent-white > .el-container > .side {
      background-color: rgba(0, 0, 0, 0.3); }
    .timeline > li.color.transparent-white:nth-of-type(odd):after {
      border-left-color: rgba(255, 255, 255, 0.2); }
    .timeline > li.color.transparent-white:nth-of-type(even):after {
      border-right-color: rgba(255, 255, 255, 0.2); }
    .timeline > li.color.transparent-white.full-width:after {
      border-bottom: 10px solid;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom-color: rgba(255, 255, 255, 0.2); }
  .timeline.timeline-mini {
    padding-top: 25px; }
    .timeline.timeline-mini:after {
      left: 20px; }
    .timeline.timeline-mini > li {
      clear: both;
      float: none;
      width: 100%;
      z-index: 2;
      padding-left: 45px;
      margin-bottom: 25px; }
      .timeline.timeline-mini > li > .el-container {
        margin: 0 !important; }
      .timeline.timeline-mini > li:nth-of-type(odd):after, .timeline.timeline-mini > li:nth-of-type(even):after {
        border-right: 10px solid;
        border-right-color: white;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 25px;
        margin-left: 0;
        right: auto;
        top: 14px; }
      .timeline.timeline-mini > li:nth-of-type(odd) > .pointer, .timeline.timeline-mini > li:nth-of-type(even) > .pointer {
        left: 6px;
        right: auto;
        top: 10px;
        margin-left: 0; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.red:after, .timeline.timeline-mini > li:nth-of-type(even).color.red:after {
        border-right: 10px solid;
        border-right-color: #ff4a43;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.cyan:after, .timeline.timeline-mini > li:nth-of-type(even).color.cyan:after {
        border-right: 10px solid;
        border-right-color: #22beef;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.green:after, .timeline.timeline-mini > li:nth-of-type(even).color.green:after {
        border-right: 10px solid;
        border-right-color: #a2d200;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.orange:after, .timeline.timeline-mini > li:nth-of-type(even).color.orange:after {
        border-right: 10px solid;
        border-right-color: #ffc100;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.amethyst:after, .timeline.timeline-mini > li:nth-of-type(even).color.amethyst:after {
        border-right: 10px solid;
        border-right-color: #cd97eb;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.greensea:after, .timeline.timeline-mini > li:nth-of-type(even).color.greensea:after {
        border-right: 10px solid;
        border-right-color: #16a085;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.drank:after, .timeline.timeline-mini > li:nth-of-type(even).color.drank:after {
        border-right: 10px solid;
        border-right-color: #a40778;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.hotpink:after, .timeline.timeline-mini > li:nth-of-type(even).color.hotpink:after {
        border-right: 10px solid;
        border-right-color: #ff0066;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.dutch:after, .timeline.timeline-mini > li:nth-of-type(even).color.dutch:after {
        border-right: 10px solid;
        border-right-color: #1693a5;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.blue:after, .timeline.timeline-mini > li:nth-of-type(even).color.blue:after {
        border-right: 10px solid;
        border-right-color: #418bca;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.redbrown:after, .timeline.timeline-mini > li:nth-of-type(even).color.redbrown:after {
        border-right: 10px solid;
        border-right-color: #d9544f;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.slategray:after, .timeline.timeline-mini > li:nth-of-type(even).color.slategray:after {
        border-right: 10px solid;
        border-right-color: #3f4e62;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.transparent-black:after, .timeline.timeline-mini > li:nth-of-type(even).color.transparent-black:after {
        border-right: 10px solid;
        border-right-color: rgba(0, 0, 0, 0.3);
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      .timeline.timeline-mini > li:nth-of-type(odd).color.transparent-white:after, .timeline.timeline-mini > li:nth-of-type(even).color.transparent-white:after {
        border-right: 10px solid;
        border-right-color: rgba(255, 255, 255, 0.2);
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent; }

/*************************************/
/************* ACCORDION *************/
/*************************************/
.panel-group .panel {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .panel-group .panel .panel-heading {
    position: relative; }
    .panel-group .panel .panel-heading .panel-title {
      font-size: 14px;
      margin-left: 30px; }
    .panel-group .panel .panel-heading + .panel-collapse .panel-body {
      border-top: 0; }
    .panel-group .panel .panel-heading:before {
      content: "\f0da";
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      padding: 10px 15px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.05); }
  .panel-group .panel.active .panel-heading:before {
    content: "\f0d7";
    padding: 10px 14px 10px 13px; }
  .panel-group .panel .panel-body {
    font-size: 12px;
    color: #717171;
    line-height: 20px; }

/********************************/
/************* MAIL *************/
/********************************/
body #content .vertical-mail > .row,
body #content .horizontal-mail > .row {
  display: table; }
  body #content .vertical-mail > .row > div[class*='col-'],
  body #content .horizontal-mail > .row > div[class*='col-'] {
    padding: 0;
    display: table-cell;
    float: none;
    vertical-align: top; }
    body #content .vertical-mail > .row > div[class*='col-']:first-child,
    body #content .horizontal-mail > .row > div[class*='col-']:first-child {
      padding-left: 15px; }
    body #content .vertical-mail > .row > div[class*='col-']:last-child,
    body #content .horizontal-mail > .row > div[class*='col-']:last-child {
      padding: 0 15px; }
body #content .vertical-mail ul.navigation,
body #content .horizontal-mail ul.navigation {
  background-color: rgba(0, 0, 0, 0.3);
  list-style-type: none;
  color: white;
  height: 100%;
  overflow: auto;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  border: 1px solid transparent; }
  body #content .vertical-mail ul.navigation > li.mark,
  body #content .horizontal-mail ul.navigation > li.mark {
    text-align: center;
    font-size: 70px; }
  body #content .vertical-mail ul.navigation > li.compose,
  body #content .horizontal-mail ul.navigation > li.compose {
    text-align: center;
    margin: 20px 0 30px 0; }
    body #content .vertical-mail ul.navigation > li.compose .btn,
    body #content .horizontal-mail ul.navigation > li.compose .btn {
      color: white;
      font-size: 13px;
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: 700; }
  body #content .vertical-mail ul.navigation > li.heading h5,
  body #content .horizontal-mail ul.navigation > li.heading h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8); }
    body #content .vertical-mail ul.navigation > li.heading h5 a,
    body #content .horizontal-mail ul.navigation > li.heading h5 a {
      color: rgba(255, 255, 255, 0.5); }
      body #content .vertical-mail ul.navigation > li.heading h5 a:hover,
      body #content .horizontal-mail ul.navigation > li.heading h5 a:hover {
        color: white; }
  body #content .vertical-mail ul.navigation > li > ul,
  body #content .horizontal-mail ul.navigation > li > ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -20px; }
    body #content .vertical-mail ul.navigation > li > ul > li,
    body #content .horizontal-mail ul.navigation > li > ul > li {
      text-align: right; }
      body #content .vertical-mail ul.navigation > li > ul > li a,
      body #content .horizontal-mail ul.navigation > li > ul > li a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        line-height: 36px;
        font-weight: 700;
        font-family: "Roboto Slab", serif;
        display: block;
        padding-right: 20px;
        -webkit-transition: all 0.15s linear;
        -moz-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        body #content .vertical-mail ul.navigation > li > ul > li a span.badge,
        body #content .horizontal-mail ul.navigation > li > ul > li a span.badge {
          position: relative;
          top: -3px;
          margin-right: 5px; }
        body #content .vertical-mail ul.navigation > li > ul > li a:hover,
        body #content .horizontal-mail ul.navigation > li > ul > li a:hover {
          color: white;
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.1); }
      body #content .vertical-mail ul.navigation > li > ul > li.active a,
      body #content .horizontal-mail ul.navigation > li > ul > li.active a {
        font-size: 22px;
        background-color: rgba(0, 0, 0, 0.2);
        color: white; }
      body #content .vertical-mail ul.navigation > li > ul > li.divider,
      body #content .horizontal-mail ul.navigation > li > ul > li.divider {
        padding: 5px 0;
        background: none; }
      body #content .vertical-mail ul.navigation > li > ul > li.other a, body #content .vertical-mail ul.navigation > li > ul > li.tag a,
      body #content .horizontal-mail ul.navigation > li > ul > li.other a,
      body #content .horizontal-mail ul.navigation > li > ul > li.tag a {
        font-family: "Roboto", "Arial", sans-serif;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        position: relative; }
        body #content .vertical-mail ul.navigation > li > ul > li.other a:hover, body #content .vertical-mail ul.navigation > li > ul > li.tag a:hover,
        body #content .horizontal-mail ul.navigation > li > ul > li.other a:hover,
        body #content .horizontal-mail ul.navigation > li > ul > li.tag a:hover {
          color: white; }
      body #content .vertical-mail ul.navigation > li > ul > li.tag a,
      body #content .horizontal-mail ul.navigation > li > ul > li.tag a {
        font-size: 12px;
        padding-right: 33px; }
        body #content .vertical-mail ul.navigation > li > ul > li.tag a span.label,
        body #content .horizontal-mail ul.navigation > li > ul > li.tag a span.label {
          position: absolute;
          right: 20px;
          display: inline-block;
          width: 5px;
          height: 15px;
          top: 50%;
          margin-top: -7px;
          padding: 0;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          border-radius: 2px; }
body #content ul.inbox {
  list-style-type: none;
  margin: 0;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  body #content ul.inbox > li.heading h1 {
    text-align: center;
    color: white; }
  body #content ul.inbox > li.search {
    margin: 20px 0;
    text-align: center; }
    body #content ul.inbox > li.search i {
      line-height: 28px;
      margin-right: 5px;
      color: rgba(255, 255, 255, 0.7); }
    body #content ul.inbox > li.search input {
      font-family: "Ubuntu Mono", sans-serif;
      font-size: 16px;
      color: white;
      background: none;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-appearance: none !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-font-smoothing: antialiased;
      padding: 0 !important;
      line-height: 18px;
      min-height: 26px; }
      body #content ul.inbox > li.search input:focus {
        outline: none;
        border-bottom: 1px solid white;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      body #content ul.inbox > li.search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      body #content ul.inbox > li.search input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      body #content ul.inbox > li.search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      body #content ul.inbox > li.search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
  body #content ul.inbox > li.pagination span {
    font-size: 11px;
    color: white;
    font-style: italic;
    margin-right: 5px; }
  body #content ul.inbox > li.pagination .btn {
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
    body #content ul.inbox > li.pagination .btn:hover {
      background-color: rgba(255, 255, 255, 0.3);
      color: white; }
  body #content ul.inbox > li.msg {
    padding: 10px 20px 10px 30px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1); }
    body #content ul.inbox > li.msg .checkbox {
      margin: 0;
      padding: 0;
      height: 0;
      min-height: 0;
      position: absolute;
      left: 5px;
      top: -10px; }
    body #content ul.inbox > li.msg .mail-favourite {
      position: absolute;
      left: 8px;
      top: 32px;
      color: white;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05); }
      body #content ul.inbox > li.msg .mail-favourite.active i:before {
        content: "\f005"; }
    body #content ul.inbox > li.msg.last {
      margin-bottom: 0; }
    body #content ul.inbox > li.msg div {
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05); }
      body #content ul.inbox > li.msg div h5 {
        color: white;
        margin: 0; }
      body #content ul.inbox > li.msg div p {
        padding-top: 10px;
        margin: 0;
        width: 220px;
        color: rgba(255, 255, 255, 0.8);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 16px; }
        body #content ul.inbox > li.msg div p strong {
          color: white; }
      body #content ul.inbox > li.msg div .delivery-time {
        color: rgba(255, 255, 255, 0.8);
        font-size: 11px; }
      body #content ul.inbox > li.msg div .mail-attachment {
        float: right;
        color: rgba(255, 255, 255, 0.8); }
      body #content ul.inbox > li.msg div .mail-label {
        width: 3px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
      body #content ul.inbox > li.msg div .mail-actions {
        position: absolute;
        top: 5px;
        right: 10px;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        body #content ul.inbox > li.msg div .mail-actions a {
          padding: 5px;
          color: rgba(255, 255, 255, 0.8);
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          transition: all 0.1s linear; }
          body #content ul.inbox > li.msg div .mail-actions a:hover {
            color: white; }
          body #content ul.inbox > li.msg div .mail-actions a.delete:hover {
            color: #ff4a43; }
          body #content ul.inbox > li.msg div .mail-actions a.reply:hover {
            color: #a2d200; }
    body #content ul.inbox > li.msg:hover {
      background-color: rgba(0, 0, 0, 0.15);
      border: 1px solid transparent; }
      body #content ul.inbox > li.msg:hover .mail-actions {
        opacity: 1; }
    body #content ul.inbox > li.msg.active {
      background-color: rgba(0, 0, 0, 0.3);
      border: 1px solid transparent; }
body #content .mail-content {
  width: 100%;
  height: 100%; }
  body #content .mail-content .quick-navigation {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1); }
    body #content .mail-content .quick-navigation h3 {
      display: inline-block;
      font-size: 18px;
      margin: 0;
      line-height: 50px;
      color: white; }
    body #content .mail-content .quick-navigation button {
      padding: 15px 20px;
      border: 0;
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7); }
      body #content .mail-content .quick-navigation button.prev {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px; }
      body #content .mail-content .quick-navigation button.next {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0; }
      body #content .mail-content .quick-navigation button:hover {
        background-color: rgba(255, 255, 255, 0.3);
        color: white; }
  body #content .mail-content .message {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05); }
    body #content .mail-content .message .header {
      background-color: rgba(0, 0, 0, 0.3);
      padding: 20px; }
      body #content .mail-content .message .header h1 {
        margin: 0 0 10px 0;
        color: white;
        font-size: 26px; }
      body #content .mail-content .message .header .message-info {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        body #content .mail-content .message .header .message-info li {
          display: inline-block;
          color: white;
          min-width: 20%;
          margin-right: 20px;
          background-color: rgba(0, 0, 0, 0.2);
          padding: 4px 10px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px;
          font-size: 11px;
          margin-bottom: 5px; }
          body #content .mail-content .message .header .message-info li em {
            filter: alpha(opacity=80);
            opacity: 0.8; }
      body #content .mail-content .message .header .actions {
        margin: 20px -20px -20px -20px;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.3); }
        body #content .mail-content .message .header .actions .btn {
          background-color: rgba(255, 255, 255, 0.15);
          -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
          border: 1px solid rgba(255, 255, 255, 0.1);
          color: rgba(255, 255, 255, 0.7); }
          body #content .mail-content .message .header .actions .btn:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: white; }
    body #content .mail-content .message .content {
      padding: 40px 20px 20px 20px;
      overflow: hidden;
      background-color: white; }
      body #content .mail-content .message .content p {
        color: #717171;
        font-weight: 300; }
      body #content .mail-content .message .content .attachments {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        body #content .mail-content .message .content .attachments > li {
          margin-bottom: 5px; }
          body #content .mail-content .message .content .attachments > li em {
            font-size: 11px;
            color: #717171; }
          body #content .mail-content .message .content .attachments > li .att-actions {
            font-size: 14px;
            margin-left: 5px;
            float: right; }
            body #content .mail-content .message .content .attachments > li .att-actions i {
              padding: 5px;
              cursor: pointer; }
              body #content .mail-content .message .content .attachments > li .att-actions i.att-show:hover {
                color: #22beef; }
              body #content .mail-content .message .content .attachments > li .att-actions i.att-forward:hover {
                color: #ff4a43; }
              body #content .mail-content .message .content .attachments > li .att-actions i.att-download:hover {
                color: #a2d200; }
      body #content .mail-content .message .content form {
        text-align: right; }
        body #content .mail-content .message .content form .note-editor {
          margin-top: -10px;
          text-align: left; }
          body #content .mail-content .message .content form .note-editor .note-toolbar {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0; }
          body #content .mail-content .message .content form .note-editor .note-editable {
            border-left: 1px solid rgba(0, 0, 0, 0.05);
            border-right: 1px solid rgba(0, 0, 0, 0.05); }
        body #content .mail-content .message .content form button {
          margin-top: 10px; }
body #content .horizontal-mail > .row > div[class*='col-']:last-child {
  padding-left: 0;
  padding-right: 15px; }
body #content .horizontal-mail .inbox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  margin-bottom: 20px; }
  body #content .horizontal-mail .inbox .table-heading .heading h1 {
    color: white;
    margin: 0; }
  body #content .horizontal-mail .inbox .table-heading .ColVis {
    float: right;
    margin: 0;
    margin-left: 15px; }
    body #content .horizontal-mail .inbox .table-heading .ColVis .ColVis_Button {
      height: 37px;
      width: 37px;
      text-align: center; }
  body #content .horizontal-mail .inbox .table-heading .dataTables_filter label input {
    min-height: 36px; }
  body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th,
  body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td {
    color: rgba(255, 255, 255, 0.6); }
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th:after,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td:after {
      background-color: rgba(255, 255, 255, 0.3); }
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sortable:hover, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sortable:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting:hover {
      color: white; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sortable:hover:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sortable:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting:hover:after {
        background-color: rgba(255, 255, 255, 0.6); }
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-asc, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-desc, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-asc:hover, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-desc:hover, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_asc, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_desc, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_asc:hover, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_desc:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-asc,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-desc,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-asc:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-desc:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_asc,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_desc,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_asc:hover,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_desc:hover {
      color: white; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-asc:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-desc:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-asc:hover:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sort-desc:hover:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_asc:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_desc:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_asc:hover:after, body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.sorting_desc:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-asc:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-desc:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-asc:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sort-desc:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_asc:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_desc:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_asc:hover:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.sorting_desc:hover:after {
        background-color: white; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.controls,
    body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.controls {
      width: 100px !important; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > th.controls:first-child,
      body #content .horizontal-mail .inbox .dataTable.table-custom > thead > tr > td.controls:first-child {
        width: 50px !important; }
  body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr {
    cursor: pointer; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th {
      font-weight: 400;
      color: white;
      border-top-color: rgba(255, 255, 255, 0.2); }
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td:first-child,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th:first-child {
        position: relative; }
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td:first-child .mail-label,
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th:first-child .mail-label {
          position: absolute;
          width: 5px;
          height: 100%;
          top: 0;
          left: 0; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .checkbox,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .checkbox {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        margin-left: 5px; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-favourite,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-favourite {
        color: white;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
        font-size: 14px;
        position: relative;
        top: 1px; }
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-favourite.active i:before,
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-favourite.active i:before {
          content: "\f005"; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-actions,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-actions {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-actions a,
        body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-actions a {
          padding: 5px 10px;
          color: white;
          font-size: 14px;
          line-height: 14px;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          transition: all 0.1s linear; }
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-actions a:hover,
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-actions a:hover {
            color: white; }
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-actions a.delete:hover,
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-actions a.delete:hover {
            color: #ff4a43; }
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr td .mail-actions a.reply:hover,
          body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr th .mail-actions a.reply:hover {
            color: #a2d200; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr:hover td .mail-actions,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr:hover th .mail-actions {
      filter: alpha(opacity=100);
      opacity: 1; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.odd td.sorting_1,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.odd th.sorting_1, body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.even td.sorting_1,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.even th.sorting_1 {
      padding-left: 5px;
      position: relative;
      z-index: 9; }
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.odd td.sorting_1:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.odd th.sorting_1:after, body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.even td.sorting_1:after,
      body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.even th.sorting_1:after {
        content: "";
        display: block;
        position: absolute;
        right: 8px;
        left: 0;
        top: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr:first-child td,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr:first-child th {
      border-top: 0; }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.row_selected td,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.row_selected th {
      background-color: rgba(0, 0, 0, 0.1); }
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.unread td,
    body #content .horizontal-mail .inbox .dataTable.table-custom > tbody tr.unread th {
      font-weight: 700; }
body #content .horizontal-mail .mail-content {
  padding-left: 15px; }

/**************************************/
/************* LOGIN PAGE *************/
/**************************************/
body #content.full-page {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0 0 45px 0 !important;
  top: -45px;
  background: url(../images/noise.png) left top repeat, url(../images/dot_pattern.png) left top repeat, url(../images/backgrounds/1.jpg) left top/cover no-repeat;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  body #content.full-page .inside-block {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 360px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 50px;
    color: white;
    overflow: auto; }
    body #content.full-page .inside-block img {
      margin-top: 50px; }
    body #content.full-page .inside-block h1 {
      text-transform: uppercase;
      font-size: 26px;
      margin-bottom: 5px; }
      body #content.full-page .inside-block h1 strong {
        position: relative;
        display: inline-block; }
        body #content.full-page .inside-block h1 strong:before {
          content: "";
          position: absolute;
          display: block;
          width: 40px;
          height: 5px;
          background-color: #1ccdaa;
          top: -5px;
          left: 0; }
    body #content.full-page .inside-block span.overline {
      position: relative; }
      body #content.full-page .inside-block span.overline:before {
        content: "";
        position: absolute;
        display: block;
        width: 40px;
        height: 5px;
        background-color: #1ccdaa;
        top: -5px;
        left: 0; }
    body #content.full-page .inside-block h5 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      margin: 0;
      font-size: 12px;
      margin-bottom: 5px; }
    body #content.full-page .inside-block form {
      margin-top: 50px;
      margin-bottom: 40px; }
      body #content.full-page .inside-block form .input-group {
        margin-bottom: 10px; }
        body #content.full-page .inside-block form .input-group .input-group-addon {
          background-color: rgba(0, 0, 0, 0.2);
          -webkit-border-radius: 0 4px 4px 0 !important;
          -moz-border-radius: 0 4px 4px 0 !important;
          -ms-border-radius: 0 4px 4px 0 !important;
          -o-border-radius: 0 4px 4px 0 !important;
          border-radius: 0 4px 4px 0 !important;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          transition: all 0.1s linear;
          border: 0; }
          body #content.full-page .inside-block form .input-group .input-group-addon i {
            width: 18px;
            color: rgba(255, 255, 255, 0.6); }
            body #content.full-page .inside-block form .input-group .input-group-addon i:after {
              content: "";
              height: 50%;
              margin-left: -25px;
              position: absolute;
              top: 25%; }
        body #content.full-page .inside-block form .input-group input {
          background-color: rgba(0, 0, 0, 0.2) !important;
          border: 0 !important;
          -webkit-border-radius: 4px 0 0 4px !important;
          -moz-border-radius: 4px 0 0 4px !important;
          -ms-border-radius: 4px 0 0 4px !important;
          -o-border-radius: 4px 0 0 4px !important;
          border-radius: 4px 0 0 4px !important;
          color: white !important;
          -webkit-transition: all 0.1s linear;
          -moz-transition: all 0.1s linear;
          transition: all 0.1s linear; }
          body #content.full-page .inside-block form .input-group input:focus, body #content.full-page .inside-block form .input-group input:focus + .input-group-addon {
            background-color: rgba(0, 0, 0, 0.3) !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important; }
          body #content.full-page .inside-block form .input-group input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.6); }
          body #content.full-page .inside-block form .input-group input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.6); }
          body #content.full-page .inside-block form .input-group input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.6); }
          body #content.full-page .inside-block form .input-group input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.6); }
      body #content.full-page .inside-block form section.controls {
        text-align: left;
        position: relative; }
        body #content.full-page .inside-block form section.controls .checkbox {
          padding: 0;
          display: inline-block;
          margin: 0 !important; }
        body #content.full-page .inside-block form section.controls a {
          font-size: 12px;
          margin-top: 5px;
          display: inline-block;
          position: absolute;
          right: 0;
          top: 0; }
          body #content.full-page .inside-block form section.controls a:hover {
            color: white;
            text-decoration: none; }
      body #content.full-page .inside-block form section.log-in {
        margin-top: 20px;
        border-top: 5px dashed rgba(0, 0, 0, 0.1); }
        body #content.full-page .inside-block form section.log-in .btn {
          display: inline-block;
          margin-top: 20px; }
        body #content.full-page .inside-block form section.log-in span {
          display: inline-block;
          vertical-align: bottom;
          line-height: 36px;
          margin: 0 10px;
          font-style: italic;
          font-family: Georgia, serif; }

/**************************************/
/************* ERROR PAGE *************/
/**************************************/
body #content.full-page.error .inside-block {
  width: 500px;
  position: relative; }
  body #content.full-page.error .inside-block h1.error {
    text-align: center;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 30px; }
    body #content.full-page.error .inside-block h1.error strong:before {
      top: 2px;
      left: 0;
      width: 60px; }
  body #content.full-page.error .inside-block p {
    text-align: center;
    font-weight: 400; }
    body #content.full-page.error .inside-block p.lead {
      margin-bottom: 0; }
  body #content.full-page.error .inside-block .controls {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px; }
    body #content.full-page.error .inside-block .controls .btn {
      margin-right: 10px;
      margin-bottom: 10px; }
body #content.full-page.error .search {
  width: 200px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99; }
  body #content.full-page.error .search input {
    font-family: "Ubuntu Mono", sans-serif;
    font-size: 16px;
    color: white;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    padding: 0 !important;
    line-height: 18px;
    min-height: 26px; }
    body #content.full-page.error .search input:focus {
      outline: none;
      border-bottom: 1px solid white;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    body #content.full-page.error .search input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    body #content.full-page.error .search input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    body #content.full-page.error .search input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    body #content.full-page.error .search input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }

/***********************************/
/************* COLORS **************/
/***********************************/
/* backgrounds */
.bg-transparent-black-05 {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: white; }

.bg-transparent-black-1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: white; }

.bg-transparent-black-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
  color: white; }

.bg-transparent-black-2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: white; }

.bg-transparent-black-3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: white; }

.bg-transparent-black-4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: white; }

.bg-transparent-black-5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white; }

.bg-transparent-black-6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: white; }

.bg-transparent-black-7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: white; }

.bg-transparent-black-8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: white; }

.bg-transparent-white-05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: white; }

.bg-transparent-white-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white; }

.bg-transparent-white-15 {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: white; }

.bg-transparent-white-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white; }

.bg-transparent-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white; }

.bg-transparent-white-4 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-transparent-white-5 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-transparent-white-6 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-transparent-white-7 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-transparent-white-8 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-red {
  background-color: #ff4a43 !important; }

.bg-green {
  background-color: #a2d200 !important; }

.bg-cyan {
  background-color: #22beef !important; }

.bg-orange {
  background-color: #ffc100 !important; }

.bg-amethyst {
  background-color: #cd97eb !important; }

.bg-greensea {
  background-color: #16a085 !important; }

.bg-drank {
  background-color: #a40778 !important; }

.bg-dutch {
  background-color: #1693a5 !important; }

.bg-hotpink {
  background-color: #ff0066 !important; }

.bg-blue {
  background-color: #418bca !important; }

.bg-slategray {
  background-color: #3f4e62 !important; }

.bg-redbrown {
  background-color: #d9544f !important; }

/* colors */
.color-red {
  color: #ff4a43 !important; }

.color-green {
  color: #a2d200 !important; }

.color-cyan {
  color: #22beef !important; }

.color-orange {
  color: #ffc100 !important; }

.color-amethyst {
  color: #cd97eb !important; }

.color-greensea {
  color: #16a085 !important; }

.color-drank {
  color: #a40778 !important; }

.color-dutch {
  color: #1693a5 !important; }

.color-hotpink {
  color: #ff0066 !important; }

.color-blue {
  color: #418bca !important; }

.color-slategray {
  color: #3f4e62 !important; }

.color-redbrown {
  color: #d9544f !important; }

.color-transparent-black {
  color: rgba(0, 0, 0, 0.4) !important; }

/********************************/
/************* MISC *************/
/********************************/
#ascrail2000,
#ascrail2000-hr {
  left: 0 !important; }

.blockUI.blockOverlay {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.jumbotron {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.bottommargin {
  margin-bottom: 10px; }

.big-medium {
  font-size: 36px;
  font-weight: 500; }

.medium-light {
  font-size: 22px;
  font-weight: 300; }

.medium-thin {
  font-size: 22px;
  font-weight: 100; }

.nomargin {
  margin: 0 !important; }

.w100p {
  width: 100% !important; }

.w35 {
  width: 35px !important; }

.w80 {
  width: 80px !important; }

.font-slab {
  font-family: "Roboto Slab", serif; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-15 {
  margin: 15px; }

.inline-block {
  display: inline-block; }

.checkbox.inline {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
  position: relative;
  left: 5px;
  top: -17px; }

.rounded-corners {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important; }
  .rounded-corners .jvectormap-container {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important; }

.rounded-top-corners {
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  -ms-border-radius: 4px 4px 0 0 !important;
  -o-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important; }
  .rounded-top-corners .jvectormap-container {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    -o-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important; }

.rounded-bottom-corners {
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  -ms-border-radius: 0 0 4px 4px !important;
  -o-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important; }
  .rounded-bottom-corners .jvectormap-container {
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    -ms-border-radius: 0 0 4px 4px !important;
    -o-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important; }

.rounded-left-corners {
  -webkit-border-radius: 4px 0 0 4px !important;
  -moz-border-radius: 4px 0 0 4px !important;
  -ms-border-radius: 4px 0 0 4px !important;
  -o-border-radius: 4px 0 0 4px !important;
  border-radius: 4px 0 0 4px !important; }

.rounded-right-corners {
  -webkit-border-radius: 0 4px 4px 0 !important;
  -moz-border-radius: 0 4px 4px 0 !important;
  -ms-border-radius: 0 4px 4px 0 !important;
  -o-border-radius: 0 4px 4px 0 !important;
  border-radius: 0 4px 4px 0 !important; }

.rounded-top-left-corner {
  -webkit-border-radius: 4px 0 0 0 !important;
  -moz-border-radius: 4px 0 0 0 !important;
  -ms-border-radius: 4px 0 0 0 !important;
  -o-border-radius: 4px 0 0 0 !important;
  border-radius: 4px 0 0 0 !important; }

.rounded-top-right-corner {
  -webkit-border-radius: 0 4px 0 0 !important;
  -moz-border-radius: 0 4px 0 0 !important;
  -ms-border-radius: 0 4px 0 0 !important;
  -o-border-radius: 0 4px 0 0 !important;
  border-radius: 0 4px 0 0 !important; }

.rounded-bottom-left-corner {
  -webkit-border-radius: 0 0 0 4px !important;
  -moz-border-radius: 0 0 0 4px !important;
  -ms-border-radius: 0 0 0 4px !important;
  -o-border-radius: 0 0 0 4px !important;
  border-radius: 0 0 0 4px !important; }

.rounded-bottom-right-corner {
  -webkit-border-radius: 0 0 4px 0 !important;
  -moz-border-radius: 0 0 4px 0 !important;
  -ms-border-radius: 0 0 4px 0 !important;
  -o-border-radius: 0 0 4px 0 !important;
  border-radius: 0 0 4px 0 !important; }

.as-table {
  display: table;
  width: 100%; }
  .as-table .tile {
    display: table-cell;
    float: none;
    vertical-align: top; }

/**************************************/
/************* RESPONSIVE *************/
/**************************************/
@media only screen and (max-width: 1700px) {
  /* mail */
  .mail-content .message .content {
    max-height: 845px; } }
@media only screen and (max-width: 1024px) {
  body {
    /* navbar */ }
    body .navbar .search input {
      width: 120px; }
    body .navbar .navbar-nav.quick-actions {
      position: absolute;
      right: -260px;
      top: 0; }
    body .navbar.collapsed .navbar-nav.quick-actions {
      right: 0; }
    body #wrap #content {
      padding-left: 55px; }

  html.mm-right.mm-opening .mm-fixed-top {
    right: 0; }

  html.mm-opened #wrap > .row #content {
    padding-right: 25px; }

  /* timeline */
  .timeline > li > .el-container .side {
    width: 100px;
    font-size: 30px; }
  .timeline > li > .el-container .content span.time {
    font-size: 11px; }
    .timeline > li > .el-container .content span.time i {
      font-size: 14px; }
  .timeline > li > .el-container .content h1 {
    font-size: 16px; } }
@media only screen and (max-width: 970px) {
  body {
    /* tables */
    /* tile navbar */
    /* mail */ }
    body .table-responsive {
      border: 0;
      overflow-y: hidden;
      overflow-x: scroll;
      width: 100%; }
      body .table-responsive table {
        min-width: 920px; }
      body .table-responsive.inbox {
        overflow: auto; }
        body .table-responsive.inbox table {
          min-width: 600px; }
    body #content .tile .tile-navbar {
      text-align: center; }
      body #content .tile .tile-navbar > li {
        border-right: 0; }
        body #content .tile .tile-navbar > li .checkbox label:after {
          text-align: left; }
        body #content .tile .tile-navbar > li.filters {
          float: none;
          display: block;
          margin-top: 5px;
          padding-top: 5px;
          border-top: 1px solid rgba(255, 255, 255, 0.1); }
    body #content ul.inbox > li.msg div p {
      width: 180px; } }
@media only screen and (max-width: 768px) {
  body {
    /* navbar */
    /* pageheader */
    /* recent activity */
    /* datatables */
    /* misc */
    /* timeline */
    /* mail */ }
    body .navbar.navbar-default .navbar-collapse {
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      max-height: 45px; }
      body .navbar.navbar-default .navbar-collapse .navbar-nav.side-nav > li.collapsed-content {
        display: block; }
      body .navbar.navbar-default .navbar-collapse .nav > li > a {
        padding: 0 10px; }
      body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu {
        position: absolute;
        background-color: white; }
        body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.wide {
          left: -130px;
          width: 210px !important;
          max-width: 210px !important; }
        body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.wider {
          width: 280px !important;
          max-width: 280px !important;
          left: -180px; }
        body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.arrow:before {
          left: auto;
          right: 73px; }
        body .navbar.navbar-default .navbar-collapse .nav .open .dropdown-menu.arrow.wide:before {
          right: 53px; }
      body .navbar.navbar-default .navbar-collapse .nav.refresh {
        position: absolute;
        top: 0;
        left: 250px;
        margin: 0; }
        body .navbar.navbar-default .navbar-collapse .nav.refresh > li:after {
          display: none; }
      body .navbar.navbar-default .navbar-collapse .nav.quick-actions {
        margin: 0; }
        body .navbar.navbar-default .navbar-collapse .nav.quick-actions > li {
          display: inline-block;
          vertical-align: top; }
        body .navbar.navbar-default .navbar-collapse .nav.quick-actions .dropdown .dropdown-menu.messages > li > a .message-info {
          width: 195px; }
    body .navbar.collapsed .navbar-collapse .nav.refresh {
      left: 40px; }
    body .navbar.collapsed .navbar-nav.side-nav > li.collapsed-content {
      display: none !important; }
    body .right-panel .nav-tabs {
      overflow: hidden; }
      body .right-panel .nav-tabs > li {
        display: table-cell;
        width: 1%; }
    body .pageheader {
      text-align: center;
      position: static; }
      body .pageheader h2 {
        display: block;
        font-size: 26px; }
        body .pageheader h2 span {
          font-size: 14px; }
      body .pageheader .breadcrumbs {
        position: static;
        display: block; }
        body .pageheader .breadcrumbs .breadcrumb {
          background-color: rgba(0, 0, 0, 0.1); }
    body .table-options {
      margin: 5px 0; }
    body .recent-activity .tab-content > ul > li .time {
      display: none; }
    body .dataTables_wrapper div.dataTables_length label {
      float: none;
      width: 100%;
      margin-bottom: 10px !important; }
    body .dataTables_wrapper div.dataTables_filter label {
      float: none;
      width: 100%;
      text-align: center; }
      body .dataTables_wrapper div.dataTables_filter label input {
        width: 100% !important; }
    body .dataTables_wrapper .delete-row,
    body .dataTables_wrapper .add-row {
      left: auto !important;
      right: 0 !important; }
    body .sm-center {
      text-align: center;
      margin: 5px 0 !important; }
    body .sm-left {
      text-align: left;
      margin: 10px 0 !important; }
    body .timeline {
      padding-top: 25px; }
      body .timeline:after {
        left: 20px; }
      body .timeline > li {
        clear: both;
        float: none;
        width: 100%;
        z-index: 2;
        padding-left: 45px;
        margin-bottom: 25px; }
        body .timeline > li > .el-container {
          margin: 0 !important; }
        body .timeline > li:nth-of-type(odd):after, body .timeline > li:nth-of-type(even):after {
          border-right: 10px solid;
          border-right-color: white;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 25px;
          margin-left: 0;
          right: auto;
          top: 14px; }
        body .timeline > li:nth-of-type(odd) > .pointer, body .timeline > li:nth-of-type(even) > .pointer {
          left: 6px;
          right: auto;
          top: 10px;
          margin-left: 0; }
        body .timeline > li:nth-of-type(odd).color.red:after, body .timeline > li:nth-of-type(even).color.red:after {
          border-right: 10px solid;
          border-right-color: #ff4a43;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.cyan:after, body .timeline > li:nth-of-type(even).color.cyan:after {
          border-right: 10px solid;
          border-right-color: #22beef;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.green:after, body .timeline > li:nth-of-type(even).color.green:after {
          border-right: 10px solid;
          border-right-color: #a2d200;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.orange:after, body .timeline > li:nth-of-type(even).color.orange:after {
          border-right: 10px solid;
          border-right-color: #ffc100;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.amethyst:after, body .timeline > li:nth-of-type(even).color.amethyst:after {
          border-right: 10px solid;
          border-right-color: #cd97eb;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.greensea:after, body .timeline > li:nth-of-type(even).color.greensea:after {
          border-right: 10px solid;
          border-right-color: #16a085;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.drank:after, body .timeline > li:nth-of-type(even).color.drank:after {
          border-right: 10px solid;
          border-right-color: #a40778;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.hotpink:after, body .timeline > li:nth-of-type(even).color.hotpink:after {
          border-right: 10px solid;
          border-right-color: #ff0066;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.dutch:after, body .timeline > li:nth-of-type(even).color.dutch:after {
          border-right: 10px solid;
          border-right-color: #1693a5;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.blue:after, body .timeline > li:nth-of-type(even).color.blue:after {
          border-right: 10px solid;
          border-right-color: #418bca;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.redbrown:after, body .timeline > li:nth-of-type(even).color.redbrown:after {
          border-right: 10px solid;
          border-right-color: #d9544f;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.slategray:after, body .timeline > li:nth-of-type(even).color.slategray:after {
          border-right: 10px solid;
          border-right-color: #3f4e62;
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.transparent-black:after, body .timeline > li:nth-of-type(even).color.transparent-black:after {
          border-right: 10px solid;
          border-right-color: rgba(0, 0, 0, 0.3);
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
        body .timeline > li:nth-of-type(odd).color.transparent-white:after, body .timeline > li:nth-of-type(even).color.transparent-white:after {
          border-right: 10px solid;
          border-right-color: rgba(255, 255, 255, 0.2);
          border-left: 10px solid transparent;
          border-bottom: 10px solid transparent; }
    body #content .vertical-mail > .row,
    body #content .horizontal-mail > .row {
      display: block; }
      body #content .vertical-mail > .row > div[class*='col-'],
      body #content .horizontal-mail > .row > div[class*='col-'] {
        padding: 15px;
        display: block; }
    body #content .vertical-mail ul.navigation,
    body #content .vertical-mail ul.inbox,
    body #content .horizontal-mail ul.navigation,
    body #content .horizontal-mail ul.inbox {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    body #content .vertical-mail .mail-content .message .content,
    body #content .horizontal-mail .mail-content .message .content {
      max-height: none;
      overflow: visible !important; }
    body #content .horizontal-mail > .row > div[class*='col-']:last-child {
      padding-left: 15px; }
    body #content .horizontal-mail .inbox {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    body #content .horizontal-mail .mail-content {
      padding: 0; } }
@media only screen and (max-width: 479px) {
  body {
    /* pageheader */
    /* tiles */
    /* recent activity */
    /* timeline */
    /* login page */ }
    body .pageheader {
      text-align: left; }
      body .pageheader h2 {
        font-size: 18px;
        font-weight: 300; }
        body .pageheader h2 span {
          font-size: 12px; }
        body .pageheader h2 i {
          font-size: 14px;
          height: 30px;
          width: 30px;
          line-height: 24px !important; }
      body .pageheader .breadcrumbs ol.breadcrumb > li {
        font-size: 10px; }
    body #content .tile .tile-header .search {
      float: none;
      display: block;
      margin-top: 15px; }
      body #content .tile .tile-header .search input {
        width: 100%; }
    body .recent-activity .tab-content > ul > li {
      font-size: 11px; }
      body .recent-activity .tab-content > ul > li .user {
        margin: 0 0 0 10px;
        position: relative; }
        body .recent-activity .tab-content > ul > li .user:after {
          display: none; }
    body .timeline > li > .el-container .content span.time {
      display: block;
      float: none;
      margin-bottom: 4px;
      border-bottom: 1px solid;
      padding-bottom: 4px;
      text-align: center; }
    body .timeline > li > .el-container .content h1 {
      text-align: center; }
    body #content.full-page .inside-block, body #content.full-page.error .inside-block {
      width: 70%;
      height: 100%; }
      body #content.full-page .inside-block form, body #content.full-page.error .inside-block form {
        margin-bottom: 40px; }
    body #content.full-page .search, body #content.full-page.error .search {
      right: 25%;
      top: 10px; } }
