/*
*  MENU HORIZONTAL DASHBOARD
*-------------------------------------------------------*/
#wrapperMenu {
  width:20%;
  margin: 10px 15px;
  border-top-width: 20px;
}

.wrappernav-dashboard {
    /*background: #d3d3d3;*/
    /*border: 1px dashed orange;*/
    width: 50%;
    padding: 10px;
    margin: 0;
    border-top-width: 20px;
}
#menu-dashboard {
    /*border: 1px dashed red;*/
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #d8e9f5;
    border-radius: 6px;
    overflow: hidden;
}
#menu-dashboard .active a {
    background-color: #d8e9f5;
    border-radius: 3;
    color: rgb(4, 111, 161);
}
#menu-dashboard li {
    border-radius: 3px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d8e9f5;
}
#menu-dashboard li > a {
    border-radius: 3px;
    padding: 10px;
    color: rgb(0, 3, 3);
}
#menu-dashboard > li > a:hover,
#menu-dashboard > li > a:focus {
    color: rgb(4, 111, 161);
    background: #d8e9f5;
  -webkit-transition: all 1ms ease-in-out;
-moz-transition: all 1ms ease-in-out;
-ms-transition: all 1ms ease-in-out;
-o-transition: all 1ms ease-in-out;
transition: all 1ms ease-in-out;
}
#submenu {
    color: rgb(0, 3, 3);
    background: rgb(255, 255, 255);
}
#submenu li {
    border: none;
}
#submenu li a {
    color: rgb(8, 8, 8);
    padding: 10px;
    margin: 0;
    text-indent: 15px;
}
#submenu li a:hover {
    background: rgba(238, 244, 245, 0.5);
}
