/****************************************************/
/************  ADMIN - MENU LAYOUT  *****************/
.adminSideMenu .k-header,.adminSideMenu .k-menu .k-group {
    background-color: #444 ;
    border: 0px ;
    color: white;
}
.adminSideMenu .k-link {
    color: white !important;
}
.adminSideMenu .k-state-hover,.adminSideMenu .k-menu .k-state-border-right, .adminSideMenu #menu_mn_active {
    background-color: #49176d !important;
    color: white !important;
}
.adminSideMenu .k-item {
    border-bottom: 1px solid #ccc !important;
    padding-top: 5px;
    min-width: 150px;
    padding-bottom: 5px;
}

.adminSideMenu .k-menu .k-group {
    margin-left: 2px;
}

.adminSideMenu .k-menu .k-group.k-popup {
    border-right: 2px solid black;
}

/*
.k-menu .k-image {
    width: 20px;
    height: 20px;
}

.k-menu > .k-item > .k-link > .k-image {
    height: 70px;
    width: 70px;
    display: block;
    margin:auto;
}

.k-menu .k-group .k-item > .k-link > .k-image {
    height: 30px;
    width: 30px;
}

.k-menu > .k-item >.k-link {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #333;
}

.k-menu .k-group .k-item>.k-link {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
div.k-grid-header .k-header {
    background: rgba(6,23,63,1);
}
div.k-grid-header .k-header a {
    color: white !important;
    padding-bottom: 0px !important;
}
.k-grid-header .k-header>.k-link {
    color: white;
    font-size: 10px;
}
.k-grid td { 
    line-height: normal !important; 
}

.manageRowData {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
    */