/* #header {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/top_bar.png) no-repeat fixed #FFFFFF;
    background-attachment: fixed;
    background-position-x: right;
    color: #FBFBFB;
} */

.navbar .nav .login .icon,
.navbar .nav .user .icon {
    width: 20px;
    height: 20px;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/images/login_ico.png) -50px -10px;
}

.navbar .nav .login a:hover .icon,
.navbar .nav .login.active a .icon,
.navbar .nav .user a:hover .icon,
.navbar .nav .user.active a .icon,
.navbar .nav .user.open a .icon {
    width: 20px;
    height: 20px;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/images/login_ico.png) -10px -10px;
}

/* z */
/* assets */
/* z */

body {
    margin: 0;
    font-family: century gothic, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-family: century gothic, century gothic, arial, sans serif;
    padding-top: 75px !important;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: century gothic;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: century gothic, Monaco, Menlo, Consolas, Courier New, monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input,
button,
select,
textarea {
    font-family: century gothic, Helvetica Neue, Helvetica, Arial, sans-serif;
}

[class^=icon-],
[class*= icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    /* background-image: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/glyphicons-halflings-white.png); */
    /* background-position: 14px 14px; */
    background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills>.active>a>[class^=icon-],
.nav-pills>.active>a>[class*= icon-],
.nav-list>.active>a>[class^=icon-],
.nav-list>.active>a>[class*= icon-],
.navbar-inverse .nav>.active>a>[class^=icon-],
.navbar-inverse .nav>.active>a>[class*= icon-],
.dropdown-menu>li>a:hover>[class^=icon-],
.dropdown-menu>li>a:focus>[class^=icon-],
.dropdown-menu>li>a:hover>[class*= icon-],
.dropdown-menu>li>a:focus>[class*= icon-],
.dropdown-menu>.active>a>[class^=icon-],
.dropdown-menu>.active>a>[class*= icon-],
.dropdown-submenu:hover>a>[class^=icon-],
.dropdown-submenu:focus>a>[class^=icon-],
.dropdown-submenu:hover>a>[class*= icon-],
.dropdown-submenu:focus>a>[class*= icon-] {
    /* background-image: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/glyphicons-halflings.png); */
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: century gothic, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#mapmenu>div {
    width: auto;
    height: 44px;
    position: relative;
}

#docks-wrapper {
    left: unset;
    width: 100%;
}

/* table.table thead .sorting {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/'../images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/'../images/sort_asc.png') no-repeat center right;
    color: #EAB300;
}

table.table thead .sorting_desc {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/'../images/sort_desc.png') no-repeat center right;
    color: #EAB300;
}

table.table thead .sorting_asc_disabled {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/'../images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/'../images/sort_desc_disabled.png') no-repeat center right;
} */

#header {
    height: 75px;
    position: fixed;
    right: 0px;
    /* left: 0px; */
    top: 0px;
    z-index: 1030;
    margin-bottom: 0px;
    overflow: visible;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/top_bar.png) no-repeat fixed #FFFFFF;
    background-attachment: fixed;
    background-position-x: right;
    color: #FBFBFB;
    font-size: 0.8em;
}

#logo {
    float: left;
    height: 60px;
    min-width: 60px;
    max-width: 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/logo.png) no-repeat;
    background-size: contain;
    background-position: center;
}

#title h2 {
    position: relative;
    display: inline;
    color: rgb(102, 102, 102);
    font-size: 1em;
    line-height: 0.5em;
    margin-top: 2em;
    margin-left: 0.5em;
}

#headermenu {
    position: fixed;
    right: 350px;
    left: 0px;
    top: 45px;
    z-index: 1030;
    margin-bottom: 0px;
    overflow: visible;
    font-size: inherit;
    background: transparent;
}

#headermenu #auth .pull-right ul>li>a:hover {
    background-color: #EAB300 !important;
}

#auth {
    border: 0 !important;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: white;
    background-color: #EAB300;
    text-shadow: none;
}

#content {
    padding-top: 0px !important;
}


/* zzzzzzzzzzzzz */
/* No idea what it is */
#landingPageContent .image-style-align-left,
#landingPageContent .image-style-align-center,
#landingPageContent .image-style-align-right {
    max-width: 50%;
}

#landingPageContent .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

#landingPageContent .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    clear: both;
}

#landingPageContent .image-style-align-right {
    float: right;
    margin-left: 1.5em;
}

/* zzzzzzzzzzzzz */


/* z */
/* Icons */
/* z */

.navbar .nav .login .icon {
    width: 20px;
    height: 20px;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/images/login_ico.png) -50px -10px;
}

.navbar .nav .login a:hover .icon,
.navbar .nav .login.active a .icon {
    width: 20px;
    height: 20px;
    background: url(/index.php/view/media/getMedia?repository=rapp&project=Stupsk&path=media%2Fthemes%2Fdefault%2Fcss%2F/images/login_ico.png) -10px -10px;
}