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;
}
@media screen and (max-width: 768px){
    #navigation .navbar-fixed-top {
        background: white;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .275);
    }
}
.navbar-toggle {
background-color:rgba(0, 114, 188, 0.70);
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 21px 15px;
    border: none;
    line-height: 70px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid transparent;
    padding-top: 4px;
}
.nav li a:hover {
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
}

@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;
    position: relative;
}
.nav > li > form > button.logout:focus {
    outline: none;
}
.eh_input_btn_in_nav_box:hover,.btn.btn-link.logout:hover{
    color: #0EB1F2;
    /*border-bottom: 3px solid #0EB1F2;*/
    cursor: pointer;
}


.eh_input_btn_in_nav_box:after {
     /*content: 'Logout 'attr(data-inline);*/
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;

     display: none;
     position: absolute;
     top: 0;
     white-space: nowrap;
     overflow: inherit;

     border-bottom: 3px solid #0EB1F2;
     font-weight: bold;
     /*text-transform: uppercase;*/
     font-size: 14px;
     font-family: inherit;
     padding: 4px 15px;
     line-height: 70px;
     /*background-color: white;*/
     z-index: 999;


     background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
     background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
     background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94ffffff',GradientType=1 );

 }
.eh_input_btn_in_nav_box:hover:after {
    display: block;
}

.eh_input_btn_in_nav_box .logout.logout_hidden_hover {
    display: none;
}

.eh_input_btn_in_nav_box:hover .logout.logout_hidden_hover {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 0;
    opacity: 0;
}
.eh_subtitle {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 36px;
    /*text-transform: capitalize;*/
    color: rgb(0, 114, 188);
}
.eh_subtitle.quiz-page-subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
}
#modal-logout-message2 {
    background: rgba(0, 0, 0, 0.91);
}
#modal-logout-message1 {
    background: rgba(0, 0, 0, 0.91);
}


