.wrapper .content-wrapper {
    margin-top: -1px;
}

.xd-link:hover {
    color: rgba(0, 0, 0, .7);
}

.xd-rounded-5 {
    border-radius: 5px !important;
}

.xd-rounded-10 {
    border-radius: 10px !important;
}

.xd-rounded-15 {
    border-radius: 15px !important;
}

.xd-rounded-20 {
    border-radius: 20px !important;
}

.xd-rounded-50 {
    border-radius: 50px !important;
}

.navbar-light .navbar-nav .xd-link {
    color: rgba(0, 0, 0, .5);
}

.xd-thumbnail {
    width: 120px;
    height: 120px;
}
.xd-thumbnail.position-relative > i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.xd-circle {
 border-radius: 50%;
}

.navbar-expand .navbar-nav .xd-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.main-header .xd-link {
    height: 2.5rem;
    position: relative;
}

.xd-link:hover {
    text-decoration: none;
}

.xd-link {
    display: block;
    padding: .5rem 1rem;
}

.cursor {
    cursor: pointer;
}

body.xd-loading {
    overflow: hidden !important;
}

div.xd-loading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, .4);
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.xd-input-underline {
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ced4da !important;
}

.xd-input-underline > .form-control {
    border: none !important;
    background-color: transparent;
}

.xd-input-underline > .input-group-append {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;

}

.xd-input-underline > .input-group-append > .input-group-text {
    border-radius: 0 !important;
    background-color: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 2px solid #ced4da !important;
    padding: 0 .75rem;
    margin: .375rem 0;
    min-width: 57px;
    text-align: center;
}
.fixed-table-toolbar > .bs-bars.float-left {
    width: calc(100% - 315px);
}