@media only screen and (max-width: 1000px) {

    .wrap {
        padding: 40px 30px;
    }
    .wrap-header {
        padding: 20px 40px;
    }
    
    
    /* CONTENT */
    #content {
        margin: auto;
    }
    .list-horizontal-3 {
        width: 100%;
    }
    .list-horizontal-3 > LI {
        width: 30%;
        margin: 0 5px;
    }
    .list-shortcut-desc {
        height: 140px;
    }
    
}

@media only screen and (max-width: 800px) {
    
    .wrap {
        padding: 30px 20px;
    }
    .wrap-header {
        padding: 20px 40px;
    }
    .row .col {
        margin-right: 15px;
        margin-bottom: 15px;
    }
    table.table-form {
        display: block;
    }
    table.table-form tbody {
        width: 100%;
        display: block;
    }
    table.table-form TR {
        display: block;
        margin-bottom: 10px;
    }
    table.table-form TD {
        display: block;
        padding: 5px;
    }
    
    .list-horizontal-3 {
        text-align: left;
    }
    .list-horizontal-3 > LI {
        width: 30%;
        margin: 0 5px 20px;
    }
    .list-shortcut-content {
        padding: 20px 10px
    }
    .footer-bottom-left {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-bottom-right {
        float: none;
        text-align: center;
    }
    .wrap-table-data {
        width: 100%;
        height: 350px;
        overflow: scroll;
    }
    .wrap-table-data:before {
        content: "Geser pada table untuk melihat data";
        display: block;
        font-size: 10px;
        color: #666;
        padding: 5px;
        margin: 0;
        text-transform: uppercase;
        width: 600px;
    }
    table.table-data {
        width: 600px;
    }
    
}

@media only screen and (max-width: 700px) {
    .list-shortcut-desc {
        height: 180px;
    }
}

@media only screen and (max-width: 600px) {
    
    .wrap {
        padding: 10px;
    }
    .row .col-1 {
        width: 100%
    }
    .row .col-2 {
        width: 100%
    }
    .row .col-3 {
        width: 100%
    }
    .row .col-4 {
        width: 100%
    }
    .row .col {
        float: none;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    
    
    IMG.logo {
        width: 250px;
        max-width: 90%;
        height: auto;
    }
    .nav-top {
        font-size: 12px;
    }
    .nav-top A {
        padding: 10px;
    }
    
    .nav-user > LI {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
        text-align: center;
    }
    
    .page-content {
        padding: 20px;
    }
    .page-title {
        margin: 20px 0
    }
    .page-title H1 {
        font-size: 20px;
    }
    
    .list-shortcut-title {
        font-size: 14px;
    }
    
    ul.sidemenu {
        width: 100%;
    }
    
    .box-login {
        width: 90%;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .list-shortcut-desc {
        height: 200px;
    }
}

@media only screen and (max-width: 450px) {
    
    .list-horizontal-3 > LI {
        width: 100%;
        margin: 0 0 20px;
    }
    .list-shortcut-content {
        padding: 20px 10px
    }
    .list-shortcut-desc {
        height: auto;
    }
}