﻿#container {
    -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
}

    #container .navbar {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

    #container #menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 270px;
        padding-top: 0;
        border-right: 1px solid #e7e7e7;
    }

    #container #main {
        position: absolute;
        top: 0;
        left: 270px;
        right: 0;
        z-index: 2;
        padding: 10px;
        min-height: 100%;
    }


    #container #menu-button {
        display: none;
    }

@media screen and (max-width: 1166px) {
    #container #menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 270px;
        padding-top: 0;
        z-index: 9;
        border-right: none;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

    #container #menu-button {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 30px;
        padding-top: 0;
        z-index: 9;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }

    #menu-button a {
        height: 100%;
        width: 100%;
    }

    #btnHideMenu {
        font-weight: bold;
        border-radius: 0;
    }

    #container #main {
        position: absolute;
        top: 0;
        left: 40px;
        right: 0;
        z-index: 2;
        padding: 10px;
        min-height: 100%;
    }


    #container.hideMenu #menu {
        left: 0;
    }

    #container.hideMenu #menu-button {
        left: 270px;
    }
}

#menu-panel-1 .scroll-outer {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

#menu_panel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#menu-panel-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 270px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

#menu-panel-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 270px;
    width: 270px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.animate {
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.show-panel-2 #menu-panel-1 {
    left: -270px;
}

.show-panel-2 #menu-panel-2 {
    left: 0;
}

.list-subgroup {
    margin-bottom: 0;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #dddddd;
}

#menu-panel-1 .wg {
    cursor: pointer;
}

#menu-panel-1 .wg .arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 5px;
}

#menu-panel-2 .header .arrow {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 5px;
}

#menu-panel-2 .header .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow .glyphicon {
    line-height: 1.42857143;
}

.list-subgroup .list-group-item {
    padding: 5px 15px;
}

img {
    width: 100%;
    height: auto;
}

#bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
}

.main-body {
    position: relative;
}

    .main-body > .panel-buttons {
        position: absolute;
        left: 0;
        right: 0;
        top: -32px;
        width: auto;
        height: 40px;
    }

.panel-buttons .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mid-parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.mid-child {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-text {
    position: absolute;
    top: 42px;
    height: auto;
    left: 0;
    width: 100%;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: left top 50%;
    -ms-transform-origin: left top 50%;
    -o-transform-origin: left top 50%;
    -webkit-transform-origin: left top 50%;
    transform-origin: left top 50%;
    font-size: 18px;
    margin-top: 100%;
}

.menu-icon {
    position: absolute;
    top: 0;
    height: 42px;
    left: 0;
    width: 100%;
    font-size: 16px;
    width: 100%;
    line-height: 42px;
}

    .menu-icon .glyphicon {
        font-size: 16px;
        padding: 6px 5px;
    }

.table tbody a {
    text-decoration: underline;
}

thead, tfoot {
    background-color: white !important;
    overflow: visible;
}

.last-row {
    color: #555 !important;
    background-color: rgba(220, 220, 220, 0.4) !important;
    font-weight: 100;
}

    .last-row td {
        padding: 4px;
    }


.table-condensed .last-row td {
    padding: 2px;
}

.select-input {
    width: 100%;
}

    .select-input > select.form-control {
        width: 25%;
    }


    .select-input > input.form-control {
        width: 75%;
        border-left: none;
    }

.form-group {
    margin-bottom: 5px;
}

.form-label {
    line-height: 34px;
}

.form-group-sm .form-label, .form-group-sm .text-label {
    line-height: 30px;
    /*font-size: 12px;*/
}

.text-label {
    font-style: italic;
}

.cancel-padding {
    padding-left: 0;
    padding-right: 0;
}

#menu .list-group-item:first-child, #menu .list-group-item:last-child {
    border-radius: 0;
}

.cn {
    color: rgba(205,95,10,1);
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.popover, .popover-content {
    padding: 0;
}

    .popover-content .panel {
        margin-bottom: 0;
    }

tr.sub td.indent {
    padding-left: 30px;
}

tr.subheader {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

tr.totaal-rij {
    border-top-width: 3px;
    border-top-style: double;
}

.group {
    min-height: 20px;
    height: 300px;
    overflow: auto;
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .group > .table > tbody > tr:first-child > td {
        border-top: 0;
    }

.text-grey {
    color: #ddd;
}

.text-bold {
    font-weight: bold;
}

/*begin toegevoegde styles*/

.selected {
    background-color: azure !important;
}

#clickable td { /*pointer veranderen naar handje*/
    cursor: pointer;
}

#buttons {
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.notbold {
    font-weight: normal;
}

.details {
    clear: both;
}

table {
    overflow: auto;
}

.description {
    display: none;
    position: absolute;
    border: 1px solid #000;
    background-color: ivory;
    padding: 5px;
}

#divButtons {
    margin: 10px;
    margin-top: 25px;
}

/*CSS for Dimona Forms*/
@media only screen and (min-width: 768px) {
    .form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #divDimRight {
        height: auto;
    }
}
/*#divButtons {
        margin:10px;
    }*/

@media only screen and (min-width: 650px) {
    #divDimLeft {
        margin-left: 10%;
    }

    #divDimRight {
        margin-left: 10%;
    }
}

.label-required:before {
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
    margin-top: 5px;
}

.error {
    color: red !important;
    font-size: 12px;
}

@media only screen and (min-width:480px) {
    #divform1 {
        margin-left: 10%;
    }

    #divform2 {
        margin-left: 10%
    }
}

.title {
    font-size: 20px;
    font-weight: bold;
}

#divCheckbox label {
    font-weight: normal !important;
    margin-left: 5px;
}

#divStudent label {
    font-weight: normal !important;
    margin-left: 5px;
}

.scrollable {
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    overflow: auto;
}

.table {
    background: white;
}


#pnlAlerts {
    position: relative;
    margin-bottom: 10px;
}

    #pnlAlerts .page-alert {
        border-radius: 0;
        margin-bottom: 0;
        padding: 5px;
    }


.table.table-big tbody tr {
    height: 51px;
}

.menu-td .menu-btn {
    display: none;
}


@media screen and (max-width: 1166px) {
    .menu-td {
        position: relative;
    }

        .menu-td .menu-body {
            position: absolute;
            top: 0;
            right: 34px;
            width: 200px;
            display: none;
        }

            .menu-td .menu-body .btn-group {
                background: white;
            }

        .menu-td.show .menu-body {
            display: block;
        }

        .menu-td .menu-btn {
            display: block;
            float: right;
        }
}

.status .glyphicon {
    font-size: 1.5em;
}

.table .status .text {
    display: none;
}

.table.print .last-row, .table.print .menu-td, .table.print .status .glyphicon {
    display: none;
}

.table.print .status .text {
    display: block;
}

.list-group {
    margin-bottom: 0;
}

.list-group-label {
    margin-left: 15px;
}

.list-group-item .check-icon:before {
    color: #ccc;
    content: "\e157";
}

.list-group-item.checked .check-icon:before {
    color: #000;
    content: "\e067";
}

.verborgen {
    color: #aaaaaa;
}

.disabled-row {
    color: #aaaaaa;
}

.nav-label {
    position: relative;
    width: 100%;
    height: 34px;
    text-align: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}

    .nav-label .form-label {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .nav-label .btn {
        z-index: 9;
    }

    .nav-label .previous {
        position: absolute;
        left: 0;
        top: 0;
        border-right: 1px solid #aaaaaa;
    }

    .nav-label .next {
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid #aaaaaa;
    }

.table .checkbox {
    margin-top : 0;
    margin-bottom :0;
}

.panel-sm .panel-body {
    padding:5px;
}


.panel-sm .form-group-sm .form-label, .panel-sm .form-group-sm .text-label {
    line-height: 20px;
}

.weekend {
    background-color: rgba(238,238,238,.5);
}

.panel-heading {
    cursor:pointer;
}

@media print {
    body * {
        visibility: hidden;
    }

    #container #main, #container #main * {
        visibility: visible;
    }

    #container #main {
        position: absolute;
        left: 0;
        top: 0;
    }
}