body {
    font-family: 'Ubuntu', sans-serif;
    background: #e7eced;
}

a {
    color: #a8c744;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover, a:active, a:focus {
        color: #000;
        text-decoration: none;
        outline: 0;
    }

hr {
    border-color: #e7eced;
}

    hr.page {
        margin: 30px 0;
        border-color: red;
        border-top-width: 20px;
    }

.sort-grid, .sort-list {
    cursor: pointer;
}

.sort
/* #Containers
================================================== */
.site-wrapper {
    overflow: hidden;
}

.page-wrap {
    padding-top: 60px;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    .page-wrap .content-wrap {
        padding: 20px 15px;
    }

        .page-wrap .content-wrap > .container-fluid {
            padding: 0;
        }

    .page-wrap img {
        max-width: 100%;
    }

.site-wrapper.sidebar-is-open .navbar-default,
.site-wrapper.sidebar-is-open .page-wrap {
    transform: translateX(-270px);
}

/* #Top bar
================================================== */
.navbar-default {
    padding-right: 50px;
    z-index: 1020;
    background: #fff;
    border: 0;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-header {
    float: left;
}

.navbar-right {
    float: right;
}

.navbar-brand {
    margin: 10px 15px;
    padding: 0;
    width: 120px;
    height: 40px;
}

.navbar-nav {
    margin: 0;
}

    .navbar-nav > li {
        float: left;
    }

        .navbar-nav > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
            line-height: 40px;
        }

    .navbar-nav .notification {
        position: relative;
        font-size: 22px;
        width: 30px;
    }

        .navbar-nav .notification .count {
            position: absolute;
            top: 3px;
            right: 0;
            width: 17px;
            height: 17px;
            font-size: 11px;
            line-height: 15px;
            color: #fff;
            text-align: center;
            background: #a8c744;
            border: 1px solid #fff;
            border-radius: 50%;
        }

/* #Sidebar
================================================== */
.nav-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
    width: 70px;
    height: 100%;
    overflow: hidden;
    background: #343a3d;
}

    .nav-sidebar.small {
        height: 80px;
        transition: all 300ms ease;
    }

    .nav-sidebar.big {
        right: 0;
        z-index: 1020;
        width: 270px;
        transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transform: translateX(270px);
    }

    .nav-sidebar ul.icons {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-sidebar ul.icons li a {
            display: block;
            font-size: 28px;
            line-height: 70px;
            color: #fff;
            text-align: center;
            border-bottom: 1px solid #4c565a;
        }

            .nav-sidebar ul.icons li a.toggle {
                line-height: 80px;
                background: #4c565a;
                border: 0;
            }

            .nav-sidebar ul.icons li a.search {
                font-size: 22px;
                transform: scaleX(-1);
            }

    .nav-sidebar.big ul.icons li {
        float: left;
        width: 50%;
        border-left: 1px solid #4c565a;
    }

        .nav-sidebar.big ul.icons li:first-child {
            border-left: 0;
        }

        .nav-sidebar.big ul.icons li a {
            line-height: 49px;
            border-top: 1px solid #4c565a;
            border-bottom: 0;
        }

    .nav-sidebar.big .heading {
        position: relative;
        padding: 0 30px;
        font-size: 15px;
        font-weight: 500;
        line-height: 80px;
        color: #fff;
        background: #4c565a;
    }

    .nav-sidebar.big .content-wrap {
        height: calc(100% - 130px);
        overflow: auto;
    }

    .nav-sidebar.big .content {
        padding: 40px 30px;
    }

    .nav-sidebar.big ul.menu {
        padding: 0;
        list-style: none;
    }

        .nav-sidebar.big ul.menu li a {
            display: block;
            padding: 12px 0;
            font-size: 13px;
            line-height: 1.55;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 1px solid #4c565a;
        }

        .nav-sidebar.big ul.menu li:hover > a,
        .nav-sidebar.big ul.menu li.active > a {
            color: #a8c744;
            text-decoration: none;
        }

        .nav-sidebar.big ul.menu li:last-child a {
            border-bottom: 0;
        }

        .nav-sidebar.big ul.menu li ul {
            margin: 10px 0;
            padding-left: 20px;
        }

            .nav-sidebar.big ul.menu li ul li a {
                padding: 0;
                text-transform: none;
                border-bottom: 0;
            }

.site-wrapper.sidebar-is-open .nav-sidebar.small {
    height: 80px;
}

.site-wrapper.sidebar-is-open .nav-sidebar.big {
    transform: translateX(0);
}

/* #Forms
================================================== */
::-webkit-input-placeholder {
    color: #979b9c;
}
/* WebKit browsers */
:-moz-placeholder {
    color: #979b9c;
    opacity: 1;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #979b9c;
    opacity: 1;
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #979b9c;
}
/* Internet Explorer 10+ */

/* #Panels
================================================== */
.panel {
    border-radius: 8px;
    border: 0;
    box-shadow: none;
}

    .panel h1 {
        margin: 0;
        font-size: 20px;
    }

    .panel h6 {
        font-size: 11px;
        color: #979b9c;
        text-transform: uppercase;
    }

    .panel hr {
        border-style: dashed;
    }

    .panel .panel-heading {
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        background: #a8c744;
        border: 0;
        border-radius: 8px 8px 0 0;
    }

        .panel .panel-heading a {
            color: #fff;
        }

    .panel .panel-body {
        padding: 20px;
    }

    .panel ul.info {
        padding: 0;
        list-style: none;
    }

        .panel ul.info li {
            font-size: 13px;
        }

            .panel ul.info li .attribute {
                float: left;
                width: 140px;
                color: #979b9c;
            }

            .panel ul.info li .value {
                display: inline-block;
                width: calc(100% - 140px);
            }

    .panel .search {
        width: 100%;
        max-width: 470px;
        margin-top: 15px;
        position: relative;
    }

        .panel .search button {
            float: left;
            width: 30px;
            height: 22px;
            border: 0;
            font-size: 15px;
            color: #979b9c;
            background: #fff;
        }

        .panel .search input {
            float: left;
            width: calc(100% - 30px);
            height: 22px;
            font-size: 13px;
            border: 0;
        }

/* #Search
================================================== */
.search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: #52575a;
    transform: scale(0);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.site-wrapper.search-is-active .search-wrap {
    transform: scale(1);
}

.search-wrap .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 34px;
    color: #fff;
    opacity: 1;
}

.search-wrap .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

    .search-wrap .content .heading {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: 500;
        color: #fff;
    }

    .search-wrap .content .form-wrap {
        position: relative;
        margin: 0 auto;
        width: 90%;
        max-width: 540px;
    }

        .search-wrap .content .form-wrap input {
            padding: 0 50px 0 20px;
            width: 100%;
            height: 50px;
            font-size: 13px;
            background: #e7eced;
            border: 0;
            border-radius: 8px;
        }

        .search-wrap .content .form-wrap button {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            font-size: 26px;
            color: #343a3d;
            background: none;
            border: 0;
        }

.search-wrap ul.suggestions {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

    .search-wrap ul.suggestions li {
        display: inline-block;
        margin-left: 10px;
        color: #e7eced;
    }

        .search-wrap ul.suggestions li:first-child {
            margin-left: 0;
        }


/* #Student cards
================================================== */
.students .panel {
    margin-bottom: 30px;
}

.students .person {
    position: relative;
}

    .students .person .school {
        color: #979b9c;
    }

    .students .person .absence {
        position: relative;
        padding-right: 20px;
        font-size: 26px;
        font-weight: 500;
        line-height: 1.2;
        text-align: right;
    }

        .students .person .absence .fa {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 20px;
            color: #979b9c;
        }

            .students .person .absence .fa.down {
                top: auto;
                bottom: 0;
            }

        .students .person .absence.up .fa.up {
            color: #dc6646;
        }

        .students .person .absence.down .fa.down {
            color: #a8c744;
        }

.students .activity {
    font-size: 12px;
    color: #000;
}

    .students .activity .fa {
        margin-right: 10px;
        width: 20px;
        font-size: 9px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        background: #a8c744;
        border-radius: 50%;
    }

        .students .activity .fa.muted {
            color: #fff;
            background: #979b9c !important;
        }

.students.grid .person .profile-image {
    float: left;
    margin-right: 20px;
}

.students.grid .person .info {
    position: absolute;
    left: 100px;
    bottom: 0;
}

.students.grid .person .info-no-images {
    position: absolute;
    left: 5px;
    bottom: -40px;
}

.students.grid .graph {
    margin-top: 30px;
}

.students.grid .activity {
    margin-top: 20px;
}

.students.list .panel {
    margin-bottom: 10px;
}

    .students.list .panel .panel-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.students.list .list-row {
    height: 55px;
}

.students.list .list-cell {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.students.list .profile-image {
    float: left;
    margin-right: 30px;
}

.students.list .info {
    float: left;
    width: calc(100% - 70px);
}

/* #Student-View
================================================== */
.student-info .panel .panel-heading {
    padding: 20px;
    position: relative;
}

    .student-info .panel .panel-heading .profile-image {
        float: left;
        margin-right: 30px;
    }

    .student-info .panel .panel-heading .name {
        margin-top: 5px;
    }

    .student-info .panel .panel-heading ul.actions {
        position: absolute;
        left: 130px;
        bottom: 20px;
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        list-style: none;
    }

        .student-info .panel .panel-heading ul.actions li {
            margin-top: 5px;
            padding: 0;
        }

            .student-info .panel .panel-heading ul.actions li:first-child {
                margin-top: 0;
            }

        .student-info .panel .panel-heading ul.actions .fa {
            margin-right: 10px;
        }

/* #Sort-View
================================================== */
.sort-view {
    margin-bottom: 10px;
    padding: 0 8px;
    line-height: 26px;
    color: #979b9c;
}

    .sort-view a {
        color: #979b9c;
    }

        .sort-view a:hover {
            color: #000;
            text-decoration: none;
        }

    .sort-view ul {
        margin: 0 -5px 10px;
        padding: 0;
        list-style: none;
    }

        .sort-view ul li {
            float: left;
            margin: 0 5px;
        }

            .sort-view ul li.active a {
                color: #000;
            }

        .sort-view ul.sort {
            margin-left: -20px;
            margin-right: -20px;
        }

            .sort-view ul.sort li {
                margin: 0 20px;
            }

                .sort-view ul.sort li .fa {
                    margin-left: 10px;
                }

                .sort-view ul.sort li.heading .fa {
                    margin: 0 10px 0 0;
                }

        .sort-view ul.view {
            font-size: 18px;
        }

/* #Profile images
================================================== */
.profile-image {
    width: 40px;
    height: 55px;
    border: 2px solid #e7eced;
    border-radius: 5px;
    background: no-repeat center / cover;
}

    .profile-image.small {
        width: 25px;
        height: 35px;
    }

    .profile-image.large {
        width: 80px;
        height: 110px;
    }

    .profile-image.round {
        height: 40px;
        border-radius: 50%;
    }

        .profile-image.round.small {
            height: 25px;
        }

        .profile-image.round.large {
            height: 80px;
        }

        .profile-image.round.search {
            margin-top: 10px;
        }

/* #Telerik Skins override
================================================== */
.RadScheduler_Bootstrap .rsAptContent {
    background-color: #4d4d4d !important;
    padding: 10px;
}

.k-event {
    background-color: #4d4d4d !important;
}

    .k-event > p {
        padding-top: 5px !important;
        padding-left: 5px !important;
        margin-bottom: 0px !important;
    }

        .k-event > p.k-info {
            padding-top: 5px !important;
            padding-left: 5px !important;
            /*padding-right: 5px !important;*/
            /*padding-bottom: 5px !important;*/
            margin-bottom: 0px !important;
            font-size: 9px;
        }

/*.k-list-container {
    height: 400px !important;
}

.k-list-scroller {
    height: 400px !important;
}*/
/*.k-item {
    height: 75px;
}*/
.k-item {
    height: 75px;
}
/* #Media Queries
================================================== */
@media (max-width: 767px) {
    .navbar-nav .person .name {
        display: none;
    }

    .navbar-nav > li > a {
        padding: 10px 5px;
    }

    .nav-sidebar.small {
        width: 50px;
        height: 60px;
    }

    .nav-sidebar ul.icons li a.toggle,
    .nav-sidebar.big .heading {
        line-height: 60px;
    }

    .nav-sidebar.big .content-wrap {
        height: calc(100% - 110px);
    }

    .site-wrapper.sidebar-is-open .nav-sidebar.small {
        height: 60px;
    }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width : 768px) {
    .page-wrap {
        padding-top: 80px;
        padding-right: 70px;
    }

        .page-wrap .content-wrap {
            padding: 30px 20px;
        }

    .site-wrapper.sidebar-is-open .navbar-default,
    .site-wrapper.sidebar-is-open .page-wrap {
        transform: translateX(-200px);
    }

    .navbar-brand {
        margin: 15px;
        width: 150px;
        height: 50px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-default {
        padding-right: 0;
        margin-right: 70px;
    }

    .navbar-nav .person .profile-image {
        float: left;
        margin-right: 15px;
    }

    .nav-sidebar.small {
        height: 100%;
    }

    .nav-sidebar.big {
        transform: translateX(200px);
    }

    .panel .search {
        float: right;
        margin-top: 0;
    }

    .search-wrap .content .heading {
        margin-bottom: 60px;
        font-size: 34px;
    }

    .sort-view ul.view {
        float: right;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width : 992px) {
    .page-wrap .content-wrap {
        padding: 50px 30px;
    }

    /* Denne del kan aktiveres så menuen popper ud og gør indholdet mindre, i stedet for at 
	 * skubbe det ud i venstre side. Dette gør at man kan lave en løsning som holder
	 * side-menuen åben mens man arbejder. Det kan dog give probler i forhold til
	 * bredden af indholdet og skal derfor testes grundigt.
	.site-wrapper.sidebar-is-open .page-wrap,
	.site-wrapper.sidebar-is-open .navbar-default {
		padding-right: 0;
		margin-right: 270px;
		transform: none;
	}*/

    .students.list .person .name,
    .students.list .person .school {
        padding-top: 0;
        line-height: inherit;
    }

    /*.my-person {
        height: 200px;
    }*/
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {

    /*.my-person {
        height: 200px;
    }*/
}

/* override for bootstrap stupidness */
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: transparent !important;
}


.removeStudent {
    position: absolute;
    top: 10px;
    right: 7px;
}
