@font-face {

    src: url(fontmenu.ttf);font-family: fontmenu;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

.clickable{
    cursor:pointer;
}
span[data-do='upmenuel_dis'],span[data-do='downmenuel_dis']
{
    color:gray;
}
span.controladmin
{
    padding-right:5px;
    padding-left:5px;
}
span.controladmin:hover{

    background:lightcoral;
    opacity: 0.5;
}

*{
    /*transition: all .1s ease-in-out;*/
}
#toTop {
    width:100px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px;
    left:10px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
}
.dropdown-submenu {
     position: relative;
 }

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.navbar-toggle{
    border-color:#337ab7;
    float:left;
    margin-left: 15px;
    background: #3432be;
}
.navbar-toggle .icon-bar
{
    background-color: #ffab00 !important;
}
a.menuelem:hover
{
    background-color:#0d0dd0 !important;
}
li.dropdown.open>a
{
    background-color: #0d0dd0 !important ;
}
li>a.menuelem
{
    color:white !important; font-family:arial !important; font-size:16px !important; font-weight:bold !important;
}
ul.dropdown-menu
{
    background-color: #0d0dd0 !important ;
}
ul.dropdown-menu>li>a
{
    background-color:#4646f3 !important;
}