div#dashboard ul>li.head {
    font-weight: 700;
    border: none !important;
    font-size: 1.1vmax;
}

div#dashboard>div {
    display: inline-block;
}
#dashboard div.dashboard-menu ul a[class^="btn-icon"]:before
{
	font-size: 24px;
    vertical-align: middle;
    margin-right:0.75vmax;
}
#dashboard div.dashboard-menu:not(.litext) a {
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 0.35vmax;
    font-size: .75vmax;
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
    float: none;
    margin-top: auto;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height:1.5vmax;
    word-break: normal;
    white-space: normal;
}
#dashboard div.dashboard-menu ul li:hover
{
	background:#333;
	transition:all 0.5s ease;
	
}
.litext
{
    display: inline-block;
    margin-left: 5vmax;
}

.number-nofloat
{
    right: auto!important; 
    position: relative!important; 
}
#dashboard div.dashboard-overview ul.dashboard-module
{
    padding-top:0;
    padding-right:0;
    padding-left:0;
    width:100%;
}

#dashboard div.dashboard-overview ul.dashboard-module table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 1px;
    border-collapse: collapse;
    background: #fff;
    background: -moz-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    background: linear-gradient(45deg,rgba(255,255,255,1) 0%,rgba(252,252,252,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#fcfcfc',GradientType=1);
    border:1px solid rgba(0,0,0,0.1);
    min-width: 40%;
    vertical-align: top;
    margin: 1.5vmax auto;
    padding: .5vmax;
    list-style: none;
    margin-top: 0;
}

#dashboard div.dashboard-overview ul.dashboard-module table.graph-legend tr td
{
    font-size:16px!important;
}

#dashboard div.dashboard-overview ul.dashboard-module table tr th
,#dashboard div.dashboard-overview ul.dashboard-module table tr td
{
    padding:0.5vmax;
    border-top:1px solid rgba(0,0,0,0.1);
}
#dashboard div.dashboard-overview ul.dashboard-module table tr th
,#dashboard div.dashboard-overview ul.dashboard-module table tr td
{
    padding:0.5vmax;
    border-right:1px solid rgba(0,0,0,0.025);
}
#dashboard div.dashboard-overview ul.dashboard-module table tr th a[class^='btn-icon']:not(.btn-nomargin)
,#dashboard div.dashboard-overview ul.dashboard-module table tr td a[class^='btn-icon']:not(.btn-nomargin)
{
    font-size:12px
}
#dashboard div.dashboard-overview ul.dashboard-module table tr th
{
    background:#336699;
}
#dashboard div.dashboard-overview ul.dashboard-module .number {
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    z-index: 9508;
    font-size: 18px;
    float: right;
    height: 40px;
    width: 40px!important;
    background: #d32626;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0.40vmax;
    margin-top: 1px;
    font-size: 18px;
    padding-top: 10px; 
    right: 5%;
    position: absolute;
    top: 2px;
}
#dashboard>div.dashboard-menu .number:after {
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent #666 #666;
    border-style: solid;
    border-width: .15vmax;
    z-index: 9501;
    position: absolute;
    right: -.2vmax;
    top: 0;
}

#dashboard button
,#dashboard input
,#dashboard select
,#dashboard textarea {
    display: inline-block;
    
    height: auto;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: verdana,arial,helvetica;
    font-size: 1vmax;
    font-size:18px;
}
#dashboard div h2
,#dashboard div h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding: 0.5vmax;
    padding-top: 1vmax;
   
}
#dashboard {
    position: relative;
    margin-bottom: 1vmax;
       overflow: hidden;
	background:url('../images/non-branded-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#dashboard div.dashboard-menu:not(.litext) {
    background: rgb(61, 115, 100);;
    padding: 0;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 9502;
    width: 19%;
    height:100%;
    line-height: 1.5vmax;
    right: -1%;
        display: inline-block;
	  float: right;
	  min-height: 100vh;
}
#dashboard>div.dashboard-menu .number {
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
    line-height: 30px; 
    z-index: 9508;
    font-size: 18px;
    float: right;
    height: 30px;
    width:30px!important;
    background:whitesmoke;
    border-radius:100%;
    text-align: center; 
    vertical-align: middle;
    margin:0.40vmax;
    margin-top: 1px;
    font-size: 16px;
    right: 5%;
    position: absolute;
    top: 0.5vmax;
}
#dashboard div.dashboard-menu ul {
    padding: 1vmax 0;
    list-style: none;
    font-size: 1.2vmax;
}

#dashboard div.dashboard-menu ul .head {
    padding: 1vmax;
    list-style: none;
    font-size: 1.2vmax;
    margin-left: -1vmax;
    margin-right: -1vmax;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1vmax;
}

#dashboard div.dashboard-menu ul li.descr {
    
    color:#ddd;
    font-size: 10px;
    font-weight:normal;
    padding-left:20px;
    font-style:italic;
}
#dashboard div.dashboard-menu ul li {
    
    list-style: none;
    font-size: 1vmax;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    color: #fff;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
#dashboard>div.dashboard-overview {
    padding: 1vmax;
    color: #000;
    width: 79%;
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    z-index: 9501;
    vertical-align: top;
        display: inline-block;
	  float: left;
    
}

#dashboard div.dashboard-overview ul li:not(.head):not(.paginate_button):hover {
   
    cursor: pointer;
}
ul.panelmenucontent li:hover
{
	 box-shadow: inset 1px -1px 2px rgba(0,0,0,0.2);
	 border-left:2px solid white;
	 transition:border .05s ease;
}
ul.menu li.selected {
    font-weight: 700;
}

ul.menu>li.selected>ul {
    font-weight: 400;
}

ul.breadcrumb li {
    display: inline-block;
    cursor: pointer;
}

ul.breadcrumb li:not(.first):not(.mobile-menu-toggle)::before {
    content:"\e080";
}

div#dashboard ul>li.head {
    font-weight: 700;
    border: none !important;
        font-size: 18px;
}

ul.dashboard-section
{
	margin-bottom: 20px;
	border-color: #ddd;
	color: #333;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	
}
ul.dashboard-section>li
{
	padding:1vmax!important;
}


