﻿
.centeringVertical
{
    vertical-align: middle;
}

.displayNone
{
    display: none;
}

.positionCenter
{
    margin-left: auto;
    margin-right: auto;
}

.selectwidthauto
{
     width:auto !important;
}

.noLineBreak
{ 
    white-space: nowrap;
}

.clearboth 
{
    clear: both;
}

.backgroundcolorwhite
{
    background-color: #ffffff;
}

.navbar-inverse .color606060hover > li > a:hover, .navbar-inverse .color606060hover > li > a:focus, 
.navbar-inverse .color606060hover:hover, .navbar-inverse .color606060hover:focus   /* Das ist so komplex notwendig - einfach nur die Klasse color606060hover mit :hover bzw. :focus funktioniert nicht */
{
    color: #606060;
}

@media screen and (min-width: 1024px) 
{
    .userbuttongrouponeline 
    {
        white-space: nowrap;
        min-width: 350px;
    }
}
