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

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

.qq-upload-file {
    width: auto;
}
.qq-upload-list li{
    float: left;
    margin: 3px 5px;
    padding: 7px;
}
.qq-upload-list{
    box-shadow: none;
    margin-left: -3px;
}
.qq-upload-cancel {
    margin-right: 5px;
    margin-left: 5px;
}
/*.qq-upload-list li{*/
    /*display: inline-block;*/
    /*height: 30px;*/
    /*margin:5px;*/
    /*text-align: left;*/
    /*position: relative;*/
    /*vertical-align: top;*/
    /*width:30%;*/
    /*border: none;*/
    /*overflow: hidden;*/
/*}*/
/*.qq-upload-list li:first-child{*/
    /*border: none;*/
/*}*/
/*.qq-thumbnail-selector{*/
    /*!*width: 90px;*!*/
    /*display: block;*/
    /*text-align: center;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*margin: 0 auto;*/
/*}*/
/*.qq-upload-file{*/
    /*width: 87%;*/
    /*display: block;*/
/*}*/
/*.qq-upload-file.qq-editable{*/
    /*font-size: 12px;*/
    /*font-weight: 500;*/
    /*color: #333;*/
    /*position: relative;*/
/*}*/
/*.qq-upload-cancel{*/
    /*position: absolute;*/
    /*top: 8px;*/
    /*margin: 0;*/
    /*right: 8px;*/
    /*line-height: 6px;*/
    /*border: none;*/
    /*background: rgb(255, 253, 252);*/
    /*color: #f00;*/
    /*height: 16px;*/
    /*width: 16px;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #ffa9a9;*/
/*}*/
/*INPUT.qq-edit-filename{*/
    /*display: none;*/
/*}*/
/*.qq-thumbnail-wrapper{*/
    /*display: inline-block;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
    /*background: transparent;*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
/*}*/
/*.qq-uploader:before{*/
    /*top: 2px;*/
    /*font-size: 160%;*/
    /*font-size: 20px;*/

/*}*/
/*.qq-upload-button:hover,*/
/*.qq-upload-button{*/
    /*!*    width: 81px;*/
        /*margin: 0 auto;*/
        /*padding: 3px 2px;*/
        /*display: block;*/
        /*width: 81px;*/
        /*margin: 0 auto;*/
        /*padding: 3px 2px;*/
        /*text-align: center;*/
        /*float: none;*/
        /*background: #e8e8e8;*/
        /*color: #777;*/
        /*border-radius: 2px;*/
        /*border: 1px solid #ccc;*/
        /*box-shadow: none;*/
        /*font-size: 12px;*!*/
    /*margin-bottom: 0 ;*/
/*}*/
/*.qq-upload-list{*/
    /*border: none;*/
    /*box-shadow: none;*/
/*}*/
/*.qq-upload-list{*/
    /*overflow-y: visible;*/
    /*display: inline-block;*/
    /*width: calc(100% - 110px);*/
/*}*/
/*.qq-uploader{*/
    /*min-height: 30px;*/
    /*padding: 0;*/
/*}*/
/*.qq-progress-bar{*/
    /*background: #9fc5d8;*/
    /*width: 83%;*/
    /*height: 10px;*/
/*}*/
