 canvas {
     background: white !important;
     /* width: 100% !important;
    height: 100% !important; */
     display: block !important;
 }
 
 .no-padding {
     padding-left: 0px !important;
     padding-right: 0px !important;
 }
 
 .staff-dashboard-card {
     height: 140px;
     ;
     /* width:132px; */
     cursor: pointer;
     margin-top: 10px;
     padding: 18px;
     /* padding: 28%; */
 }
 
 #staff-dashboard-table .staff-dashboard-card {
     width: 132px;
 }
 
 #staff-dashboard-table {
     margin-left: 37%;
     margin-top: 10%;
 }
 
 .staff-dashboard-card h1 {
     font-size: 16px;
 }
 
 .staff-sales-dashbaord-card {
     background-color: #58BDBE;
     color: white;
 }
 
 .staff-contacts-dashboard-card {
     background-color: #496EA3;
     color: white;
 }
 
 .staff-products-dashboard-card {
     background-color: #D38D2B;
     color: white;
 }
 
 .staff-dahsboard-icon {
     height: 70%;
     width: 100%;
 }
 
 .copy-right-text {
     /* margin-top:-3%; */
 }
 
 .circle-container {
     width: 200px;
     height: 200px;
     position: relative;
 }
 
 .panel-heading {
     background-color: #ffffff !important;
 }
 
 .login-welcome-msg {
     color: #337BB3;
 }
 
 .dashboard-container {
     padding: 40px 75px 0px;
     padding-left: 4%;
     padding-right: 4%;
 }
 
 .kbz-logo {
     height: 50px;
 }
 
 .dashboard-menu {
     font-size: 15px;
     color: #327AB3;
     text-transform: uppercase;
 }
 
 .dashboard-menu-active {
     font-weight: bold;
     text-decoration: underline;
 }
 
 #dashboard-menu-container {
     margin-top: 50px;
 }
 
 .list-inline-item:hover {
     font-size: 16px;
     color: #327AB3;
     text-decoration: underline;
     text-transform: uppercase;
     font-weight: bold;
 }
 
 .dashboard-update-ago {
     font-style: italic;
     color: #327AB3;
 }
 
 .menu-wrapper {
     margin-top: 12px;
 }
 
 #dashboard-container .welcome-panel {
     padding-bottom: 2px !important;
 }
 
 .dashboard-panel {
     padding-left: 0px;
     padding-right: 0px;
 }
 
 .dashboard-body {
     background-image: linear-gradient(180deg, #A4C4E2 23%, #C1BDBD 90%);
     border: 1px solid #979797;
     background-repeat: no-repeat;
     background-attachment: fixed;
 }
 
 .contact-container {
     margin-left: 38%;
 }
 
 .funnel-conversion-rate-txt {
     color: grey;
     font-size: 19px;
 }
 
 #quote-invoice-table td {
     vertical-align: bottom;
 }
 
 .progress-line {
     padding-left: 1%;
     width: 100%
 }
 
 #refresh-button {
     float: left;
 }
 
 #refresh-text {
     float: right;
 }
 
 @media (max-width: 320px) {}
 
 @media (max-width: 768px) {
     .dashboard-container {
         padding: 30px 0px 0px;
     }
     .funnel-conversion-rate-txt {
         font-size: 15px;
     }
     .preference-menu {
         margin-top: 20px;
     }
     .login-welcome-msg {
         margin-top: 10px;
     }
     .circle-container {
         width: 125px;
         height: 125px;
         margin-left: -9px;
     }
     .contact-container {
         margin-left: 0;
     }
     .staff-dashboard-card {
         width: 39%;
         margin-left: 30%;
     }
 }
 /** mac air **/
 
 @media (min-width: 992px) {}
 
 @media only screen and (min-width: 768px) and (max-width: 992px) {
     .staff-dahsboard-icon {
         width: 100px;
         height: 100px;
     }
     .staff-dashboard-card {
         height: unset;
     }
 }
 
 @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
     #staff-dashboard-table {
         margin-left: 15%;
     }
     .staff-dashboard-card {
         height: unset;
     }
 }
 
 @media screen and (min-device-width: 1024px) and (max-device-height: 768px) and (orientation: landscape) {
     #staff-dashboard-table {
         margin-left: 29%;
     }
 }
 
 @media screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
     #staff-dashboard-table {
         margin-left: 33%;
     }
 }
 
 @media screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (orientation: landscape) {}
 
 @media (min-width: 1920px) {
     #staff-dashboard-table {
         margin-left: 40%;
     }
 }
 
 #reportRange {
     background: #fff;
     cursor: pointer;
     padding: 5px 10px;
     border: 1px solid #ccc;
     width: 100%;
     margin-bottom: 5px;
 }