/** TUC specific css settings **/

.ikonline
{
    margin-top: 20px;
    background-color: #fff;
    min-height: 70vh;
}


.content 
{
    background-color: #E6E6E6;
}

#modul-nav ul > li 
{
    margin-right: -14px;
}

body 
{
    height: 100vh;
}

#modul-content 
{
    min-height: 72vh;
    padding-left: 24px;
}


#modulMenu-button
{
    background-color: #005e58;
    border-color: #005e58;
}


.glossar 
{
    color: #005E58;
}

.lang-icon 
{
    padding-bottom: 0px;
}

.panel 
{
    border: none;
    box-shadow: 0px;
}
.panel-default .panel-heading 
{
    background-color: #fff!important;
    border: none;
    color: #000!important;
}

.panel-default .panel-heading a 
{
    border-bottom-color: #fff !important;
    color:#005e58!important;
}

.popover-title
{
    background-color: #005e58!important;
}

#modul-nav li.active-submenu>ul>li a
{
    background-color: transparent!important ;
    color: #005e58;
}

.active-submenu a, .active-submenu a:hover
{
    color: #fff;
    background-color: #005e58!important;
    border-radius: 0px;
    font-weight: 700;
}

.popoverlink, .modul-content a 
{
    color: #005E58;
    border-bottom: 1px dotted #979797;
}

.navbar-inverse 
{
    padding-left: 10px;
}

.pager >li>a 
{
    border-bottom: 1px solid #ddd!important;
}

#modul-content a
{
    color: #005e58;
    border-bottom: 1px dotted #979797;
}

/** Start page **/

#index-heading
{
    margin-top: 80px;
}



/** Glossar **/

#aZ 
{
    margin-top: 10px;
}

dt 
{
    padding-top: 10px;
    color: #005e58!important;
}


/*** Introduction **/

.credit-subject 
{       
    border: solid 1px #005E58;          
}    

.credit-white 
{
    border: solid 1px #005E58;
}    

.bg-primary > h3 
{
    color: #fff;
}
