.highlight {
    background-color: #FFFF88;
}
.header {
    z-index: 9999;
    position: relative;
    border-bottom: 1px solid #ccc !important;
    background: #f4f4f4 !important;

}
.header .navbar {
    margin: 0;
    min-height: inherit;
}
.header .navbar-default {
    border: none;
    background: none;
}
@media (max-width: 991px) {
    .header .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 9px 10px;
    }
    .header .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }
    .header .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }
    .header .navbar-default .navbar-nav > li > a:hover {
        color: #8DAE10;
    }
    .header .navbar-default .navbar-nav > .active > a,
    .header .navbar-default .navbar-nav > .active > a:hover,
    .header .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background: #8DAE10;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
.navbar-brand {
    margin: 0 !important;
    padding: 5px 0 0 10px !important;
}
/*
* RUB/INI
*/

.error404_div
{
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: 'Open Sans',monospace;
}

.error404_nr
{
    display: block;
    font-size: 120pt;
}

.error404_caption
{
    display: block;
    font-size: 24pt;
}

.error404_txt
{
    display: block;
    margin-top: 25px;
}

.bottom-edge-shadow {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
}

html, body,.rub_main
{
    background-color: #f1f1f1 !important;
}

.rub_main
{
    margin: 0 !important;
    padding: 0 !important;
}

.rub_wrapper
{
    border: 1px solid #e0dfe1 !important;
    background-color: #ffffff !important;
    padding-top: 0 !important;
}

.rub_header
{
    min-height: 120px;
    background: url(../img/rub/bg-oben-unterseite-grau136.gif) repeat-x top left;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.rub_schriftzug {
    padding: 15px;
}

.rub_schriftzug h1, .rub_schriftzug h2, .rub_schriftzug h3, .rub_schriftzug h4, .rub_schriftzug h5
{
    text-transform: uppercase;
    font-weight: 600;
    color: #003560;
}

.breadcrumb{
    background: none !important;
    font-size: 10px;
    margin: 0 !important;
}

.breadcrumb > li + li:before {
    /*content: "»" !important;*/
    content: "/" !important;
    font-size: 12px;
}

.rub_logo {
    position: absolute;
    right: -30px;
}

.rub_logo_links {
    position: absolute;
    right: 80px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #dddddd;
}

.rub_logo_links a {
    color: #747474;
}

.bordered_dev
{
    border: 1px solid black;
}

.bordered_dev2
{
    border: 1px solid black;
    min-height: 150px;
    width: 100%;
    text-align: center;
    line-height: 145px;
}

@media (min-width: 1200px) {
    .no-padding-right {
        padding-right: 0 !important;
    }

    .no-padding-left {
        padding-left: 0 !important;
    }
}
@media (min-width: 992px) {
    .no-padding-right {
        padding-right: 0 !important;
    }

    .no-padding-left {
        padding-left: 0 !important;
    }
}

.brand-text, .ini-text
{
    color: #8DAE10;
    text-decoration: none;
    text-transform: uppercase;
}

.rub_top_border_blue
{
    border-top: 1px solid #003560;

    padding-top: 10px;
}

.rub_caption
{
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

.rub_top_border_green
{
    border-top: 1px solid #8DAE10;
    padding-bottom: 10px;
}

.rub_footer
{
    border-top: 1px solid #8DAE10;
    padding: 8px 15px 0 15px;
    font-size: 85%;
    color: #4a4a4a;
}

.rub_schriftzug a, .rub_schriftzug a:hover
{
    color: #8DAE10;
    text-decoration: none;
}

.brand-text
{
    line-height: 40px;
    font-size: 65%;
    padding: 0 10px 0 0;

}

.alert {
    margin: 0 !important;
    margin-bottom: 2px !important;
}

#hauptmenu a:link.hauptmenu-ausgeklapptueberschrift1,#hauptmenu a:visited.hauptmenu-ausgeklapptueberschrift1 {
    border-top: none;
}

#hauptmenu ul li ul.hauptmenu-ausgeklappt li ul.hauptmenu-ausgeklappt li.aktiverlink>a {
    background-color: #ebfcff;
}

#hauptmenu ul li ul.hauptmenu-ausgeklappt li ul.hauptmenu-ausgeklappt li a:link,#hauptmenu ul li ul.hauptmenu-ausgeklappt li ul.hauptmenu-ausgeklappt li a:visited {
    border-top: 1px solid #ccc;
    border-bottom: none;
}

.form_required_name{
    display: none !important;
}




.news-ini h2 {
    font-size: 19px;
    margin: 0;
    padding: 0 0 8px;
    margin-bottom: 8px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(141, 174, 16, 0.1);
}
.news-ini ul.news-details {
    padding-left: 3px;
}
.news-ini h2 a {
    color: #555;
}
.news-ini h2 a:hover {
    color: #8DAE10;
    text-decoration: none;
}

.news-ini .news-details li {
    color: #808080;
    padding: 0;
    font-size: 11px;
    white-space:nowrap;
}
.news-ini .news-details li:before
{
    content: '/';
    padding-left: 5px;
    padding-right: 5px;
}
.news-ini .news-details li:first-child:before {
    content: '';
    padding-left: 0;
    margin-left: -2px;
}
.news-ini-read-more{
    color: #72c02c;
}


.vertical-align-center
{
    margin: 0 auto;
}

.flag_changer
{
    float: right;
    padding-right: 13px;
    padding-top: 8px;
}

.subsubmenu{
    padding-left: 30px;
}

.submenu{
    padding-left: 20px;
}

.submenu a:before{
    font-family: FontAwesome;
    color: #8DAE10;
    content: '\f0da';
}


.subsubmenu a:before {
    font-family: FontAwesome;
    color: #003560;
    content: '\f0da';
}





.pagination > li > a,
.pagination > li > span {
    color: #003560 !important;
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background-color: #8DAE10 !important;
    border-color: #dddddd !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #000 !important;
    background-color: #E8EFCF !important;
    border-color: #dddddd !important;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999 !important;
    background-color: #ffffff !important;
    border-color: #dddddd !important;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 11px !important;
    line-height: 1.0 !important;
    padding: 5px 5px !important;
}

@media (min-width: 1200px) {
    .pagination-sm > li > a,
    .pagination-sm > li > span {
        font-size: 12px !important;
        line-height: 1.2 !important;
        padding: 5px 10px !important;
    }
}
@media (min-width: 992px) {
    .pagination-sm > li > a,
    .pagination-sm > li > span {
        font-size: 12px !important;
        line-height: 1.2 !important;
        padding: 5px 10px !important;
    }
}


.stylelists ul:not([style]):not([class]){
    list-style-type:none
}
.stylelists ul:not([style]):not([class]) > li:before{
    font-family: FontAwesome;
    color: #8DAE10;
    content: '\f0da';
    padding-right: 3px;
}


#logo{
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
    line-height: 50px;
    font-weight: 100;
    font-size: 18px;
    padding-left: 15px !important;
}

#logo img {
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media only screen and (min-width: 800px) {
    table.sorting-table {cursor: default;}
    table tr.sorting-row td {background-color: #739e73;}
    table td.sorter {
        width: 10px; cursor: move;
    }

    table td.sorter:before {
        font-family: FontAwesome;
        color: #000000;
        background-color: #c6cdc4;
        content: '\f0c9';
        font-size: 12px;
        margin-left: 2px;
        padding: 4px;
    }
    table tr.nodrag td.sorter {cursor: default; background-color: #ddd;}
    .sort-handler {float: right; background-color: #f80; width: 14px; height: 14px; margin: 2px 0 0 6px; cursor: move;}
}

@media only screen and (min-width: 801px) {
    .table_tools {
        min-width: 165px !important;
        max-width: 165px !important;
        width: 165px !important;
    }
    .center_td_content
    {
        width: 100%;
        text-align:center;
        display:block;
    }

    #no-more-tables th {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        max-width: 25px;
    }

    .subforms_wrapper .table_tools {
        min-width: 145px !important;
        max-width: 145px !important;
        width: 145px !important;
    }

    .subforms_wrapper table {
        margin: 0 !important;
        padding: 0 !important;
        width: 99% !important;
    }

    .subforms_wrapper #no-more-tables th,
    .subforms_wrapper #no-more-tables td {
        margin: 0 !important;
        padding: 3px !important;
    }

}

.ini_ace_editor {
    width: 100%;
    height: 450px;
    border: 1px solid #e5e5e5;
}

.uploader
{
    display: none !important;
}

.crop_btn
{
    width: 96%;
    margin: 8px auto;
    padding: 1px 8px;
    display: none;

}

.trace_query
{
    margin: 10px;
    padding: 15px;
    border: 1px solid #cc6754;
    font-weight: 600;
}

.trace
{
    margin: 10px;
    padding: 15px;
    border: 1px solid #ccc;
}

.formhelp
{
    cursor: default;
    color: #c5c6c5;
    float: right;
}

.formhelp:hover
{
    cursor: pointer;
    color: #6d6e6d;
}

.break_text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

#logo{
    white-space:nowrap !important;
}

.vertical_center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.middle_center{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.removediv:hover{
    cursor: pointer;
}

.removediv{
    position: absolute;
    top: 15px;
    right: 15px;
}

.gal_preview{
    clear: both;
    padding-top: 35px;
    min-height: 30px;
    width: 100%;
}

.gal_wrapper{
    border-top: 1px solid #e5e5e5;
    clear: both;
    padding-top: 5px;
    margin-top: 25px;
}

.gal_wrapper img{
    width: 155px;
}

.fancybox-thumb{
    float: left;
}

.jcrop-holder {
    float: none !important;
    text-align: center !important;
}

.jcrop-centered
{
    display: inline-block;
}

.breadcrumb{
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    max-width: 90% !important;
 }


.rub_adr_blue{
    background-color: #003560;
    color: #fefefe;
}

.rub_adr_green_old{
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;

    background-color: rgba(141, 174, 16, 0.51);
    color: #474747;
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
    padding: 15px;
    margin: auto;
    width: 230px;
}

.smart-timeline-icon2 {
    background: #ffffff;
    color: #4b4b4b;
    border-radius: 50%;
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 83px;
    top: 10px;
    z-index: 100;
    padding: 0;
}

.smart-timeline-content{

}

.rub_adr_green{
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-color: #fff;
    color: #474747;

    box-shadow:2px 2px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 53, 96, 0.01) inset;
border: 1px solid #f8f8f8;
    border-radius: 0 !important;

    padding: 15px;
    margin: auto;
    width: 230px;
}

.fullwidth{
    width: 100% !important;
}

.rub_adr_green a{
    color: #474747;
}



@media (min-width: 768px) {
    #profil_tabs .ini_tab_left{
        width:140px !important;
    }

    #profil_tabs .ini_tab_right{
        margin-left: 160px !important;
        width:calc(100% - 180px)!important;
    }
}

@media (max-width: 767px) {

    .ini_tab_right{
        margin-top:8px;
    }
}

em.invalid{
    color: #fefefe !important;
    font-weight: 600 !important;
    padding: 3px !important;
    padding-left: 7px !important;
    background-color: #ae041b !important;
}

.center_bg_img{
    background-repeat:no-repeat;
    background-position:center center;
}


@media (min-width: 768px) {
    .project .dl-horizontal dt {
        float: left;
        width: 90px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .project  .dl-horizontal dd {
        margin-left: 100px;
    }
}

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }

.bibtex{
    border: 1px solid #E5E5E5;
    padding: 8px;
    padding-bottom: 24px;
    position: relative;
}

.bibtex_btns{
    position: absolute;
    right: 8px;
    bottom: 3px;
}

.bottom-edge-shadow2 {
    box-shadow: 0 5px 6px -6px #bbb;
    -moz-box-shadow: 0 5px 6px -6px #bbb;
    -webkit-box-shadow: 0 5px 6px -6px #bbb;
}
.img_margin
{
    margin: 0 8px 8px 8px !important;
}
.bibtexexportarea_tep{
    color: #000;
    background-color:#fff;
    border: 1px solid #E5E5E5;
    padding: 4px;
    width: 99%;
    margin:4px;
    display: block;
    resize:none !important;
}