html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    padding: 0 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.hneu {
    z-index: 9999999999;
    color: #ffffff;
    background: url('../images/blue_big.jpg') no-repeat center 60%;
    background-size: 100% 321%;
}

.lu-new-feature {
    border: 2px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}

.lu-section-title {
    margin-bottom: 50px;
}

/*header*/

.business-header {
    margin: 0 0 50px 0;
    /*height: 400px;
    background: url('../images/University.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

/* Customize the text color and shadow color and to optimize text legibility. */

.text-color {
    color: black;
}

a.list-group-item.disciplines {
    height: auto;
    min-height: 220px;
}

a.list-group-item.active small {
    color: black;
}

.stars {
    margin: 0 auto 1px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default {
    color: #ffffff;
    background-color: #0d65e2;
    /*background: url('../images/blue_big.jpg') no-repeat center 60%;
    background-size: 100% 321%;*/
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: rgb(17, 111, 252);
}

.t-30 {
    font-size: 30px;
}

.t-25 {
    font-size: 25px;
}

.t-20 {
    font-size: 20px;
}

.t-15 {
    font-size: 15px;
}

.t-10 {
    font-size: 10px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.lecturer-photo {
    max-width: 150px;
}

.right-border {
    border-right: solid 1px black;
}

.left-border {
    border-left: solid 2px #E1E1E1;
}

.disabled-div {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}

.p-l-30 {
    padding-left: 30px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

#back-top {
    z-index: 999;
    width: 50px;
    height: 100px;
    bottom: 5px;
    position: fixed;
    left: 5px;
    display: none;
    text-align: center;
    font: bold 12px Verdana, sans-serif;
    text-decoration: none;
    color: #45688E;
    padding-top: 20px;
    background: rgba(218, 225, 231, 0.8);
    border-radius: 5px;
}

#back-top:hover {
    background: rgba(204, 211, 217, 0.8);
}

@media (min-width: 992px) {
    .same-height {
        height: 250px;
        position: relative;
    }

    .pull-bottom {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .fixed-img {
        max-height: 150px;
        padding-right: 0 !important;
    }

    .remove-p-t-md {
        padding-top: 0 !important;
    }
}

.thumbnail-p {
    padding: 15px;
}
