﻿/* Global LESS */
body,
html {
  height: 99%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.static-header #page-container {
  padding-top: 0;
}
a {
  color: #256db8;
}
a:focus,
a:active {
  outline: 0 none;
}
a.nohover:hover,
a.nohover:active,
a.nohover:focus {
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
p {
  margin: 0 0 20px;
}
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
  color: #666;
}
ul {
  margin: 0 0 15px 20px;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #999;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
img {
  border-color: #000;
}
.fixed {
  overflow: hidden;
}
.urlwrap,
.urlwrap a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.clearer {
  height: 0;
  clear: both;
  visibility: hidden;
}
.redbkg,
.greenbkg,
.orangebkg,
.graybkg {
  display: inline-block;
  color: #FFF;
  border-radius: 0.5em;
  padding: 2px 4px;
  margin: 2px 0 0;
  font-size: 9px;
  text-transform: uppercase;
}
.redbkg {
  background: #C00;
}
.greenbkg {
  background: #060;
}
.orangebkg {
  background: #C60;
}
.graybkg {
  background: #CCC;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-sm {
  font-size: 12px;
}
.txt-xs {
  font-size: 11px;
}
.txt-xxs {
  font-size: 10px;
}
.txt-nowrap {
  white-space: nowrap !important;
}
.txt-wrap {
  white-space: normal !important;
}
.txt-date {
  width: 120px;
}
.btncol {
  width: 50px;
}
/* Form fields */
.zipfield {
  max-width: 90px;
}
.zip4field {
  max-width: 120px;
}
.datefield {
  max-width: 120px;
}
.intfield,
.tinyfield {
  max-width: 70px;
}
.phgroup {
  max-width: 250px;
}
.tallfield {
  min-height: 150px;
}
/* Misc */
.note {
  color: #666;
}
.float-left {
  float: left;
  margin: 0 15px 15px 0;
}
.float-right {
  float: right;
  margin: 0 0 15px 15px;
}
.red,
a.red {
  color: #C00 !important;
}
.debug {
  margin: 10px 0 0;
  width: 900px;
  height: 300px;
  border: 1px solid #000;
  overflow: scroll;
  padding: 15px;
  white-space: pre;
  background-color: #FFC;
  color: #C00;
}
.green,
a.green,
p.green {
  color: #090 !important;
}
.blue,
a.blue {
  color: #009;
}
.yellow,
a.yellow {
  color: #FC0;
}
.orange,
a.orange {
  color: #C60 !important;
}
.black,
a.black {
  color: #000;
}
.light,
a.light {
  color: #999;
}
.monospaced {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}
.text-sm {
  font-size: 10px;
}
.nomargin {
  margin: 0;
}
/* Block buttons */
.btn-row-xs,
.btn-row-sm,
.btn-row-md,
.btn-row-lg,
.btn-row-all {
  margin-left: -3px;
  margin-right: -3px;
}
.btn-row-xs:before,
.btn-row-sm:before,
.btn-row-md:before,
.btn-row-lg:before,
.btn-row-all:before,
.btn-row-xs:after,
.btn-row-sm:after,
.btn-row-md:after,
.btn-row-lg:after,
.btn-row-all:after {
  display: table;
  content: " ";
}
.btn-row-xs:after,
.btn-row-sm:after,
.btn-row-md:after,
.btn-row-lg:after,
.btn-row-all:after {
  clear: both;
}
.btn-row-xs .btn,
.btn-row-sm .btn,
.btn-row-md .btn,
.btn-row-lg .btn,
.btn-row-all .btn,
.btn-row-xs .btn-group,
.btn-row-sm .btn-group,
.btn-row-md .btn-group,
.btn-row-lg .btn-group,
.btn-row-all .btn-group {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn-row-xs .btn,
.btn-row-sm .btn,
.btn-row-md .btn,
.btn-row-lg .btn,
.btn-row-all .btn {
  margin: 10px 0 0 !important;
}
.btn-row-xs .btn-group,
.btn-row-sm .btn-group,
.btn-row-md .btn-group,
.btn-row-lg .btn-group,
.btn-row-all .btn-group {
  margin-top: 0 !important;
}
.btn-row-xs .btn-group > .btn.dropdown-toggle,
.btn-row-sm .btn-group > .btn.dropdown-toggle,
.btn-row-md .btn-group > .btn.dropdown-toggle,
.btn-row-lg .btn-group > .btn.dropdown-toggle,
.btn-row-all .btn-group > .btn.dropdown-toggle {
  float: none !important;
}
.btn-checkbox {
  display: block;
  width: 100%;
}
.btn-15,
.btn-20,
.btn-25,
.btn-30,
.btn-35,
.btn-40,
.btn-45,
.btn-50,
.btn-55,
.btn-60,
.btn-65,
.btn-70,
.btn-75,
.btn-80,
.btn-85,
.btn-100 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 3px;
}
.btn-15 {
  width: 15%;
}
.btn-20 {
  width: 20%;
}
.btn-25 {
  width: 25%;
}
.btn-30 {
  width: 30%;
}
.btn-35 {
  width: 35%;
}
.btn-40 {
  width: 40%;
}
.btn-45 {
  width: 45%;
}
.btn-50 {
  width: 50%;
}
.btn-55 {
  width: 55%;
}
.btn-60 {
  width: 60%;
}
.btn-65 {
  width: 65%;
}
.btn-70 {
  width: 70%;
}
.btn-75 {
  width: 75%;
}
.btn-80 {
  width: 80%;
}
.btn-85 {
  width: 85%;
}
.btn-100 {
  width: 100%;
}
@media (min-width: 480px) {
  .btn-row-xs {
    margin: 0;
  }
  .btn-row-xs .btn,
  .btn-row-xs .btn-group {
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .btn-row-xs .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-row-xs .btn-15,
  .btn-row-xs .btn-20,
  .btn-row-xs .btn-25,
  .btn-row-xs .btn-30,
  .btn-row-xs .btn-35,
  .btn-row-xs .btn-40,
  .btn-row-xs .btn-45,
  .btn-row-xs .btn-50,
  .btn-row-xs .btn-55,
  .btn-row-xs .btn-60,
  .btn-row-xs .btn-65,
  .btn-row-xs .btn-70,
  .btn-row-xs .btn-75,
  .btn-row-xs .btn-80,
  .btn-row-xs .btn-85,
  .btn-row-xs .btn-100 {
    display: inline;
    width: auto;
    float: none;
    padding: 0;
  }
  .btn-row-xs .btn-checkbox {
    display: inline-block;
    width: 150px;
  }
}
@media (min-width: 768px) {
  .btn-row-sm {
    margin: 0;
  }
  .btn-row-sm .btn,
  .btn-row-sm .btn-group {
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .btn-row-sm .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-row-sm .btn-15,
  .btn-row-sm .btn-20,
  .btn-row-sm .btn-25,
  .btn-row-sm .btn-30,
  .btn-row-sm .btn-35,
  .btn-row-sm .btn-40,
  .btn-row-sm .btn-45,
  .btn-row-sm .btn-50,
  .btn-row-sm .btn-55,
  .btn-row-sm .btn-60,
  .btn-row-sm .btn-65,
  .btn-row-sm .btn-70,
  .btn-row-sm .btn-75,
  .btn-row-sm .btn-80,
  .btn-row-sm .btn-85,
  .btn-row-sm .btn-100 {
    display: inline;
    width: auto;
    float: none;
    padding: 0;
  }
  .btn-row-sm .btn-checkbox {
    display: inline-block;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .btn-row-md {
    margin: 0;
  }
  .btn-row-md .btn,
  .btn-row-md .btn-group {
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .btn-row-md .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-row-md .btn-15,
  .btn-row-md .btn-20,
  .btn-row-md .btn-25,
  .btn-row-md .btn-30,
  .btn-row-md .btn-35,
  .btn-row-md .btn-40,
  .btn-row-md .btn-45,
  .btn-row-md .btn-50,
  .btn-row-md .btn-55,
  .btn-row-md .btn-60,
  .btn-row-md .btn-65,
  .btn-row-md .btn-70,
  .btn-row-md .btn-75,
  .btn-row-md .btn-80,
  .btn-row-md .btn-85,
  .btn-row-md .btn-100 {
    display: inline;
    width: auto;
    float: none;
    padding: 0;
  }
  .btn-row-md .btn-checkbox {
    display: inline-block;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .btn-row-lg {
    margin: 0;
  }
  .btn-row-lg .btn,
  .btn-row-lg .btn-group {
    display: inline-block;
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .btn-row-lg .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn-row-lg .btn-15,
  .btn-row-lg .btn-20,
  .btn-row-lg .btn-25,
  .btn-row-lg .btn-30,
  .btn-row-lg .btn-35,
  .btn-row-lg .btn-40,
  .btn-row-lg .btn-45,
  .btn-row-lg .btn-50,
  .btn-row-lg .btn-55,
  .btn-row-lg .btn-60,
  .btn-row-lg .btn-65,
  .btn-row-lg .btn-70,
  .btn-row-lg .btn-75,
  .btn-row-lg .btn-80,
  .btn-row-lg .btn-85,
  .btn-row-lg .btn-100 {
    display: inline;
    width: auto;
    float: none;
    padding: 0;
  }
  .btn-row-lg .btn-checkbox {
    display: inline-block;
    width: 150px;
  }
}
@media (min-width: 480px) {
  .modal-footer .btn + .btn {
    margin-left: 5px !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media print {
  .container {
    width: auto !important;
  }
}
/* Nicescroll */
.nicescroll-rails {
  width: 6px !important;
  margin: 1px 0 !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}
.nicescroll-rails > div {
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
  border: none !important;
  width: 6px !important;
  border-radius: 1px !important;
}
#page-container {
  min-width: 285px;
  padding-top: 46px;
  overflow: hidden;
  background-color: #346;
}
#page-content {
  position: relative;
  background-color: #FFF;
  min-height: 500px;
  -webkit-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.navbar {
  min-width: 285px;
  position: relative;
  z-index: 1200;
  height: 46px;
  min-height: 0;
  background-color: #256db8;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 5;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-toggle {
  float: left;
  display: block !important;
  border: none;
  margin: 8px 0 0 10px;
  padding: 5px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  border-radius: 2px;
}
.navbar-brand {
  height: 46px;
  line-height: 20px;
  padding: 13px 0 13px 10px;
  color: #000;
}
.navbar-logo {
  display: inline-block;
  width: 75px;
  height: 40px;
  margin: 4px 0 0 20px;
  background: url(../img/barr-logo.png) left top no-repeat;
  background-size: 75px 40px;
}
.admintitle {
  font-family: "azo-sans-web", "Helvetica", "Arial", sans-serif;
  display: none;
  color: #fff;
  text-transform: uppercase;
  width: 115px;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  padding: 8px 0 0 10px;
  font-weight: bold;
}
@media (min-width: 320px) {
  .admintitle {
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .admintitle {
    display: inline-block;
    padding: 15px 0 0 10px;
    line-height: 14px;
    font-size: 14px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .admintitle {
    font-size: 16px;
    padding: 14px 0 0 10px;
    line-height: 16px;
  }
}
.navbar-brand {
  text-shadow: none;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav .open .dropdown-menu {
  display: block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  background-color: #FFF;
}
.navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
}
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
}
.navbar-nav > li > a {
  text-shadow: none;
  padding: 13px 13px 12px;
  color: #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  header .navbar-collapse.in {
    overflow-y: visible;
  }
  #sidebar {
    position: fixed;
    width: 0;
    top: 46px;
    bottom: 0px;
    overflow-x: hidden !important;
  }
  #sidebar.devsite {
    top: 72px;
  }
  body.show-leftbar #sidebar {
    width: 230px;
  }
}
#page-leftbar {
  float: left;
  white-space: nowrap;
  position: relative;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
#page-leftbar:before,
#page-leftbar:after {
  content: " ";
  display: table;
}
#page-leftbar:after {
  clear: both;
}
#page-leftbar .collapse.in {
  padding: 5px 0 5px;
}
#page-leftbar .collapse {
  padding: 0;
}
/* Sidebar Menu */
#sidebar {
  white-space: normal;
  margin: 10px 0 0 0;
  padding-left: 0 !important;
}
#sidebar .badge {
  font-weight: 600;
  background-color: #FFF;
  color: #F50002;
  right: 25px !important;
  float: right;
  position: absolute;
}
#sidebar i {
  color: #C1D3F5;
  margin-left: 1px;
  margin-right: 8px;
  min-width: 15px;
  text-align: center;
  display: inline-block;
}
#sidebar .divider {
  height: 1px;
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: #666;
}
#sidebar .divider:hover {
  background-color: #666;
}
#sidebar a {
  text-decoration: none;
}
#sidebar ul {
  padding: 5px 0;
  list-style: none;
  margin: 0;
}
#sidebar ul {
  padding-left: 0 !important;
}
#sidebar ul,
#sidebar ul li a {
  background: #EEF;
  color: #333;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
#sidebar li.active i,
#sidebar li.active a:hover i {
  color: #fff;
}
#sidebar li a {
  color: #FFF;
  display: block;
  padding: 10px;
  position: relative;
}
#sidebar a:hover {
  background-color: #457;
  color: #fff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
#sidebar a:hover i {
  color: #fff;
}
#sidebar > li.active > a {
  background: #679;
  color: #fff;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
#sidebar > li.active > a:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #FFF transparent transparent;
  z-index: 4;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
}
#sidebar ul li a {
  padding: 5px 10px 5px 37px;
}
#sidebar ul li a:hover {
  background: #DDF;
  color: #333;
}
#sidebar ul li.active:not(.open) > a {
  font-weight: 600;
  color: #333;
}
#sidebar li ul {
  display: none;
}
#sidebar ul ul {
  padding: 0;
}
#sidebar li li li a {
  padding-left: 60px;
}
#sidebar ul ul ul li a {
  padding-left: 80px;
}
#sidebar ul ul ul ul li a {
  padding-left: 100px;
}
#sidebar li.hasChild > a {
  position: relative;
}
#sidebar li.hasChild > a:before,
#sidebar li.hasChild > a:after {
  content: " ";
  display: table;
}
#sidebar li.hasChild > a:after {
  clear: both;
}
/* Remove the :hover from the following lines for arrows to appear always */
#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
  content: "\f105";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sidebar li.hasChild.open > a:before {
  content: "\f107";
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#sidebar li.hasChild > a:before,
#sidebar li.hasChild.open > a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  text-decoration: inherit;
  text-align: right;
  padding-right: 0;
  display: inline-block;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sidebar li.hasChild li.hasChild a:before {
  top: 5px;
}
body.collapse-leftbar #sidebar > li.hasChild.open > a:before {
  content: "";
}
body.collapse-leftbar #sidebar > li.hasChild > a:before {
  content: "";
}
body.collapse-leftbar #sidebar > li.hasChild:hover > a:before {
  content: "";
}
/* Sidebar Layout + Responsive */
#page-leftbar {
  width: 230px;
}
@media screen {
  #page-content {
    margin-left: 230px;
  }
}
#wrap {
  overflow: hidden;
}
#wrap > .container {
  padding: 25px 25px 25px 35px;
}
@media (max-width: 767px) {
  #wrap > .container {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  #page-leftbar {
    /* Collapsed */
    width: 0;
  }
  #page-content,
  #sidebar {
    -webkit-transition: 250ms ease;
    transition: 250ms ease;
  }
  #sidebar {
    white-space: nowrap;
  }
  #page-content {
    width: 100%;
    margin-left: 0;
  }
  footer {
    margin-left: 0;
  }
  body.show-leftbar #page-leftbar {
    width: 230px;
  }
  body.show-leftbar #page-content {
    margin-left: 230px;
  }
  body.show-leftbar footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
/* Search at Left Navigation Sidebar */
#search {
  line-height: 0;
}
#search > a {
  display: none !important;
}
#search form {
  margin: 0px 5px 0px 5px;
  padding: 0 0px 0px 0px;
  position: relative;
}
#search form .search-query {
  background: #F5F5FF;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
  color: #679;
  padding: 0 10px 0 37px;
  border-radius: 5px;
  min-height: 40px;
  line-height: 18px;
  width: 100%;
  outline: none;
}
#search form .search-query:-moz-placeholder {
  color: rgba(102, 119, 153, 0.5);
}
#search form .search-query::-moz-placeholder {
  color: rgba(102, 119, 153, 0.5);
  opacity: 1;
}
#search form .search-query:-ms-input-placeholder {
  color: rgba(102, 119, 153, 0.5);
}
#search form .search-query::-webkit-input-placeholder {
  color: rgba(102, 119, 153, 0.5);
}
#search form .search-query:focus {
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
}
#search form .search-query:focus:-moz-placeholder {
  color: transparent;
}
#search form .search-query:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
#search form .search-query:focus:-ms-input-placeholder {
  color: transparent;
}
#search form .search-query:focus::-webkit-input-placeholder {
  color: transparent;
}
#search form .search-query:focus + button i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#search form .search-query,
#search form .search-query:active,
#search form .search-query:focus {
  border: none;
}
#search form button[type="submit"] {
  float: left;
  position: absolute;
  top: 0;
  left: 5px;
  border: 0;
  background: none;
  padding: 13px 0;
  margin: 0;
  min-width: none;
}
#search form button[type="submit"] i {
  color: #679;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen {
  body.collapse-leftbar #page-leftbar {
    width: 40px;
  }
  body.collapse-leftbar #page-content,
  body.collapse-leftbar footer {
    margin-left: 40px;
  }
  body.collapse-leftbar #sidebar > li {
    white-space: nowrap;
    z-index: 999;
    position: relative;
  }
  body.collapse-leftbar #sidebar > li span {
    display: none;
  }
  body.collapse-leftbar #sidebar > li > ul {
    position: absolute;
    width: 210px;
    left: 40px;
  }
  body.collapse-leftbar #sidebar > li:hover,
  body.collapse-leftbar #sidebar > li.keep-open {
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.3);
    background: #457;
    width: 250px;
  }
  body.collapse-leftbar #sidebar > li:hover span,
  body.collapse-leftbar #sidebar > li.keep-open span {
    display: inline;
  }
  body.collapse-leftbar #sidebar > li:hover > ul,
  body.collapse-leftbar #sidebar > li.keep-open > ul {
    display: block;
    box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.3);
  }
  body.collapse-leftbar #sidebar > li:hover.divider,
  body.collapse-leftbar #sidebar > li.keep-open.divider {
    width: 40px !important;
  }
  body.collapse-leftbar #sidebar > li:hover > a,
  body.collapse-leftbar #sidebar > li.keep-open > a,
  body.collapse-leftbar #sidebar > li:hover a i,
  body.collapse-leftbar #sidebar > li.keep-open a i {
    color: #fff;
  }
  body.collapse-leftbar #sidebar > li.active:hover > a:after {
    display: none;
  }
  body.collapse-leftbar #sidebar > li.active:hover > a,
  body.collapse-leftbar #sidebar > li.active:hover > a i {
    color: #fff;
  }
  body.collapse-leftbar #sidebar i {
    margin-right: 20px !important;
    margin-left: 1px;
  }
  body.collapse-leftbar #sidebar li li a {
    padding-left: 10px;
  }
  body.collapse-leftbar #sidebar li li li a {
    padding-left: 20px;
  }
  body.collapse-leftbar #sidebar li li li li a {
    padding-left: 30px;
  }
  body.collapse-leftbar #search:hover {
    width: 40px !important;
  }
  body.collapse-leftbar #search:hover,
  body.collapse-leftbar #search:hover a {
    background-color: #346;
    box-shadow: none !important;
  }
  body.collapse-leftbar #search:hover a i {
    color: #FFF !important;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body.collapse-leftbar #search a {
    display: block !important;
    padding: 13px 10px;
  }
  body.collapse-leftbar #search form {
    display: none;
  }
  body.collapse-leftbar #search .opacity-control {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  body.collapse-leftbar #search.keep-open {
    background-color: #346;
    padding: 5px;
    margin: -5px 0;
    width: 250px !important;
  }
  body.collapse-leftbar #search.keep-open > a {
    padding: 13px 10px 13px 5px;
    border-radius: 5px;
    background: #F5F5FF !important;
  }
  body.collapse-leftbar #search.keep-open > a:hover {
    background: #679;
  }
  body.collapse-leftbar #search.keep-open > a > i {
    color: #679 !important;
  }
  body.collapse-leftbar #search.keep-open form {
    display: block;
    width: 210px;
    position: absolute;
    top: 5px;
    left: 30px;
  }
  body.collapse-leftbar #search.keep-open form .search-query {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 10px 0 10px;
    position: relative !important;
    z-index: 16;
    width: 100%;
  }
  body.collapse-leftbar #search.keep-open form button[type="submit"] {
    display: none;
  }
}
.tiles-heading,
.tiles-body,
.tiles-footer {
  -webkit-transition: 0.05s ease-in;
  transition: 0.05s ease-in;
}
.tiles-heading:before,
.tiles-body:before,
.tiles-footer:before,
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  content: " ";
  display: table;
}
.tiles-heading:after,
.tiles-body:after,
.tiles-footer:after {
  clear: both;
}
.info-tiles,
.shortcut-tiles {
  margin: 0px 0px 20px;
  display: block;
  border-radius: 1px;
}
.info-tiles .tiles-heading {
  padding: 5px 10px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.info-tiles .tiles-heading .pull-right {
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: 0.06s ease-in;
  transition: 0.06s ease-in;
}
.info-tiles .tiles-body {
  font-size: 42px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.info-tiles .tiles-body-alt {
  font-size: 48px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.info-tiles .tiles-body-alt,
.info-tiles .tiles-body {
  padding: 10px;
  font-weight: 300;
}
.info-tiles .tiles-body-alt .sparkline,
.info-tiles .tiles-body .sparkline {
  width: 100px;
  margin: 0 auto;
  padding: 0px;
}
.info-tiles .tiles-body-alt .text-top,
.info-tiles .tiles-body .text-top {
  vertical-align: super;
  font-size: 24px;
}
.info-tiles .tiles-body-alt .text-smallcaps,
.info-tiles .tiles-body .text-smallcaps {
  font-variant: small-caps;
}
.info-tiles .tiles-body-alt .text-center,
.info-tiles .tiles-body .text-center {
  margin-top: -5px;
}
.info-tiles .tiles-body-alt i,
.info-tiles .tiles-body i {
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: 0.06s ease-in;
  transition: 0.06s ease-in;
}
.info-tiles .tiles-body-alt > i,
.info-tiles .tiles-body > i {
  position: absolute;
  font-size: 42px;
}
.info-tiles .tiles-body-alt div + small,
.info-tiles .tiles-body div + small {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-top: -7px;
  margin-bottom: 4px;
}
.info-tiles .tiles-footer {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.info-tiles .tiles-footer i {
  float: right;
  position: relative;
  top: 2px;
  display: none;
}
.info-tiles .tiles-footer:hover {
  color: #fff;
}
.info-tiles:hover {
  text-decoration: none;
}
.info-tiles:hover i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.info-tiles:hover .tiles-footer {
  color: #fff;
}
.info-tiles:hover .tiles-footer i {
  display: inline;
}
.info-tiles:hover .tiles-heading .pull-right {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.shortcut-tiles .tiles-body {
  padding: 10px 10px 0px 10px;
  font-size: 42px;
  line-height: 42px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.shortcut-tiles .tiles-body i {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.06s ease-in;
  transition: 0.06s ease-in;
}
.shortcut-tiles .tiles-body .pull-right {
  margin-top: -3px;
  line-height: 0;
}
.shortcut-tiles .tiles-body .pull-right .badge {
  background: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
.shortcut-tiles .tiles-footer {
  text-transform: none;
  text-align: right;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.shortcut-tiles:hover {
  text-decoration: none;
}
.shortcut-tiles:hover i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.info-tiles.tiles-info {
  color: #fff;
}
.info-tiles.tiles-info .tiles-heading {
  background: #4cc7e5;
}
.info-tiles.tiles-info .tiles-body {
  background: #2bbce0;
}
.info-tiles.tiles-info .tiles-body-alt {
  background: #2bbce0;
}
.info-tiles.tiles-info .tiles-footer {
  background: #1c9cbc;
}
.info-tiles.tiles-info:hover {
  color: #fff;
}
.info-tiles.tiles-info:hover .tiles-heading {
  background: #36c0e2;
}
.info-tiles.tiles-info:hover .tiles-body {
  background: #1fafd3;
}
.info-tiles.tiles-info:hover .tiles-body-alt {
  background: #1fafd3;
}
.info-tiles.tiles-info:hover .tiles-footer {
  background: #188aa6;
}
.info-tiles.tiles-success {
  color: #fff;
}
.info-tiles.tiles-success .tiles-heading {
  background: #98d061;
}
.info-tiles.tiles-success .tiles-body {
  background: #85c744;
}
.info-tiles.tiles-success .tiles-body-alt {
  background: #85c744;
}
.info-tiles.tiles-success .tiles-footer {
  background: #6ca632;
}
.info-tiles.tiles-success:hover {
  color: #fff;
}
.info-tiles.tiles-success:hover .tiles-heading {
  background: #8bca4e;
}
.info-tiles.tiles-success:hover .tiles-body {
  background: #78ba38;
}
.info-tiles.tiles-success:hover .tiles-body-alt {
  background: #78ba38;
}
.info-tiles.tiles-success:hover .tiles-footer {
  background: #5f932c;
}
.info-tiles.tiles-danger {
  color: #fff;
}
.info-tiles.tiles-danger .tiles-heading {
  background: #eb5e5e;
}
.info-tiles.tiles-danger .tiles-body {
  background: #e73c3c;
}
.info-tiles.tiles-danger .tiles-body-alt {
  background: #e73c3c;
}
.info-tiles.tiles-danger .tiles-footer {
  background: #d61a1a;
}
.info-tiles.tiles-danger:hover {
  color: #fff;
}
.info-tiles.tiles-danger:hover .tiles-heading {
  background: #e84747;
}
.info-tiles.tiles-danger:hover .tiles-body {
  background: #e42525;
}
.info-tiles.tiles-danger:hover .tiles-body-alt {
  background: #e42525;
}
.info-tiles.tiles-danger:hover .tiles-footer {
  background: #bf1818;
}
.info-tiles.tiles-warning {
  color: #fff;
}
.info-tiles.tiles-warning .tiles-heading {
  background: #f3cd33;
}
.info-tiles.tiles-warning .tiles-body {
  background: #f1c40f;
}
.info-tiles.tiles-warning .tiles-body-alt {
  background: #f1c40f;
}
.info-tiles.tiles-warning .tiles-footer {
  background: #c29d0b;
}
.info-tiles.tiles-warning:hover {
  color: #fff;
}
.info-tiles.tiles-warning:hover .tiles-heading {
  background: #f2c71b;
}
.info-tiles.tiles-warning:hover .tiles-body {
  background: #dab10d;
}
.info-tiles.tiles-warning:hover .tiles-body-alt {
  background: #dab10d;
}
.info-tiles.tiles-warning:hover .tiles-footer {
  background: #aa8a0a;
}
.info-tiles.tiles-primary {
  color: #fff;
}
.info-tiles.tiles-primary .tiles-heading {
  background: #6fa2e2;
}
.info-tiles.tiles-primary .tiles-body {
  background: #4f8edc;
}
.info-tiles.tiles-primary .tiles-body-alt {
  background: #4f8edc;
}
.info-tiles.tiles-primary .tiles-footer {
  background: #2973cf;
}
.info-tiles.tiles-primary:hover {
  color: #fff;
}
.info-tiles.tiles-primary:hover .tiles-heading {
  background: #5a95de;
}
.info-tiles.tiles-primary:hover .tiles-body {
  background: #3a80d8;
}
.info-tiles.tiles-primary:hover .tiles-body-alt {
  background: #3a80d8;
}
.info-tiles.tiles-primary:hover .tiles-footer {
  background: #2567ba;
}
.info-tiles.tiles-inverse {
  color: #fff;
}
.info-tiles.tiles-inverse .tiles-heading {
  background: #61656d;
}
.info-tiles.tiles-inverse .tiles-body {
  background: #4f5259;
}
.info-tiles.tiles-inverse .tiles-body-alt {
  background: #4f5259;
}
.info-tiles.tiles-inverse .tiles-footer {
  background: #37393e;
}
.info-tiles.tiles-inverse:hover {
  color: #fff;
}
.info-tiles.tiles-inverse:hover .tiles-heading {
  background: #555860;
}
.info-tiles.tiles-inverse:hover .tiles-body {
  background: #43464b;
}
.info-tiles.tiles-inverse:hover .tiles-body-alt {
  background: #43464b;
}
.info-tiles.tiles-inverse:hover .tiles-footer {
  background: #2b2d30;
}
.info-tiles.tiles-midnightblue {
  color: #fff;
}
.info-tiles.tiles-midnightblue .tiles-heading {
  background: #425c77;
}
.info-tiles.tiles-midnightblue .tiles-body {
  background: #34495e;
}
.info-tiles.tiles-midnightblue .tiles-body-alt {
  background: #34495e;
}
.info-tiles.tiles-midnightblue .tiles-footer {
  background: #222f3d;
}
.info-tiles.tiles-midnightblue:hover {
  color: #fff;
}
.info-tiles.tiles-midnightblue:hover .tiles-heading {
  background: #394f66;
}
.info-tiles.tiles-midnightblue:hover .tiles-body {
  background: #2b3c4e;
}
.info-tiles.tiles-midnightblue:hover .tiles-body-alt {
  background: #2b3c4e;
}
.info-tiles.tiles-midnightblue:hover .tiles-footer {
  background: #19232d;
}
.info-tiles.tiles-sky {
  color: #fff;
}
.info-tiles.tiles-sky .tiles-heading {
  background: #98d3f1;
}
.info-tiles.tiles-sky .tiles-body {
  background: #76c4ed;
}
.info-tiles.tiles-sky .tiles-body-alt {
  background: #76c4ed;
}
.info-tiles.tiles-sky .tiles-footer {
  background: #49b1e7;
}
.info-tiles.tiles-sky:hover {
  color: #fff;
}
.info-tiles.tiles-sky:hover .tiles-heading {
  background: #81c9ee;
}
.info-tiles.tiles-sky:hover .tiles-body {
  background: #5fbaea;
}
.info-tiles.tiles-sky:hover .tiles-body-alt {
  background: #5fbaea;
}
.info-tiles.tiles-sky:hover .tiles-footer {
  background: #32a7e4;
}
.info-tiles.tiles-orange {
  color: #fff;
}
.info-tiles.tiles-orange .tiles-heading {
  background: #f2b154;
}
.info-tiles.tiles-orange .tiles-body {
  background: #efa131;
}
.info-tiles.tiles-orange .tiles-body-alt {
  background: #efa131;
}
.info-tiles.tiles-orange .tiles-footer {
  background: #dc8911;
}
.info-tiles.tiles-orange:hover {
  color: #fff;
}
.info-tiles.tiles-orange:hover .tiles-heading {
  background: #f0a63d;
}
.info-tiles.tiles-orange:hover .tiles-body {
  background: #ed9619;
}
.info-tiles.tiles-orange:hover .tiles-body-alt {
  background: #ed9619;
}
.info-tiles.tiles-orange:hover .tiles-footer {
  background: #c47a0f;
}
.info-tiles.tiles-indigo {
  color: #fff;
}
.info-tiles.tiles-indigo .tiles-heading {
  background: #a472b9;
}
.info-tiles.tiles-indigo .tiles-body {
  background: #9358ac;
}
.info-tiles.tiles-indigo .tiles-body-alt {
  background: #9358ac;
}
.info-tiles.tiles-indigo .tiles-footer {
  background: #77458c;
}
.info-tiles.tiles-indigo:hover {
  color: #fff;
}
.info-tiles.tiles-indigo:hover .tiles-heading {
  background: #9961b0;
}
.info-tiles.tiles-indigo:hover .tiles-body {
  background: #854e9d;
}
.info-tiles.tiles-indigo:hover .tiles-body-alt {
  background: #854e9d;
}
.info-tiles.tiles-indigo:hover .tiles-footer {
  background: #683d7b;
}
.info-tiles.tiles-green {
  color: #fff;
}
.info-tiles.tiles-green .tiles-heading {
  background: #1bc2a1;
}
.info-tiles.tiles-green .tiles-body {
  background: #16a085;
}
.info-tiles.tiles-green .tiles-body-alt {
  background: #16a085;
}
.info-tiles.tiles-green .tiles-footer {
  background: #107360;
}
.info-tiles.tiles-green:hover {
  color: #fff;
}
.info-tiles.tiles-green:hover .tiles-heading {
  background: #18ab8e;
}
.info-tiles.tiles-green:hover .tiles-body {
  background: #138a72;
}
.info-tiles.tiles-green:hover .tiles-body-alt {
  background: #138a72;
}
.info-tiles.tiles-green:hover .tiles-footer {
  background: #0d5d4d;
}
.info-tiles.tiles-magenta {
  color: #fff;
}
.info-tiles.tiles-magenta .tiles-heading {
  background: #eb5e82;
}
.info-tiles.tiles-magenta .tiles-body {
  background: #e73c68;
}
.info-tiles.tiles-magenta .tiles-body-alt {
  background: #e73c68;
}
.info-tiles.tiles-magenta .tiles-footer {
  background: #d61a4b;
}
.info-tiles.tiles-magenta:hover {
  color: #fff;
}
.info-tiles.tiles-magenta:hover .tiles-heading {
  background: #e84771;
}
.info-tiles.tiles-magenta:hover .tiles-body {
  background: #e42556;
}
.info-tiles.tiles-magenta:hover .tiles-body-alt {
  background: #e42556;
}
.info-tiles.tiles-magenta:hover .tiles-footer {
  background: #bf1843;
}
.info-tiles.tiles-purple {
  color: #fff;
}
.info-tiles.tiles-purple .tiles-heading {
  background: #e565ba;
}
.info-tiles.tiles-purple .tiles-body {
  background: #e044ab;
}
.info-tiles.tiles-purple .tiles-body-alt {
  background: #e044ab;
}
.info-tiles.tiles-purple .tiles-footer {
  background: #cf2294;
}
.info-tiles.tiles-purple:hover {
  color: #fff;
}
.info-tiles.tiles-purple:hover .tiles-heading {
  background: #e24fb0;
}
.info-tiles.tiles-purple:hover .tiles-body {
  background: #dc2ea1;
}
.info-tiles.tiles-purple:hover .tiles-body-alt {
  background: #dc2ea1;
}
.info-tiles.tiles-purple:hover .tiles-footer {
  background: #b91f84;
}
.info-tiles.tiles-brown {
  color: #fff;
}
.info-tiles.tiles-brown .tiles-heading {
  background: #d44c3e;
}
.info-tiles.tiles-brown .tiles-body {
  background: #c0392b;
}
.info-tiles.tiles-brown .tiles-body-alt {
  background: #c0392b;
}
.info-tiles.tiles-brown .tiles-footer {
  background: #962d22;
}
.info-tiles.tiles-brown:hover {
  color: #fff;
}
.info-tiles.tiles-brown:hover .tiles-heading {
  background: #ca3c2d;
}
.info-tiles.tiles-brown:hover .tiles-body {
  background: #ab3326;
}
.info-tiles.tiles-brown:hover .tiles-body-alt {
  background: #ab3326;
}
.info-tiles.tiles-brown:hover .tiles-footer {
  background: #81261d;
}
.info-tiles.tiles-grape {
  color: #fff;
}
.info-tiles.tiles-grape .tiles-heading {
  background: #909aac;
}
.info-tiles.tiles-grape .tiles-body {
  background: #7a869c;
}
.info-tiles.tiles-grape .tiles-body-alt {
  background: #7a869c;
}
.info-tiles.tiles-grape .tiles-footer {
  background: #616d82;
}
.info-tiles.tiles-grape:hover {
  color: #fff;
}
.info-tiles.tiles-grape:hover .tiles-heading {
  background: #818da1;
}
.info-tiles.tiles-grape:hover .tiles-body {
  background: #6c7991;
}
.info-tiles.tiles-grape:hover .tiles-body-alt {
  background: #6c7991;
}
.info-tiles.tiles-grape:hover .tiles-footer {
  background: #566074;
}
.info-tiles.tiles-toyo {
  color: #fff;
}
.info-tiles.tiles-toyo .tiles-heading {
  background: #667ea3;
}
.info-tiles.tiles-toyo .tiles-body {
  background: #556b8d;
}
.info-tiles.tiles-toyo .tiles-body-alt {
  background: #556b8d;
}
.info-tiles.tiles-toyo .tiles-footer {
  background: #42536d;
}
.info-tiles.tiles-toyo:hover {
  color: #fff;
}
.info-tiles.tiles-toyo:hover .tiles-heading {
  background: #5a7195;
}
.info-tiles.tiles-toyo:hover .tiles-body {
  background: #4b5f7d;
}
.info-tiles.tiles-toyo:hover .tiles-body-alt {
  background: #4b5f7d;
}
.info-tiles.tiles-toyo:hover .tiles-footer {
  background: #38475d;
}
.info-tiles.tiles-alizarin {
  color: #fff;
}
.info-tiles.tiles-alizarin .tiles-heading {
  background: #eb6b5e;
}
.info-tiles.tiles-alizarin .tiles-body {
  background: #e74c3c;
}
.info-tiles.tiles-alizarin .tiles-body-alt {
  background: #e74c3c;
}
.info-tiles.tiles-alizarin .tiles-footer {
  background: #d62c1a;
}
.info-tiles.tiles-alizarin:hover {
  color: #fff;
}
.info-tiles.tiles-alizarin:hover .tiles-heading {
  background: #e85647;
}
.info-tiles.tiles-alizarin:hover .tiles-body {
  background: #e43725;
}
.info-tiles.tiles-alizarin:hover .tiles-body-alt {
  background: #e43725;
}
.info-tiles.tiles-alizarin:hover .tiles-footer {
  background: #bf2718;
}
.shortcut-tiles.tiles-info {
  color: #fff;
}
.shortcut-tiles.tiles-info .tiles-heading,
.shortcut-tiles.tiles-info .tiles-body,
.shortcut-tiles.tiles-info .tiles-footer {
  background: #2bbce0;
}
.shortcut-tiles.tiles-info:hover {
  color: #fff;
}
.shortcut-tiles.tiles-info:hover .tiles-heading,
.shortcut-tiles.tiles-info:hover .tiles-body,
.shortcut-tiles.tiles-info:hover .tiles-footer {
  background: #1fafd3;
}
.shortcut-tiles.tiles-success {
  color: #fff;
}
.shortcut-tiles.tiles-success .tiles-heading,
.shortcut-tiles.tiles-success .tiles-body,
.shortcut-tiles.tiles-success .tiles-footer {
  background: #85c744;
}
.shortcut-tiles.tiles-success:hover {
  color: #fff;
}
.shortcut-tiles.tiles-success:hover .tiles-heading,
.shortcut-tiles.tiles-success:hover .tiles-body,
.shortcut-tiles.tiles-success:hover .tiles-footer {
  background: #78ba38;
}
.shortcut-tiles.tiles-danger {
  color: #fff;
}
.shortcut-tiles.tiles-danger .tiles-heading,
.shortcut-tiles.tiles-danger .tiles-body,
.shortcut-tiles.tiles-danger .tiles-footer {
  background: #e73c3c;
}
.shortcut-tiles.tiles-danger:hover {
  color: #fff;
}
.shortcut-tiles.tiles-danger:hover .tiles-heading,
.shortcut-tiles.tiles-danger:hover .tiles-body,
.shortcut-tiles.tiles-danger:hover .tiles-footer {
  background: #e42525;
}
.shortcut-tiles.tiles-warning {
  color: #fff;
}
.shortcut-tiles.tiles-warning .tiles-heading,
.shortcut-tiles.tiles-warning .tiles-body,
.shortcut-tiles.tiles-warning .tiles-footer {
  background: #f1c40f;
}
.shortcut-tiles.tiles-warning:hover {
  color: #fff;
}
.shortcut-tiles.tiles-warning:hover .tiles-heading,
.shortcut-tiles.tiles-warning:hover .tiles-body,
.shortcut-tiles.tiles-warning:hover .tiles-footer {
  background: #dab10d;
}
.shortcut-tiles.tiles-primary {
  color: #fff;
}
.shortcut-tiles.tiles-primary .tiles-heading,
.shortcut-tiles.tiles-primary .tiles-body,
.shortcut-tiles.tiles-primary .tiles-footer {
  background: #4f8edc;
}
.shortcut-tiles.tiles-primary:hover {
  color: #fff;
}
.shortcut-tiles.tiles-primary:hover .tiles-heading,
.shortcut-tiles.tiles-primary:hover .tiles-body,
.shortcut-tiles.tiles-primary:hover .tiles-footer {
  background: #3a80d8;
}
.shortcut-tiles.tiles-inverse {
  color: #fff;
}
.shortcut-tiles.tiles-inverse .tiles-heading,
.shortcut-tiles.tiles-inverse .tiles-body,
.shortcut-tiles.tiles-inverse .tiles-footer {
  background: #4f5259;
}
.shortcut-tiles.tiles-inverse:hover {
  color: #fff;
}
.shortcut-tiles.tiles-inverse:hover .tiles-heading,
.shortcut-tiles.tiles-inverse:hover .tiles-body,
.shortcut-tiles.tiles-inverse:hover .tiles-footer {
  background: #43464b;
}
.shortcut-tiles.tiles-midnightblue {
  color: #fff;
}
.shortcut-tiles.tiles-midnightblue .tiles-heading,
.shortcut-tiles.tiles-midnightblue .tiles-body,
.shortcut-tiles.tiles-midnightblue .tiles-footer {
  background: #34495e;
}
.shortcut-tiles.tiles-midnightblue:hover {
  color: #fff;
}
.shortcut-tiles.tiles-midnightblue:hover .tiles-heading,
.shortcut-tiles.tiles-midnightblue:hover .tiles-body,
.shortcut-tiles.tiles-midnightblue:hover .tiles-footer {
  background: #2b3c4e;
}
.shortcut-tiles.tiles-sky {
  color: #fff;
}
.shortcut-tiles.tiles-sky .tiles-heading,
.shortcut-tiles.tiles-sky .tiles-body,
.shortcut-tiles.tiles-sky .tiles-footer {
  background: #76c4ed;
}
.shortcut-tiles.tiles-sky:hover {
  color: #fff;
}
.shortcut-tiles.tiles-sky:hover .tiles-heading,
.shortcut-tiles.tiles-sky:hover .tiles-body,
.shortcut-tiles.tiles-sky:hover .tiles-footer {
  background: #5fbaea;
}
.shortcut-tiles.tiles-orange {
  color: #fff;
}
.shortcut-tiles.tiles-orange .tiles-heading,
.shortcut-tiles.tiles-orange .tiles-body,
.shortcut-tiles.tiles-orange .tiles-footer {
  background: #efa131;
}
.shortcut-tiles.tiles-orange:hover {
  color: #fff;
}
.shortcut-tiles.tiles-orange:hover .tiles-heading,
.shortcut-tiles.tiles-orange:hover .tiles-body,
.shortcut-tiles.tiles-orange:hover .tiles-footer {
  background: #ed9619;
}
.shortcut-tiles.tiles-indigo {
  color: #fff;
}
.shortcut-tiles.tiles-indigo .tiles-heading,
.shortcut-tiles.tiles-indigo .tiles-body,
.shortcut-tiles.tiles-indigo .tiles-footer {
  background: #9358ac;
}
.shortcut-tiles.tiles-indigo:hover {
  color: #fff;
}
.shortcut-tiles.tiles-indigo:hover .tiles-heading,
.shortcut-tiles.tiles-indigo:hover .tiles-body,
.shortcut-tiles.tiles-indigo:hover .tiles-footer {
  background: #854e9d;
}
.shortcut-tiles.tiles-green {
  color: #fff;
}
.shortcut-tiles.tiles-green .tiles-heading,
.shortcut-tiles.tiles-green .tiles-body,
.shortcut-tiles.tiles-green .tiles-footer {
  background: #16a085;
}
.shortcut-tiles.tiles-green:hover {
  color: #fff;
}
.shortcut-tiles.tiles-green:hover .tiles-heading,
.shortcut-tiles.tiles-green:hover .tiles-body,
.shortcut-tiles.tiles-green:hover .tiles-footer {
  background: #138a72;
}
.shortcut-tiles.tiles-magenta {
  color: #fff;
}
.shortcut-tiles.tiles-magenta .tiles-heading,
.shortcut-tiles.tiles-magenta .tiles-body,
.shortcut-tiles.tiles-magenta .tiles-footer {
  background: #e73c68;
}
.shortcut-tiles.tiles-magenta:hover {
  color: #fff;
}
.shortcut-tiles.tiles-magenta:hover .tiles-heading,
.shortcut-tiles.tiles-magenta:hover .tiles-body,
.shortcut-tiles.tiles-magenta:hover .tiles-footer {
  background: #e42556;
}
.shortcut-tiles.tiles-purple {
  color: #fff;
}
.shortcut-tiles.tiles-purple .tiles-heading,
.shortcut-tiles.tiles-purple .tiles-body,
.shortcut-tiles.tiles-purple .tiles-footer {
  background: #e044ab;
}
.shortcut-tiles.tiles-purple:hover {
  color: #fff;
}
.shortcut-tiles.tiles-purple:hover .tiles-heading,
.shortcut-tiles.tiles-purple:hover .tiles-body,
.shortcut-tiles.tiles-purple:hover .tiles-footer {
  background: #dc2ea1;
}
.shortcut-tiles.tiles-brown {
  color: #fff;
}
.shortcut-tiles.tiles-brown .tiles-heading,
.shortcut-tiles.tiles-brown .tiles-body,
.shortcut-tiles.tiles-brown .tiles-footer {
  background: #c0392b;
}
.shortcut-tiles.tiles-brown:hover {
  color: #fff;
}
.shortcut-tiles.tiles-brown:hover .tiles-heading,
.shortcut-tiles.tiles-brown:hover .tiles-body,
.shortcut-tiles.tiles-brown:hover .tiles-footer {
  background: #ab3326;
}
.shortcut-tiles.tiles-grape {
  color: #fff;
}
.shortcut-tiles.tiles-grape .tiles-heading,
.shortcut-tiles.tiles-grape .tiles-body,
.shortcut-tiles.tiles-grape .tiles-footer {
  background: #7a869c;
}
.shortcut-tiles.tiles-grape:hover {
  color: #fff;
}
.shortcut-tiles.tiles-grape:hover .tiles-heading,
.shortcut-tiles.tiles-grape:hover .tiles-body,
.shortcut-tiles.tiles-grape:hover .tiles-footer {
  background: #6c7991;
}
.shortcut-tiles.tiles-toyo {
  color: #fff;
}
.shortcut-tiles.tiles-toyo .tiles-heading,
.shortcut-tiles.tiles-toyo .tiles-body,
.shortcut-tiles.tiles-toyo .tiles-footer {
  background: #556b8d;
}
.shortcut-tiles.tiles-toyo:hover {
  color: #fff;
}
.shortcut-tiles.tiles-toyo:hover .tiles-heading,
.shortcut-tiles.tiles-toyo:hover .tiles-body,
.shortcut-tiles.tiles-toyo:hover .tiles-footer {
  background: #4b5f7d;
}
.shortcut-tiles.tiles-alizarin {
  color: #fff;
}
.shortcut-tiles.tiles-alizarin .tiles-heading,
.shortcut-tiles.tiles-alizarin .tiles-body,
.shortcut-tiles.tiles-alizarin .tiles-footer {
  background: #e74c3c;
}
.shortcut-tiles.tiles-alizarin:hover {
  color: #fff;
}
.shortcut-tiles.tiles-alizarin:hover .tiles-heading,
.shortcut-tiles.tiles-alizarin:hover .tiles-body,
.shortcut-tiles.tiles-alizarin:hover .tiles-footer {
  background: #e43725;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}
.minichart {
  width: 90px;
  margin: 0 auto;
  padding: 10px 0 6px;
}
.minichart > canvas {
  display: inline-block;
  width: 90px;
  height: 45px;
  vertical-align: top;
}
.minichart-caption h3 {
  text-align: center;
  margin: 0;
  color: #999;
  font-weight: 300;
}
.minichart-caption p {
  text-align: center;
  margin: 0;
}
.jqstooltip {
  width: auto !important;
  height: auto !important;
  border: none !important;
}
.modal-legend {
  position: relative;
  padding: 20px;
  font-size: 12px;
  border-top: 1px solid #E5E5E5;
}
.modal-map {
  position: relative;
}
.modal-map .modal-map iframe {
  width: 100%;
}
.modal-static {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  margin-top: -70px;
  margin-left: -70px;
  overflow: visible !important;
  width: 140px;
  height: 140px;
}
.modal-static .modal-dialog,
.modal-static .modal-content {
  width: 140px;
  height: 140px;
  padding: 0 !important;
  margin: 0 !important;
}
.modal-static .modal-content i {
  display: block;
  margin-bottom: 10px;
}
.btn[disabled]:focus,
.btn.disabled:focus {
  background-position: 0 0 !important;
}
.devstrip {
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  background-color: #F50002;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 1px solid #334;
  text-align: center;
}
@media screen {
  .noscreen {
    display: none;
  }
}
@media print {
  body {
    background-color: #FFF;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    height: auto;
  }
  html {
    margin: 0;
    padding: 0;
  }
  body,
  table {
    color: #000;
  }
  header,
  nav,
  .nav-tabs,
  .noprint {
    display: none;
  }
  #page-content {
    margin-left: 0;
  }
  #wrap {
    min-height: 0 !important;
  }
  #wrap > .container {
    padding: 0;
  }
  .tab-content > .tab-pane {
    min-height: 0;
    display: block;
  }
  .tab-content > .tab-pane.noprint {
    display: none;
  }
  .dropdown a i.fa {
    display: none;
  }
  .order-dataterm {
    float: left;
    width: 25%;
  }
  .order-datadef {
    width: 75%;
  }
  .printhead {
    display: block !important;
  }
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.thumbnail-detail {
  background-color: #b2b2b2;
  color: #eeeeee;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  min-height: 20px;
  width: 100%;
}
.thumbnail-status-ip {
  background-color: #090;
}
.thumbnail-status-complete {
  background-color: #009;
}
.btn-hidden {
  display: none;
}
.thumbnail-status,
.thumbnail-status-complete,
.thumbnail-status-ip {
  position: absolute;
  top: 5px;
  right: 25px;
}
.dropzone-text {
  display: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9970;
}
.overlay .dropzone-text {
  display: block;
  position: absolute;
  text-align: center;
  font-weight: 700;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 300px;
  font-size: 26px;
  z-index: 9999;
}
.modal-label {
  text-align: right;
  margin-bottom: 0;
}
.bannerblock {
  height: 265px;
}
.thumbnail:hover,
.thumbnail:active,
.thumbnail:focus {
  text-decoration: none;
}
.thumbnail .caption {
  display: block;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail .curstatus {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 9px 9px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
.real-first-child {
  margin-left: 0 !important;
}
.table-responsive {
  overflow-x: auto;
}
@media print {
  .table-responsive {
    overflow-x: auto !important;
  }
}
.trsort {
  cursor: pointer;
  width: 50px;
  text-align: center;
  vertical-align: middle !important;
}
.field-validation-valid,
.validation-summary-valid {
  display: none !important;
}
.imgsize {
  font-size: 11px;
  font-weight: normal;
  color: #999;
  line-height: 14px;
  display: block;
}
.ulstatus {
  font-size: 14px;
  line-height: 17px;
  height: 22px;
  margin: 5px 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgthumb {
  display: block;
  border-radius: 3px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #BBB;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.imgthumb span {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  margin-top: -6px;
  color: #999;
  font-size: 12px;
  line-height: 12px;
  padding: 0 15px;
  width: 100%;
}
.imgthumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.control-panel {
  margin-bottom: 10px;
}
.form-dataval {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}
a.delbtn {
  color: #666 !important;
  text-decoration: none;
}
a.delbtn:focus {
  color: #666 !important;
  text-decoration: none;
}
a.delbtn:hover,
a.delbtn:active {
  color: #C00 !important;
  text-decoration: none;
}
a.viewbtn {
  color: #666 !important;
  text-decoration: none;
}
a.viewbtn:focus {
  color: #666 !important;
  text-decoration: none;
}
a.viewbtn:hover,
a.viewbtn:active {
  color: #256db8 !important;
  text-decoration: none;
}
.tmceeditor {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media print {
  a:link:after,
  a:visited:after {
    content: "";
  }
  /* Fix for Bootstrap table cell coloring */
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9 !important;
  }
}