@media screen and (max-width: 767px) {
    .cover {
        padding-top: 51px;
        border-bottom: 1px solid #dddddd;
    }
    .has-navbar-top .app-body {
        padding-top: 0;
    }
}

@media screen and (min-width: 768px) {
    /* some default color */
    body {
        background-color: #ffffff !important;
    }
    .app, .app-body, .copyright {
        background-color: inherit;
    }
    .app {
        box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    }


    /* layout */
    h3.title {
        margin-top: 10px;
    }
    .app {
        width: 1200px !important;
        margin: 0 auto;
    }
    .gllue-app-content {
        overflow: visible;
        position: static;
        height: auto;
    }
    .navbar-container,
    .app-body.row {
        width: 1200px !important;
    }
    .side-navbar-widget {
        z-index: 1000;
    }
    .cover {
        border-bottom: 1px solid #dddddd;
    }
    .cover img {
        width: 100%;
    }
    .app > .navbar {
        border: 0;
    }

    /* navbar link active */
    .navbar-nav >li >a {
        position: relative;
        padding-left: 30px !important;
    }
    .navbar-nav >li >a::before{
        content: ' ';
        width: 14px;
        height: 14px;
        display: block;
        border-radius: 50px;
        position: absolute;
        top: 12px;
        left: 12px;

        background-color: #d3d3d3;
    }
    .navbar-nav >li >a:hover::before,
    .navbar-nav >li.active >a::before {
        background-color: #0062cc;
    }
    .navbar-nav a.text-weight {
        font-weight: 300;
    }

    .navbar-absolute-top a.text-primary {
        color: #999;
    }
    .navbar-absolute-top a.text-primary:hover {
        color: #0062cc;
    }

    /* footer */
    .dl-horizontal dt {
        float: left;
        width: 120px;
        overflow: hidden;
        clear: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
    }
    .dl-horizontal dd {
        margin-left: 140px;
    }
    .footer-nav {
        text-align: right;
    }
    .copyright {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 768px) {
    .gllue-app-content {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
}




/* label options */
a.label-option {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    color: #555;
    margin: 0 5px;
    margin-bottom: 5px;
}
a.label-option:hover,
a.label-option.active {
    color: #fff;
    background-color: #0062cc;
}

.login, .register {
    border: 1px solid #dddddd;
}
