/* Helper Mix-Ins */
body {
  font: 100% Helvetica, sans-serif;
  background-color: #000000;
  color: #FFFFFF;
  margin: 0; }

.page-host {
  z-index: 1;
  position: absolute;
  left: 50px;
  right: 0;
  top: 50px;
  height: calc(100% - 50px);
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000000;
  padding: 0px;
  width: calc(100% - 50px); }

.page-host[mobile=true] {
  left: 0px !important;
  width: 100%;
  height: calc(100% - 50px); }

.app-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  overflow: hidden; }

.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box; }
  .splash .message, .splash .success, .splash .error, .splash .warning {
    font-size: 72px;
    line-height: 72px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
    font-family: Helvetica, sans-serif; }
  .splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-top: 50px; }

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

.container[mobile=true] .grid-parent {
  padding: 0px; }

.row {
  width: 98%;
  margin-left: auto;
  margin-right: auto; }
  .row .selected {
    background-color: #faea96 !important;
    color: white; }
  .row .selected:hover td {
    background: #faea96 !important;
    color: lightgray; }

#filter_header.table > thead > tr > th {
  padding: 8px 2px !important; }

div[data-type='data-aside'] {
  border-right: 3px solid #F3CB05 !important;
  width: 10%;
  margin: 0px !important;
  padding: 0px !important;
  display: inline-block; }

.dg-footer[mobile=true] {
  width: 100%; }

.success {
  border-color: limegreen; }

.error {
  border-color: orangered; }

.warning {
  border-color: #9F6000; }

body.emulate .app-content {
  border: 2px solid red; }
body.emulate .page-header {
  border-top: 2px solid red;
  border-right: 2px solid red; }
body.emulate #sidebar, body.emulate .aside {
  border-bottom: 2px solid red; }
body.emulate .aside > ul.nav {
  height: 100%; }
body.emulate .btn-exit-emulation {
  position: fixed;
  bottom: 20px; }
body.emulate .btn-start-emulation {
  display: none !important; }

body.light {
  background-color: #FFFFFF;
  color: #000000; }
  body.light .page-host {
    background-color: #FFFFFF; }
  body.light .app-content {
    background-color: #FFFFFF; }
  body.light .em-hdr-offset {
    margin-top: -2px; }
  body.light .help-slideout {
    color: white; }

input {
  color: black !important; }

/* Move Service Specific Styles */
.definition_list {
  padding: 20px; }
  .definition_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid white;
    border-top: none;
    height: 400px;
    overflow: auto; }
    .definition_list ul li {
      height: 40px;
      padding: 10px;
      font-size: 1.3em;
      background-color: #1B1D1F;
      user-select: none; }
    .definition_list ul li:nth-of-type(even) {
      background-color: #292c2f; }
    .definition_list ul li.method_selected {
      background-color: #00bc8c; }
  .definition_list .definition_header {
    border: 1px solid white;
    min-height: 40px;
    width: 100%; }
    .definition_list .definition_header .definition_label {
      width: 70%;
      height: 40px;
      padding: 10px;
      font-size: 1.4em;
      font-weight: bold;
      background-color: inherit;
      display: inline-block; }
    .definition_list .definition_header .fa {
      float: right;
      padding: 3px 5px;
      margin: 7px;
      cursor: pointer; }

.modal_list {
  padding: 20px; }
  .modal_list ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid white;
    max-height: 300px; }
    .modal_list ul li {
      height: 40px;
      padding: 10px;
      font-size: 1.3em;
      background-color: #1B1D1F;
      user-select: none; }
    .modal_list ul li:nth-of-type(even) {
      background-color: #292c2f; }
    .modal_list ul li.selected {
      background-color: #00bc8c; }

.update-btn {
  margin-top: -5px !important;
  background-color: white !important;
  color: black !important; }

.update-btn.disabled {
  color: gray !important; }

#ul_roads .nav-pills > li.active > a,
#ul_roads .nav-pills > li.active > a:focus,
#ul_roads .nav-pills > li.active > a:hover {
  background-color: transparent; }

.page-header {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 50px;
  padding: 0px !important;
  margin: 0px;
  background-color: #454545;
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
  border-bottom: 2px solid 1px solid #F3CB05; }

.mobile-page > .page-header {
  width: 100%;
  margin-left: 0px; }

.road-select-container {
  width: inherit;
  z-index: 1200;
  width: 250px;
  height: 50px;
  border-left: 1px solid gray;
  border-right: 1px solid gray; }
  .road-select-container ul li a {
    margin: 5px;
    padding: 10px; }
  .road-select-container li.hasChild a:before {
    content: "\f107" !important; }
  .road-select-container li.hasChild ul li a:before {
    content: " " !important; }

.road-select-container > ul:active {
  width: initial; }

.float-middle {
  display: inline-block;
  width: calc(100% - 635px);
  z-index: 0;
  padding: 15px; }

@media (max-width: 992px) {
  .hide-on-mobile {
    display: none; } }
.page-footer {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
  height: 32px;
  padding: 5px;
  margin: 0px;
  background-color: #454545;
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
  border: 0px;
  border-top: 1px solid #F3CB05; }

body.light .page-footer {
  background-color: #454545;
  color: #ffffff;
  border-top: 1px solid #F3CB05; }

.has-sidebar {
  width: 90%;
  display: inline-block; }

.aside {
  margin-top: 0px;
  z-index: 10000;
  height: 100%; }

.navbar-header, .mobile-sidebar {
  position: fixed;
  width: calc(100% - 50px);
  margin-left: 50px;
  height: 40px;
  background: #454545;
  display: block !important;
  z-index: 9999;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  border: 0px;
  border-bottom: 1px solid #adadad;
  border-radius: 0px; }
  .navbar-header li, .mobile-sidebar li {
    text-decoration: none; }
    .navbar-header li a, .mobile-sidebar li a {
      text-decoration: none;
      color: #ffffff;
      display: block;
      padding: 0px 10px;
      position: relative;
      cursor: pointer; }
    .navbar-header li a:hover, .navbar-header li a:focus, .mobile-sidebar li a:hover, .mobile-sidebar li a:focus {
      text-decoration: none;
      background-color: #F3CB05 !important;
      color: #ffffff !important; }
  .navbar-header li.hasChild a, .mobile-sidebar li.hasChild a {
    position: relative; }
  .navbar-header li.hasChild a:before, .mobile-sidebar li.hasChild a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0px;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\f105";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .navbar-header li.hasChild ul, .mobile-sidebar li.hasChild ul {
    display: none; }
  .navbar-header li.hasChild.collapsed, .mobile-sidebar li.hasChild.collapsed {
    content: " "; }
  .navbar-header li.hasChild.open ul, .mobile-sidebar li.hasChild.open ul {
    display: block;
    background: #454545;
    color: #ffffff; }
  .navbar-header li.hasChild.open a:before, .mobile-sidebar li.hasChild.open a:before {
    content: "\f107";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .navbar-header li.hasChild.open ul > li > a:before, .mobile-sidebar li.hasChild.open ul > li > a:before {
    content: " "; }
  .navbar-header li.collapsed, .mobile-sidebar li.collapsed {
    width: 50px;
    animation: ease-in-out 2s; }
    .navbar-header li.collapsed span, .mobile-sidebar li.collapsed span {
      display: none; }
    .navbar-header li.collapsed li.hasChild ul li:hover, .mobile-sidebar li.collapsed li.hasChild ul li:hover {
      width: 190px; }
    .navbar-header li.collapsed li.hasChild :hover, .mobile-sidebar li.collapsed li.hasChild :hover {
      background-color: #f00 !important;
      color: white !important; }
      .navbar-header li.collapsed li.hasChild :hover ul, .mobile-sidebar li.collapsed li.hasChild :hover ul {
        background: #454545;
        display: block !important;
        position: absolute;
        width: 210px;
        left: 34px;
        color: #ffffff;
        margin-left: 5px; }
        .navbar-header li.collapsed li.hasChild :hover ul span, .mobile-sidebar li.collapsed li.hasChild :hover ul span {
          display: inline-block !important; }
      .navbar-header li.collapsed li.hasChild :hover ul:hover, .mobile-sidebar li.collapsed li.hasChild :hover ul:hover {
        background: #F3CB05;
        display: block !important;
        position: absolute;
        width: 210px;
        left: 34px;
        color: #ffffff; }
      .navbar-header li.collapsed li.hasChild :hover a:before, .mobile-sidebar li.collapsed li.hasChild :hover a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 14px !important;
        text-decoration: inherit;
        text-align: right;
        padding-right: 0px;
        display: inline-block;
        float: right;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        content: "\f107";
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .navbar-header li.collapsed li:hover, .mobile-sidebar li.collapsed li:hover {
      display: block !important;
      width: 249px; }
      .navbar-header li.collapsed li:hover span, .mobile-sidebar li.collapsed li:hover span {
        display: inline-block !important; }
  .navbar-header i, .mobile-sidebar i {
    margin-left: 1px;
    margin-right: 8px;
    min-width: 15px;
    text-align: center;
    display: inline-block; }
  .navbar-header li > a:hover, .navbar-header .sidebar > li > a:focus, .navbar-header .nav .open > a, .navbar-header .nav .open > a:focus, .navbar-header .nav .open > a:hover, .mobile-sidebar li > a:hover, .mobile-sidebar .sidebar > li > a:focus, .mobile-sidebar .nav .open > a, .mobile-sidebar .nav .open > a:focus, .mobile-sidebar .nav .open > a:hover {
    text-decoration: none;
    background-color: #F3CB05 !important;
    color: #ffffff !important; }

/*.navbar-header {
    .road-select-container {
        li .hasChild {
            a:before {
                content: "\f107";
            }
        }
    }
}*/
.mobile-sidebar {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 41px;
  background: #454545;
  display: block !important;
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
  padding: 10px; }
  .mobile-sidebar li {
    text-decoration: none;
    display: inline-block;
    padding: 5px; }

#sidebar {
  position: fixed;
  float: left;
  width: 15%;
  height: 100%;
  background: #454545;
  display: block !important;
  z-index: 10000;
  color: #ffffff;
  font-size: 14px; }
  #sidebar li {
    text-decoration: none; }
    #sidebar li a {
      text-decoration: none;
      color: #ffffff;
      display: block;
      padding: 10px;
      position: relative;
      cursor: pointer; }
    #sidebar li a:hover, #sidebar li a:focus {
      text-decoration: none;
      background-color: #F3CB05 !important;
      color: #ffffff !important; }
  #sidebar li.hasChild a {
    position: relative; }
  #sidebar li.hasChild a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bolder;
    font-size: 14px !important;
    text-decoration: inherit;
    text-align: right;
    padding-right: 0px;
    display: inline-block;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    content: "\f105";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #sidebar li.hasChild ul {
    display: none; }
  #sidebar li.hasChild.collapsed {
    content: " "; }
  #sidebar li.hasChild.open ul {
    display: block; }
  #sidebar li.hasChild.open li {
    margin-left: 25px; }
  #sidebar li.hasChild.open a:before {
    content: "\f107";
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #sidebar li.hasChild.open ul li a:before {
    content: " "; }
  #sidebar li.collapsed {
    width: 50px;
    animation: ease-in-out 2s; }
    #sidebar li.collapsed span {
      display: none; }
    #sidebar li.collapsed li.hasChild ul li:hover {
      width: 190px; }
    #sidebar li.collapsed li.hasChild:hover {
      background-color: #f00 !important;
      color: white !important; }
      #sidebar li.collapsed li.hasChild:hover ul {
        background: #454545;
        display: block !important;
        position: absolute;
        width: 210px;
        left: 34px;
        color: #ffffff;
        margin-left: 5px; }
        #sidebar li.collapsed li.hasChild:hover ul span {
          display: inline-block !important; }
      #sidebar li.collapsed li.hasChild:hover ul:hover {
        background: #F3CB05;
        display: block !important;
        position: absolute;
        width: 210px;
        left: 34px;
        color: #ffffff; }
      #sidebar li.collapsed li.hasChild:hover a:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bolder;
        font-size: 14px !important;
        text-decoration: inherit;
        text-align: right;
        padding-right: 0px;
        display: inline-block;
        float: right;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        content: "\f107";
        opacity: 0.5;
        filter: alpha(opacity=50); }
      #sidebar li.collapsed li.hasChild:hover ul li a:hover {
        content: " "; }
    #sidebar li.collapsed li:hover {
      display: block !important;
      width: 249px; }
      #sidebar li.collapsed li:hover span {
        display: inline-block !important; }
  #sidebar i {
    margin-left: 1px;
    margin-right: 8px;
    min-width: 15px;
    text-align: center;
    display: inline-block; }
  #sidebar li > a:hover, #sidebar .sidebar > li > a:focus, #sidebar .nav .open > a, #sidebar .nav .open > a:focus, #sidebar .nav .open > a:hover {
    text-decoration: none;
    background-color: #F3CB05 !important;
    color: #ffffff !important; }

#sidebar.collapsed {
  width: 50px;
  animation: ease-in-out 2s; }
  #sidebar.collapsed span {
    display: none; }
  #sidebar.collapsed li:hover {
    display: block !important;
    width: 249px; }
    #sidebar.collapsed li:hover span {
      display: inline-block !important; }
  #sidebar.collapsed li.no-hover:hover {
    width: 50px; }
    #sidebar.collapsed li.no-hover:hover span {
      display: none !important; }
  #sidebar.collapsed li.hasChild > a:before {
    content: " "; }
  #sidebar.collapsed li.hasChild:hover {
    background-color: #F3CB05 !important;
    color: #ffffff !important; }
    #sidebar.collapsed li.hasChild:hover > ul {
      background: #454545;
      display: block !important;
      position: absolute;
      width: 210px;
      left: 34px;
      color: #ffffff;
      margin-left: 5px; }
    #sidebar.collapsed li.hasChild:hover > a:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-size: 14px !important;
      text-decoration: inherit;
      text-align: right;
      padding-right: 0px;
      display: inline-block;
      float: right;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1;
      content: "\f107";
      opacity: 0.5;
      filter: alpha(opacity=50); }
    #sidebar.collapsed li.hasChild:hover > ul > li:hover {
      width: 190px; }
    #sidebar.collapsed li.hasChild:hover > ul:hover {
      background: #454545;
      display: block !important;
      position: absolute;
      width: 210px;
      left: 34px;
      color: #ffffff; }
    #sidebar.collapsed li.hasChild:hover > ul span {
      display: inline-block !important; }
    #sidebar.collapsed li.hasChild:hover ul li a:before {
      content: " "; }

body.light .navbar-header, body.light .mobile-sidebar {
  background: #454545;
  color: #ffffff;
  border-bottom: 1px solid #adadad; }
  body.light .navbar-header li a, body.light .mobile-sidebar li a {
    color: #ffffff; }
  body.light .navbar-header li a:hover, body.light .navbar-header li a:focus, body.light .mobile-sidebar li a:hover, body.light .mobile-sidebar li a:focus {
    background-color: #F3CB05 !important;
    color: #ffffff !important; }
  body.light .navbar-header li.hasChild.open ul, body.light .mobile-sidebar li.hasChild.open ul {
    display: block;
    background: #454545;
    color: #ffffff; }
  body.light .navbar-header li .collapsed li .hasChild:hover, body.light .mobile-sidebar li .collapsed li .hasChild:hover {
    ul: hover;
      ul-background: #F3CB05;
      ul-color: #ffffff; }
    body.light .navbar-header li .collapsed li .hasChild:hover ul, body.light .mobile-sidebar li .collapsed li .hasChild:hover ul {
      background: #454545;
      color: #ffffff; }
  body.light .navbar-header li > a:hover, body.light .navbar-header .sidebar > li > a:focus, body.light .navbar-header .nav .open > a, body.light .navbar-header .nav .open > a:focus, body.light .navbar-header .nav .open > a:hover, body.light .mobile-sidebar li > a:hover, body.light .mobile-sidebar .sidebar > li > a:focus, body.light .mobile-sidebar .nav .open > a, body.light .mobile-sidebar .nav .open > a:focus, body.light .mobile-sidebar .nav .open > a:hover {
    background-color: #F3CB05 !important;
    color: #ffffff !important; }
body.light .mobile-sidebar {
  background: #454545;
  color: #ffffff; }
body.light #sidebar {
  background: #454545;
  color: #ffffff; }
  body.light #sidebar li a {
    color: #ffffff; }
  body.light #sidebar li a:hover, body.light #sidebar li a:focus {
    background-color: #F3CB05 !important;
    color: #ffffff !important; }
  body.light #sidebar li .collapsed li .hasChild:hover ul {
    background: #454545;
    color: #ffffff; }
  body.light #sidebar li .collapsed li .hasChild:hover ul:hover {
    background: #F3CB05;
    color: #ffffff; }
  body.light #sidebar li > a:hover, body.light #sidebar .sidebar > li > a:focus, body.light #sidebar .nav .open > a, body.light #sidebar .nav .open > a:focus, body.light #sidebar .nav .open > a:hover {
    background-color: #F3CB05 !important;
    color: #ffffff !important; }
body.light #sidebar.collapsed li.hasChild:hover {
  background-color: #F3CB05 !important;
  color: #ffffff !important; }
  body.light #sidebar.collapsed li.hasChild:hover > ul {
    background: #454545;
    color: #ffffff; }
  body.light #sidebar.collapsed li.hasChild:hover > ul:hover {
    background: #454545;
    color: #ffffff; }

.slide-out {
  display: none;
  width: 400px;
  z-index: 1000;
  height: calc(100% - 50px);
  position: absolute;
  background-color: #454545;
  border: 1px solid gray;
  top: 50; }
  .slide-out .header {
    height: 50px;
    width: 100%;
    color: #FFFFFF;
    border-bottom: 2px solid gray;
    font-size: 15px;
    font: Helvetica, sans-serif; }
    .slide-out .header .title {
      padding: 10px;
      font-weight: bolder;
      color: #ffffff; }
  .slide-out .body {
    width: 100%;
    height: calc(100% - 40px);
    display: block; }
  .slide-out .text {
    color: #ffffff;
    font-size: 15px;
    font: Helvetica, sans-serif;
    padding: 10px; }

.support-link {
  margin: 20px;
  border: 2px dashed white;
  padding: 5px;
  font-size: 16px;
  color: #ffffff; }

.support-link i {
  font-size: 36px;
  /* margin: 5px 20px; */
  padding-top: 5px;
  background: gray;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  justify-content: center; }

.smiley-frowny {
  margin: 5px 10px; }

.smiley-frowny i.active {
  color: white; }

.smiley-frowny i {
  font-size: 32px;
  color: gray;
  padding: 5px; }

.smiley-frowny i:hover {
  color: #F3CB05; }

.slide-out.left {
  left: -400;
  -webkit-animation: slide-from-left 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide-from-left 0.5s forwards;
  animation-delay: 0s; }

.satisfaction-text {
  margin: 10px;
  width: calc(100% - 20px);
  height: 250px;
  border: 1px solid #ffffff;
  background-color: #454545;
  color: #ffffff;
  font-size: 16px;
  padding: 5px; }

.slide-out.right {
  right: -400;
  -webkit-animation: slide-from-right 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide-from-right 0.5s forwards;
  animation-delay: 0s; }

.slide-out.active {
  display: block; }

.slide-out.lg {
  width: 500px; }

.slide-out.lg.left {
  left: -500; }

.slide-out.lg.right {
  right: -500; }

.slide-out.xl {
  width: 600px; }

.slide-out.xl.left {
  left: -600; }

.slide-out.xl.right {
  right: -600; }

.slide-out.xxl {
  width: 700px; }

.slide-out.xxl.left {
  left: -700; }

.slide-out.xxl.right {
  right: -700; }

.slide-out.xxx {
  width: 800px; }

.slide-out.xxx .left {
  left: -800; }

.slide-out.xxx .right {
  right: -800; }

@-webkit-keyframes slide-from-left {
  100% {
    left: 0; } }
@keyframes slide-from-right {
  100% {
    right: 0; } }
.settings-slide {
  color: #ffffff;
  font-size: 15px; }

.theme-options {
  padding: 10px; }

.theme-options ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 20px; }
.theme-options ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  margin: 16px 16px 0px 16px; }

.settings-slide .form-group {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  margin-bottom: 0px; }
  .settings-slide .form-group label-block {
    margin-bottom: 10px; }
.settings-slide .active {
  color: #F3CB05; }
.settings-slide div[slide-panel='umler'],
.settings-slide div[slide-panel='waybill'],
.settings-slide div[slide-panel='history'] {
  cursor: pointer; }

.label-block {
  font-size: 16px; }

.toggle-checkbox input[type="checkbox"] {
  display: none; }

.toggle-checkbox span:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 32px;
  width: 1em;
  height: 1em;
  content: '\f204';
  margin-right: .3em; }

.toggle-checkbox input[type="checkbox"]:checked ~ span:before {
  content: '\f205'; }

.slideout-help-icon {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  border: 1px solid white; }

.slideout-help-icon:nth-of-type(1) {
  margin-top: 10px; }

.slideout-help-icon > .col-xs-12 > .fa {
  font-size: 3em; }

.help-slideout {
  padding: 10px;
  width: 90%;
  margin: auto; }

.help-slideout > .row > .col-xs-12 > label, .stat-box .help-slideout > .row > .col-xs-12 > button {
  font-size: 1.6em;
  margin-top: 20px;
  width: 100%; }

.help-slideout > .row > .col-xs-12 > label:nth-of-type(1), .stat-box .help-slideout > .row > .col-xs-12 > button:nth-of-type(1) {
  margin-top: 10px; }

.help-slideout a {
  color: white; }

body.light .slide-out {
  background-color: #454545; }
  body.light .slide-out .header {
    color: #000000; }
    body.light .slide-out .header .title {
      color: #ffffff; }
  body.light .slide-out .text {
    color: #ffffff; }
body.light .support-link {
  color: #ffffff; }
body.light .smiley-frowny i:hover {
  color: #F3CB05; }
body.light .satisfaction-text {
  border: 1px solid #ffffff;
  background-color: #454545;
  color: #ffffff; }
body.light .settings-slide {
  color: #ffffff; }
body.light .theme-options ul li {
  border: 1px solid #ffffff; }
body.light .settings-slide .active {
  color: #F3CB05; }

.navbar-brand {
  color: #ffffff !important;
  float: left;
  padding: 0px 5px 0px 0px;
  font-size: 18px; }

.navbar-brand:hover {
  color: #e6e6e6; }

.navbar-default {
  border-bottom: 1px solid #adadad; }
  .navbar-default .navbar-nav li:hover {
    background-color: #F3CB05; }
  .navbar-default .navbar-nav .active a {
    color: #ffffff;
    background-color: #454545; }
  .navbar-default .navbar-nav .active a:hover {
    background-color: #F3CB05; }
  .navbar-default .navbar-nav .active a:focus {
    background-color: #F3CB05; }

.nav .open > a .open a, .nav .open > a .open a:focus, .nav .open > a .open a:hover, .nav .open > a:focus .open a, .nav .open > a:focus .open a:focus, .nav .open > a:focus .open a:hover, .nav .open > a:hover nav .open a, .nav .open > a:hover nav .open a:focus, .nav .open > a:hover nav .open a:hover {
  text-decoration: none;
  background-color: #f00 !important;
  color: white !important; }
.nav .open > a ul, .nav .open > a:focus ul, .nav .open > a:hover nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.nav .open > a li, .nav .open > a:focus li, .nav .open > a:hover nav li {
  display: inline-block; }
.nav .open > a a, .nav .open > a:focus a, .nav .open > a:hover nav a {
  display: block;
  padding: 6px 12px;
  text-decoration: none; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #F3CB05; }

.dropdown-menu {
  background-color: #000000 !important;
  max-height: 500px;
  left: -125px;
  overflow: auto;
  color: #FFFFFF !important; }
  .dropdown-menu li {
    border: 2px solid darkgray;
    border-top: 1px solid lightgray; }
    .dropdown-menu li a {
      color: #FFFFFF !important;
      display: inline-block;
      padding: 5px 5px 5px 0px;
      width: calc(100% - 30px);
      /* unchecked icon */ }
      .dropdown-menu li a input[type=checkbox] {
        display: none; }
      .dropdown-menu li a input[type=checkbox] + label:before, .dropdown-menu li a .stat-box input[type=checkbox] + button:before, .stat-box .dropdown-menu li a input[type=checkbox] + button:before {
        font-family: FontAwesome;
        display: inline-block;
        letter-spacing: 10px;
        content: "\f06e";
        color: rgba(200, 200, 200, 0.5);
        padding: 0px 2px 0px 10px; }
      .dropdown-menu li a input[type=checkbox]:checked + label:before, .dropdown-menu li a .stat-box input[type=checkbox]:checked + button:before, .stat-box .dropdown-menu li a input[type=checkbox]:checked + button:before {
        font-family: FontAwesome;
        display: inline-block;
        letter-spacing: 10px;
        content: "\f06e";
        color: #F3CB05; }
    .dropdown-menu li a:focus, .dropdown-menu li a:hover {
      color: #FFFFFF !important;
      text-decoration: none;
      background-color: black !important;
      display: inline-block;
      padding: 5px 5px 5px 0px; }
    .dropdown-menu li span {
      display: inline-block;
      padding: 5px;
      color: #DDDDDD;
      float: right;
      cursor: -webkit-grab; }

.open > .dropdown-menu {
  display: block; }

body.light .navbar-brand {
  color: #ffffff !important; }
body.light .navbar-brand:hover {
  color: white; }
body.light .navbar-default {
  border-bottom: 1px solid #adadad; }
  body.light .navbar-default .navbar-nav li:hover {
    background-color: #F3CB05; }
  body.light .navbar-default .navbar-nav .active a {
    color: #ffffff;
    background-color: #454545; }
  body.light .navbar-default .navbar-nav .active a:hover {
    background-color: #F3CB05; }
  body.light .navbar-default .navbar-nav .active a:focus {
    background-color: #F3CB05; }
body.light .nav-pills > li.active > a,
body.light .nav-pills > li.active > a:focus,
body.light .nav-pills > li.active > a:hover {
  background-color: #F3CB05; }
body.light .dropdown-menu {
  background-color: #FFFFFF !important;
  color: #000000 !important; }
  body.light .dropdown-menu li a {
    color: #000000 !important;
    /* unchecked icon */ }
    body.light .dropdown-menu li a input[type=checkbox]:checked + label:before, body.light .dropdown-menu li a .stat-box input[type=checkbox]:checked + button:before, .stat-box body.light .dropdown-menu li a input[type=checkbox]:checked + button:before {
      color: #F3CB05; }
  body.light .dropdown-menu li a:focus, body.light .dropdown-menu li a:hover {
    color: #000000 !important;
    background-color: #e6e6e6 !important; }

.stat-boxes {
  margin-top: 20px; }

.stat-box {
  display: inline-block;
  width: calc(100% - 20px);
  margin: 8px 4px;
  padding: 4px;
  overflow: hidden; }

.stat-boxes:first-child {
  margin-left: 12px; }

/* charts */
.dashboard-box {
  border: 4px solid #e6e6e6;
  border-radius: 3px;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 0px;
  min-height: 200px;
  max-height: calc(50% - 25px); }
  .dashboard-box table {
    margin-top: 10px; }

.dashboard-box:last-of-type {
  margin-bottom: 20px; }

.dashboard-details {
  padding-top: 20px; }
  .dashboard-details p {
    font-size: medium;
    margin: 20px 0px; }
  .dashboard-details p:first-of-type {
    margin-top: 0px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid white; }
  .dashboard-details label, .dashboard-details .stat-box button, .stat-box .dashboard-details button {
    font-size: medium; }

.stat-box {
  text-align: center; }
  .stat-box label, .stat-box button {
    font-size: small;
    text-shadow: none; }
  .stat-box p {
    font-size: small; }
  .stat-box button {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
    border: none; }

.message, .success, .error, .warning {
  border: 1px solid #ccc;
  padding: 10px;
  color: #b3b3b3; }

body.light button {
  color: #000000; }
body.light .stat-box button {
  border: none;
  background-color: transparent; }
body.light .message, body.light .success, body.light .error, body.light .warning {
  color: #4d4d4d; }
body.light .dashboard-details p:first-of-type {
  border-bottom: 1px solid #000000 !important; }

table, .table {
  background-color: #1a1a1a;
  margin-bottom: 0px !important;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%; }
  table tr.au-target, .table tr.au-target {
    color: #FFFFFF;
    background-color: #1a1a1a; }
  table tr.au-target:nth-child(odd), .table tr.au-target:nth-child(odd) {
    background-color: #333333; }
  table tr.au-target:hover, .table tr.au-target:hover {
    background-color: #adadad !important; }
  table tr.au-target.row_selected, .table tr.au-target.row_selected {
    background-color: #adadad !important;
    color: #ffffff; }
  table th, table td, .table th, .table td {
    font: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: regular; }
  table tbody, .table tbody {
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-wrap: normal;
    /*max-height: 400px;*/
    border: none;
    scrollbar-shadow-color: black;
    scrollbar-arrow-color: white;
    scrollbar-base-color: gray;
    scrollbar-face-color: white; }
    table tbody tr:hover, .table tbody tr:hover {
      background-color: #adadad !important; }
    table tbody tr.selected, .table tbody tr.selected {
      background-color: #adadad !important;
      color: #ffffff; }
    table tbody td, .table tbody td {
      border-top: none !important;
      overflow: hidden; }
      table tbody td div[content-type="buffer"] .selected_record, .table tbody td div[content-type="buffer"] .selected_record {
        max-height: none !important; }
  table > thead > tr,
  table > tbody > tr,
  table > tfoot > tr, .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    padding-right: 20px;
    text-align: center;
    overflow: hidden; }
    table > thead > tr > th,
    table > thead > tr > td,
    table > tbody > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > th,
    table > tfoot > tr > td, .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 6px;
      line-height: 18px;
      vertical-align: top;
      text-align: left;
      border-top: 1px solid #cccccc; }
  table > thead > tr > th, .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #cccccc; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody, .table > tbody + tbody {
    border-top: 2px solid #cccccc; }
  table .table, table table, .table .table, .table table {
    background-color: #1a1a1a; }
  table div .col-sm-1,
  table div .col-sm-2,
  table div .col-sm-3,
  table div .col-sm-4,
  table div .col-sm-5,
  table div .col-sm-6,
  table div .col-sm-7,
  table div .col-sm-8,
  table div .col-sm-9,
  table div .col-sm-10,
  table div .col-sm-11,
  table div .col-sm-12, .table div .col-sm-1,
  .table div .col-sm-2,
  .table div .col-sm-3,
  .table div .col-sm-4,
  .table div .col-sm-5,
  .table div .col-sm-6,
  .table div .col-sm-7,
  .table div .col-sm-8,
  .table div .col-sm-9,
  .table div .col-sm-10,
  .table div .col-sm-11,
  .table div .col-sm-12 {
    padding: 1px;
    text-align: center;
    overflow: hidden;
    overflow-wrap: normal; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 4px; }

.table-bordered {
  border: 1px solid #cccccc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #cccccc; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-hover .tbody .tr::after hover {
  background-color: #adadad; }

.table-striped > tbody > tr {
  background-color: #1a1a1a; }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #333333; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 900px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 2px solid white; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

body.light table, body.light .table {
  background-color: #e6e6e6; }
  body.light table tr.au-target, body.light .table tr.au-target {
    color: #000000;
    background-color: #e6e6e6; }
  body.light table tr.au-target:nth-child(odd), body.light .table tr.au-target:nth-child(odd) {
    background-color: #cccccc; }
  body.light table tr.au-target:hover, body.light .table tr.au-target:hover {
    background-color: #fbefb4 !important;
    color: black; }
  body.light table > thead > tr > th,
  body.light table > thead > tr > td,
  body.light table > tbody > tr > th,
  body.light table > tbody > tr > td,
  body.light table > tfoot > tr > th,
  body.light table > tfoot > tr > td, body.light .table > thead > tr > th,
  body.light .table > thead > tr > td,
  body.light .table > tbody > tr > th,
  body.light .table > tbody > tr > td,
  body.light .table > tfoot > tr > th,
  body.light .table > tfoot > tr > td {
    border-top: 1px solid #333333; }
  body.light table > thead > tr > th, body.light .table > thead > tr > th {
    vertical-align: bottom;
    background-color: #e6e6e6;
    color: #000000;
    border-bottom: 2px solid #333333; }
  body.light table > tbody + tbody, body.light .table > tbody + tbody {
    border-top: 2px solid #333333; }
  body.light table .table, body.light table table, body.light .table .table, body.light .table table {
    background-color: #e6e6e6; }
  body.light table tr.au-target.row_selected, body.light .table tr.au-target.row_selected {
    background-color: #f3cb05 !important;
    color: black; }
body.light .table-bordered {
  border: 1px solid #333333; }
  body.light .table-bordered > thead > tr > th,
  body.light .table-bordered > thead > tr > td,
  body.light .table-bordered > tbody > tr > th,
  body.light .table-bordered > tbody > tr > td,
  body.light .table-bordered > tfoot > tr > th,
  body.light .table-bordered > tfoot > tr > td {
    border: 1px solid #333333; }
body.light .table-striped > tbody > tr {
  background-color: #e6e6e6; }
body.light .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #cccccc; }
body.light .table-hover .tbody .tr::after hover {
  background-color: #fbefb4; }

.dg-container {
  background-color: #1a1a1a;
  border: 2px solid #F3CB05;
  border-radius: 0px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  height: 100% !important; }

.dg-container[mobile=true] .dropdown-menu {
  background-color: #000000 !important;
  overflow: auto;
  color: #FFFFFF !important;
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
  margin-top: 90px;
  font-size: large;
  max-height: calc(100% - 50px); }

.dg-title {
  color: #ffffff !important;
  height: 60px;
  background-color: #454545;
  font-weight: bolder;
  font-size: 2em;
  text-align: left;
  padding-left: 10px;
  padding-top: 4px; }

.grid-title {
  padding-left: 10px;
  display: inline; }

.dg-grid {
  background: #000000;
  height: calc(100% - 70px) !important; }

div[data-type='grid-buttons'] {
  margin-right: 15px;
  padding: 3px; }
  div[data-type='grid-buttons'] .fa {
    font-size: 15px; }

div[data-type='data-grid'] {
  height: calc(100% - 80px); }

div[data-type="grid-header"],
div[data-type="grid-filters"] {
  color: #FFFFFF !important;
  height: 38px;
  background-color: #333333;
  margin-right: 15px;
  padding: 3px; }

div[data-type="grid-filters"] {
  border-bottom: 1px solid #F3CB05; }

.hide_filters div[data-type='data-grid'] {
  height: calc(100% - 40px); }
.hide_filters div[data-type='grid-header'] {
  height: initial; }
.hide_filters div[data-type='grid-filters'] {
  display: none; }

.dg-footer {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: normal; }
  .dg-footer #selected_count {
    padding-left: 10px;
    font-weight: bolder;
    font-size: medium; }

.grid-action-list {
  position: fixed;
  right: 30px;
  list-style: none;
  z-index: 99999999999999;
  border: 1px solid black;
  background-color: #000000;
  padding: 5px; }

.grid-action-list > li {
  padding: 8px;
  cursor: pointer;
  color: #FFFFFF; }

.grid-action-list > li:hover {
  background-color: #333333; }

td[col-type="actions"] > a {
  font-size: 25px; }

body.light .dg-title {
  color: #ffffff !important;
  background-color: #454545; }
body.light .dg-container {
  background-color: #e6e6e6; }
body.light .dg-grid {
  background: #FFFFFF; }
body.light div[data-type="grid-header"],
body.light div[data-type="grid-filters"] {
  color: #000000 !important;
  background-color: #cccccc; }
body.light .grid-action-list {
  background-color: #FFFFFF; }
body.light .grid-action-list > li:hover {
  background-color: #cccccc; }
body.light .grid-action-list > li {
  color: black; }

.panel {
  margin-bottom: 18px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 0px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 0px;
  background-color: #000000;
  border-top: 1px solid #1a1a1a;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 0px;
    padding-right: 0px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1px;
    border-bottom-right-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #1a1a1a; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #FFFFFF; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #FFFFFF; }

.panel-default {
  border-color: 1px solid #1a1a1a; }
  .panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #000000;
    border-color: 1px solid #1a1a1a; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #1a1a1a; }
    .panel-default > .panel-heading .badge {
      color: #000000;
      background-color: #FFFFFF; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #1a1a1a; }

.panel-primary {
  border-color: 1px solid #FFBABA; }
  .panel-primary > .panel-heading {
    color: orangered;
    background-color: #FFBABA;
    border-color: 1px solid #FFBABA; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #FFBABA; }
    .panel-primary > .panel-heading .badge {
      color: #FFBABA;
      background-color: orangered; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #FFBABA; }

.panel-success {
  border-color: 1px solid #DFF2BF; }
  .panel-success > .panel-heading {
    color: limegreen;
    background-color: #DFF2BF;
    border-color: 1px solid #DFF2BF; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #DFF2BF; }
    .panel-success > .panel-heading .badge {
      color: #DFF2BF;
      background-color: limegreen; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #DFF2BF; }

.panel-info {
  border-color: 1px solid #BDE5F8; }
  .panel-info > .panel-heading {
    color: dodgerblue;
    background-color: #BDE5F8;
    border-color: 1px solid #BDE5F8; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #BDE5F8; }
    .panel-info > .panel-heading .badge {
      color: #BDE5F8;
      background-color: dodgerblue; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #BDE5F8; }

.panel-warning {
  border-color: 1px solid #FEEFB3; }
  .panel-warning > .panel-heading {
    color: #9F6000;
    background-color: #FEEFB3;
    border-color: 1px solid #FEEFB3; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #FEEFB3; }
    .panel-warning > .panel-heading .badge {
      color: #FEEFB3;
      background-color: #9F6000; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #FEEFB3; }

.panel-danger {
  border-color: 1px solid #FFBABA; }
  .panel-danger > .panel-heading {
    color: orangered;
    background-color: #FFBABA;
    border-color: 1px solid #FFBABA; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: 1px solid #FFBABA; }
    .panel-danger > .panel-heading .badge {
      color: #FFBABA;
      background-color: orangered; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: 1px solid #FFBABA; }

body.light .panel {
  background-color: #FFFFFF; }
body.light .panel-footer {
  background-color: #FFFFFF; }
body.light .panel-group .panel-heading panel-body,
body.light .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #000000; }
body.light .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #000000; }

select {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  border: none !important;
  /* If you want to remove the border as well */
  background: none;
  background-color: #000000;
  color: #FFFFFF; }
  select option {
    background-color: #000000;
    color: #FFFFFF;
    border: none !important;
    padding: 10px 10px 10px 10px !important; }

select:hover {
  outline: none !important; }

select:active {
  outline: none !important; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

.dg-filter {
  height: 30px;
  white-space: nowrap;
  display: inline-block;
  padding: 3px;
  margin: 1px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #000000;
  background-image: none;
  border: 1px solid gray;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.filter-select {
  display: inline;
  background-color: #bfbfbf !important;
  color: #000000;
  border: 1px solid gray;
  border-radius: 3px; }

.filter-input {
  margin-right: 5px;
  color: #000000; }

.filter-logo {
  margin-left: 5px;
  padding-right: 5px; }

/* miscellaneous */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.light select, body.light option {
  background-color: #FFFFFF;
  color: #000000; }
body.light .dg-filter {
  color: #000000;
  background-color: white; }
body.light .filter-select {
  display: inline;
  background-color: #404040 !important;
  color: #FFFFFF; }
body.light .filter-input {
  color: #FFFFFF; }

.btn, button {
  display: inline-block;
  margin: 0px 4px;
  margin-bottom: 0;
  color: #FFFFFF;
  font: Helvetica, sans-serif;
  font-weight: bold;
  border: 2px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #F3CB05;
  white-space: nowrap;
  padding: 6px 6px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus, button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus, button:hover, button:focus, button.focus {
    color: #FFFFFF;
    text-decoration: none; }
  .btn:active, .btn.active, button:active, button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn, button.disabled, button[disabled], fieldset[disabled] button {
    cursor: none;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

body.light .btn, body.light button {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #333333; }
body.light:hover, body.light:focus, body.light.focus {
  color: #000000;
  text-decoration: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-lg {
  padding: 9px 9px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 12px; }

.btn-sm {
  padding: 3px 3px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 1px;
  font-size: 10px;
  line-height: 10px;
  border-radius: 0px; }

.icon-tray {
  display: inline-block;
  width: 375px;
  z-index: 1200; }

.icon {
  width: 50px;
  height: 50px;
  padding: 15px;
  display: inline-block;
  margin: 0px;
  border-right: 1px solid gray;
  color: #ffffff; }

.user-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 150px;
  padding: 15px;
  white-space: nowrap; }

.icon:hover, .user-icon:hover {
  background-color: #F3CB05; }

body.light .icon {
  color: #ffffff; }
body.light .icon:hover, body.light .user-icon:hover {
  background-color: #F3CB05;
  color: black; }

.modal, modal {
  background-color: transparent; }
  .modal .modal-dialog, modal .modal-dialog {
    width: 750px;
    margin: 100px auto;
    border: 2px solid #9b9b9b;
    background: #000000; }
  .modal .modal-content, modal .modal-content {
    background-color: #1a1a1a; }
  .modal .modal-header, .modal .modal-footer, modal .modal-header, modal .modal-footer {
    background-color: #454545;
    color: #ffffff; }
    .modal .modal-header h4, .modal .modal-footer h4, modal .modal-header h4, modal .modal-footer h4 {
      font-size: 20px; }
  .modal .modal-body, modal .modal-body {
    font-size: 14px; }
  .modal .modal-backdrop, modal .modal-backdrop {
    z-index: 0 !important; }
  .modal .modal-back, modal .modal-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: .8;
    background-color: black; }

modal[mobile=true] .modal-dialog, .modal[mobile=true] .modal-dialog {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0px;
  margin-top: 50px; }
modal[mobile=true] .modal .modal-body, modal[mobile=true] modal .modal-body, .modal[mobile=true] .modal .modal-body, .modal[mobile=true] modal .modal-body {
  font-size: 14px;
  height: calc(100% - 155px);
  overflow-y: scroll; }

.modal-dg-grid {
  border: 3px solid gray;
  margin-bottom: 5px; }
  .modal-dg-grid .data-grid {
    min-height: 100px;
    max-height: 6500px;
    min-width: 100px;
    max-width: 560px; }
  .modal-dg-grid .modal-dg-title {
    margin: 5px;
    font-weight: bolder;
    font-size: 18px; }
  .modal-dg-grid .modal-dg-footer select, .modal-dg-grid .modal-dg-footer input {
    margin: 5px;
    background-color: #1a1a1a;
    color: #FFFFFF;
    border: 1px solid gray; }

.card-container .au-enter {
  opacity: 0 !important; }
.card-container .au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s; }
.card-container .card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #337ab7;
  color: #88acd9;
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .card-container .card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100; }
    .card-container .card .avatar img {
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px #FFF solid; }
  .card-container .card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px #FFF solid;
    border-radius: 6px 6px 0 0; }
  .card-container .card .content {
    margin-top: 10px; }
    .card-container .card .content .name {
      color: white;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
      font-size: 18px; }

@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important; } }
body.light .modal .modal-dialog, body.light modal .modal-dialog {
  background: #FFFFFF; }
body.light .modal .modal-content, body.light modal .modal-content {
  background-color: #e6e6e6; }
body.light .modal-dg-grid select, body.light .modal-dg-grid input {
  background-color: #e6e6e6;
  color: #000000; }

@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit; }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@media (min-width: 750px) and (max-width: 900px) {
  .chart-box-lg {
    height: calc(55% - 10px) !important; }

  .dash-left {
    height: calc(100% - 20px) !important; } }
@media (min-width: 900px) and (max-width: 1200px) {
  .dash-left {
    height: calc(100% - 20px) !important; } }
@media (min-width: 500px) and (max-width: 750px) {
  .dash-disp {
    height: auto !important; }

  .dash-left {
    width: calc(100% - 10px) !important; }

  .dash-right {
    width: calc(100% - 10px) !important; } }
@media (min-width: 100px) and (max-width: 500px) {
  .dash-disp {
    height: auto !important; }

  .dash-left {
    width: calc(100% - 10px) !important; }

  .dash-right {
    width: calc(100% - 10px) !important; } }
@media (min-width: 1111px) {
  .lbl-total-sm {
    display: none; } }
@media (max-width: 1110px) {
  .lbl-total {
    display: none; } }
@media (min-width: 768px) {
  .show_on_monitor {
    display: block; }

  .show_on_mobile {
    display: none; } }
@media (max-width: 767px) {
  .show_on_mobile {
    display: block; }

  .show_on_monitor {
    display: none; } }
.inline {
  display: inline; }

[role="button"] {
  cursor: pointer; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right, .float-right {
  float: right !important; }

.pull-left, .float-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.blue {
  background-color: #33adff; }

.red {
  background-color: red; }

.green {
  background-color: #88cc00; }

.orange {
  background-color: #ff944d; }

.yellow {
  background-color: gold; }

.gray {
  background-color: lightgray; }

/*[data-status="NB"] {
  color:red !important;
}*/
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white; }

.sort-button {
  float: right;
  margin-right: 1px;
  margin-top: 5px; }

.col-select {
  right: 0 !important;
  left: inherit;
  min-width: 250px; }

.theme-options ul li:hover, .theme-options ul li.active {
  border: 1px dashed white; }

.theme-default {
  background-color: darkgray;
  box-shadow: 0px -12px #000000, 8px -8px #ffffff, 12px 0px #a9b7c9, 8px 8px #d4dbe4, 0px 12px #294b7a, -8px 8px #adadad, -12px 0px #a9b7c9; }

.theme-red {
  background-color: darkred;
  box-shadow: 0px -12px #000000, 8px -8px #FFFFFF, 12px 0px #a80800, 8px 8px #e25f58, 0px 12px #c50a00, -8px 8px #f00c00, -12px 0px #ee7b75; }

.theme-green {
  background-color: darkgreen;
  box-shadow: 0px -12px #000000, 8px -8px #FFFFFF, 12px 0px #0cc90c, 8px 8px #68de0d, 0px 12px #008600, -8px 8px #459b55, -12px 0px #7cf17c; }

.theme-blue {
  background-color: darkblue;
  box-shadow: 0px -12px #000000, 8px -8px #FFFFFF, 12px 0px #3333aa, 8px 8px #486adb, 0px 12px #062BA6, -8px 8px #093BE1, -12px 0px #134AFD; }

.theme-watco {
  background-color: darkgoldenrod;
  box-shadow: 0px -12px #000000, 8px -8px #FFFFFF, 12px 0px #f9e582, 8px 8px #faea96, 0px 12px #454545, -8px 8px #adadad, -12px 0px #F3CB05; }

body.light .theme-default {
  background-color: darkgray;
  box-shadow: 0px -12px #FFFFFF, 8px -8px #000000, 12px 0px #00b8e6, 8px 8px #486adb, 0px 12px #294b7a, -8px 8px #adadad, -12px 0px #a9b7c9; }
body.light .theme-red {
  background-color: darkred;
  box-shadow: 0px -12px #FFFFFF, 8px -8px #000000, 12px 0px #a80800, 8px 8px #e25f58, 0px 12px #aa0000, -8px 8px #f00c00, -12px 0px #968584; }
body.light .theme-green {
  background-color: darkgreen;
  box-shadow: 0px -12px #FFFFFF, 8px -8px #000000, 12px 0px #0cc90c, 8px 8px #68de0d, 0px 12px #007500, -8px 8px #459b55, -12px 0px #759275; }
body.light .theme-blue {
  background-color: darkblue;
  box-shadow: 0px -12px #FFFFFF, 8px -8px #000000, 12px 0px #3333aa, 8px 8px #486adb, 0px 12px #062BA6, -8px 8px #093BE1, -12px 0px #134AFD; }
body.light .theme-watco {
  background-color: darkgoldenrod;
  box-shadow: 0px -12px #FFFFFF, 8px -8px #000000, 12px 0px #f9e582, 8px 8px #faea96, 0px 12px #454545, -8px 8px #adadad, -12px 0px #F3CB05; }

.notify {
  color: red;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.badge {
  background: #adadad;
  width: 16px;
  height: 18px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  align-content: center;
  font-weight: bolder;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 2px;
  position: relative;
  top: 6px;
  left: -6px; }

.alert-controls {
  font-size: 16px;
  color: white;
  padding: 5px 10px;
  text-align: center; }

.alert {
  padding: 5px;
  margin: 0px;
  margin-top: 5px;
  border: 1px solid #F3CB05;
  border-radius: 0px; }

.alert .header {
  border: none;
  height: 25px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  font-weight: bold; }

.alert .body {
  color: #ffffff;
  display: block;
  text-align: left;
  height: auto;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 12px; }

body.light .badge {
  background: #adadad;
  color: #ffffff;
  border: 1px solid #ffffff; }
body.light .alert .body {
  color: #ffffff; }

.badge.error, .alert.error {
  border: 1px solid orangered; }
  .badge.error .fa-times, .alert.error .fa-times {
    color: orangered; }
  .badge.error .header, .alert.error .header {
    color: orangered; }

.badge.success, .alert.success {
  border: 1px solid limegreen; }
  .badge.success .fa-times, .alert.success .fa-times {
    color: limegreen; }
  .badge.success .header, .alert.success .header {
    color: limegreen; }

.badge.warning, .alert.warning {
  border: 1px solid #9F6000; }
  .badge.warning .fa-times, .alert.warning .fa-times {
    color: #9F6000; }
  .badge.warning .header, .alert.warning .header {
    color: #9F6000; }

.badge.information, .alert.information {
  border: 1px solid dodgerblue; }
  .badge.information .fa-times, .alert.information .fa-times {
    color: dodgerblue; }
  .badge.information .header, .alert.information .header {
    color: dodgerblue; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background: #454545;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 99999999999;
  left: 50%;
  top: 60px;
  font-size: medium;
  border: 1px solid white; }

body.light #snackbark {
  background: #454545;
  color: #ffffff; }

#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
     However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s; }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 60px;
    opacity: 1; } }
@keyframes fadein {
  from {
    top: 0;
    opacity: 0; }
  to {
    top: 60px;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    top: 60px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }
@keyframes fadeout {
  from {
    top: 60px;
    opacity: 1; }
  to {
    top: 0;
    opacity: 0; } }

/*# sourceMappingURL=watco.css.map */
