@charset "utf-8";

/* Category */

.list-category .tabs {
    margin-bottom: 20px;
}

.list-category .dropdown {
    margin-bottom: 20px;
}

.at-side .col-sm-6:nth-child(3) { display:none !important; }
.list-category .active a,
.list-category .selected a {
    color: crimson;
    font-weight: bold !important;
}

.list_write { display:none !important; }
/* List */

.list-wrap {
    width: 100%;
}

.list-admin {
    text-align: center;
    margin: 15px 0px;
}


/* Page */

.list-wrap .pagination a,
.view-wrap .pagination a {
    color: #333 !important;
}

.list-wrap .pagination .active a,
.view-wrap .pagination .active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important;
}


/* View */

.view-wrap {
    width: 100%;
    overflow: hidden;
}

.view-wrap.view-modal {
    padding: 5px;
    margin: 0px;
}

.view-btn {
    margin: 0px 0px 30px;
}

.view-btn i {
    margin-right: 2px;
}


/* Write */

.write-wrap {
    width: 100%;
    overflow: hidden;
}

@media all and (max-width:1200px) {
    
    div.i_box{
           width: 100% !important;
    }
    .menu{
        display:none !important;
    }
    div.att_header{
  height: 135px !important;
    }
    .title{width:100% !important;}
    div.att_header div.att_i{width: 75% !important;}

}