
#mainHead
{
    color:white;
    background: black;
    color: #fff;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
}
/*mainHead_h2*/
.mainHead-h2
{
    padding: 10px;
    margin:0px;
    float:left;
}
.menu-icon
{
    cursor: pointer;
}
/*header_right_menus*/

.header-icons
{
    float: right;
    padding: 10px;
}
.header-icon
{
    padding-left : 10px;
}
.headersettings
{
    padding-right: 20px;
}
/*right menu*/
.rightMenuIcon
{
    width:80px;
    float:left;
    height:70px;
    text-align: center;
    cursor: pointer;
}
.rightMenuIcon a
{
    text-align: center;
    font-size: 12px;
}
.rightMenuIcon span
{
    text-align: center;
}
.rightMenuBar
{
    position: relative;
    top:40px;
    right:50px;
    background: white;
    height : 300px;
    
}
#rightMenuCreateSchema
{
    position: relative;
    top: 71px;
    left: -74px;
    float: left;
}
.rightMenuBottomIcons
{
   width:100%;
   height:1px;
   background: #ddd;
   float : none;
   position: relative;
   top:136px;
}
.rightMenuIcon .mat-button {
    line-height: 10px;
    white-space: normal;
}
.rightBottom
{
    clear:both;
}
