﻿.wmsDashboardCountHolder
{
    padding:5px 20px;
    padding-top:20px;
}
.wmsDashboardCountBoxHolder {
    display:inline-block;
    width:19.5%;
    border: solid 1px #cccccc;
    /* padding:10px; */
}
.wmsDashboardCountBox {
    display: table;
    width: 100%;
   
}
.wmsDashboardCountIcon {
    background-color: #5a75a5;
    color: #ffffff;
    width:61px;
    font-size:18px;
}
.wmsDashboardCountIcon i{
    position:relative;
    top:10px;
}
    .wmsDashboardCountIcon, .wmsDashboardCountContent {
    display:table-cell;
    vertical-align:central;
    text-align:center;
}
.wmsDashboardCount{
    font-size:18px;
}
.wmsDashboardTwoCol {
    padding: 5px 20px;
}
.wmsChartBoxRowHolder {
    width: 66%;
    display: table-cell;
    vertical-align: top;
}
    .wmsChartBoxRowHolder .wmsDashboardCommonBoxContent input,
    .wmsChartBoxRowHolder .wmsDashboardCommonBoxContent div img{
        display: none !important;
    }
    .wmsChartBoxRowHolder .wmsDashboardCommonBoxContent table div div img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        cursor: zoom-in;
        /*transition: all .2s ease-in-out;*/
    }

/*.wmsChartBoxRowHolder .wmsDashboardCommonBoxContent:hover table div div img {
    transform: scale(2.0);
    z-index:999999999;
}*/
  
.wmsChartBoxHolder {
    padding: 20px;
}
.wmsDashboardCommonBoxHolder {
    display: inline-block;
    width: 49%;
    border: solid 1px #cccccc;
    margin:3px 1px;
}
.wmsDashboardCommonBoxTitle {
    background: url(../images/texture_5.png), -moz-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -ms-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -o-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc));
    /*! background: url(../images/texture_5.png), -webkit-linear-gradient(top, #ffffff, #cccccc); */
    /*! -pie-background: url(bg-image.png) no-repeat, linear-gradient(#ffffff, #cccccc); */ /*IE*/
    font-weight: bold;
    color: #2f76b6;
    font-size:14px;
    text-align:center;
    padding:10px;
}
.wmsDashboardCommonBoxContent{
    padding:20px;
}
/* DASHBOARD GRID TABLE */
.wmsGridBoxRowHolder{
    padding:10px 20px;
}
.wmsDashboardGrid td {
    font-size: 13px;
    border-bottom: solid 1px #a7a7a7;
    padding:5px;
}
.wmsDashboardGridHead{
    font-weight:bold;
}
.wmsGridBoxRowHolder .wmsDashboardCommonBoxHolder {
    width: 100%;
}
/* DASHBOARD GRID TABLE */
/* SHORTCUT HOLDER */
.wmsDashboardShortCutHolder {
    /*display: inline-block; */
    display: table-cell;
    /* padding: 10px 20px; */
    width: 33%;
    /* width:25%; */
    /* float: right; */
    vertical-align: top;
}
.wmsDashboardShortCut {
    /* border: solid 1px #9e9e9e;
    border-radius: 7px; */
    /*  background: #5a75a5;*/
    /* background: url(../images/texture_5.png), -moz-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -ms-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -o-linear-gradient(top, #ffffff, #cccccc);
    background: url(../images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cccccc)); */
    /*! background: url(../images/texture_5.png), -webkit-linear-gradient(top, #ffffff, #cccccc); */
    /*! -pie-background: url(bg-image.png) no-repeat, linear-gradient(#ffffff, #cccccc); */ /*IE*/
    /* margin-top: 5px;
    margin-bottom: 5px; */
    color: #126a80;
    display: inline-block;
    width: 32%;
    /* width: 24%; */
    margin:1px;
}
    .wmsDashboardShortCut a,
    .wmsDashboardShortCut a:hover {
        color: #126a80;
        text-decoration: none;
        display: block;
        /* padding: 10px 20px; */
        text-align:center;
        padding:5px;
    }
    .wmsDashboardShortCut a i {
        margin-right: 0px;
        display: block;
        font-size:30px;
        margin:5px;
    }
.wmsAddShortCutButton {
    background: url(../images/texture_5.png), -moz-linear-gradient(top, #00acd7, #0691b4);
    background: url(../images/texture_5.png), -ms-linear-gradient(top, #00acd7, #0691b4);
    background: url(../images/texture_5.png), -o-linear-gradient(top, #00acd7, #0691b4);
    background: url(../images/texture_5.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00acd7), to(#0691b4));
    border: solid 1px #0895ba;
}
    .wmsAddShortCutButton a,
    .wmsAddShortCutButton a:hover{
        color:#ffffff;
    }
.themeWMSNav ul{
    padding-left:0px;
}