.myGrid {
    width: 500px;
    height: 250px;
}

.error-messages{
    background-color: red;
}

.sidebar .sidebar-menu .active .treeview-menu {
    display: block;
}

.pointer, a{
    cursor: pointer ;
}
.login-gb{
    background:#e5e5e4;
}
.myfooter{
    position:relative;
}

.overscroll { max-height: 460px; overflow-y: scroll !important;  cursor: pointer; }
.overscroll a table{ color: #07c; text-decoration: none; cursor: pointer; display: block;}
.overscroll a:hover table{ color: #f00;}

@media(min-width: 1200px){
.col-lg-2 {width: 12.4% !important;}
}

