.css-vars {
  width: 50%; }

html, body {
  height: 100%;
  position: relative;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.9em; }

body {
  padding-top: 85px;
  padding-bottom: 53px; }

h1 {
  font-weight: 500;
  font-size: 1.1em; }

h2, h3, h4 {
  font-weight: 500;
  font-size: 1em; }

#contents {
  position: fixed;
  background: white;
  right: 15px;
  top: 85px;
  color: white; }

.table-verifications {
  table-layout: auto;
  width: auto !important;
  overflow-x: auto; }

.table-verifications th {
  font-size: .8em;
  padding: 3px; }

.row-offcanvas-left {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px; }

.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-default {
  background-color: transparent;
  border: 0px; }

.navbar-fixed-top {
  min-height: 85px; }

.navbar-fixed-top, .navbar-fixed-bottom {
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #dfdfdf 100%);
  background-image: linear-gradient(to right, #dfdfdf 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0); }

.navbar-brand {
  background: url("/common/images/header_blue_logo.gif") no-repeat left;
  min-height: 85px;
  min-width: 282px; }

.navbar-fixed-bottom * > a {
  color: #777;
  text-decoration: none; }

/* adjust body when menu is open */
body.slide-active {
  overflow-x: hidden; }

/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
  margin-top: 0px !important; }

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
  position: relative;
  height: 100%;
  right: 0; }

#page-content.slide-active {
  padding-top: 0; }

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
  cursor: pointer;
  position: relative;
  line-height: 0;
  float: right;
  margin: 0;
  width: 30px;
  height: 40px;
  padding: 10px 0 0 0;
  border: 0;
  background: transparent; }

/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 5px 0 0 0; }

#slide-nav .navbar-toggle.slide-active .icon-bar {
  background: orange; }

.navbar-header {
  position: relative; }

/* unfix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
  position: relative; }

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
  #slide-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%; }

  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px; }

  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 50%;
    top: -1px;
    z-index: 1000; }

  #slide-nav #slidemenu {
    background: #f7f7f7;
    right: -100%;
    width: 50%;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: -8px;
    margin: 0; }

  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0; }

  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 50%;
    white-space: normal; }

  #slide-nav {
    border-top: 0; }

  #slide-nav.navbar-inverse #slidemenu {
    background: #333; }

  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 50%;
    right: -50%;
    background: #f7f7f7;
    z-index: 100; }

  #navbar-height-col.inverse {
    background: #333;
    z-index: 1;
    border: 0; }

  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/ }

  #slide-nav .navbar-form .form-control {
    text-align: center; }

  #slide-nav .navbar-form .btn {
    width: 100%; } }
@media (min-width: 768px) {
  #page-content {
    left: 0 !important; }

  .navbar.navbar-fixed-top.slide-active {
    position: fixed; }

  .navbar-header {
    left: 0 !important; } }
/*
 * off canvas sidebar
 * --------------------------------------------------
 */
.column {
  height: 100%;
  overflow: auto;
  *zoom: 1; }

#sidebar {
  height: 100%;
  padding: 0px;
  padding-top: 15px; }

#sidebar, #sidebar a, #sidebar-footer a {
  background-color: transparent;
  padding-left: 5px; }

#sidebar .nav li > a:hover {
  background-color: gray;
  display: block; }

#sidebar-footer {
  position: absolute;
  bottom: 5px;
  padding: 5px; }

@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    /*                            
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    */ }

  .row-offcanvas-left.active {
    left: 33%; }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px; }

  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left: 3px; } }
/*
 * dropdown-submenu removed from bs3 - readded
 * http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing
 * add right: auto; to .dropdown-submenu>.dropdown-menu because sometimes the submenu wouldn't be wide enough for the links
 * --------------------------------------------------
 */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/*
 * ajax-loader
 * --------------------------------------------------
 */
#ajax-loader {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#ajax-loader > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #000000;
  opacity: 0.65; }

/*# sourceMappingURL=custom.css.map */
