h5, .h5{ margin-bottom: auto !important }
.app-dashboard{
    height: 1000px;
}
.accordion-title{
    color: red;
    font-weight: bold;
    font-size: 1.25rem !important;
}
/* dropdown */
.btn-group {
  min-width: 115px;
  height: 40px;
  position: relative;
  margin: 10px 1px;
  display: inline-block;
  vertical-align: middle;
}
.btn-group a:hover {
  text-decoration: none;
}
.dropdown-toggle {
  color: #1779ba;
  min-width: 115px;
  padding: 10px;
  text-transform: none;
  /*font-weight: 300;*/
  margin-bottom: 7px;
  border: 0;
  /*background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);*/
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
}
.dropdown-toggle:hover {
  background: #e1e1e1;
  cursor: pointer;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  padding: 10px 30px;
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 2.5;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-menu > li > a:hover {
  background: #efefef;
  color: #409FCB;
}
.dropdown-menu > li {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0;
}
.caret {
  display: relative;
  width: 0;
  position: relative;
  top: 10px;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  float: right;
}
li {
    list-style: none;
}
/* list */
.list-group {
  min-height: 100px;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.list-group > :last-child {
  margin-bottom: 0;
}
.list-group-item {
  padding: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.list-group-item_disabled{
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6;
    color: #998;
}
.split{
    min-height: 650px;
    overflow-y: auto;
    max-height: 650px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.new-order{
    min-height: 550px;
    /*overflow-y: auto;*/
    /*max-height: 400px;*/
}
.list-group-item > :last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.list-group-item.active {
  color: #fefefe;
  background-color: #1779ba;
  border-color: 1px solid #1779ba;
}
.list-group-item:hover, .list-group-item:focus {
  background-color: #e6e6e6;
}
.list-group-item:hover.active, .list-group-item:focus.active {
  background-color: #1779ba;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus, .list-group-item[disabled], .list-group-item[disabled]:hover, .list-group-item[disabled]:focus {
  color: #8a8a8a;
  cursor: not-allowed;
  background-color: #fefefe;
}

.is-drilldown li{ height: 80px }
.drilldown a{ height: 80px }
.signature-pad{ border: 3px solid #e6e6e6; width:350px; height:175px; }

.margin-top { margin-top: 40px }
.router-link-active{ background-color: #e6e6e6; }   
.tabs-title > a{ font-size: 0.85rem; }
.accordion-title { font-size: 0.85rem; }
.notifications .is-dropdown-submenu{ min-width: 400px; }
.offers fieldset { padding: 0.5rem; }
/* Small only */
@media screen and (max-width: 39.9375em) {
    .position-right{width: 350px; background-color: #fff}
    .scrollMenu{ background-color: #fff; }
    .btn-group{ min-width: 80px; }
    .dropdown-toggle{ min-width: 80px; }
}
/* Medium and up */
@media screen and (min-width: 40em) {
    .position-right{width: 750px; background-color: #fff}
    .scrollMenu{height: 680px !important; background-color: #fff !important; overflow-x: auto; }
    .scrollCurrentItems{height: 720px !important; background-color: #fff !important; overflow-x: auto; }
}
.is-drilldown{ background-color: #fff; }
.top-bar input{ max-width: none; min-width: 3.5rem }
.app-dashboard.shrink-medium .menu li a{ padding: 1.5rem }

body {
  /* Disables pull-to-refresh and overscroll glow effect. Still keeps swipe navigations. */
  overscroll-behavior-y: none;
}
.reveal-overlay{
  overscroll-behavior-y: none;
}

input[type=checkbox], input[type=radio] {
  /* All browsers except webkit*/
  transform: scale(2.2);
  /* Webkit browsers*/
  -webkit-transform: scale(2.2);
}
textarea{ font-size: 20px; min-height: 100px; }
thead th{ font-weight: 300; }
td > span{ font-weight: 400; border-bottom: dotted 1px #8a8a8a; }
select { min-width: 3.5rem; }
fieldset{ padding: 0.5rem;}
cite{ color: #0a0a0a; font-size: .9125rem; font-style: initial; }
blockquote, blockquote p{ color: #0a0a0a; }

.required{ background-color: #e6e6e6  }