/* ########################################################################## */
/* BASE ELEMENTS */
/* ########################################################################## */

* {
    font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
    color: #272d39;
}

body {
    padding-top: 133px;

    font-size: 14px;

    background-attachment: fixed;
    background-color: #00a9e2;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.pagelayout-embedded {
    background-image: none;
}

body.has_fixed_header {
    padding-top: 95px !important;
}

/* ########################################################################## */
/* PAGE LAYOUT */
/* ########################################################################## */

.new_sidepanel_layout:not(.pagelayout-login) #page_wrapper,
.new_sidepanel_layout:not(.pagelayout-login) #page-content {
    min-height: calc(100vh - 95px);
    background-color: #f7f8fc;
}

body.gecko #page_wrapper {
    display: flex;
}

/* ########################################################################## */
/* PAGELAYOUT STYLE - BOX */
/* ########################################################################## */

.page_layout_style_box {
    padding: 0px !important;
    background-color: #fff;
}

.page_layout_style_box #page {
    width: 100%;
    max-width: 100%;
}

.pagelayout_wrapper_box {
    overflow: hidden;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-height: 100vh;
}

.page_layout_style_box .navbar-inner {
    padding: 0px 40px;
}

.page_layout_style_box #page_wrapper {
    display: flex;
    flex: 1 0 auto;
}

.page_layout_style_box #page {
    display: flex;
    flex-direction: column;
    
    z-index: 1;
}

.page_layout_style_box #page-content {
    display: flex;
    flex: 1 0 auto;
}

.page_layout_style_box.ie11 #page-content {
    /*min-height: calc(100vh - 96px);*/
    min-height: calc(100vh - 156px);
}

.page_layout_style_box #page-content #block-region-side-pre {
    display: flex;
    order: -1;
    flex-direction: column;

}

/* ########################################################################## */
/* PAGE HEADER IN CONTENT*/
/* ########################################################################## */

.pagelayout-maintenance #page-header,
.header_in_content {
    width: 100%;
    display: inline-block;
    margin: -20px -30px 20px -30px;
    padding: 20px 30px 0 30px;
    background-color: #76bf67;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('[[pix:theme|heading_background]]');
}
.pagelayout-maintenance #page-header {
    padding: 20px 30px;
    margin: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagelayout-maintenance #page-header h1,
.header_in_content #page-heading-heading h1 {
    width: 100%;
    display: inline-block;

    font-size: 40px;
    font-weight: 300;

    color: #fff;
}

/* ########################################################################## */
/* LAYOUT */
/* ########################################################################## */

.row-fluid .span2 {
    width: 14.5%;
}

.row-fluid #block-region-side-pre {
    margin-right: 0%;
}

.row-fluid #block-region-side-post {
    margin-left: 2.5%;
}

.page_layout_fluid_fill #block-region-side-pre {
    padding-left: 40px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.row-fluid .span10,
.side-post-only #region-main.span8 {
    width: 83%;
    margin: 0px;
    float: left;
}

.row-fluid .span3 {
    width: 20%;
}

.row-fluid .span9 {
    width: 80%;
}

.row-fluid .span6 {
    margin-left: 0px;
}

.empty-region-side-post.side-pre-only .span9, .empty-region-side-post .span9 {
    margin-left: 0px;
}

/* ########################################################################## */
/* HEADER */
/* ########################################################################## */

.head_wrapper {
    height: 95px;
    display: flex;
    align-items: center;
}

/* ########################################################################## */
/* CONTENT */
/* ########################################################################## */

.body_inner_background {
    /*    width: 100%;
        height: 100%;
        
        display: block;
        padding-top: 133px;
        
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        
        z-index: -1;
        
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left 254px;
        background-size: 128px 128px;
        background-image: url('[[pix:theme|bg/corner_5_r]]');*/
}

#page {
    /*padding-bottom: 50px;*/
    padding-bottom: 0px;
}

/* ########################################################################## */
/* NAVBAR */
/* ########################################################################## */

.page_layout_style_box .navbar-inner .container-fluid {
    max-width: 100%;
}

header#banner {
    height: 95px;
    margin-bottom: 0px;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    /*    position: relative;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);*/
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    height: 100%;
    background-color: #fff;
    border-color: transparent;
}

.navbar-fixed-top.banner_smaller .navbar-inner {
    background-color: #fff;
}

.navbar-fixed-top.banner_smaller * {
    color: [[setting:custom_color_2]];
}

.top_line {
    height: 43px;
    background-color: [[setting:custom_color_2]];
}

.navbar-fixed-top.banner_smaller .top_line {
    display: none;
}

.top_line_right {
    display: inline-block;
    float: right;
}

.top_line .header_right_icons {
    display: inline-block;
    float: left;
}

/* ########################################################################## */
/* PAGE HEADER */
/* ########################################################################## */

#page-header {
    padding: 15px 0px;
    margin-bottom: 20px;
    background: [[setting:custom_color_3]];
}

#page-heading-heading {
    border-bottom: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.format-pdc_grid #page-heading-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#page-heading-heading .heading_heading {
    flex: 1 0 auto;
    max-width: 100%;
}

#page-heading-heading .heading_breadcrumb {

}

#logo {
    height: 100%;
    display: flex;
    align-items: center;
    /*flex: 1;*/
    flex: 1 0 auto;
}

#logo .advanced_title {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 70px;
    font-size: 11px;
    line-height: 150%;
}

.logo_eu {
    width: 250px;
    height: 80px;
    float: left;
    display: inline-block;
    margin-top: 9px;
    margin-right: 35px;
}

.logo_projekt {
    margin-left: 80px;
}

.page_logo {
    height: 35px;
    margin-top: 0;
}

.navbar-fixed-top.banner_smaller .page_logo {
    width: 91px;
    height: 29px;
    margin-top: 17px;
}

#page-header h1 {
    font-size: 36px;
    font-weight: bold;
    color: [[setting:custom_color_2]];
}

.header_right {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_right_side {
    /*position: relative;*/
    position: static;
    top: auto;
    right: auto;
    display: flex;
    align-items: center;
}

.navbar-fixed-top.banner_smaller .header_right_side {
    top: 0px;
}

.header_right_icons {
    display: none;
}

.navbar-fixed-top .header_right_side .lang_menu select {
    background-color: transparent;
    border: none;
}

.usermenu {
    position: relative;
    top: -1px;
}

.usermenu .moodle-actionmenu .toggle-display .userbutton .usertext {
    font-size: 14px;
    font-weight: 600;
    color: #df134c;
    line-height: 20px;
}

.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret {
    border-top-color: #ddd;
}

.usermenu img.userpicture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.navbar-fixed-top .menu li *,
.navbar-fixed-top select option {
    color: [[setting:custom_color_2]];
}

.jsenabled .usermenu .moodle-actionmenu.show .menu {
    padding: 0px;
    background-clip: border-box;
}

.jsenabled .usermenu .moodle-actionmenu > .menu .filler {
    display: none;
}

.jsenabled .usermenu .moodle-actionmenu.show {
    background-color: transparent;
}

.navbar-fixed-top .menu li a:hover, 
.navbar-fixed-top.banner_smaller .menu li a:hover {
    background-color: #e5e5e5 !important;
}

.navbar-fixed-top .menu li a:hover span, 
.navbar-fixed-top.banner_smaller .menu li a:hover span {
    color: #292f3c !important;
}

.top_user_menu {
    float: none;
    top: auto;
    margin-right: 60px;
}

.top_user_menu .nav li {
    text-transform: none;
}

.top_user_menu .nav li a {
    font-size: 14px;
    font-weight: 600;
    color: [[setting:custom_color_2]];
}

/* ########################################################################## */
/* LANGUAGE */
/* ########################################################################## */

.lang_menu_custom {
    background: transparent;
}

.langmenu_custom #current_language_switch {
    color: #221F21;
    font-size: 14px;
    font-weight: 600;
}

.langmenu_custom #current_language_switch.lang_switch_active {
    background-color: #15448C;
    color: #fff;
}

.langmenu_custom .language_chooser {
    background-color: #15448C;
}

/* ########################################################################## */
/* BREADCRUMB */
/* ########################################################################## */

#page-navbar {
    margin-top: 0px;
}

#page-my-index #page-navbar {
    display: none;
}

.breadcrumb-nav .breadcrumb {
    padding: 0 15px 0 0;
}

ul.breadcrumb li * {
    color: #fff;
    font-size: 11px;
}

.breadcrumb > li > .divider .arrow {
    color: #ddd;
}

ul.breadcrumb li .arrow.sep {
    background: none;
}

ul.breadcrumb li .arrow.sep {
    width: 10px;
    display: inline-block;
    background: none;
    color: transparent;
    margin: 0px;
    font-size: 0px;
}

ul.breadcrumb li .arrow.sep:before {
    content: '/';
    color: #fff;
    font-size: 11px;
}

.breadcrumb-button input[type="submit"] {
    background-color: #df134c;
    border-color: #df134c;
}

.breadcrumb-button input[type="submit"]:hover {
    background-color: #bd0b3d;
    border-color: #bd0b3d;
}

/* ########################################################################## */
/* SIDE BLOCKS */
/* ########################################################################## */

.block {
    width: 100%;

    background-color: transparent;

    border: none;

    padding-top: 10px;
    padding-bottom: 0px;

    border-top: 1px solid #ddd;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.block-region .block:first-of-type {
    padding-top: 0px;    
    border-top: none;
}

.block .header {
    min-height: 21px;
    padding: 20px 0px;
    background: transparent;
}

.block .header .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block .header h2 {
    font-size: 18px;
    line-height: 21px;

    vertical-align: middle;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;

    margin: 0;
    padding: 0px;
    color: [[setting:custom_color_2]];
}

.block .header .block_action {
    padding: 0px 15px;
    display: none;
}

.block .content {
    background-color: transparent;
    padding: 8px 0 8px 0;
}

.block .content hr {
    display: none;
}

.block .footer {
    padding: 3px 0;
}

.unlist,
.unlist li,
.inline-list,
.inline-list li,
.block .list,
.block .list li,
.section li.activity,
.section li.movehere,
.tabtree li {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.block .block_tree {
    font-size: 14px;
    font-weight: 400;
    color: [[setting:custom_color_2]];
    text-transform: uppercase;
}

.block .block_tree .tree_item * {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: [[setting:custom_color_2]];
}

.block .block_tree .tree_item a {
    color: #000;
}

.block .block_tree .active_tree_node a,
.block .block_tree .active_tree_node span {
    color: [[setting:custom_color_1]];
}

.block_settings .adminsearchform {
    padding-top: 5px;
    margin-top: 10px;
}

.block_settings #adminsearchquery {
    width: 96%;
    max-width: 100%;
    margin-top: 10px;
}

/* ########################################################################## */
/* COURSE CATEGORY */
/* ########################################################################## */

.coursesearchbox input[type="text"] {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 10px 20px;
    margin-bottom: 0px;
}

.coursesearchbox input[type="submit"] {
    margin-top: 0px !important;
    margin-left: 10px !important;
}

.course_category_tree .category > .info {
    background: transparent;

    border: 1px solid #eee;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.course_category_tree .category > .info > .categoryname {
    padding-left: 30px;
}

.course_category_tree .category > .info > .categoryname a {
    font-size: 16px;
}

.course_category_tree .category .subcategories .categoryname a {
    font-size: 12px;
}

#course-category-listings ul {
    list-style: none outside none;
    margin-left: 0px;
}

/* ########################################################################## */
/* CONTENT */
/* ########################################################################## */

#region-main {
    /*background-color: #fff;*/
    background-color: transparent;
    padding: 20px 30px 0px 30px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page_layout_fluid_fill:not(.ie11) #region-main {
    display: block;
    padding-bottom: 50px;
}

/* ########################################################################## */
/* COURSE */
/* ########################################################################## */

.jsenabled .course-content ul.topics li:first-child.section .left {
    width: 40px;
    height: 40px;
    padding: 15px 6px 0 6px;
    margin-right: 10px;
    background-size: 40px 40px;
    background: transparent center center no-repeat url('[[pix:theme|icons/ico-sideleft-gray]]');
}

.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {
    margin-left: 40px;
}

.course-content ul.section {
    margin-left: 25px;
}

#region-main div.modified {
    display: none;
}

/* ########################################################################## */
/* NAVIGATION (LEFT - PDC style) */
/* ########################################################################## */

#pdc_navigation .navigation_list {
    list-style: none outside none;
    margin-left: 0px;
}

#pdc_navigation .navigation_list .navigation_block_item {
    padding: 3px 0;
}

#pdc_navigation .navigation_list .nav_link {
    text-decoration: none;
    color: [[setting:custom_color_2]];
}

#pdc_navigation .navigation_block_item.active .nav_link,
#pdc_navigation .navigation_block_item.active .nav_link:before,
#pdc_navigation .navigation_list .nav_link:hover,
#pdc_navigation .navigation_list .nav_link:hover:before {
    color: [[setting:custom_color_1]];
}

#pdc_navigation .navigation_block_item.active .nav_link {
    font-weight: 700;
}

#pdc_navigation .navigation_list .nav_link:before {
    content: '';
    width: 18px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-right: 10px;
    color: [[setting:custom_color_2]];
}

#pdc_navigation .nav_link.ico-administration:before {
    content: '\f013';
}

#pdc_navigation .nav_link.ico-certificate:before,
#pdc_navigation .nav_link.ico-certificates:before {
    /*content: '\f132';*/
    content: '\f091';
}

#pdc_navigation .nav_link.ico-course:before {
    content: '\f19d';
}

#pdc_navigation .nav_link.ico-dashboard:before {
    content: '\f015';
}

#pdc_navigation .nav_link.ico-notifications:before {
    content: '\f0e6';
}

#pdc_navigation .nav_link.ico-stats_reports:before {
    content: '\f201';
}

#pdc_navigation .nav_link.ico-subordinate:before {
    content: '\f0c0';
}

#pdc_navigation .nav_link.ico-system_config:before {
    content: '\f1de';
}

#pdc_navigation .nav_link.ico-waiting_approval:before {
    /*content: '\f017';*/
    content: '\f046';
}

/* ########################################################################## */
/* FOOTER */
/* ########################################################################## */

#page-footer {
    height: auto;
    min-height: 100px;
    padding-top: 0px;
    position: relative;
    background-color: [[setting:custom_color_4]];
}

#page-footer * {
    color: #c2cad5;
}

#page-footer #page-footer-wrap {
    height: 100%;
    min-height: 100px;
}

#page-footer .container-fluid {
    height: 100%;
    min-height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#page-footer .footer_login_wrap,
#page-footer .footer_copyright_wrap {
    height: 100%;
    display: table;
}

#page-footer .footer_login_wrap {
    float: left;
}

#page-footer .footer_copyright_wrap {
    float: right;
}

#page-footer .footer_login,
#page-footer .footer_copyright {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#page-footer .footer_login .logininfo,
#page-footer .footer_login .lang_menu {
    width: auto;
    display: inline-block;
    float: left;
    line-height: 30px;
}

#page-footer .footer_login .logininfo {
    font-size: 12px;
}

#page-footer .footer_login .logininfo a {
    font-weight: bold;
}

#page-footer .footer_copyright p {
    font-size: 12px;
    margin-top: 20px;
}

#page-footer .text_to_html p,
#page-footer a {
    font-size: 11px;
    color: #000;
    font-weight: 400;
}

#page-footer a[href$='moodlemobile'],
#page-footer .tool_dataprivacy {
    display: none;
}

#page-footer .performanceinfo * {
    color: #fff;
}

#page-footer .performanceinfo .cachesused .cache-definition-stats * {
    color: #000;
}

/*#page-footer .purgecaches {
    display: none;
}*/

#page-footer .footnote.text-center {
    display: inline-block;
}

.footer_logo {
    width: 130px;
    height: 28px;
    display: inline-block;
    float: left;
    position: relative;
    top: 18px;
    background: transparent left center no-repeat url('[[pix:theme|logo_footer]]');
}

.footer_social {
    width: 130px;
    height: 18px;
    display: inline-block;
    float: right;
    position: relative;
    top: 24px;
}

.social_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 0px 7px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon_facebook {
    background-image: url('[[pix:theme|icons/social/ico-facebook]]');
}

.icon_instagram {
    background-image: url('[[pix:theme|icons/social/ico-instagram]]');
}

.icon_twitter {
    background-image: url('[[pix:theme|icons/social/ico-twitter]]');
}

.icon_youtube {
    background-image: url('[[pix:theme|icons/social/ico-youtube]]');
}

/* ########################################################################## */
/* LOADER */
/* ########################################################################## */

.se-pre-con {
    /*    background-color: rgba(255, 255, 255, 0.8) !important;*/
}

/* ########################################################################## */
/* ACTIONMENU */
/* ########################################################################## */

.moodle-actionmenu[data-enhanced].show .menu li a {
    padding: 2px 1em 2px 28px;
}

.jsenabled .usermenu .moodle-actionmenu.show .menu a:hover {
    background-color: #ddd;
    background-image: none;
}

/* ########################################################################## */
/* COURSE CONTENT FOOTER */
/* ########################################################################## */

.ie11 .course_content_footer_wrap {
    height: 99px;
}

.course_content_footer_wrap {
    margin: 50px -30px 0 -30px;
    border-top: 1px solid #c4c6c8;
    padding: 0px 30px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    height: auto;
    min-height: 99px;

    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;

    font-size: 14px;
    color: #000;
    line-height: 125%;
}