﻿.searchdiv {
    padding-bottom: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eceef1;
    height: 47px;
    box-sizing: border-box;
}

.AddEditDeleteicons ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    color: grey;
}

.AddEditDeleteicons {
    display: table;
    width: 60%;
    text-align: right;
    padding-top: 0px;
}

.searchBox {
    height: 30px !important;
    background-color: #fff !important;
    padding: 0px 5px;
    border: 1px solid #ccc !important;
    color: #000 !important;
    margin-top: 2px !important;
}

.AddEditDeleteicons ul li span:hover{
    background-color: rgb(250,107,91);
    cursor: pointer;
}
.AddEditDeleteicons ul li span {
    vertical-align: top;
    color: #C7C7C7;
    line-height: 30px;
}

.history img {
    padding: 0px 5px 0px 5px;
}

.managementblocks {
    margin-bottom: 15px;
}

.usermanagement .innerborder {
    background-color: rgb(158, 41, 85);
}

.networkmanagement .innerborder {
     background-color: rgb(75, 41, 158);
}

.management {
    padding: 30px 15px 15px 25px ;
    border-top: 1px solid #c1c5ce;
    height: calc(100% - 185px);
    overflow: auto;
}

.managementblocks h2 {
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.dashBoard {
    width: 280px;
    height: 255px;
    display: inline-block;
    background: #323941;
    box-sizing: border-box;
    margin: 0px 5px 10px 0px;
    padding: 5px;
	vertical-align: top;
}

.innerborderline {
    display: inline-block;
    width: 270px;
    height: 245px;
    box-sizing: border-box;
    border: 1px solid #3f464e;
}

.dashBoard span.dashIcon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    left: -2px;
    cursor: default;
}

.innerborderline h2 {
    margin: 10px;
    font-weight: normal;
}

.management h2{
    font-weight: normal;
}

.roundGraph {
    width: 155px;
    height: 136px;
    display: inline-block;
    vertical-align: top;
}

.dashStatus {
    width: 100px;
    height: 125px;
    display: inline-block;
    vertical-align: top;
}

.Status1 {
    border-left: 3px solid #212123;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

.Status2 {
    border-left: 3px solid #212123;
    border-bottom: 1px solid #666;
}
.Status1,.Status2{
    display:none;
}


.dashStatus p {
    margin: 0px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: #878e95;
}

.dashStatus p.count{
    font-size: 16px;
    color: #E0E0E0;
}

.dashboardAdd {
    display: inline-block;
    width: 110px;
    background: #3a424b;
    box-sizing: border-box;
    margin: 5px;
    padding: 1px;
}

.innerAdd {
    display: block;
    box-sizing: border-box;
    border: 1px solid #3f464e;
}

.innerAdd span.addSymbol {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 30px;
    vertical-align: top;
    color: #878e95;
}

.innerAdd a:hover span.addSymbol{
    color: #fff;
}

.innerAdd a{
    display: block;
    position: relative;
}

.innerAdd a p{
    margin: 0px;
    padding: 5px 0px 5px 5px;
    text-transform: uppercase;
}

.innerAdd a:hover{
    background-color: rgb(250,107,91);
    color: #fff;
}

.tableGraph {
    display: table;
    height: 100%;
    width: 100%;
}

.tableGraph>div {
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.dashboardGraph, .VolumeChart {
    display: inline-block;
}


.managementblocks ul, .managementblocks ul li{
    list-style: none;
}
.managementblocks li {
    width: 101px;
    height: 100px;
    display: inline-block;
    background-color: rgb(250,107,91);
    border: 5px solid rgb(63,66,83);
    font-size: 13px;
    padding: 10px;
    vertical-align: top;
    background-image: none;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.managementblocks li:hover{
    background-image: none;
    background-color: #FF7E6F;
}

.managementblocks li.iconimg div.adduser {
    height: 32px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.managementblocks .adduser .plussymbol {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 20px;
    color: #fff;
}

.managementblocks .row1 {
    background: none;
}


.managementblocks .iconimg a{
    display: inline-block;
    width: 100%;
}

.managementblocks .iconimg p{
    text-transform: uppercase;
    color: #fff;
}

.managementblocks .row1>div {
    padding: 5px;
    font-size: 16px;
}