body {
    padding-top: 80px; }

body.gray-bg {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #f5f5f5; }

.navbar-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; }

.quiz-info {
    margin-top: 5px; }
.quiz-info .btn {
    width: 40px;
    float: right;
    margin-right: 4px;
    font-weight: bold; }

.questions form.answered .well {
    border-left: 1px solid green; }
.questions .well {
    background: #FAF9F7; }
.questions .nav-tabs {
    position: fixed;
    left: 20px;
    width: 200px;
    top: 80px; }
.questions .tab-content {
    margin-left: 221px; }
.questions .tab-content .h-line {
    margin-top: 3px; }
.questions .tab-content .reset-answer {
    margin-top: -2px;
    background: url(../images/reset.png);
    width: 32px;
    height: 32px; }

.sub-header {
    border-bottom: 1px solid #EEE;
    position: fixed;
    top: 0;
    background: white; }
.sub-header .nav-pills {
    margin-top: 5px;
    margin-bottom: 3px; }
.sub-header .quiz-title {
    padding-left: 56px; }
.sub-header .filter-menu {
    padding-top: 15px; }
.sub-header .filter-menu a {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    margin-left: 15px; }
.sub-header .filter-menu a.all {
    background: url(../images/filter-icon.png) no-repeat; }
.sub-header .filter-menu a.answered {
    background: url(../images/filter-add-icon.png) no-repeat; }
.sub-header .filter-menu a.unanswered {
    background: url(../images/filter-delete-icon.png) no-repeat; }

.sidebar-right {
    position: fixed;
    right: 20px; }
.sidebar-right .notifications-container h3 {
    color: #333;
    font-weight: bold; }
.sidebar-right .notifications-container ul {
    color: #B94A48;
    margin-left: 8px !important; }

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%; }
.footer .inner-footer {
    padding-right: 40px; }
.footer .inner-footer hr {
    margin: 0px;
    margin-bottom: 5px; }

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px; }

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px; }

#subjects-tab{
    position: absolute;
}


/***************************************Loading*********************************/
#fullLoading{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top:0; 
    left:0;
    text-align: center;
    z-index: 10000;
}
#fullLoading .loading_bg{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top:0; 
    left:0;
    text-align: center;
    z-index: 10001;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    background: #F5F5F5;
}
#fullLoading .loading_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top:0; 
    left:0;
    text-align: center;
    z-index: 10001;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
    background: #F5F5F5;
}
#fullLoading table{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top:0; 
    left:0;
    text-align: center;
    z-index: 10002;
}
#fullLoading table td{
    text-align: center;
    vertical-align: middle;
}
