﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.table thead th {
    vertical-align: top;
}

.navbar-brand {
    float: right;
}

.login-form {
    background-color: #f9f9f9;
    border: 1px solid #dedede;
    padding: 0;
}

.login-form-wrapper {
    padding: 0 15px;
}

.nemid-content {
    margin-top: 15px;
}

.nav-nemid {
}

.nav-tabs.nav-justified.nav-nemid li:first-child a {
    border-left: 0;
    border-top-left-radius: 0;
}

.nav-tabs.nav-justified.nav-nemid li:last-child a {
    border-right: 0;
    border-top-right-radius: 0;
}


.nav-tab {
    border-bottom: 1px solid #ecf0f1;
    border-left: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.social-buttons .btn-nemid {
    color: #000;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
}

    .social-buttons .btn-nemid .login-icon {
        height: 32px;
        padding: 0 5px;
    }

.login-seperator {
    color: #b9bcc0;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .login-seperator:before, .login-seperator:after {
        content: '';
        display: inline-block;
        border-bottom: 1px solid;
        width: 41%;
        vertical-align: middle;
    }

.login-logo {
    padding: 10px 30px;
    box-sizing: border-box;
    width: 100%;
}

/*
    Media
*/
.media {
    background: #dedede;
}


.media-latest {
}

.nav-tabs.nav-justified li.active {
    background: #2c3e50;
    color: #fff;
}

    .nav-tabs.nav-justified li.active a {
        color: #fff;
    }

.speaker-border {
    border-left: 2px solid #fff;
}

.media-header {
    border-bottom: 2px solid #fff;
}

.media-body {
    padding: 30px 30px;
    width: auto;
}

.media-heading {
    margin: 0;
    padding: 10px 15px 10px 15px;
    font-weight: normal;
}

/*
    Quiz
*/

.all-questions-overview {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 10px 10px 4px 10px;
}

.question-overview {
    display: inline-block;
    height: 40px;
    width: 30px;
    margin: 0 6px 6px 0;
    text-decoration: none;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .question-overview.correct {
        background: green;
    }

    .question-overview.wrong {
        background: red;
    }

    .question-overview.answered {
        background: #3279b8;
    }

.number {
    background: #fff;
    width: 100%;
    text-align: center;
    color: #000;
}

/*
    Textpage
*/

.list-group-item-card-color {
    background-color: rgba(0,0,0,0.03);
}

/* 
    Documents
*/
.documents-header {
    font-weight: bold;
    font-size: 16px;
}

.documents-row + .documents-row {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.documents-row {
    padding-bottom: 15px;
}

.documents-body {
    margin-top: 10px;
}

.documents-column {
    padding: 3px 0;
}

.table.table-striped td, .table.table-striped th {
    vertical-align: middle;
}


@media (max-width: 767px) {
    .upload-row {
        margin-top: 15px;
    }
}


/*Large menu */

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #18bc9c;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}