﻿.dropdown-menu .divider {
    margin: 0;        
}

.dropdown-menu.settings {
    min-width: 200px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

.dropdown-menu.settings > li {
    display: table;
    width: 100%;
}

.dropdown-menu.settings > li > a {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    border-left: 4px solid #FFF;
    font-size: 12px;
}

.dropdown-menu.settings > li > a:hover {
    border-left: 4px solid #848484;
    background-color: #EEE;
}

.cog_usuario{
    font-size:24px;
    padding-right:30px;
    padding-left:5px;
    padding-top:5px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-cog:before{content:"\e019"}

.pointer {
    cursor: pointer;
}

.dropdown-header {
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.menu {
    padding: 3px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.pull-right > .dropdown-menu{
    left:-140px;
}