/* TABLET LANSSCAPE - NETBOOK */
@media (min-width: 992px) and (max-width: 1199px) {
*{}

aside.main-sidebar {
    box-shadow: 0 0 100px;
}

.callout.alert {
    padding-left: 170px;
}

.sidebar-collapse .content-header>h1 {
    padding-left: 0px;
}

.table tr>.actions, .table tr>.actions {
    opacity: 1;    position: relative;    
    left: 0px;    border: none;
}

.userTable tr td:nth-child(3), .userTable thead th:nth-child(3), .userTable tr td:nth-child(4), .userTable thead th:nth-child(4) {
    display: none !important;
}

.main-header .navbar {
    margin-left: 170px;
}

.content-wrapper {
    margin-left: 0px;
}

}