

.page-title{
    background-color: #eee !important;
    height: 70px;
    padding-top: 15px;
}

#page-wrapper {
    padding: 0 15px;
    /*
    min-height: auto;
    */
    min-height: 1000px;
    
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
         /* min-height: 1000px; 1000px*/
    }
}

.sidebar .sidebar-nav {
    padding-right: 0;
    padding-left: 0;
}

.sidebar  {
    padding: 15px;
    margin: 0px !important;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    /*content: "\f054";*/
    content: "\f105";
}
/*
.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
*/
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        height: inherit;
        min-height: 1000px;
        /* margin-top: 51px;      *********************inherit
        min-height: 950px;
         */
        margin-top: 51px;
        /*
        background-color: #eee;
        */
    }
}    
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.breadcrumb > li + li:before {
  content: '' !important;  /*  /\003e  &#62;   ~ :	\223C */
}