﻿.lngSelector
{
    float:left;    
}
.controlsMenu
{
    float:left;  
    text-align: center;  
}
.leftPanel
{
    float:left; 
    width: 450px;   
}
.menuList
{
    margin-top:60px;
    border-style: solid;
    border-color: rgb(34, 34, 34);
    border-radius: 16px;
}

.cms
{
visibility: hidden;
width: 47px;
height: 23px;
position: relative;
float: right;
/*z-index: 999999999999999;*/
z-index:3;
   
}
.cmson 
{
   
  z-index: 999999999999999;
  z-index:99 !important;
position: absolute;
width: 100%;
height: 100%;

}
    
.cmson:hover > .cms 
{ visibility:visible;
}
.cmson:hover > .edit_btn_control 
{ visibility:visible;
}
.cmson:hover > .delete_control 
{ visibility:visible;
}
.cmson:hover > .up_control 
{ visibility:visible;
}
.cmson:hover > .down_control 
{ visibility:visible;
}
.cmson:hover 
{ background: rgba(0, 255, 51, 0.27);
}

.edit_btn_control {
    float: left;
    width: 100px;
    cursor: pointer;
    background-color: rgba(24, 200, 24, 0.8);
    color: #FFF;
    font-size: 20px;
    /*padding: 2% 2%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0px;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    opacity: 1;
    border-radius: 6px;
    height: 30px;
}