/* Languages
------------------------------------*/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.u-mb-0 {
    margin-bottom: 0;
}
.u-br-0 {
    border-radius: 0;
}
.icon-small {
    height:18px !important;
    margin:0;
    padding:0;
    border: 0;
    border-radius: 0;
}

.icon-medium {
    height:22px;
    margin:0;
    padding:0;
}

/* Navigation
------------------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0.25rem;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a::after {
    border-bottom: 0.3em solid transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 0.3em;
    border-top: 0.3em solid transparent;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -0.6em;
    margin-top: -0.95em;
    width: 0;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -75%;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
/*
body {
    margin-top: 3em;
}
.alert {
    border: 1px solid #ccc;
    padding: 6px;
}
.alert-info {
    background-color: #d9edf7;
}
.alert-success {
    background-color: #dff0d8;
}
.alert-warning {
    background-color: #fcf8e3;
}
*/
