html,
body {
    height: 100%;
}

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

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

/* Blue navbar */
.navbar {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar a, .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    background-color: #286090;
    border-color: #204d74;
    color: #fff;
}
.navbar-nav .open .dropdown-menu{
    background: #fff;
}
/* /Blue navbar */

.navbar .dropdown-menu {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

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

#bookGrid .panel-group {
    margin-bottom: 0px;
}
#bookGrid .panel-heading {
    height: 40px;
}
#bookGrid .list-group-item {
    height: 40px;
}
/* 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;
}
.table-fixed-holder{
    margin: 15px 0 0;
    line-height: 20px;
}
.table-fixed-holder #bookGrid .book-name{
    line-height: 20px;
    display: inline-block;
}
.table-fixed-holder .label{
    padding: .25em .6em .25em;
}
.table-fixed-holder .panel-title > a{
    display: inline-block;
    vertical-align: top;
}
.table-fixed-holder a:focus,
.table-fixed-holder a:hover{
    text-decoration: none;
    opacity: 0.8;
}
.table-fixed-holder a > .glyphicon{
    vertical-align: middle;


}

.table-fixed-holder .table{
    margin: 0;
}
.table-scroll{
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}
#bookGrid .main input {
    vertical-align: middle;
    margin-top: -1px;
}
#bookGrid .main,
#bookGrid .glyphicon.glyphicon-eye-open,
#bookGrid .glyphicon.glyphicon-folder-close,
#bookGrid .glyphicon.glyphicon-eye-open.pull-left,
#bookGrid .book-name,
#bookGrid .text-muted {
    vertical-align: middle;
}
#bookGrid .glyphicon.glyphicon-eye-open.pull-left {
    top: 3px;
}
.home-nav-icon {
    height: 50px;
}

.dw-nav-build {
    pointer-events: none !important;
}
.dw-nav-build > a {
    cursor: default !important;
}

#w1 li.dropdown{
    margin: 9px 10px;
}
#w1 li.dropdown a.dropdown-toggle {
    padding: 5px 7px;
    border: 1px solid #fff;
    border-radius: 4px;
}
#w1 li.dropdown.open a.dropdown-toggle{
    border-radius: 4px 4px 0 0;
}
@media (min-width: 768px){
    #w1{
        margin: 0 -15px;
        font-size: 12px;
    }
    #w1 li.dropdown{
        margin: 9px 5px;
    }
    #w1>li>a{
        padding: 15px 10px;
    }
}
@media (min-width: 992px){
    #w1{
        font-size: 14px;
    }
    #w1 li.dropdown{
        margin: 9px 10px;
    }
    #w1>li>a{
        padding: 15px;
    }
}

#feedback > .modal-dialog {
    width: 600px !important;
    height: 600px !important;
}

#feedback > .modal-body {
    width: 500px !important;
    height: 500px !important;
}

.feedback-dependant {
    display: none;
}

.feedback-title {
    text-align: center;
    font-weight: bold;
}

#book_name {
    height: 35px;
    width: 600px;
    float: right;
}