html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 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;
}

.btn.btn-github, .btn-github {
    text-align: center;
}

.btn.btn-github:focus, .btn-github:focus,
.btn.btn-github:hover, .btn-github:hover {
    color: #FFF;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.full-column {
    width:100%;
}
.left-column {
    width: 500px;
    float:left;
    position: relative;
    display: inline-block;
}
.right-column {
    width: 600px;
    float: right;
    position: relative;
    display: inline-block;
}
.menu-column {
    float:left;
    margin-top: 100px;
    margin-left: 50px;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:50px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:1000px;
    padding:10px;
    background-color: #FFFFFF;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}

.align-right {
    float: right;
}

.ui-datepicker {
    z-index: 1000 !important;
}

.sidebar-menu>li {
    white-space: normal !important;
}
.sidebar-menu>li a {
    overflow: hidden;
}
.sidebar-menu>li .fa.fa-circle-o {
    position: relative;
    top: 2px;
    float: left;
    height: 26px;
}
.sidebar-menu>li span {
    overflow: hidden;
}

.xhr {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

}

.xhr.xhr-start {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 9000;
}

.xhr .xhr__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;

}
.xhr .xhr__preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("/img/preloader.gif");
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0 !important;
}

textarea.form-control {
    max-width: 360px;
}

.alert {
    margin-top: 20px;
}

.alert.alert-primary {
    background-color: #e0e7f1;
    border-color: #367fa9;
    color: black;
}
