/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
body{ overflow-x:hidden;}
body.full{ overflow:hidden;}
.ease{
	 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.blur{
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}
#wrapper {
    padding-left: 0;
}

@media (max-width: 767px) {
  .navbar-right-container {
      float: right;
      margin-right: 10px; /* Adjust as needed */
  }
}


#sidebar-wrapper {
    z-index: 2000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(43,42,42,0.98);
}

#app-version{
  position: absolute;
  bottom: 0;
  color: darkgrey;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5%;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
.sidebar-blind {
	position:fixed;
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    left: 0px;
	opacity:0;
    cursor: no-drop;
    top: 0;
	z-index:2000;
}
.toggled .sidebar-blind {
	width: 100%;
	opacity:0.5;
}

#page-content-wrapper {
	background: #f8f8f8;
    width: 100%;
	min-height:100%;
    position: absolute;
    padding: 0px;
	padding-top: 80px !important;
}
#page-content-wrapper .container-fluid{
	width:100%;
}
#page-content-wrapper>div#content-view{
	transition: width 0.5s ease-in-out, max-width 0.5s ease-in-out, height 0.3s ease-in-out;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav  li>ul{
	list-style: none;
	padding:0;
	margin:0;
}
.sidebar-nav  li>ul>li>a{
	padding-left:1.5rem;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li.separator{
	border-bottom:1px solid #999999;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav  a[disabled=""]{
	opacity:0.25;
	cursor:no-drop;
}
.sidebar-nav > .sidebar-brand {
    height: auto;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav b.caret{
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.sidebar-nav li .glyphicon{
    display: inline-block;
    width: auto;
    margin-left: -20px;
    margin-right: 0px;
}
.sidebar-nav li a.active{
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a.active .caret{
    border-bottom:4px dashed;
    border-top:none;
}
.navbar-toggle{
	float: left;
	margin-left: 15px;
}
@media (min-width: 0) {
	.navbar-toggle{
		  display: block; /* force showing the toggle */
	}
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 0px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
    }

    #wrapper.toggled #page-content-wrapper {
        margin-right: 0;
    }
}
#main-top-bar{
  display:block;
  width:100%;
}
#profile-dropdown{
  margin-right:10px;
}
@media (max-width: 767px) {
  #main-top-bar {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width:auto;
  }
  
  .navbar-toggle {
      order: 1; /* Ensure the menu button is on the left */
  }

  .navbar-brand {
      order: 2;
      flex-grow: 1; /* Ensures that the brand can grow to push the profile to the edge */
  }

  #profile-dropdown {
      order: 3; /* Ensure the profile dropdown is on the right */
      margin-right: -5px; /* Or whatever spacing you prefer */
      margin-top: 0;
      margin-bottom: 0;
  }

  #profile-dropdown .dropdown {
      position: static;
      z-index: 99;
  }

  #profile-dropdown .dropdown-toggle {
      padding: 15px; /* Adjust the padding to align the dropdown text vertically */
  }

  #profile-dropdown .dropdown-menu {
      position: absolute;
      right: 0;
      left: auto; /* Align the dropdown menu to the right */
      width: 100%;
      background: #fff;
      border: 1px solid #ccc;
  }
  #profile-dropdown .dropdown-menu>li>a{
      color:#333;
  }
}

#navbar-toggle{
	border-radius: 0px;
	padding-bottom:0px;
	border-right: none;
	background:#fff;
}
div#user-name {
    height: auto;
    line-height: 18px;
	margin-top:16px;
    color: white;
}
div#company-name {
    line-height: 22px;
    font-size: 12px;
    color: white;
}
.form-control{
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn{
	outline: none !important;
}
.btn:hover,.btn:active{
	border: 1px solid rgba(66, 66, 66, 0.333);
}
.btn-fab{
    position:absolute;
	border-radius: 50%;
	width: 6rem;
	z-index: 6;
	height: 6rem;
	box-shadow: 0 2px 1px rgba(0,0,0,.5);
}

.btn-round{
  border-radius:50%;
}

a.btn-fab>span.glyphicon {
	margin-top:40%;
}
a.btn-fab{
	box-shadow: none;
	height:4.44rem;
	width:4.44rem;
}
a.btn-fab>span.glyphicon {
	margin-top:30%;
	opacity:0.777;
}
a.btn-fab:hover>span.glyphicon,a.btn-fab:active>span.glyphicon{
	opacity:1;
}
.toggled a.btn-fab>span.glyphicon {
	margin-top:0;
	font-size:0;
	opacity:0;
}
.btn-fab, .btn-fab span.glyphicon {
	 -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-fab.top{ top:1.5rem;z-index:1034;}
.btn-fab.fixed.top{ top:2.5rem;}
a.btn-fab.fixed.top{ top:3.33rem;}
.btn-fab.bottom{bottom:1.5rem;}
.btn-fab.left{left:3rem;}
.btn-fab.right{right:3rem;}
.btn-fab.center{right:46.77%;}
.btn-fab.fixed{position:fixed;}
.toggled .btn-fab, .hide-fab .btn-fab, .blur .btn-fab{ width:0;height:0;opacity:0;padding:0;}
.toggled .btn-fab span.glyphicon, .blur .btn-fab { font-size:0;opacity:0;}
.toggled .btn-fab.center , .hide-fab .btn-fab.center{ right:50.77%;}
.toggled .btn-fab.right, .hide-fab .btn-fab.right{ right:6rem;}
.toggled .btn-fab.left, .hide-fab .btn-fab.left{ left:6rem;}
.toggled .btn-fab.top, .hide-fab .btn-fab.top{top:3rem;margin-top:1.5rem;}
.blur .btn-fab.top{top:3rem;margin-right:3rem;margin-top:3rem;}
.toggled .blur .btn-fab.top{top:3rem;margin-right:0rem;margin-top:3rem;}
.toggled .btn-fab.bottom{bottom:3rem;margin-bottom:1.5rem;}
.pagination-goto{margin:20px 0;}
.table-data{margin-top:3.33rem;}
.table-data tr:hover{cursor:pointer;}
.modal-header{
	background: #337AB7;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.modal-body .tab-pane{
	padding-top:2rem;
	min-height:200px;
}
.sidebar-brand{
	padding-left: 60px;
}
#offcanvas-navbar-toggle{
	position:absolute;
	background:none;
	border:none;
	z-index:10001;
	padding-top:1px;
	padding-left:1px;
}
#page-content-wrapper .list-group{
	box-shadow: 0px 1px 2px rgb(220, 211, 211);
    border-radius: 3px;
	background:#fff;
}
.list-group label, .list-group dt{
	font-size: 1.24rem;
}
.list-group-header,.list-group-footer{
    z-index: 3;
    background: #f9f9f9;
}
.list-group>.list-group-item.list-group-header{
	z-index: 4;
}
.list-group>.list-group-item.list-group-header>label{
	font-weight: bold;
    font-size: 1.43rem;
    color: #777777;
}
.list-group-canvas {
    border: 1px solid #ddd;
    height: 75vh;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list-group-canvas.card-canvas{
    height: 150px;
    position: relative;
    border-radius: 5px;
}
.list-group-canvas.card-canvas:hover{
    overflow-y: hidden;
}
.list-group-canvas.card-canvas .a-header{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.list-group-canvas.card-canvas .list-group-item{
    border: none;
}
.list-group-canvas:active,.list-group-canvas:hover{
	overflow-y: auto;
}
.page-body .list-group-canvas{
	 height: 37.55rem;
}

.list-group-canvas>.list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.list-group-canvas>.list-group-item	{
	cursor: auto;
	/* display: flex; */
}
.list-group-canvas .list-group-item:first-child{
	border-top:none;
}
.list-group-canvas .list-group-item:last-child{
	border-bottom:none;
}
.list-group-search-results{
	 height: 67vh;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.list-group-search-box{
	border-top:none;
}
.list-group-item.list-group-header>h5{
	font-size: 1.23rem;
    text-transform: uppercase;
    color: #777;
}
.list-group .well{
	text-align: center;
    color: #777;
    font-size: 1.23rem;
    height: 100%;
}
.list-group-thumbnail{
	min-height:33.33rem;
}
.list-group-thumbnail>.glyphicon{
    margin: 0 auto;
    display: block;
    width: 5rem;
    margin-top: 13rem;
    font-size: 5.33rem;
}
.list-group-thumbnail>img{
	width:100%;
}
.nav-pills.nav-wizard{
  display: block;
  width: 100%;
  min-height:40px;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  cursor: all-scroll;
  padding: 0.666rem 0rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align:center;
}
.nav-pills.nav-wizard > li {
  position: relative;
  display: inline-block;
  overflow: visible;
  border-right: 15px solid rgba(255, 255, 255, 0);
  border-left: 15px solid rgba(255, 255, 255, 0);
  float:none;
}
.nav-pills.nav-wizard > li:first-child {
  border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
  border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
  border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
  border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
  border-radius: 0;
  background-color: #FFF;
  color: #777777;
}
.nav-pills.nav-wizard > li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #FFF;
  z-index: 150;
}
.nav-pills.nav-wizard > li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #FFF #FFF #FFF transparent;
  z-index: 150;
}
.nav-pills.nav-wizard > li:hover .nav-arrow {
  border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover .nav-wedge {
  border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
  background-color: #aaa;
  color: #fff;
}
.nav-pills.nav-wizard > li.active .nav-arrow {
  border-color: transparent transparent transparent #428bca;
}
.nav-pills.nav-wizard > li.active .nav-wedge {
  border-color: #428bca #428bca #428bca transparent;
}
.nav-pills.nav-wizard > li.active a {
  background-color: #428bca;
  color: white;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 9px 10px;
  padding: 0px;
  width: 44px;
  height: 34px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #DDD;
  cursor: pointer;
  transition: background 0.2s;
}

.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 14px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #888;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888;
  content: "";
}

.c-hamburger span::before {
  top: -6px;
}

.c-hamburger span::after {
  bottom: -6px;
}


.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}



.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.2s;
}


.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.2s, width 0.2s, top 0.2s;
}

.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.2s, width 0.2s, bottom 0.2s;
}


.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before,
.c-hamburger--htla.is-active span::after {
  width: 50%;
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(38px) translateY(4px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(38px) translateY(-4px) rotate(-45deg);
}



.c-hamburger--htra span::before {
  transform-origin: top left;
  transition: transform 0.2s, width 0.2s, top 0.2s;
}

.c-hamburger--htra span::after {
  transform-origin: bottom left;
  transition: transform 0.2s, width 0.2s, bottom 0.2s;
}

.c-hamburger--htra.is-active span {
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%;
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #428BCA;
  animation: loading 1.23s ease infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%; opacity:1;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%; opacity:0;}
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
	margin-bottom: 33.33%;
}

.radio .cr, .checkbox .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 13%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease;
}
.checkbox label input[type="checkbox"] + .cr{
	background:none;
	transition: all .2s ease;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(0.666);
	color:white;
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label input[type="checkbox"]:checked + .cr {
	background: #337AB7;
    border-color: #0C5594;
}
.checkbox-lg .cr{font-size:1.5rem;}
.checkbox label{padding-left:0;}
.checkbox .description{display:inline-block;}
input[type="number"]{text-align:right;}
.amount {text-align:right;}
.amount.debit{color: #D9534F;}
.amount.credit{color: #449D44;}
.active .amount{color: white;}
.amount.amount-total>*{margin:0;padding-top:0.33rem;}
.amount.amount-total>label{text-transform:uppercase;font-weight:normal;}
.angular-ui-tree-handle{
	cursor:move;
}
.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 0.96;
	border:1px solid #ddd;
	background:#fdfdfd;
	color: #666;
	box-shadow:0px 1px 1px #eee;
}
.angular-ui-tree-drag td{
	font-size:1.45rem;
	padding:3px 5px;
	border:1px solid #ddd;
}
.empty-state>.well {
    height: 333px;
	background: none;
    box-shadow: none;
}
.empty-state .empty-state-icon {
    font-size: 3.33rem;
    padding-bottom: 1.33rem;
    padding-top: 6.66rem;
}
.empty-state .empty-state-help{
	padding: 0.5rem;
    font-size: 1.23rem;
	text-align:center;
}
.empty-state .empty-state-action-icon{
	    border-radius: 50%;
    border: 1px solid #31708F;
    padding: 1rem;
    font-size: 1.23rem;
}
.amount.peso:before {
    content: "\20B1";
    float: left;
}
.amount.peso {
    width: 8.88rem;
    float: right;
}
.amount.total.peso{
	width:auto;
	float:none;
}
.amount.total.peso:before{
	margin-right: 0.666rem;
	float:none;
}
.table-amounts tfoot tr{font-weight:bold;} 
.help-text {
	padding-top: 0.666rem;
	color: #7B7B7B;
	font-size:1.33rem;
	text-align:center;
}
.modal.in .modal-dialog.modal-sm{
	padding-top:13.33%;
}
.btn-fab-drop{
    right: 36.66%;
    top: -36.66%;
    box-shadow: none;
	width: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin-right: 4rem;
    margin-top: 4rem;
}
.btn-fab-drop.show{
	width: 8rem;
    height: 8rem;
    font-size: 2.22rem;
    padding-top: 0.33rem;
	margin-right: 0rem;
    margin-top: 0rem;
}
.list-group-item .preloader-message{
	margin:10px;
}
.popover-content .btn-dismiss{
	float:right;
	margin-top: -0.33rem;
    font-size: 0.99rem;
}
 .form-control[readonly]{
	 background:none;
	 cursor:not-allowed;
 }
.text-bold{
	 font-weight:bold !important;
 }
 .align-middle {
	 vertical-align:middle !important;
 }
 hr.help-bar{
	 margin-bottom:0px;
 }
 hr.help-bar+div{
	 position: relative;background: #ffffff;top: -10px;padding:0 20px;color: #7b7b7b;display:inline-block;
 }
 .btn-help{
	 color:#7b7b7b;
	 opacity:0.88;
 }
  .btn-help:hover, .btn-help:active{
	  opacity:1;
  }
  .btn-ghost{
	  color:#fff;
	  border-color:#fff;
	  background:none;
  }
.align-middle{
  vertical-align: middle !important;  
}
.align-top{
  vertical-align: top !important;  
}
.align-bottom{
  vertical-align: bottom !important;  
}
.schoolyear-selector-wrapper {
  display: inline-block;
}
.schoolyear-selector .dropdown-menu{
  min-width: 0px;
  margin-right: -1px;
}
.schoolyear-selector .dropdown-menu .btn-group{
  display:flex;
}
.schoolyear-selector .dropdown-menu .btn-group>.btn{
  flex:1;
}
.schoolyear-selector .dropdown-menu .btn-group>.btn-nav{
  flex:none;
}
.schoolyear-selector .dropdown-menu .filter-regular>li.dropdown-header,
.schoolyear-selector .dropdown-menu .filter-regular>li:last-child{
  margin-top:10px;
}
.schoolyear-selector .dropdown-menu .filter-footer{
  padding-top: 4px;
  padding-bottom: 8px;
}
.schoolyear-selector .dropdown-menu .dropdown-input{
  padding: 3px 20px;
}
.table tr.info td{
  color:#2e6da4;
}

.list-group-header.a-header-main{
  z-index: 5 !important;
}
.btn-group.a-pager,.schoolyear-selector-wrapper{
  margin-left: 10px;
}
ul.dropdown-menu .dropdown-header.dropdown-subheader {
  margin-top:0px;
}
.dropdown-submenu ul{
  list-style: none;
  padding:0;
  margin:0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
}
.dropdown-submenu ul.has-sticky{
  margin-top:3px;
}
.dropdown-submenu ul.has-sticky li{
  padding:0px 20px;
}
.dropdown-submenu ul.has-sticky li.sticky-header{
  position:sticky;
  padding:0px;
  top:0px;
  background:#fff;
}
.dropdown-submenu ul li.sticky-header>div{
  padding-top:0px;

}
.dropdown-submenu ul>li>a,
.dropdown-submenu ul>li>.btn-group{
  display: block;
  padding: 3px 20px;
  clear: both;
}
.dropdown-submenu ul>li>a{
  padding-left: 40px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-submenu ul>li>a:hover,
.dropdown-submenu ul>li>a:focus{
      color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-submenu .active>a,
.dropdown-submenu .active>a:hover,
.dropdown-submenu .active>a:focus{
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.filter-regular{display:flex;}
.filter-minor,.filter-major{flex:1;}
.angular-ui-tree-handle>button.btn[disabled]{opacity:1;}
.simple-typeahead>input[disabled]{ border: 1px solid #ccc;border-right: none;}

.btn-danger.outline{
  background: none;
  color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.outline:hover,
.btn-danger.outline:focus,
.btn-danger.outline:active{
  background-color: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}

.btn-success.outline{
  background: none;
  color: #4cae4c;
  border-color: #4cae4c;
}

.btn-success.outline:hover,
.btn-success.outline:focus,
.btn-success.outline:active{
  background-color: #5cb85c;
  color: #fff;
  border-color: #4cae4c;
}

.btn-warning.outline{
  background: none;
  color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.outline:hover,
.btn-warning.outline:focus,
.btn-warning.outline:active {
  background-color: #f0ad4e;
  color: #fff;
  border-color: #eea236;
}

.btn-primary.outline{
  background: none;
  color: #337ab7;
  border-color: #337ab7;
}
.btn-primary.outline{
  background: none;
  color: #337ab7;
  border-color: #337ab7;
}

.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active {
  background-color: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}
