.myadmin-dd .dd-list .dd-item .dd-handle {
    cursor: inherit;
    height: 67px;
    padding:7px 7px;
    position:relative;
    z-index:0;
}
.main-header .navbar {
    border-bottom: none;
}
.main-header .logo-box {
    border-right: none;
}
.light-skin .main-sidebar {
    border-right: none;
}
.pagination {
    margin-bottom: 0;
}
.handcur
{
    cursor: pointer;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.01);
}
.table-striped tbody tr:nth-of-type(2n+1):hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.colorblue
{
    color:#00F;
}
.colorblue:hover
{
    color:#003366 !important;
}
.padding1
{
    padding: 2.3rem;
}
.height1
{
    height:34px;
    font-size:inherit;
    line-height:0;
    font-weight:bold;
}
.zindextop
{
    position:relative;
    z-index:9999;
}