#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: 200px;
}

.table>tbody>tr>td {
    border-bottom: 1px solid #DEE4EC;
    padding: 25px 15px;
    background: #FFF;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: #FFF;
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%;
}

#login-dp .form-group {
    margin-bottom: 10px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa;
}

.navbar-nav {
    margin: 7.5px -15px;
}

.popover2 {
    width: auto;
    height: auto;
}

.x-dashboard .page-container .page-content .page-content-wrap .x-hnavigation {
    float: left;
    width: 100%;
    background: #FFF;
    line-height: 16px;
    -moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.personnel-card-body {
    overflow: auto;
    height: 110px;
}

@media (max-width: 768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
        min-width: 200px;
        position: absolute;
        left: -130px !important;
    }
    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }
    .x-features .pull-right {
        margin-top: 2%;
        margin-right: 3% !important;
    }
    .twocol .col-md-4 {
        float: left;
    }
    .cinline table td {
        padding-left: 0.5%;
    }
    .x-block-content {
        overflow: auto;
    }
}