.content {
    padding: 0;
}

.child-drop {
    width: 33.33%;
    float: left;
    position: absolute;
    top: 8px;
    left: 40px;
    min-width: 220px;
}

.child-drop .form-control {
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    border: none;
}

.child-drop option {
    background: #63a4c9;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.nav-item {
    color: #3c8dbc;
}

#nav-tab .active {
    background: #3c8dbc;
    color: #fff !important;
}

#nav-tab .nav-link {
    text-align: center;
    font-size: 23px;
}

.show_element {
    display: block;
}

.close_section {
    float: right;
    text-align: right;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    right: 15px;
    margin-top: -55px;
}

.close_section span {
    font-size: 20px;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all 500ms ease-in-out;
}

a.close_section:hover span {
    border: 1px solid #333;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all 500ms ease-in-out;
}

#chart_report_section {
    background-color: #FFF;
    margin-top: 0;
    display: none;
    float: left;
    width: 100%;
}

.miss_hide {
    display: none;
}


/*==chart group btn===*/

div#Misconception_chart_details {
    width: 95%;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

.mis_qn {
    float: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.bar-btn {
    background-color: #f3f3f3;
    position: relative !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 13px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.lbl-value {
    position: absolute;
    font-size: 11px !important;
    font-weight: 300;
    top: -10px;
    right: -10px;
    padding: 3px 7px 3px 7px;
    color: white !important;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 20px;
    background-color: #94b86e;
}

.Misconception_heading {
    text-align: center;
    margin: 15px 0 20px;
    font-weight: 600;
    display: block;
}

.cus_pos_t {
    position: absolute !important;
    left: 0;
    top: -320px;
    z-index: 2442;
    /*border:1px solid #e4e4e4;*/
}

.concept_graph>div {
    border: 1px solid #ccc;
}


/*granph with question*/

.concept_graph {
    width: auto;
}

div.concept_graph div:nth-child(2) {
    position: relative;
    left: 36%;
    float: left;
    border: 1px solid #d9d9d9;
}

.question_data {
    position: absolute;
    top: 1px;
    width: 40%;
    z-index: 999;
    border: 1px solid #ccc;
    min-height: 202px;
    background-color: white;
    float: left;
    text-align: center;
    font-weight: 600;
}

.question_data img {
    width: 100%;
    max-width: 100%;
}

.mr_1 {
    margin: 15px 0;
}

#set_analysis {
    float: right;
    margin-top: 15px;
}

.sd_chart {
    background: #F9F9F9;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    padding: 3px 7px;
    display: inline-block;
    margin: 0 3px;
}

.chart_by_tab {
    display: none;
}

#chart_set_0 {
    display: block;
}

.view_eye_icon,
.m_view_eye_icon {
    position: absolute;
    top: 12;
    /*right: 55px;*/
    left: 290px;
    z-index: 9;
    cursor: pointer;
}

#nav-tab .nav-link {
    text-align: center;
    font-size: 18px;
    padding: 15px;
    border: 1px solid #ccc;
    transition: all 500ms ease-in-out;
}

#nav-tab .nav-link:hover {
    background-color: #3c8dbc;
    color: #FFF;
    transition: all 700ms ease-in-out;
}

#qn_analysis_modal img {
    max-width: 100%;
    width: 100%;
}

.no-grade-data,
.no-graph-data+.col-md-5 {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

.green-strip {
    
    display: inline-block;
    width: 100%;
}
.green-strip > .col-sm-6.col-md-4:first-child {
    margin-top: 15px;
}
.success_txt {
    display: inline;
}
.examreport {
    cursor: pointer;
}

.qnerrorsection {
    margin-top: 10px
}

.examheading {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #454545;
    margin: 0px 0 15px 0;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    position: absolute;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    width: 100%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    display: none;
}

.box {
    border-top: none;
}


/*===responsive View===*/

@media (max-width:767px) {
    div#qn_analyisis_chart .mr_1 {
        position: relative;
        left: -65px;
    }
}
@media only screen and (device-width: 768px) {
    #qn_analyisis_chart {
        position: relative;
        left: -70px;
    }
}
@media only screen and (device-width: 1024px) { 
    .load_qn_chart .mr_1 {
        position: relative;
        left: -50px;
    }
}
@media (max-width:768px) {
    .success_txt {
        color: #333;
        font-size: 17px;
        display: inline;
    }
    .green-strip {
        min-height: 60px;
    }
    #nav-tab .nav-link {
        font-size: 16px;
        padding: 15px 0;
    }
    .content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .text-xs-center {
        text-align: center;
    }
    .green-strip {
        padding: 5px;
    }
    .success_txt {
        font-size: 16px;
        display: inline;
    }
    .child_res_txt {
        color: #333;
        font-size: 16px;
        padding-left: 8px;
    }
}
/*@media (max-width: 480px) {
    div#qn_analyisis_chart .mr_1 {
        position: relative;
        left: 25px;
    }
}*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .success_txt {
        display: inline;
    }
}

a#text-solution-btn, a#video-feedback-btn{
	margin-left: 10px;
}

div.view-detail-thinktube a:active, a.view-report-btn:active{
	outline: none;
}