html
{
    min-width:320px;
}
.htq_class .container1 .htq_tests_list
{
    background-color: white;
    border: 1px solid #969696;
    border-radius: 5px;
    padding: 10px;
}
.container1 .htq-page-header
{
    background-color: white;
    border-left: 5px solid #333;
    border-right: none;
    border: 1px solid #969696;
    border-radius: 5px ;
    padding: 10px;
}

.htq_class .btn-test
{
    float: none;
    width: 96%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.htq_class .test-book-title
{
    font-size: 22px;
}

html[lang="fa-IR"] .htq_class .container1 .htq-page-header
{
    border-right: 5px solid #333;
}

.htq_class .htq-page-header .page-title
{
    text-align: center;
}

.htq_btn_bar_floating .btn-submit
{
    font-family: Vazir;
}


/*card*/
.htq_class .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.htq_class .card > hr {
    margin-right: 0;
    margin-left: 0;
}

.htq_class .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.htq_class .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.htq_class .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.htq_class .card-title {
    margin-bottom: 0.75rem;
}

.htq_class .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.htq_class .card-text:last-child {
    margin-bottom: 0;
}

.htq_class .card-link:hover {
    text-decoration: none;
}

.htq_class .card-link + .htq_class .card-link {
    margin-left: 1.25rem;
}

.htq_class .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.htq_class .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.htq_class .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.htq_class .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.htq_class .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.htq_class .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.htq_class .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.htq_class .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.htq_class .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.htq_class .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.htq_class .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.htq_class .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.htq_class .card-deck .htq_class .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .htq_class .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .htq_class .card-deck .htq_class .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.htq_class .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.htq_class .card-group > .htq_class .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .htq_class .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .htq_class .card-group > .htq_class .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .htq_class .card-group > .htq_class .card + .htq_class .card {
        margin-left: 0;
        border-left: 0;
    }
    .htq_class .card-group > .htq_class .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:first-child .htq_class .card-img-top,
    .htq_class .card-group > .htq_class .card:first-child .htq_class .card-header {
        border-top-right-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:first-child .htq_class .card-img-bottom,
    .htq_class .card-group > .htq_class .card:first-child .htq_class .card-footer {
        border-bottom-right-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:last-child .htq_class .card-img-top,
    .htq_class .card-group > .htq_class .card:last-child .htq_class .card-header {
        border-top-left-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:last-child .htq_class .card-img-bottom,
    .htq_class .card-group > .htq_class .card:last-child .htq_class .card-footer {
        border-bottom-left-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:only-child {
        border-radius: 0.25rem;
    }
    .htq_class .card-group > .htq_class .card:only-child .htq_class .card-img-top,
    .htq_class .card-group > .htq_class .card:only-child .htq_class .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .htq_class .card-group > .htq_class .card:only-child .htq_class .card-img-bottom,
    .htq_class .card-group > .htq_class .card:only-child .htq_class .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .htq_class .card-group > .htq_class .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .htq_class .card-group > .htq_class .card:not(:first-child):not(:last-child):not(:only-child) .htq_class .card-img-top,
    .htq_class .card-group > .htq_class .card:not(:first-child):not(:last-child):not(:only-child) .htq_class .card-img-bottom,
    .htq_class .card-group > .htq_class .card:not(:first-child):not(:last-child):not(:only-child) .htq_class .card-header,
    .htq_class .card-group > .htq_class .card:not(:first-child):not(:last-child):not(:only-child) .htq_class .card-footer {
        border-radius: 0;
    }
}

.htq_class .card-columns .htq_class .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .htq_class .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .htq_class .card-columns .htq_class .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion .htq_class .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .htq_class .card:not(:first-of-type) .htq_class .card-header:first-child {
    border-radius: 0;
}

.accordion .htq_class .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .htq_class .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*customize card*/
.htq_class .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.htq_class .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.htq_class .card-block .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.htq_class .card-block .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}


.htq_class .card-block .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    font-size: 14px;
}

.htq_class .card-block .card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.htq_class .card-block .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.htq_class .card-block .text-bold {
    font-weight: 700;
}

.htq_class .card-block .meta {
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
}

.htq_class .card-block .meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.htq_class .card-block .meta a:hover {
    color: rgba(0, 0, 0, .87);
}


.htq_class .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1200px)
{
    .htq_class .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px){
    .htq_class .container {
        max-width: 960px;
    }
}
@media (min-width: 768px){
    .htq_class .container {
        max-width: 720px;
    }
}
@media (min-width: 576px){
    .htq_class .container {
        max-width: 540px;
    }}

.htq_class .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px){
    .htq_class .container {
        max-width: 1140px;
    }}
@media (min-width: 992px)
{
    .htq_class .container {
        max-width: 960px;
    }
}

@media (min-width: 768px){
    .htq_class .container {
        max-width: 720px;
    }}
@media (min-width: 576px){
    .htq_class .container {
        max-width: 540px;
    }}

.htq_class .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.htq_class .pagination-container .pagination > .active > a,
.htq_class .pagination-container .pagination > .active > span,
.htq_class .pagination-container .pagination > .active > a:hover,
.htq_class .pagination-container .pagination > .active > span:hover,
.htq_class .pagination-container .pagination > .active > a:focus,
.htq_class .pagination-container .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #007bff;
    border-color: #007bff;
}

.htq_class .pagination-container
{
    text-align: center;
}

.htq_class .pagination-container .pagination
{
    font-family: Vazir;
    font-size: 16px;
    margin: 40px 0 5px 0;
}

html[lang="fa-IR"] .htq_class .pagination-container .pagination
{
    font-family: Vazir-FD;
}

.htq_class .card-footer span.qcount,
.htq_class .card-footer span.time
{
    font-size: 14px;
}

.htq_class .card-footer .details
{
    margin: unset;
}


.htq_class .des_text,
.htq_class .question
{
    font-size: 14px;
}

.vex.vex-theme-os .vex-dialog-form .vex-dialog-message,
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary
{
    font-family: Vazir-FD;
    font-size: 14px;
}


main.htq_class{
    width: 100%;
}

.htq_class .htq_test_col 
{
    margin: auto;
    float: none !important;
}

.htq_test_col > .post-wrapper > .row > .run_test_box
{
    width: 100%;
}

html[lang="fa-IR"] .htq_test_col #htq_qans_lbl
{
    display: inline;
}