.app_footer a svg:focus {
    outline: none;
}
:focus {
    outline: none;
}
.action a {
    min-height: 100px;
	text-decoration: none;
}
.btn-icon {
    padding: 10px 20px;
}
span.btn-inner-text {
    position: relative;
    top: 3px;
    left: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #242e4c!important;
    border-color: #242e4c!important;
    box-shadow: 0 0.125rem 0.25rem rgba(23,31,56,.075);
}
.w-15 {
    width: 15%!important;
}
div#block-bootstrap-barrio-subtheme-breadcrumbs {
    display: none;
}
span.input-group-text svg {
    color: #fff;
}
img.logo {
	width:45px;
}
.jquery-accordion-menu-footer, .jquery-accordion-menu .jquery-accordion-menu-header {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    float: left;
    line-height: 50px;
    font-weight: 600;
    color: #f0f0f0;
    background: #414956;
}
.jquery-accordion-menu ul li a svg {
    width: 34px;
    float: left;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
}
.jquery-accordion-menu {
    width: 279px;
    /* float: left; */
    position: relative;
    box-shadow: 0 20px 10px #333;
}
.jquery-accordion-menu>ul>li.active>a, .jquery-accordion-menu>ul>li:hover>a {
    color: #fff;
    background: #3b424d;
}
.jquery-accordion-menu>ul>li>a {
    border-bottom: solid 1px #3b424d;
}
.jquery-accordion-menu ul li a {
    width: 100%;
    padding: 14px 22px;
    float: left;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 13px;
    background: #414956;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -webkit-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
	text-transform: uppercase;
}
.jquery-accordion-menu ul li {
    width: 100%;
    display: block;    
    position: relative;
}
.jquery-accordion-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.jquery-accordion-menu, .jquery-accordion-menu * {
    /*font-family: 'Open Sans', sans-serif;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
}
.sidebar-wrapper .sidebar-search .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text {
    background-color: rgba(81, 81, 81, 0.5);
	border:none;
	border-radius:0;
}
.sidebar-wrapper .sidebar-search > div {
    padding: 1rem 0.8rem;
}
.sidebar-bg .sidebar-wrapper .sidebar-item {
    border-color: #454545;
}
.sidebar-wrapper .sidebar-item,
.sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #2b2b2b;
}
.sidebar-wrapper .sidebar-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.sidebar-wrapper .sidebar-menu ul li a .menu-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
}
.sidebar-menu > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.sidebar-wrapper .sidebar-menu ul {
	padding-left: 0;
}
.sidebar-wrapper .sidebar-menu ul li  {
	list-style: none;	
}
.sidebar-wrapper .sidebar-menu ul li a svg {
    background-color: transparent;
	width: 35px;
}
.sidebar-menu ul li a svg {
    background-color: #2b2b2b;
}
.sidebar-menu ul li a svg {
    margin-right: 10px;
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	margin-top: -7px;
    padding-top: 7px;
}
.negative {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
nav#block-bootstrap-barrio-subtheme-main-menu li {
    margin-left: 2rem;
}
div#page {
    height: 100%;
    position: relative;
}
.navbar-holder a,
nav#sidebar a,
.navbar-holder svg {
    color: #fff;
}
.navbar-holder {
	min-height: 55px;	
	position: fixed;
	width: 100%;
    background-color: #292929;
	z-index:9;
}
.page-wrapper {
    /*height: 100vh;*/
}
.page-wrapper.toggled .sidebar-wrapper {
    right: 0px;
}
.default-theme .sidebar-wrapper {
    background-color: #414956;
}
.sidebar-bg .sidebar-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-wrapper {
    min-width: 280px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    right: -300px;
    z-index: 9;
    -webkit-transition: right .3s ease, width .3s ease;
    transition: right .3s ease, width .3s ease;
}
/*.default-theme.sidebar-bg .sidebar-wrapper:before {
    background-color: rgba(42, 42, 42, 0.9);
}
.sidebar-bg .sidebar-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
.default-theme.sidebar-bg .sidebar-wrapper .sidebar-item {
    border-color: #454545;
}
.default-theme .sidebar-wrapper .sidebar-item:first-child {
    border-top: none;
}
.default-theme .sidebar-wrapper .sidebar-item {
    border-top: 1px solid gray;
}
.sidebar-wrapper .sidebar-brand {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}
.sidebar-wrapper .sidebar-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
