﻿body {
    margin: 0;
    font-family: "Lato", sans-serif;
}


.sidebar {
    /*margin-left:-30px;*/
    width: 200px;
    height: 473px;
    position: absolute;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.25);
    background-color: #fff;
    z-index: 200;
    visibility: inherit;
    padding: 0 !important;
}

li {
    list-style: none;
    display: list-item;
    text-align: match-parent;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

    .sidebar a.active {
        background-color: none;
        color: white;
    }

    .sidebar a:hover:not(.active) {
        background-color: #555;
        color: white;
    }


div {
    display: block;
}

    div.content {
        margin-left: 200px;
        padding: 1px 16px;
        height: 1000px;
    }




.myMenu {
    padding: 8px 0 12px;
    height: 100%;
    margin: 0;
}

.main_menu > a {
    display: block;
    padding-left: 8px;
    height: 27px;
    /*line-height: 27px;*/
    text-decoration: none;
}

    .main_menu > a > span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        width: 172px;
        font-family: Roboto-Regular;
        font-size: 13px;
       
        /*color: #757575;*/
        cursor: pointer;
    }

.first_sub_menu {
    padding: 8px 0 12px;
    height: 360px;
    display:none;
    position: absolute;
    width: 200px;
    list-style: none;
    margin: 0;
    left: 187px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
}


    .first_sub_menu_items > a {
        display: block;
    padding-left: 8px;
    height: 27px;
    /*line-height: 27px;*/
    text-decoration: none;
    }

        .first_sub_menu_items > a > span {
            overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        width: 172px;
        font-family: Roboto-Regular;
        font-size: 13px;
       
        /*color: #757575;*/
        cursor: pointer;
        }

.main_menu:hover .first_sub_menu {
    background-color: #fff;
    color:white;
    display:block;
}
.first_sub_menu_items:hover .mysubMenu{
     background-color: #fff;
         color:white;
    display:block;
}
.mysubMenu:hover {
     background-color: #fff;
         color:white;
}


.mysubMenu {
    padding: 8px 0 12px;
    height: 360px;
   
   width:400px;
  margin-bottom:20px;
  overflow:hidden;
  border-top:1px solid #ccc;
    display:none;
    position: absolute;
    /*line-height: 10px;*/
  
    list-style: none;
    margin: 0;
    left: 200px;
    z-index: 1;
    /*background-color: white;*/
    top: 0;
     min-width: 160px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.25);


}

.second_sub_menu_item{
  /*line-height:1.5em;*/
 
  float:left;
  display:inline;
}
.mysubMenu li{
    width:50%
    
}
    .second_sub_menu_item > a {
         display: block;
    padding-left: 8px;
    height: 27px;
    /*line-height: 27px;*/
    text-decoration: none;
    }

        .second_sub_menu_item > a > span {
                 overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        width: 172px;
        font-family: Roboto-Regular;
        font-size: 13px;
       
     
        cursor: pointer;
        }
