.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

 #user-profile {
    height: 50px;
    padding-top: 15px;
    padding-left: 58px;
}

 #user-profile img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 2px;
    left: 8px;
    padding: 1px;
}

#wrapper {
    /*padding-top: 50px;*/
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 225px;
    }
}

@media (min-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 225px;
    }
}

#sidebar-wrapper {
    /*border-right: 1px solid #e7e7e7;*/
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;
    background: #f8f8f8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 225px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    /*width: 50px;*/
    /*height: 50px;*/
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
    position: absolute;
    right: 23px;
    top: auto;
    margin-top: 20px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li a .after-sidebar-icon {
    /*width: 45px;*/
    /*height: 45px;*/
    font-size: 14px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 7px;
    margin-right: 10px;
    color: #fff;
    float: right;
}
#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
}

@media (max-width: 992px) {
    #page-content-wrapper{
        padding-left: 2.5rem;
    }
    #wrapper #sidebar-wrapper {
        width: 40px;
    }

    #sidebar-wrapper .sidebar-nav {
        position: absolute;
        top: 0;
        width: 45px;
    }

    #sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
         margin-right: 0px;
    }
    #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
        position: -ms-device-fixed;
        left: 45px;
        z-index: 1000;
        width: 50px;
        background-color: red !important;
    }

    #sidebar-wrapper .sidebar-nav li a .after-sidebar-icon,
    span.sidebar-title{
        display: none;
    }
}

/* navbar top */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    padding: 20px !important;
    background: #3490dc !important;
    color: #fff !important;
}

/* Nav bar top*/

#sidebar-wrapper .sidebar-nav li a {
    color: white;
    text-decoration: none;
    /*background-color: transparent;*/
}


.sm\:border-t:first-child {
    border-top-width: 0px;
}

.custom__tag:nth-child(2n) {
    background: #daffee;
}

.custom__remove {
    position: absolute;
    height: 17px;
    line-height: 15px;
    width: 17px;
    font-size: 1.3em;
    font-weight: normal;
    border-radius: 50%;
    background-color: red;
    color: white;
    text-align: center;
    cursor: pointer;
    top:4px;
    right: 4px;
}

.custom__remove:hover {
    color: red;
    background: white;
}

.custom__tag {
    position: relative;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 25px;
    background: #d2d7ff;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    cursor: pointer;
}

.vs__search {
    height: 30px;
}

/*.vs--searchable .vs__dropdown-toggle {*/
/*    width: 88%;*/
/*    margin-bottom: 2px;*/
/*}*/

.fade-enter-active,
.fade-leave-active {
    transition: opacity .8s;
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}

/* always present */
.expand-transition {
    transition: all .3s ease;
    height: 30px;
    padding: 10px;
    background-color: #eee;
    overflow: hidden;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
    height: 0;
    padding: 0 10px;
    opacity: 0;
}
.printable{
    display:none;
}
@media print {
    ._aside, ._header, ._filters, ._content_header, ._content_main, ._not_printable {
        display: none;
    }
    .printable{
        display: block;
    }
    .printable table{
        max-width: 2480px;
        width:100%;
    }
    .printable table th,
    .printable table td{
        width: auto;
        overflow: hidden;
        word-wrap: break-word;
        padding:8px;
        border: 1px solid #d3d3d3;
    }
}

.multiselect__tags {
    max-height: 300px !important;
    overflow: auto !important;
}
