﻿/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 30px;
 margin-left:5px;   width: 50%; /* 6 columns */
  }
}

#sidebar ul li a {color: inherit;}
.btn-xs, .btn-xs:active {padding: 1px 5px; font-size: 12px; line-height:1.5 !important; border-radius:3px; height:auto !important;}
.btn-sm, .btn-sm:active {padding: 5px 10px; font-size: 12px; line-height:1.5 !important; border-radius:3px; height:auto !important;}
.input-sm {padding: 5px 10px; font-size: 12px; line-height:1.5 !important; height:auto !important; border-radius:0;}
ul.list-unstyled.list-spacing li {padding-left:22px;text-indent:-22px;}
ul.list-unstyled.list-spacing li i.fa.fa-caret-right.fa-fw {text-indent:0;}
ul.list-unstyled.list-icons li {padding-left:20px;text-indent:-20px;}
ul.list-unstyled.list-icons li i.fa {text-indent:0;}
h3.expand {padding-top:15px;}
div.pvsection {margin-left:20px;padding-left:5px;background-color:#d8d8d8;}
div.pvsection30 {margin-left:30px;padding-left:5px;background-color:#d8d8d8;}
