body{
  font-family: Arial, Helvetica, sans-serif;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
  }
  #custom-bootstrap-menu.navbar-default {
    font-size: 11px;
    background-color:#214285;
    border-width: 1px;
    border-radius:0px;
    border:none;
    font-weight: bold;
    border-top-left-radius:10px;
  }
  
  #custom-bootstrap-menu.navbar-default .navbar-nav {
  flex-direction: inherit;
  }
  
  /* #custom-bootstrap-menu .collapse {
  display: flex !important;
  } */
  
  #custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(248, 248, 248, 0);
      font-family: Arial !important;
  font-size: 11px !important;
  font-weight: bold;
  }
  #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
  #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
  }
  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
  #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
  }
  #custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #009933;
  }
  #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
  #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #009933;
  }
  #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #009933;
  }
  #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
  #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #009933;
  }
  
  .rmItem, .rmRootLink{
    display: block;
    border: none;
    padding-top: 3px !important;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 30px !important;
    text-transform: capitalize;
    float: left;
    height: 100%;
  }
  .menu-text{
    font-size: 11px;
    padding-top:2px;
    float:left;
  }
  
  .menuItem{
  width: 151px;
  padding-left:0px !important;
  
  }
  .menu-main{
    min-height:32px;
    margin-bottom:0px !important
  }
  .rmItem{
    position: relative;
    display: inline;
    float: left;
    border-right: 1px solid #fff !important;
    font-family: Arial !important;
    font-size: 11px !important;
    font-weight: bold;
    height: 32px;
  }
  .rmItem:last-child{
    border-right: none !important;
  }
  .rmItem:first-child{
    width:61px;
  }
  .menu-overview{
    width:61px;
    padding-top:1px !important;
  }
  .rmLeftImage{
    width: 20px;
    height: 24px;
  }
  .menu-list{
    list-style: none;
    padding: 0px;
  }
  /**.icon1{
   background: transparent url("../assets/images/menuImage.png") no-repeat 2px 2px;
  }*/
  .menu-list a{
    color: #333333 !important;
     padding-left: 5px !important;
  }
  .menu-right-col{
    padding-left: 5px;
    vertical-align: top;
  }
  .menu-list li{
    margin-bottom:2px;
  }
  .menu-list-children{
    -webkit-padding-start: 20px;
    -moz-padding-start: 20px;
    padding-left: 20px;
  }
  .menu-list-children li{
    margin-bottom: 8px;
    margin-top:9px;
  }
  .menu-list-children a{
    font-weight: normal;
    font-size: 11px;
  }
  .menu-list a:hover{
    background-color: transparent !important;
    color: #0066cc !important;
    text-decoration: underline;
  }
  .menu-first-li{
    margin-bottom:8px;
    margin-top:8px;
  }
  .menu-font-weight{
    font-weight: bold;
  }
  .menu-first-child{
    font-weight: bold;
    text-transform: uppercase;
    color: #333333 !important;
    padding-left: 5px !important;
  }
  .menu-first-child:hover{
    background-color: transparent !important;
    color: #0066cc !important;
    text-decoration: underline;
  }
  .navbar-brand{
   height: auto !important;
  }
  .rmText{
    color: #ffffff;
    text-shadow: none;
    font-weight: bold;
    height: 21px;
    cursor: pointer;
    float: left;
  }
  .ra-menu-children {
    -webkit-transition: all 0.1s linear ;
    -moz-transition: all 0.1s linear ;
    transition: all 0.1s linear ;
    overflow: hidden;
    font-size: 11px;
    cursor: pointer;
    width:auto !important;
    padding: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    top: 100%;
    left: 0;
    z-index: 70001;
    white-space:nowrap;
    padding-right: 5px;
    border:1px solid #999999;
    float: left;
    background-color: #ffffff;
    position: absolute;
    min-width: 177px;
    max-height: 0px;
  }
  .dropdown:hover .ra-menu-children {
  -webkit-transition: all 0.7s linear ;
  -moz-transition: all 0.7s linear ;
  transition: all 0.7s linear ;
  }
  .caret{
  display: none !important;
  }
  
  .menuChild{
    display: block;
    padding: 2px;
    color: #333333 !important;
    font-weight: bold;
    width: 100%;
  }
  .rmSlide{
    position: absolute;
    float: left;
  }
  
  .rmSlide ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 9999 !important;
  position: absolute;
  border-top: none;
  height: auto;
  min-width: 175px;
  width: auto;
  }
  
  .rmSlide li{
  padding:3px 3px 3px 3px;
  }
  .rmSlide a{
  font-family: Arial !important;
  font-size: 11px !important;
  font-weight: bold;
  
  }
  
  .rmSlide a:hover{
    color: #0066cc !important;
  }
  .rmchildMenu {
    display: list-item;
    float: none;
    border: none;
    padding: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    border:1px solid #999999;
    background-color:#ffffff;
    color:#333333 !important;
  }
  /**.overviewHome{
  // content: url('../assets/images/overviewHomesmall.png');
  }
  
  .overviewHome::before{
  // content: url('../assets/images/overviewHomesmall.png');
  }*/
  
  /** Side bar changes **/
  
  #sidebar{
  padding: 0px;
  position: absolute;
  z-index: 9999;
  height:100%;
  }
  
  #ra-custome-menu-toggeler{
    color:#ffffff;
    background: transparent;
    border: none !important;
    font-size: 22px;
    outline: none !important;
  }
  
  .menuDefault{
    font-family: Arial !important;
    font-size: 11px;
    border-left:none;
  }
  .level1menu{
  font-size: 11px !important;
  font-weight: bold;
  text-transform: capitalize;
  }
  
  .level2menu{
  font-size: 11px !important;
  font-weight: bold;
  text-transform: uppercase;
  }
  
  .level3menu{
  font-size: 11px !important;
  text-transform: capitalize;
  }
  
  #sidebar .list-group-item {
  border-radius: 0;
  font-size: 11px;
  background-color: rgba(0, 153, 51, 1);
  color: #ffffff;
  border-left: 0;
  border-right: 0;
  border-color: #ffffff;
  white-space: nowrap;
  }
  
  .submenu{
  color:#000000 !important;
  }
  
  /* highlight active menu */
  #sidebar .list-group-item:not(.collapsed) {
  background-color: #222;
  }
  
  /* closed state */
  .list-group-item[aria-expanded="false"]::after{
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
  }
  
  /* open state */
  .list-group-item[aria-expanded="true"] {
  background-color: #222;
  color : #ffffff !important;
  }
  .list-group-item[aria-expanded="true"]::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 5px;
  }
  
  /* change transition animation to width when entire sidebar is toggled */
  
  #sidebar.collapsing {
  opacity: 0.8;
  height: 0;
  -webkit-transition-timing-function: ease-in;
     -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
  -webkit-transition-property: height;
     -o-transition-property: height;
        transition-property: height;
  -webkit-transition-duration: .1s;
     -o-transition-duration: .1s;
        transition-duration: .1s;
  
  }
  .empty-menu{
    -webkit-transition: all 0.1s linear ;
    -moz-transition: all 0.1s linear ;
    transition: all 0.1s linear ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333333;
    line-height: 1.75em;
    overflow: hidden;
    width: 250px;
    padding: 10px 0px 5px 3px;
    background-color: #fff;
    position: absolute;
    height: 240px;
    top:99%;
    z-index: 170001;
    border:1px solid #999999;
    text-transform:none;
  }
  .dropdown:hover .empty-menu {
    -webkit-transition: all 0.7s linear ;
    -moz-transition: all 0.7s linear ;
    transition: all 0.7s linear ;
  }
  
  .empty-menu-header{
    font-size: 16px;
  }
  .empty-nenu-text {
    font-style: normal;
    font-size: 12px;
    padding-top: 10px;
    overflow: hidden;
    font-weight: normal;
    font-family:arial;
    text-transform:none;
  }
  a.buttonMain, a.buttonMain span{
    display: block;
  }
  a.buttonMain{
    float: left !important;
    color: #666666 !important;
    height: 23px !important;
    line-height: 23px !important;
    padding-right: 4px !important;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center !important;
    background-position: right -126px !important;
  }
  a.buttonMain span{
    background-position: left 0;
    padding: 0 5px 0 9px !important;
    cursor: pointer;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    text-align: center !important
  }
  
  a.buttonMain:hover span {
    background-position: left -23px !important;
    color: #333;
  }
  a.buttonMain{
     background-position: right -126px !important;
  }
  .desktop-view{display: none;}
  @media (min-width: 992px) { 
    .tab-view { display:none;}
    .desktop-view{ display: block;}
  }
  .showMenu {
    overflow: hidden;
    max-height: 700px;
    transition: max-height 0.5s ease-in;
  }
  .navbar-collapse {
    position: absolute;
    top:40px;
    left:0;
    min-width:350px;
    background-color: white;
    z-index: 999;
    overflow: hidden;
  }

  .navbar-collapse:not(.showMenu) {
    max-height: 0;
    transition: max-height 0.5s ease-out;
  }
  .nav-item a{
    padding:5px 10px;
    display: block;
    font-size:13px;
  }
  .nav-item a:hover{
    background-color:#214285;
    color:white;
    text-decoration: none;
  }
  .navbar-light .navbar-brand{
    font-size:14px;
    font-weight: bold;
    color:#214285;
  }
  .navbar-toggler{
    border: none;
    padding: 0;
    color:#214285;

  }
  .navbar-toggler:focus{
    outline: none;
  }
  .navbar{
    padding-top: 0;
    padding-bottom: 0;
    padding-left:0.5rem;
  }
  