@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

a>object {
    pointer-events: none;
}

.tests .popup {
    color: #222222;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 7px solid #9FB6C8;
    padding: 15px 25px 15px 25px;
    width: 255px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tests .popup .arrow {
    position: absolute;
    top: -10px;
    left: 104px;
    width: 35px;
    height: 17px;
    background: url(images/login-box-arrow.png);
}

.tests .popup label {
    color: #551A8B;
    font-weight: bold;
}

.tests .popup input[type="text"],
.tests .popup input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    margin: 5px 0 10px;
    padding: 4px;
    width: 241px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tests .popup .button {
    float: left;
    margin-top: 12px;
}

.tests .popup .links {
    float: right;
    margin-top: 9px;
    text-align: right;
}

.tests .popup.small {
    border-width: 2px;
    padding: 8px 12px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.tests .popup.small .arrow {
    height: 5px;
    top: -5px;
    left: 210px;
}

.tests a:hover {
    text-decoration: underline;
}

.tests .navigation {
    float: right;
    clear: both;
    margin-top: 3px;
    font-size: 18px;
}

.tests .navigation a {
    float: left;
    color: #E16900;
    text-decoration: none;
}

.tests .navigation a:hover {
    text-decoration: underline;
}

.tests .navigation span {
    float: left;
    padding: 0 12px;
    color: #DADADA;
    margin-top: -1px;
}

.tests .navigation b {
    float: left;
    font-weight: normal;
    color: #4C4C4C;
}

.tests .free-access {
    width: 950;
    height: 57px;
    margin: 0 0 16px -3px;
    text-align: center;
    color: #65AD35;
    line-height: 60px;
    font-size: 18px;
    background: url(images/free-access-bg.png) no-repeat;
}

.tests .login-info {
    margin: -3px 0 16px 0;
    line-height: 20px;
}

.tests .alert {
    margin: 0 0 16px 0;
    padding: 5px 8px 5px 8px;
    color: #333333;
    background: url(images/alert-bg.png) repeat-x;
}

.tests .alert.info {
    border: 1px solid #4D8FCA;
    background-color: #D0E3F2;
}

.tests .alert.error {
    border: 1px solid #E9513A;
    background-color: #FBC9C2;
}

.tests .alert.success {
    border: 1px solid #96C615;
    background-color: #EEFDB9;
}

.tests .alert.warning {
    border: 1px solid #F5DA6F;
    background-color: #FFF7C0;
}

.tests .alert .icon {
    margin-right: 6px;
}

.tests .alert.info .icon {
    background: url(images/alert-info.png);
}

.tests .alert.error .icon {
    background: url(images/alert-error.png);
}

.tests .alert.success .icon {
    background: url(images/alert-success.png);
}

.tests .alert.warning .icon {
    background: url(images/alert-warning.png);
}


.tests .box {
    background-color: #E7EDF2 !important;
    border: 1px solid #BFD6F2;
    padding: 12px;
}

.tests .box-subscribe {
    margin: 0 0 16px 0;
}

.tests .box-customer {
    padding: 12px 0 12px 12px;
    margin: 0;
}

.tests .box-customer span {
    display: inline-block;
    padding: 0 0 0 24px;
    line-height: 28px;
    background: url(images/splitter.png) 8px 0 no-repeat;
}

.tests .row {
    width: 100%;
}

.tests .button {
    display: inline-block;
    height: 26px;
    line-height: 26px !important;
    text-decoration: none !important;
    cursor: pointer;
    margin: 0 12px 0 0;
    padding: 0 10px 0 10px;
    font-size: 14px;
    font-weight: bold;
    background: url(images/button-bg.png);
    border: 1px solid transparent;
    color: #551A8B;
}

.tests .button span {
    line-height: inherit;
}

.tests .button input {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 2px;
    outline: none;
    width: 100%;
    height: 36px;
    border: none;
    background: #FFFFFF;
    opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
}

.tests .button:hover {
    background-image: none;
}

.tests .button.orange {
    border: 1px solid #C05D16;
    background-color: #e3781b;
    color: #FFFFFF;
    text-shadow: 0 1px #9F5819;
}

.tests .button.blue {
    border: 1px solid #3681C0;
    background-color: #4d94d1;
    color: #FFFFFF;
    text-shadow: 0 1px #3D6B94;
}

.tests .button.green {
    border: 1px solid #1BA926;
    background-color: #46C14C;
    color: #FFFFFF;
    text-shadow: 0 1px #3D6B94;
}

.tests .button.gray {
    border: 1px solid #A2A2A2;
    background-color: #C1C1C1;
    color: #FFFFFF;
    text-shadow: 0 1px #A2A2A2;
}

.tests .button.red {
    border: 1px solid #FF3434;
    background-color: #FF7373;
    color: #FFFFFF;
    text-shadow: 0 1px #FF3434;
}

.tests .button.disabled {
    cursor: default;
    background-image: url(images/button-bg.png) !important;
}

.tests .button.small {
    height: 21px;
    line-height: 22px !important;
    padding: 0 6px;
    font-size: 12px;
}

.tests .widget {
    border: 1px solid #D4D4D4;
    overflow: hidden;
}

.tests .widget .header {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #00376e;
    border-bottom: 1px solid #D4D4D4;
    background: url(images/widget-header-bg.png) repeat-x;
}

.tests .widget .content {
    background: #FAFAFA !important;
}

.tests .widget .footer {}

.tests .widget .header .title {
    padding: 0 0 0 12px;
}

.tests .widget .header .tab {
    display: inline-block;
    float: right;
    height: 100%;
    border-left: 1px solid #D4D4D4;
    padding: 0 12px 0 12px;
    text-decoration: none;
}

.tests .widget .header .tab {
    color: #551A8B;
    cursor: pointer;
}

.tests .widget .header .tab:hover {
    background: #FFFFFF;
}

.tests .widget .header .tab.sel {
    color: #000000;
    cursor: default;
    background: #FFFFFF;
}

.tests .widget .content .table {
    border-collapse: collapse;
    width: 100.3%;
}

.tests .widget .content .table tr.even {
    background: #FEFEFE;
}

.tests .widget .content .table tr.large {
    line-height: 34px;
}

.tests .widget .content .table th {
    padding: 2px 12px 0 12px;
    line-height: 24px;
    border-right: 1px solid #D4D4D4;
    font-weight: bold;
    background: url(images/table-header-bg.png);
}

.tests .widget .content .table td {
    padding: 1px 12px 0 12px;
    line-height: 28px;
    border-top: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
}

.tests .widget .content .table th a {
    color: #551A8B;
    text-decoration: none;
    font-weight: bold;
}

.tests .widget .content .table th a.asc {
    padding-right: 18px;
    background: url(images/table-sort.png) right -16px no-repeat;
}

.tests .widget .content .table th a.desc {
    padding-right: 18px;
    background: url(images/table-sort.png) right 0px no-repeat;
}

.tests .widget .content .table .alt {
    background: #FFFFFF;
}

.tests .widget .content .table a {
    text-decoration: none;
    color: #3681C0;
}

.tests .widget .content .table a:hover {
    text-decoration: underline;
}

.tests .widget .content .empty {
    text-align: center;
    padding: 12px;
}

.tests .widget .content .split {
    color: #D4D4D4;
    padding: 0 2px;
}

.tests .features {
    background: url(images/button-bg.png) repeat-x #F6F6F6;
    border: 1px solid #BDBDBD;
    overflow: hidden;
    margin: 8px 0 0 0;
}

.tests .features .section {
    float: left;
    padding: 12px 22px 12px 12px;
    border-left: 1px solid #BDBDBD;
    margin-left: -1px;
}

.tests .features .section img {
    float: left;
    margin-right: 12px;
}

.tests .features .section h1 {
    display: block;
    float: left;
    color: #eb6d12;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
}

.tests .features .section ul {
    display: block;
    float: left;
    margin-left: 45px;
}

.tests .features .section li {
    line-height: 24px;
}

.tests .features .tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 -3px 2px;
    background: url(images/icon-help.png) no-repeat;
}

.tests .metrics {
    margin: 0 0 18px 0;
    background: url(images/table-header-bg.png) repeat-x #F2F2F2;
}

.tests .metrics ul {
    overflow: hidden;
}

.tests .metrics li {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-left: -1px;
    border-left: 1px solid #D4D4D4;
    text-align: center;
    padding: 0 5px 0 5px;
}

.tests .metrics .label {
    float: left;
    padding: 0 12px 0 12px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.tests .metrics .value {
    float: left;
    padding: 0 12px 0 0;
    color: #60A123;
    font-weight: bold;
    font-size: 18px;
}

.tests .graph {
    float: left;
    height: 16px;
    margin: 0px 0 0 5px;
}

.tests .graph .label {
    float: left;
    width: 65px;
    padding: 0 6px 0 0;
    line-height: 16px;
    color: #005104;
    text-align: center;
    font-size: 12px;
}

.tests .graph .scale {
    float: left;
    width: 110px;
    margin: 0px 0 0 5px;
    background: #D4D4D4;
}

.tests .graph .value {
    float: left;
    height: 14px;
    border: 1px solid #1BA926;
    background: url(images/button-bg.png) #46C14C;
}

.tests .pager {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 100%;
    display: inline;
}

.tests .pager li {
    display: inline;
}

.tests .pager a:link,
ul.pager a:visited {
    border: solid 1px #89B8E1;
    font-weight: bold;
    color: #551A8B;
    padding: 1px 6px;
    text-decoration: none;
}

.tests .pager .page a {
    font-weight: normal;
}

.tests .pager a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tests .pager .selected a {
    background: #89B8E1;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #3681C0;
    text-shadow: 0 1px #3D6B94;
}

.tests .pager .hidden {
    display: none;
}

.tests .pager .first,
ul.pager .last {
    display: none;
}

.tests .widget .content .form {}

.tests .widget .content .form .field {
    float: left;
    clear: left;
    width: 100%;
    margin: -1px 0 0 0;
    padding: 12px 22px 12px 12px;
    border-top: 1px solid #D4D4D4;
    background: #FAFAFA;
}

.tests .widget .content .form .field * {
    float: left;
}

.tests .widget .content .form .field .button {
    margin: 0 8px 0 0;
}

.tests .widget .content .form .field .label {
    float: left;
    width: 150px;
}

.tests .widget .content .form .field .inline-label {
    float: left;
    width: 140px;
    white-space: nowrap;
    padding: 1px 22px 0 4px;
}

.tests .widget .content .form .field .radio {
    float: left;
    margin: -1px 0px 0 -2px;
}

.tests .widget .content .form .field .checker {
    float: left;
    margin: -2px 0px 0 -2px;
}

.tests .widget .content .form .field .input {
    float: left;
    border: 1px solid #D4D4D4;
    padding: 4px;
    background: #FFFFFF;
}

.tests .widget .content .form .field .literal {
    float: left;
    margin: 4px 0 0 8px;
}

.tests .widget .content .form .field ul {
    margin: 0;
}

.tests .widget .content .form .field ul li {
    padding: 2px 0;
}

.tests .widget .content .form .field ul li label {
    margin-bottom: 0;
}

.tests .widget .content .form .field .v-list li {
    float: left;
    clear: left;
}

.tests .widget .content .form .field .h-list li {
    float: left;
    margin: 0;
}

.tests .widget .content .form .errors {
    float: left;
    padding: 12px;
    background: #FFFCCF;
}

.tests .widget .content .form .errors p {
    display: block;
    float: left;
    margin: 0;
    width: 100%;
    color: red;
}

.tests .widget .content .form .errors ul {
    display: block;
    float: left;
    margin: 6px 0 0 12px;
    list-style: disc;
    color: #585858;
}

.tests .widget .content .form .errors ul li {
    display: block;
    float: left;
    width: 100%;
}

.tests .v-block {
    float: left;
    clear: none !important;
    width: 275px !important;
    height: 140px;
    padding: 22px 0 4px 0 !important;
    margin: -1px 0px 16px 32px !important;
    background: url(images/free-tests-split.png) no-repeat 273px 16px !important;
}

.tests .v-block img {
    display: block;
    float: none;
    margin: 0 auto;
}

.tests .v-block li {
    padding: 2px 0;
}

.tests .v-block label {
    padding: 1px 22px 0 4px !important;
}

.tests .v-block .v-list {
    float: left;
    margin: 18px 0 0 0 !important;
}

.tests .count-label {
    float: none !important;
    margin: 0 0 0 6px;
    color: green;
    font-size: 12px;
}

.tests .question-count {
    float: left;
    width: 100px;
    color: #585858;
    font-weight: bold;
    margin: 0 12px 0 0;
}

.tests .ui-slider {
    float: left;
    width: 190px;
    height: 9px;
    margin: 4px 0 0 0;
    border: none;
    background: url(images/slider.png) -13px -3px no-repeat;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tests .ui-slider-handle {
    width: 9px;
    height: 16px;
    margin: 2px 0 0 -4px;
    border: none;
    background: url(images/slider.png) no-repeat;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tests .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 -3px 0;
    background: url(images/icons-answers.png) no-repeat;
}

.tests .icon.valid {
    background-position: 0 0;
}

.tests .icon.invalid {
    background-position: -16px 0;
}

.tests .icon.session-complete {
    background: url(images/session-types.png) 0 0 no-repeat;
}

.tests .icon.session-paused {
    background: url(images/session-types.png) 0 -16px no-repeat;
}

.tests .discount-link {
    text-decoration: none;
    color: #3681C0;
}

.tests .discount-load {
    width: 16px;
    height: 11px;
    background: url(images/loader.gif) no-repeat;
}

.tests .discount-text {
    color: #FF0000;
    text-decoration: line-through;
    margin-right: 6px;
}

.tests .discount {
    display: inline-block;
}


.tests .promo {
    margin: 0 0 0 18px;
}

.tests .promo li {
    background: url(images/icons-bullets.png) no-repeat scroll 0 4px transparent;
    padding: 0 5px 0 24px;
    line-height: 22px;
}

.tests .comment {
    padding-top: 6px;
    font-style: italic;
    color: #808080;
}

.tests .corners-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.tests .corners-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tests .corners-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tests .corners-2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tests .float-left {
    display: block;
    float: left !important;
}

.tests .float-right {
    display: block;
    float: right !important;
    margin: 0 0 0 12px;
}

.tests .text-center {
    text-align: center;
}

.tests .text-left {
    text-align: left;
}

.tests .text-right {
    text-align: right;
}

.tests .no-underline a {
    text-decoration: none;
}

.tests .no-underline a:hover {
    text-decoration: underline;
}

.tests .no-padding {
    padding: 0 !important;
}

.tests .no-margin {
    margin: 0 !important;
}

/* PRICE TABLE */

/*.price  { margin: 28px 0 30px 0; display: none; position: relative; border: 1px solid transparent; }*/
/*.price table.pricing  { width: 730px; border-collapse: collapse; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }*/
/*.price table.pricing th    { background: #B8CEE2; border: none; border: 1px solid #9FB6C8; text-align: center; padding: 0; }*/
/*.price table.pricing th h4  { color: #154064; border: 1px solid #C8D9E8; padding:10px 10px; margin: 0; text-align: center; font-size: 15px; font-weight: bold; text-shadow: 0 1px 0 #FFFFFF;}*/
/*.price table.pricing td  { padding: 7px 9px; background-color: #F1F1F1; border: 1px solid #D5D5D8; color: #326693; text-align: center; }*/
/*.price table.pricing td.buy-button  { padding: 11px 9px 11px; }*/
/*.price table.pricing td.price-tag  { padding: 11px 9px 7px; font-size: 24px; }*/
/*.price table.pricing td.price-tag a  { text-decoration: none!important; color: #326592;}*/
/*.price table.pricing td.hide  { background-color: transparent; border: none; }*/
/*.price table.pricing td.free { padding: 5px 0; }*/
/*.price table.pricing td.free span { color: red; text-decoration: line-through; font-size: 16px; }*/

/*.price .best  { overflow: hidden; position: absolute; top: -8px; right: 15px; width: 204px; height: 360px; background-color: #fff298; color: #493602; text-align: center; border: 1px solid #c99a1c; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2); }*/
/*.price .best h4  { padding: 12px 0 12px 0; background-color: #e7b636; font-size: 15px; color: #493602; font-weight: bold; border: 1px solid #ecc662; margin: 0; text-shadow: 0 1px 0 #F3DDA4;}*/
/*.price .best .free { float: right; display: block; margin: 16px 0 24px 0;color: red; text-decoration: line-through; font-style: italic; font-size: 32px; }*/
/*.price .best p span  { padding: 3px 0; }*/
/*.price .best p  { padding: 15px 20px 0; font-size: 20px; line-height: 22px; border-top: 1px solid #c99a1c; margin: 0;}*/
/*.price .best p em  { display: block; font-size: 45px; color: #483504; padding:45px 0 40px; font-style:italic; margin: 0; text-shadow: 0 1px 0 #FFFFFF;}*/
/*.price .best p em span  { padding: 10px 0 0; }*/

.block-info {
    height: 70px;
    background: #2b3648;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin: 0 auto 10px;
    border-radius: 16px;
    /* max-width: 1245px; */
}

.block-info .text {
    margin-left: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #fff
}

#addons .slider .swipWrap .swipSlide {
    display: inline-block;
}

a.learn-more {
    color: #fff;
}

.priceList ul {
    display: block;
    float: left;
}

.priceList>div {
    float: left;
    width: 80%;
}

.priceList ul li {
    text-align: center;
    border-bottom: 1px solid #ebeada;
    height: 35px;
}

.priceList ul.priceColumn {
    margin: 0 0 10px 10px;
    padding: 0 15px;
    background-image: url('images/pricing/header_small_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5f5eb;
    border-bottom: 10px solid #dddccd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 90px;
}

.priceList ul.priceColumn li:first-child {
    height: 48px;
    padding: 24px 0px 0 0;
    border: none;
    line-height: 18px;
}

.priceList ul.priceColumn li .icon-svg-check-circle {
    line-height: 35px;
    font-size: 20px;
    color: #61a31d;


}

.priceList ul.priceColumn li:nth-child(5) span {
    font-size: 20px;
    color: #a71213;
    text-decoration: line-through;
}

.priceList ul.priceColumn li p {
    color: #2062b3;
    font-size: 25px;
    text-decoration: none;
}

.priceList ul.priceColumn li.tax {
    height: 45px;
}

.priceList ul.priceColumn li .tax {
    color: #2062b3;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
}

.priceList ul.priceColumn li.freeBlock {
    height: 83px;
    border: none;
}

.priceList ul.priceColumn li.freeBlock p {
    padding-top: 40px;
}

.priceList ul.priceColumn li.freeBlock+li {
    position: relative;
}

.priceList ul.priceColumn li.freeBlock+li a {
    position: absolute;
    top: 7px;
    left: -16px;
    font-size: 12px;
    display: block;
    width: 120px;
}

.priceList ul.priceColumn li.lastItem a {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 25px;
    width: 50px;
    margin: 13px auto 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
}


.priceList ul.priceColumn li.lastItem {
    border: none;
}

.priceList .verticalDivider {
    width: 100%;
    height: 1px;
    background: transparent;
    clear: both;
}

.priceList ul.priceColumn:hover {
    background-image: url("images/pricing/header_small_bg_hover.png");
    background-color: #eae9d8;
}

.priceList ul.priceColumn:hover li {
    border-color: #f4f4e9;
}

.priceList ul.priceColumn:hover li:first-child {
    color: #fff;
}

.priceList ul.priceColumn li b {
    color: inherit;
}

.priceList ul.priceColumn:hover li.lastItem a {
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

.priceList ul.priceColumn li:hover {
    background-color: #f9f9f5;
}

.priceList ul.priceColumn li:first-child:hover {
    background-color: transparent;
}

.priceList ul.priceColumn li.lastItem:hover {
    background-color: transparent;
}

.priceList ul.priceColumn li span.accessIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("images/pricing/sprite.png");
    background-position: 0 -25px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

h1.priceHeader {
    font-size: 22px;
    color: #2a2a2a;
    margin: 40px 0px 23px 9px;
    text-align: center;
}

.priceList ul.priceDescription li {
    line-height: 36px;
    border-color: #ecebdb;
    color: #5f5f5f;
    text-align: right;
    padding-right: 25px;
}

.priceList ul.priceDescription li:first-child {
    height: 71px;
    line-height: 72px;
    border-top: 1px solid #ecebdb;
}

.priceList ul.priceDescription li:hover {
    background-color: #f5f5eb;
}


/*=============================================Start free================================================*/
#overallWrap {
    max-width: 100%;
    margin: 0 auto;
}

#overallWrap.order {
    max-width: 100%;
}

#overallWrap.overallperformance {
    padding-left: 10px;
}
#answers rect.highcharts-background,
#bookmarkAnswers rect.highcharts-background,
#bookmarkQuestions rect.highcharts-background,
#guessAnswers rect.highcharts-background,
#guessQuestions rect.highcharts-background,
#noteAnswers rect.highcharts-background,
#noteQuestions rect.highcharts-background,
#mistakeAnalysisAnswers rect.highcharts-background {
    opacity: 0;
}

#overallWrap.home {
    max-width: none;
}

.highcharts-label.highcharts-tooltip {
    pointer-events: auto !important;
}

#wrapper {
    width: 920px;
    font-family: "tahoma", geneva, sans-serif;
    margin: 0 auto;
    color: #2a2a2a;
}

#wrapper>.header {
    padding-top: 31px;
}

#wrapper .header .freeTestsIcon {
    background: url("images/header_icon1.png") no-repeat;
    width: 57px;
    height: 42px;
    display: inline-block;
}

#wrapper .header>h1 {
    border-bottom: 1px solid #E5E5E5;
    color: #2A2A2A;
    display: inline-block;
    font-family: "Open sans", tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    margin: 11px 0 10px 8px;
    width: 850px;
    vertical-align: top;
    line-height: 21px;
}

#wrapper .header>p {
    font-family: tahoma, geneva, sans-serif;
    color: #2a2a2a;
    font-size: 12px;
    line-height: 14px;
}

#wrapper .header a {
    color: #1057ae;
}

.testNavigation {
    width: 100%;
    background: white;
    border-radius: 20px;
    position: relative;
    clear: both;
    z-index: 1;
    margin-bottom: 14px;
    box-shadow: 2px 4px 12px 0px #00000040;
}

#header {
    margin-bottom: 0 !important;
}

#header .content .title .menu UL LI {
    margin-bottom: 0;
}

#header .content .title .menu UL LI .subMenu li {
    margin-bottom: 7px;
}

#header .NewNotify a.social,
#header .NewNotify a.knowledge,
#header .NewNotify a.global {
    height: 36px;
}

.NewNotify .userMenuContent {
    z-index: 2;
}

#header .NewNotify>a {
    background: #334d58;
    padding: 4px 0 0 9px;
}

/* .testNavigation:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 16px;
    top: 0;
    left: 0;
    background: url("images/test-navigation/top-shadow.png");
    background-repeat: repeat-x;
} */
.testNavigation .innerHolder {
    max-width: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 24px;
    position: relative;
}

.testNavigation .navigationLogo {
    background: url("/forum/styles/gmatclub_light/imageset/test-center-logo.svg")no-repeat left center;
    background-size: 24%;
    padding-left: 66px;
    float: left;
    text-align: left;
    height: 62px;
    display: block;
    text-decoration: none;
}

.testNavigation .navigationLogo h3,
.testNavigation .navigationLogo .h1,
.testNavigation .navigationLogo .h3 {
    font-family: open sans, sans-serif;
    font-size: 15px;
    color: #787878;
    margin-top: 10px;
    font-weight: lighter;
}

.testNavigation .navigationLogo h3 span,
.testNavigation .navigationLogo .h1 span,
.testNavigation .navigationLogo .h3 span {
    display: block;
    color: inherit;
    font-family: inherit;
    font-size: 30px;
}

.testNavigation .navigationLogo h1 {
    display: none;
}

.testNavigation .innerHolder ul {
    display: block;
    text-align: center;
    float: left;
    margin-top: 1px;
    border-bottom: 1px solid #B2B2B2;
    padding: 0 20px;
}

.testNavigation .innerHolder li {
    float: left;
    height: 40px;
    display: block;
    position: relative;
}

.testNavigation .innerHolder li a img.icon {
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(284deg) brightness(107%) contrast(0%);
}

div#fade {
    z-index: 800;
}

.testNavigation .innerHolder li:hover {
    background: #F5F5F5;
}

.testNavigation .innerHolder li.active a {
    padding: 0 25px;
}

.testNavigation .innerHolder li.active::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    height: 5px;
    border-radius: 6px 6px 0 0;
    background-color: #2062b3;
}

.testNavigation .innerHolder li.active a {
    color: #2062B3;
    font-weight: 600;
}

.testNavigation .innerHolder li a {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 16px;
    color: #8D8D8D;
    height: 100%;
    line-height: 40px;
    text-decoration: none;
    padding: 0 22px;
}

.testNavigation .innerHolder ul li p.new {
    display: inline-block;
    color: #FF0000;
    margin: 6px 0 0 -20px;
    font-size: 12px;
    vertical-align: top;
    -moz-transform: rotate(40deg);
    /* Для Firefox */
    -ms-transform: rotate(40deg);
    /* Для IE */
    -webkit-transform: rotate(40deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(40deg);
    /* Для Opera */
    transform: rotate(40deg);
}

#my_subs .detail-popup-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

#my_subs .detail-popup-content {
    gap: 24px;
    display: flex;
    margin: 12px 0px 24px 0px;
}

#my_subs .detail-popup-container {
    box-sizing: border-box;
}

#my_subs .subscriptions {
    margin: 0 auto;
    width: 100%;
}

#my_subs .subscription {
    display: flex;
    align-items: center;
    font-family: open sans, sans-serif;
    font-size: 16px;
    color: #2a2a2a;
    margin: 10px auto 0;
    white-space: nowrap;
    text-align: justify;
}


#my_subs .subscription span {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: normal;
}

#my_subs .subscription.header span {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 700;
}

#my_subs .subscription span a {
    color: #3361ad;
}

#my_subs .subs-item:first-child {
    max-width: 120px;
    width: 100%;
    font-weight: 600;
}

#my_subs .subs-item:nth-child(2) {
    max-width: 230px;
    width: 100%;
}

#my_subs .subs-item:nth-child(3) {
    max-width: 180px;
    width: 100%;
}

#my_subs .subs-item-action {
    color: #707070;
}

#my_subs .separator {
    border-top: 1px solid #c0c0c0;
    margin-top: 24px;
    margin-right: 20px;
    padding-top: 10px;
}

#freeTests {
    margin-top: 45px;
}

#freeTests>h1 {
    color: #2A2A2A;
    display: block;
    float: left;
    font-family: "Open sans", tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#freeTests .header p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
}

#freeTests .header h1 {
    padding: 12px 0 11px 51px;
    font-size: 20px;
    font-family: tahoma, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 19px;
    position: relative;
}

#freeTests .header h1:before {
    content: '';
    background: url("/forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -448px -524px;
    width: 44px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute;
}

#freeTests>h2 {
    color: #2A2A2A;
    display: block;
    font-family: "Open sans", tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
    padding-left: 20px;
}

#freeTests>h1:before {
    background: url("images/free-icon.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: inline-block;
    height: 40px;
    margin-left: 17px;
    margin-right: 12px;
    position: relative;
    top: 5px;
    width: 40px;
}

#freeTests .choiceBar {
    clear: both;
    float: left;
    margin-bottom: 40px;
}

#freeTests .choiceBar>div {
    float: left;
    width: 306px;
    height: 141px;
    background-color: #f5f5eb;
    margin-left: 1px;
    border-top: 1px solid #f6f6ee;
}

#freeTests .choiceBar>div:hover {
    background-color: #eae9d8 !important;
    border-top: 1px solid #edecdd;
}

#freeTests .choiceBar>div:hover .buttons {
    display: block !important;
}

#freeTests .choiceBar .quantitative {
    margin-left: 0;
}

#freeTests .choiceBar>div img {
    margin: 19px 0 0 28px;
    display: block;
}

#freeTests .choiceBar>div p {
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin-left: 27px;
    margin-top: 13px;
}

#freeTests .choiceBar>div span {
    display: block;
    float: right;
    font-size: 14px;
    margin-right: 21px;
    margin-top: 17px;
}

#freeTests .choiceBar .buttons {
    float: left;
    margin: 18px 0 0 28px;
}

#freeTests .choiceBar:hover .quantitative.selectedChoice {
    background-color: #f5f5eb;
}

#freeTests .choiceBar .quantitative.selectedChoice {
    background-color: #eae9d8;
}

#freeTests .choiceBar .buttons>div {
    color: #FFFFFF;
    display: inline-block;
    font-family: "open sans", geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 16px;
    text-indent: 22px;
    text-transform: uppercase;
}

#freeTests .section {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
}

#freeTests .section .provider {
    /* width: calc(332px - 2px); */
    float: none;
    background: #f5f5eb;
    /* margin: 0 1px 1px 1px; */
}

#freeTests .section .provider.gmat,
#freeTests .section .provider.manhattan,
#freeTests .section .provider.exampal {
    min-height: 202px;
}

#freeTests .section .provider.manhattan,
#freeTests .section .provider.gmat,
#freeTests .section .provider.empowergmat,
#freeTests .section .provider.math-revolution {
    min-height: 185px;
    /* padding-left: 83px; */
    /* padding-right: 83px; */
}

#freeTests .section .provider>div {
    padding: 13px 16px 0;
}

#freeTests .section .provider h2 {
    height: 52px !important;
}

#freeTests .section .provider.gmat h2 {
    background: url("images/freeTest/gmatLogo.png");
    background-position: 14px 0;
    background-repeat: no-repeat;
}

#freeTests .section .provider.empowergmat h2 {
    background: url("/forum/styles/gmatclub_light/imageset/sprite_common.svg") no-repeat -157px -119px;
    width: 172px;
    height: 33px;
    margin: -3px 0 0 16px;
}

#freeTests .section .provider.manhattan h2 {
    background: url("/forum/styles/gmatclub_light/imageset/sprite_common.svg") no-repeat -5px -116px;
    width: 144px;
    height: 35px;
    margin-left: 16px;
}

#freeTests .section .provider.math-revolution h2 {
    background: url("images/math_revolution.png");
    background-position: 2px 0;
    background-repeat: no-repeat;
    background-size: 114px;
    margin-left: 12px;
}

#freeTests .section .provider.exampal h2 {
    background: url("images/exampal_logo.png") no-repeat;
    width: 105px;
    height: 41px;
    margin-left: 16px;
}

#freeTests .section .provider li {
    display: block;
    position: relative;
}

#freeTests .section .provider li span.icon-svg-next {
    position: absolute;
    left: 16px;
    font-size: 9px;
    color: #e87109;
}

#freeTests .section .provider li:hover {
    background: #eae9d8;
}

#freeTests .section .provider li:hover span {
    color: #ff8c2a;
}

#freeTests .section .provider li:before {
    position: absolute;
    content: " ";
    left: 16px;
    top: 50%;
    margin-top: -4px;
    width: 9px;
    height: 8px;
    background: url("images/freeTest/listArrow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

/*#freeTests .section .provider li.free_test_finish:before {
    width: 10px;
    height: 10px;
    background: url("images/freeTest/greenFreeTest.png")no-repeat;
}*/
/*This style makes that we cant run test that we have passed*/
/*#freeTests .section .provider li.free_test_finish:after {*/
/*position: absolute;*/
/*content: " ";*/
/*height: 100%;*/
/*width: 100%;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 999;*/
/*}*/
#freeTests .section .provider li.free_test_finish label {
    color: #2b5200;
}

#freeTests .section .provider li.free_test_finish span {
    color: #2b5200 !important;
}

#freeTests .section .provider li.free_test_finish.disable input {
    cursor: default;
}

#freeTests .section .provider li a {
    font-family: tahoma, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 7px 0 6px 41px;
}

#freeTests .section .provider li label {
    font-family: tahoma, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 7px 0 6px 41px;
    color: #2062b3;
}

#freeTests .section .provider li form:hover label {
    color: #ff8c2a;
}

#freeTests .section .provider li:hover span {
    color: #ff8c2a;
}

#freeTests .section .provider li input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#freeTests .section .provider li span {
    position: absolute;
    display: block;
    right: 5px;
    top: 10px;
    font-size: 14px;
    font-family: tahoma, sans-serif;
}

#freeTests .section .provider li span .icon-svg-arrow_forum {
    display: none;
}

#freeTests .hardQuestions {
    margin: 24px 0 51px 0;
    display: inline-block;
    padding-left: 31px;
}

#freeTests .hardQuestions h3 {
    font-size: 16px;
    font-family: open sans, sans-serif;
    color: #2062b3;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 3px;
}

#freeTests .hardQuestions p {
    font-size: 16px;
    font-family: open sans, sans-serif;
    color: #2062b3;
}

#freeTests a.subscribe {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    padding: 0 45px 0 26px;
    margin: 30px 0 0 30px;
    line-height: 36px;
    position: relative;
    background: #e87109;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}

#freeTests a.subscribe .icon-svg-subscribe {
    position: absolute;
    font-size: 16px;
    top: 1px;
    right: 19px;
    color: #ffffff;
}

#freeTests .help {
    font-size: 27px;
    position: relative;
    border-bottom: 10px solid #dddccd;
    background: #f5f5eb;
}

#freeTests .help h4 {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 70px;
    position: relative;
    padding: 0 40px 0 70px;
}

#freeTests .help .icon-svg-Questions {
    font-size: 30px;
    position: absolute;
    top: 20px;
    left: 30px;
    color: #0a0000;
}

#freeTests .help h4 a {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #2062b3;
}

#freeTests .help h4 a b {
    color: inherit;
}

#freeTests .choiceBar .buttons .timedTest {
    background: url('images/pdf/timedM-grey.png') no-repeat;
    width: 105px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

#freeTests .choiceBar .buttons .studyTest {
    background: url('images/pdf/studyM-grey.png') no-repeat;
    width: 105px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

#freeTests .choiceBar div:hover .buttons .studyTest {
    background: url("images/buttons-small.png") no-repeat 0 -23px;
}

#freeTests .choiceBar div:hover .buttons .timedTest {
    background: url("images/buttons-small.png") no-repeat 0 0px;
}

#freeTests .choiceBar .buttons input {
    bottom: 22px;
    height: 22px;
    position: relative;
    width: 105px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#freeTests .choiceBar .bottomBlock,
#freeTests .choiceBar .bottomBlock:hover {
    width: 100%;
    height: 10px;
    background-color: #dddccd;
    clear: both;
    border-top: 1px solid #ffffff;
}

.subscription-info {
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    background: #010202;
    border-radius: 40px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: white;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid #010202;
}

.subscription-info:hover {
    color: #010202;
    background: white;
}

.subscription-info .attention-icon {
    position: absolute;
    right: 0;
    top: -8px;
}

.subscription-info.holiday {
    background-color: #08C108;
    border: 1px solid #08C108;
}

.subscription-info.holiday:hover {
    background-color: #ffffff;
    color: #08C108;
}

.categories-container {
    border-radius: 20px;
    background: white;
    padding: 24px 35px 0;
    font-family: "Poppins", sans-serif;
    box-shadow: 2px 4px 12px 0px #00000040;
    margin-bottom: 60px;
    overflow-y: hidden;
}

.categories-head {
    display: flex;
    align-items: center;
    height: 49px;
    padding: 0 10px;
    border-radius: 6px 6px 0 0;
    background: #0A8CBD;
    font-size: 20px;
    font-weight: 500;
    min-width: 1000px;
    box-sizing: border-box;
}
.categories-head, .categories-head span {
    color: white;
}

.categories-head>div,
.categories-row>div {
    width: 15%;
    text-align: center;
    min-width: 115px;
}

div.category-type {
    width: 25%;
    text-align: left;
    min-width: 200px;
}

div.category-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    gap: 12px;
    display: none;
}

div.category-price .price-time {
    font-size: 14px;
    color: #707070;
    display: block;
    text-align: right;
}

.categories-row div.category-price a {
    padding: 4px 12px;
    border: 1px solid #2062B3;
    text-decoration: none;
    border-radius: 18px;
    /*    text-transform: capitalize;*/
    white-space: nowrap;
}

.categories-row div.category-price a.price-link {
    border: 0;
    padding: 0;
    text-wrap: nowrap;
}

tegories-row div.category-price.free {
    color: #000;
}

.categories-row div.category-practice {
    position: relative;
}

.categories-row div.category-practice form {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
}

.categories-row div.category-practice form input[type="submit"] {
    width: 35px;
    opacity: 0;
    height: 35px;
    cursor: pointer;
}

.categories-row {
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    padding: 18px 10px;
    font-weight: 500;
    font-size: 16px;
    min-width: 1000px;
    box-sizing: border-box;
}

.categories-container>.categories-row:last-child {
    border-bottom: none;
}

.categories-row .category-reset-disabled svg {
    cursor: default;
}

.categories-row .category-reset-disabled svg path {
    stroke: #8D8D8D;
}

.categories-row.blur {
    color: #8D8D8D;
}

.categories-row.blur .category-practice svg path,
.categories-row.blur .category-reset svg path {
    stroke: #8D8D8D;
}

.categories-row.blur>div:not(.category-practice):after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    width: inherit;
    backdrop-filter: blur(1px);
    z-index: 101;
}

.categories-row.blur>div:not(.category-practice) {
    pointer-events: none;
}

.categories-row svg {
    cursor: pointer;
}

.categories-row form {
    cursor: pointer;
}

.history-icon {
    position: relative;
    margin: 0 auto;
    width: fit-content;
}

.history-icon .attention-icon {
    position: absolute;
    right: -8px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    top: -8px;
    background: rgb(255, 0, 0);
    border-radius: 100%;
}

#show-history-action {
    cursor: pointer;
}

#history-icon svg {
    transition: all 0.1s ease-in-out;
}

#history-icon.show svg {
    transform: rotate(180deg);
}

.category-history .history-icon.show svg:not(.attention-icon) {
    transform: rotate(180deg);
}

.categories-row svg.history-svg path {
    fill: #DFDFDF;
}

.categories-row svg.history-svg {
    cursor: default;
}

.categories-row[aria-disabled="false"] svg.history-svg {
    cursor: pointer;
}

.categories-row[aria-disabled="false"] svg.history-svg path {
    fill: #000000;
    /* Change this to your desired color */
}

.start-test-btn {
    width: fit-content;
    position: relative;
    margin: 0 auto;
}

.start-test-icon {
    position: relative;
    z-index: 100;
    border: 1px solid #2062B3;
    text-decoration: none;
    border-radius: 18px;
    padding: 5px 12px;
    /* text-transform: capitalize; */
    white-space: nowrap;
    cursor: pointer;
}
.start-test-icon, .start-test-icon>span {
    transition: background-color 150ms ease, color 150ms ease;
}
.start-test-icon.filled.black {
    border: 1px solid black;
    background-color: black;
}
.start-test-icon, .start-test-icon>span {
    color: #2062B3;
}
.start-test-icon.filled.black, .start-test-icon.filled.black>span {
    color: white;
}

.start-test-icon[data-disabled="true"] {
    border: 1px solid #707070;
    cursor: default;
}
.start-test-icon[data-disabled="true"], .start-test-icon[data-disabled="true"]>span {
    color: #707070;
}

.start-test-icon:not([data-disabled="true"]):hover {
    border: 1px solid #2062B3;
    background-color: #2062B3;
}
.start-test-icon.filled.black:not([data-disabled="true"]):hover,
.start-test-icon.filled.black:not([data-disabled="true"]):hover span {
    color: black;
}
.start-test-icon.filled.black:not([data-disabled="true"]):hover {
    background-color: white;
    border: 1px solid black;
}
.start-test-icon:not([data-disabled="true"]):hover, .start-test-icon:not([data-disabled="true"]):hover>span {
    color: white;
}

.start-test-icon-empty {
    cursor: default;
}

a[role="button"] {
    display: block;
    position: relative;
    height: 33px;
    width: fit-content;
    margin: 0 auto;
}

.history-icon .unfinished-number,
.test-btns .start-test-tip,
.start-test-btn .start-test-tip,
.category-type .start-test-tip {
    display: none;
    position: absolute;
    top: 12px;
    left: 35px;
    background: white;
    font-size: 14px;
    text-wrap: nowrap;
    border-radius: 5px;
    color: #000000;
    padding: 5px 10px;
    box-shadow: 2px 4px 12px 0px #00000040;
    z-index: 1;
    font-weight: 400;
    white-space: nowrap;
}


.category-type:hover .start-test-tip {
    display: block;
    top: -12px;
    left: 24px;
}

.history-icon .unfinished-number {
    top: -40px;
    right: -24px;
    left: unset;
}

.history-icon:hover .unfinished-number,
a[role="button"]:hover .reset-tip {
    display: block;
    white-space: nowrap;
}

.category-reset {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-reset.empty {
    pointer-events: none;
    cursor: default;
}

.reset-icon {
    position: relative;
}

.reset-icon .reset-tip {
    display: none;
    text-wrap: unset;
    top: unset;
    bottom: 100%;
    z-index: 100;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    position: absolute;
    padding: 5px 10px;
}

.reset-icon .reset-tip .wrapper {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e5e5;
    padding: 3px 10px;
    min-width: 260px;
}

.reset-icon:hover .reset-tip {
    display: block;
}

.start-test-btn:hover .start-test-tip {
    display: none;
}

.start-test-btn:hover svg {
    fill: #2062B3;
}

.start-test-btn:hover svg path:nth-child(2) {
    stroke: white;
}

.category-reset:not(.category-reset-disabled):hover svg path {
    fill: #2062B3;
    stroke: white;
}

.category-reset:not(.category-reset-disabled):hover svg path:nth-child(1) {
    stroke: #2062B3;
}

.tests {
    display: none;
}

.tests.show {
    display: block;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 24px;
}

.tests-table {
    max-height: 290px;
    min-width: 1000px;
    overflow: hidden;
}

#quiz .tests-table {
    max-height: 246px;
    min-width: 1000px;
    overflow-y: scroll;
}

.tests .show-more {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #2062B3;
}

.tests .show-more:hover {
    text-decoration: underline;
}

.tests-head {
    display: flex;
    border-radius: 6px 6px 0 0;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    background: #B2B2B2;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.tests-row {
    color: #000;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 0px 10px;
    height: 50px;
    /*    font-weight: 500;*/
    font-size: 14px;
}

.tests-row a {
    text-decoration: none;
}

.tests-row a:hover {
    text-decoration: underline;
}

.tests-row:hover {
    color: #000;
}

.tests-head>div,
.tests-row>div {
    width: 25%;
    text-align: center;
}

.tests-head.quiz>div,
.tests-row.quiz>div {
    width: 33%;
}

.tests-head .test-type,
.tests-row .test-type {
    width: 50%;
    text-align: left;
}

.tests-head.quiz .test-type,
.tests-row.quiz .test-type {
    width: 33%;
}

.tests-head.quiz .test-type,
.tests-row.quiz .test-type {
    width: 33%;
}

.tests-row .test-type a {
    color: #2062B3;
}

.tests-row .test-report {
    color: #2062B3;
}

.tests-row .test-score {
    position: relative;
}

.tests-row .test-score:hover .pause-date {
    display: block;
}

.tests-row .test-score .pause-date {
    display: none;
    position: absolute;
    bottom: -12px;
    right: -25px;
    background: white;
    font-size: 14px;
    text-wrap: nowrap;
    border-radius: 5px;
    color: #000000;
    padding: 5px 10px;
    box-shadow: 2px 4px 12px 0px #00000040;
    z-index: 1;
    font-weight: 400;
}

.tests-table .test-date {
    text-wrap: nowrap;
}

.tests-table .tests-row .test-date {
    text-align: right;
}

.tests-row .test-report .download-score {
    border: 1px solid #2062B3;
    text-decoration: none;
    border-radius: 18px;
    padding: 6px 12px;
    text-transform: capitalize;
    display: block;
    width: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
    height: 37px;
}

.tests-row .test-report .download-score span {
    color: #2062B3;
}

.tests-row .test-report .download-score:hover,
.tests-row .test-report .download-score:hover span {
    border: 1px solid #2062B3;
    background-color: #2062B3;
    color: white;
}

.tests-row .test-btns {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

.test-btns .tooltip div {
    background: white;
    color: black;
    text-wrap: nowrap;
    box-shadow: 2px 4px 12px 0px #00000040;
}

.test-btns .tooltip .tooltip-arrow {
    display: none;
}

.tests-row .ajaxFinishTest {
    position: absolute;
    width: 34px;
    height: 34px;
    background: none;
}

.tests-row .ajaxFinishTest:hover~svg:first-of-type path,
.tests-row .ajaxFinishTest:hover~svg:first-of-type rect {
    stroke: white;
    fill: #2062B3;
}

.tests-row .testContinue {
    position: absolute;
    width: 34px;
    left: 44px;
    height: 34px;
}

.tests-row .testContinue:hover~svg path {
    stroke: white;
    fill: #2062B3;
}

/* #CAT {
    margin-top: 25px;
    font-family: 'Open Sans';
    font-style: normal;
}
#CAT .header .h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 10px 62px;
    position: relative;
    margin: 12px 0 28px 0;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
}
#CAT .header p {
    font-size: 16px;
    padding: 0 20px 15px 0px;
}
#CAT .header .h2:before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 50%;
    background: url(/forum/styles/gmatclub_light/imageset/forum_sprite.svg) no-repeat -412px -524px;
    width: 35px;
    margin: -10px 0 0 0;
    height: 31px;
}
#CAT .testsPack{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 28px;
    border-bottom:1px solid  #C4C4C4;
}
#CAT .buyProPackageBlock{
    margin-bottom: 33px;
    padding: 20px 20px 0 0;
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-auto-flow: column;
    gap: 15px;
}
#CAT .displayNone{
    display: none !important;
   }
   #CAT .notAllowed{
    opacity: 0.2;
   }
#CAT .buyProPackageTitle{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 12px;
}
#CAT .buyProPackageSubtitle{
    max-width: 650px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
#CAT .buyProPackageButton{
    display: flex;
    justify-content: center;
    border: none;
    width: 175px;
    text-transform: uppercase;
    outline: none;
    color: white;
    padding: 12px 0;
    border-radius: 3px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    background-color: #2062B3;
}
#CAT .startTest .quantitativeTest .header  span.buyProPackageMessage{
    font-family: Open Sans;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-transform: none;
    display: block;
    text-align: center;
    padding: 0 ;
    margin-top: 8px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#CAT .startTest {
    padding:0px 0 24px 0;
    width: 100%;
    font-size: 0;
    text-align: right;
    margin-bottom: 12px;
}
.notAuthBtn{
    color: white!important;
    text-decoration: none!important;
}
.notAuthBtn:hover{
    color: white !important;
}
#CAT .startTest .quantitativeTest {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: #FAFAFA;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
}
#CAT .startTest .quantitativeTest .content{
    display:flex;
    gap:20px;
    max-height: 300px;
    padding-bottom: 24px;
    overflow: hidden;
}
#CAT .startTest .quantitativeTest .content .noUnfinishedTests{
    font-size: 12px;
    font-weight: 600;
    color: #BDBDBD;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-top: 1px;
}
#CAT .startTest .quantitativeTest .showMore{
    margin-top: 18px;
    background: rgba(249, 136, 39, 0.05);
    border-radius: 3px;
    height:38px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#F98827;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor:pointer;
}
#CAT .startTest .quantitativeTest .content .previouslyTests,
#CAT .startTest .quantitativeTest .content .unfinishedTests{
width: 50%;
}
#CAT .startTest .quantitativeTest.verbalTest {
    float: none;
    vertical-align: top;
}
#CAT .startTest .quantitativeTest .header {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}
#CAT .startTest .quantitativeTest .header .testsCategory{
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #2A2A2A;
    text-transform: uppercase;
}
#CAT .startTest .quantitativeTest .header span {
    display: block;
    text-align: left;
    font-family: open sans,sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #4F4F4F;
}
#CAT .startTest .quantitativeTest .header .buttonContainer{
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 40px 0 15px;
    line-height: 48px;
    position: relative;
    background: #FF8C2A;;
    max-width: 175px;
    box-sizing: border-box;
    width: 100%;
}

#CAT .startTest .quantitativeTest .header div.no_active {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    padding: 0 40px 0 15px;
    line-height: 48px;
    position: relative;
    max-width: 175px;
    box-sizing: border-box;
    width: 100%;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #8F8F8F),
            color-stop(1, #5F5F5F)
    );
    background-image: -o-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -moz-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -webkit-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -ms-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: linear-gradient(to bottom, #8F8F8F 0%, #5F5F5F 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
*/
/*#CAT .startTest .quantitativeTest .header div {*/
/*background: url("images/cat/quantativeButt.png") no-repeat top center;*/
/*}*/
/*#CAT .startTest .quantitativeTest.verbalTest .header div {*/
/*background: url("images/cat/verbalButt.png") no-repeat top center;*/
/*}*/
/*#CAT .startTest .quantitativeTest .header div.no_active {*/
/*background: url("images/cat/quantativeButtGrey.png") no-repeat top center;*/
/*}*/
/*#CAT .startTest .quantitativeTest.verbalTest .header div.no_active {*/
/*background: url("images/cat/verbalButtGrey.png") no-repeat top center;*/
/*}*/
/*#CAT .startTest .quantitativeTest .header div.no_active:before {
    position: absolute;
    width: 100%;
    content: " ";
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: default;
}
#CAT .startTest .quantitativeTest .header div form {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 175px;
    min-height: 48px;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0!important;
    margin: 0!important;
}
#CAT .startTest .quantitativeTest .header div form input[type=submit] {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 175px;
    min-height: 48px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0!important;
    margin: 0!important;
    cursor: pointer;
    z-index: 999999;
    -webkit-appearance: none;
}
#CAT .startTest .quantitativeTest .header div b {
    color: inherit;
}
#CAT .startTest .quantitativeTest .header .buttonContainer:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -11px;
    right: 19px;
    content: " ";
    background: url("images/cat/arrow-right.svg") center;
}*/
/* #CAT .startTest .quantitativeTest.verbalTest .header div:after {
    left: 53px;
} */
/*#CAT .startTest .quantitativeTest .testRow {
    text-align: right;
    height: 44px;
    background: white;
    border-top: 1px solid#EDF3FB;
    font-size: 0;
    position: relative;
}
#CAT .startTest .quantitativeTest .previouslyTests .testRow:nth-child(even) {
    background: #FBFBFC;
}
#CAT .startTest .quantitativeTest .unfinishedTests .testRow:nth-child(odd) {
    background: #FBFBFC;
}
#CAT .startTest .quantitativeTest .testRow:last-of-type{
    border-bottom: 1px solid#EDF3FB;
}
#CAT .startTest .quantitativeTest .testRow:hover {
    background: #FAFAFA;
}
#CAT .startTest .quantitativeTest .testRow.current:hover {
    background: #FAFAFA;
}
#CAT .testsActions{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border-radius: 3px;
    padding: 20px 0px;
    margin-bottom: 24px;
    margin-top: 22px;
}
#CAT .footerInfo {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
} */
#free .footerInfo {
    height: 40px;
    padding: 20px 0 10px 20px;
}

#free .footerInfo.firstBlock {
    clear: both;
    margin: 0 0 0 0;
}

#CAT .footerInfo.firstBlock {
    border-right: 1px solid #C4C4C4;
}

#free .footerInfo p,
#CAT .footerInfo p {
    display: inline-block;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    padding: 0 40px;
}

.modal.hide.fade.questionRes,
.modal.hide.fade.questionSta {
    width: 600px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    ;
    border-radius: 4px;
}

#registerPop.modal.hide.fade.questionRes {
    width: 1050px;
    left: 40%;
}

.modal.hide.fade.questionRes .closeButton,
.modal.hide.fade.questionSta .closeButton {
    display: inline-block;
    height: 23px;
    width: 23px;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 12px;
}

.modal.hide.fade.questionRes .closeButton button,
.modal.hide.fade.questionSta .closeButton button {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.modal.hide.fade.questionRes .warningSvg,
.modal.hide.fade.questionSta .warningSvg {
    margin: 0 auto;
    margin-top: 52px;
    display: block;
}

.modal.hide.fade.questionRes .h3,
.modal.hide.fade.questionSta .h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #3F3F3F;
    display: block;
    padding: 30px 0 15px 0;
    margin: auto;
    text-align: center;
    width: 480px;
}

.modal.hide.fade.questionRes span,
.modal.hide.fade.questionSta span {
    font-family: open sans, sans-serif;
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    display: block;
    margin: 0 auto;
    width: 480px;
    text-align: left;
}

.modal.hide.fade.questionSta span.small {
    font-size: 13px;
    line-height: 19px;
}

#registerPop.modal.hide.fade.questionRes span {
    font-size: 25px;
}

.modal.hide.fade.questionRes span b,
.modal.hide.fade.questionSta span b {
    color: inherit;
}

.modal.hide.fade.questionRes .buttonWrap,
.modal.hide.fade.questionSta .buttonWrap {
    width: 565px;
    height: 50px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal.hide.fade.questionSta .buttonWrap {
    width: 420px;
}

.modal.hide.fade.questionRes .resetButton,
.modal.hide.fade.questionSta .resetButton {
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 0 25px;
    padding: 0 25px;
    width: 170px;
    height: 48px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    background: #FF8C2A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
}

.modal.hide.fade.questionRes .cancelButton,
.modal.hide.fade.questionSta .startQuiz {
    display: inline-block;
    width: 370px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-decoration: none;
    padding: 0 25px;
    color: #FF8C2A;
    background: #fff;
    border: 1px solid #FF8C2A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
}

.modal.hide.fade.questionRes .cancelButton {
    width: 170px;
}

.modal.hide.fade.questionRes .cancelButton:hover {
    color: #ffffff;
    background: #FF8C2A;
}

.modal.hide.fade.questionSta .startQuiz.hidden {
    display: none;
}

#beforeMath,
#afterMath,
#beforeVerb,
#afterVerb,
#beforeDi,
#afterDi {
    display: inline;
}

#warningMath {
    line-height: 25px;
}

#warningConjunctive,
#warningVerb {
    margin-top: 5px;
}

.modal.hide.fade.questionSta .startQuiz {
    margin-left: 28px;
    position: relative;
}

.modal.hide.fade.questionSta .cancelBtn {
    display: inline-block;
    height: 50px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    padding: 0 25px;
    background: #e87109;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #8F8F8F),
            color-stop(1, #5F5F5F));
    background-image: -o-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -moz-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -webkit-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -ms-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: linear-gradient(to bottom, #8F8F8F 0%, #5F5F5F 100%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

#CAT .footerInfo a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 26px 0 45px;
    line-height: 38px;
    position: relative;
    background: #2062B3;
    margin-bottom: 20px;
}

#free .footerInfo a {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    border-radius: 2px;
    text-decoration: none;
    padding: 0 26px 0 45px;
    line-height: 34px;
    position: relative;
    background: #e87109;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #8F8F8F),
            color-stop(1, #5F5F5F));
    background-image: -o-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -moz-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -webkit-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: -ms-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: linear-gradient(to bottom, #8F8F8F 0%, #5F5F5F 100%);
}

#free .footerInfo.firstBlock a .icon-svg-reset {
    color: #ffffff;
    position: absolute;
    left: 16px;
}

#CAT .footerInfo.firstBlock a:before {
    position: absolute;
    width: 19px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 16px;
    content: " ";
    background: url("images/cat/ArrowCounterClok.svg");
}

#CAT .footerInfo a:before {
    position: absolute;
    width: 18px;
    height: 19px;
    top: 50%;
    margin-top: -10px;
    left: 16px;
    content: " ";
    background: url("images/cat/pieChart.svg");
}

#free .footerInfo a b,
#CAT .footerInfo a b {
    color: inherit;
}

#CAT .startTest .quantitativeTest .testRow a,
#CAT .startTest .quantitativeTest .testRow span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    font-family: 'Open Sans';
    overflow: hidden;
}

#CAT .startTest .quantitativeTest .testRow a.ajaxFinishTest {
    margin-top: 13px;
}

#CAT .startTest .quantitativeTest .content .unfinishedTests>span,
#CAT .startTest .quantitativeTest .content .previouslyTests>span {
    padding-bottom: 16px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 18px;
}

/* #CAT .startTest .quantitativeTest span.marginTop{
    margin-top: 22px;
}  */
#CAT .startTest .quantitativeTest .testRow a.testName {
    display: block;
    height: 100%;
    line-height: 44px;
    width: 100%;
    left: 0;
    color: #2a2a2a;
    position: absolute;
    text-decoration: none !important;
}

#CAT .startTest .quantitativeTest .mobileTestDropDown .testRow {
    display: grid;
    grid-template-columns: 1fr 160px;
    /* grid-template-columns: 1fr; */
}

.analytics .header .downloadEsr a.download-score,
#CAT .startTest .testRow a.download-score {
    background-color: #2062B3;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 13px;
    width: 150px;
    line-height: 1;
    /* letter-spacing: -0.4px; */
    display: grid;
    align-items: center;
    height: 35px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.analytics .header .downloadEsr a.download-score.disabled,
#CAT .startTest .testRow a.download-score.disabled {
    background-color: #909090;
}
.summaryTable a.download-score.disabled {
    color: #909090;
    cursor: default;
}
.summaryTable a.download-score.disabled:hover {
    text-decoration: underline;
}

.analytics .header .downloadEsr a.download-score:not(.disabled):hover,
#CAT .startTest .testRow .downloadEsr a.download-score:not(.disabled):hover {
    text-decoration: none;
    color: #fff;
    background-color: #093f86;
}

#CAT .startTest .quantitativeTest .mobileTestDropDown .testRow a.testName {
    position: relative;
}

#CAT .startTest .quantitativeTest .mobileTestDropDown .testRow .downloadEsr {
    display: grid;
    justify-content: center;
    position: relative;
    align-items: center;
}

/*#CAT .startTest .quantitativeTest .mobileTestDropDown .testRow .downloadEsr::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    display: block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    left: -5px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: url("images/cat/downloadIcon.svg") center;*/
/*}*/

#CAT .startTest .quantitativeTest .testRow a.testFinish {
    display: inline-block;
    background: url("images/statistics/statistics-sprite.png") no-repeat;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: 12px;
}

#CAT .startTest .quantitativeTest .testRow a.ajaxFinishTest {
    display: inline-block;
    background: url("images/cat/stopIcon.svg") no-repeat;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: 14px;
}

#CAT .startTest .quantitativeTest .testRow a.testContinue {
    display: inline-block;
    background: url("images/cat/playArrowBlack.svg") no-repeat;
    margin-left: 10px;
    margin-right: 15px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
    margin-top: 14px;
}

#CAT .startTest .quantitativeTest .testRow a:hover p {
    color: #2062b3;
    text-decoration: underline;
}

#CAT .startTest .quantitativeTest .testRow a p {
    font-size: 14px;
    font-weight: 600;
    float: left;
    color: #2a2a2a;
    display: inline-block;
    line-height: 44px;
    vertical-align: top;
    padding-left: 13px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 230px;
    overflow: hidden;
}

#CAT .startTest .quantitativeTest .testRow a p:hover {
    max-width: none;
    min-width: 230px;
    width: auto;
}

#CAT .startTest .quantitativeTest .testRow a:hover {
    text-decoration: underline;
    color: #2062b3;
}

#CAT .startTest .quantitativeTest .testRow span.testScore {
    width: 10%;
    font-weight: 700;
}

#CAT .startTest .quantitativeTest .testRow span.testDate {
    /* width: 32%; */
    font-size: 12px;
}

#CAT>h1 {
    color: #2A2A2A;
    display: block;
    float: left;
    font-family: Open sans, tahoma, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

#CAT .choiceBar {
    clear: both;
    float: left;
    margin-top: 30px;
}

#CAT .choiceBar>div:hover {
    background-color: #eae9d8 !important;
    border-top: 1px solid #edecdd;
}

#CAT .choiceBar .quantitative.selectedChoice .buttons .timedTest {
    background: url('images/buttons-small.png') no-repeat 0 0;
}

#CAT .choiceBar .quantitative.selectedChoice .buttons .studyTest {
    background: url('images/buttons-small.png') no-repeat 0 -23px;
}

#CAT .choiceBar>div:hover .buttons .timedTest {
    background: url("images/buttons-small.png") no-repeat 0 0;
}

#CAT .choiceBar>div:hover .buttons .studyTest {
    background: url("images/buttons-small.png") no-repeat 0 -23px;
}

#CAT .choiceBar:hover .quantitative.selectedChoice .buttons .timedTest {
    background: url("images/pdf/timedM-grey.png") no-repeat 0 0;
}

#CAT .choiceBar:hover .quantitative.selectedChoice .buttons .studyTest {
    background: url("images/pdf/studyM-grey.png") no-repeat 0 0;
}

#CAT .choiceBar .quantitative.selectedChoice:hover .buttons .timedTest {
    background: url("images/buttons-small.png") no-repeat 0 0 !important;
}

#CAT .choiceBar .quantitative.selectedChoice:hover .buttons .studyTest {
    background: url("images/buttons-small.png") no-repeat 0 -23px !important;
}


#CAT .choiceBar:hover .quantitative.selectedChoice {
    background-color: #f5f5eb;
}

#CAT .choiceBar .quantitative.selectedChoice {
    background-color: #eae9d8;
}

#CAT .choiceBar>div {
    float: left;
    width: 306px;
    height: 163px;
    background-color: #f5f5eb;
    margin-left: 1px;
    border-top: 1px solid #f6f6ee;
    padding: 0 76px;
}

#CAT .choiceBar>div:first-child {
    padding-right: 78px;
}

#CAT .choiceBar>div:hover {
    background-color: #eae9d8;
    border-top: 1px solid #edecdd;
}

#CAT .choiceBar .quantitative {
    margin-left: 0;
}

#CAT .choiceBar>div img {
    margin: 19px 0 0 28px;
    display: block;
}

#CAT .choiceBar>div p {
    float: left;
    font-size: 18px;
    line-height: 18px;
    margin-left: 28px;
    margin-top: 13px;
}

#CAT .choiceBar>div span {
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 16px;
    margin-right: -30px;
}

#CAT .choiceBar .buttons {
    float: left;
    margin: 20px 0 0 28px;
}

#CAT .choiceBar .buttons>div {
    color: #FFFFFF;
    display: inline-block;
    font-family: "open sans", geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 16px;
    text-indent: 22px;
    text-transform: uppercase;
}

#CAT .choiceBar .buttons .timedTest {
    background: url('images/pdf/timedM-grey.png') no-repeat;
    width: 105px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

#CAT .choiceBar .buttons .studyTest {
    background: url('images/pdf/studyM-grey.png') no-repeat;
    width: 105px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

#CAT .choiceBar .buttons input {
    bottom: 22px;
    height: 22px;
    position: relative;
    width: 105px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

#CAT .choiceBar .bottomBlock,
#CAT .choiceBar .bottomBlock:hover {
    width: 100%;
    height: 10px;
    background-color: #dddccd;
    clear: both;
    border-top: 1px solid #ffffff;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0;
}


#registerPlace>h1 {
    color: #2A2A2A;
    font-family: "open sans", geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0 10px 24px;
}

#registerPlace {
    clear: both;
}

.registerBlock>p {
    margin: 13px 0 13px 23px;
}

.registerBlock {
    width: 100%;
    background-color: #eae9d8;
    border-top: 1px solid #ebead9;
    border-bottom: 1px solid #ebead9;
}

.registerBlock>form {
    margin-left: 23px;
}

.registerBlock TABLE tr td {
    font-family: tahoma, geneva, sans-serif;
}

.registerHeader .textInput {
    border: 1px solid #9BA6B3;
    border-radius: 3px;
    behavior: url(PIE.htc);
    padding: 3px;
    width: 236px;
    margin-right: 10px;
}

.forms {
    display: inline-block;
}

.registerButtons {
    display: inline-block;
}

.registerButtons .loginBtn {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    text-indent: 17px;
    text-transform: uppercase;
    margin-left: 4px;
    font-family: tahoma, geneva, sans-serif;
    vertical-align: top;
    width: 82px;
    height: 25px;
    line-height: 25px;
    background: #e66f07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    border-radius: 3px;
    position: relative;
}

.registerButtons .loginBtn input {
    bottom: 24px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    width: 82px;
    cursor: pointer;
}

.registerButtons .registerBtn,
.registerButtons .registerBtn:hover {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-indent: 19px;
    text-transform: uppercase;
    margin-left: 13px;
    font-size: 13px;
    font-family: tahoma, geneva, sans-serif;
    width: 95px;
    height: 25px;
    line-height: 25px;
    background: #e66f07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    border-radius: 3px;
    position: relative;
}

.registerButtons .loginBtn .icon-svg-profile_gradient {
    position: absolute;
    left: -9px;
    color: white;
    font-size: 11px;
}


.registerButtons .registerBtn .icon-svg-register {
    position: absolute;
    left: -9px;
    color: white;
    font-size: 11px;
}

.registerBlock>table {
    margin-left: 23px;
}

.forgotLinks>a {
    color: #2062B3;
    font-size: 11px;
    line-height: 28px;
    margin-left: 3px;
    margin-right: 5px;
    padding-right: 12px;
    position: relative;
}

.forgotLinks>a:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: " ";
    width: 1px;
    height: 13px;
    background: #6b6b65;
    border-right: 1px solid #a5a49a;
}

.forgotLinks>a:hover {
    text-decoration: none;
    color: #ff8c2a;
}

.forgotPass>label {
    font-size: 11px;
    line-height: 21px;
    color: #2a2a2a;
    vertical-align: top;
}

.forgotPass>input {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.registerFooter {
    margin-bottom: 11px;
}

.unitFixed {
    margin: 0 0 1px 1px;
    width: 459px !important;
}

.section .unit {
    background: none repeat scroll 0 0 #F5F5EB;
    float: left;
    height: 210px;
    width: 460px;
    margin-bottom: 90px;
}

.section .unit .header {
    height: 60px;
}

.section .unit .header img {
    margin: 18px 0 0 54px;
}

.section .unit .content {
    font-family: tahoma, geneva, sans-serif;
    padding: 8px 15px;
    height: 96px;
}

.section .unit .content .v-list>li {
    color: #2A2A2A;
    padding: 4px 74px 2px 43px;
}

.section .unit .content .v-list li label {
    padding-left: 3px;
    font-size: 14px;
    color: #2a2a2a;
    width: 268px;
    display: inline-block;
}

.section .buttons {
    background: #eae9d8;
    height: 38px;
    clear: both;
}

.section .buttons b {
    color: #fff;
}

.section .buttons .timedTest {
    background: url("images/button1-grey.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-family: "open sans", geneva, sans-serif;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-indent: 15px;
    text-transform: uppercase;
    width: 145px;
    margin-right: 6px;
}

.section .buttons.selected .timedTest {
    background: url("images/button1.png") repeat scroll 0 0 transparent;
}

.section .buttons .studyTest {
    background: url("images/button2-grey.png");
    width: 145px;
    height: 22px;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    text-indent: 15px;
    font-family: "open sans", geneva, sans-serif;
    color: #FFFFFF;
}

.section .buttons.selected .studyTest {
    background: url("images/button2.png") repeat scroll 0 0 transparent;
}

.section .buttons .timedTest>input,
.section .buttons .studyTest>input {
    bottom: 22px;
    cursor: pointer;
    height: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    width: 145px;
}

.section .buttons .wrap {
    padding: 8px 0 8px 87px;
}

.dedicated {
    background: none repeat scroll 0 0 #EAE9D8;
}

.unit .content .v-list .dedicated label,
.unit .content .v-list .dedicated .quiz {
    color: #ff8c2a;
}

.unit .content .v-list li .quiz {
    display: inline-block;
    font-size: 10px;
    margin-top: 4px;
}

/*=================================================Results Keys=======================================================*/

.backKey {
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    background: url("images/key_background.png") repeat scroll 0 0 transparent !important;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 22px;
    margin: 17px 0 16px 22px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 183px;
    font-family: "open sans", geneva, sans-serif;
}

.backKey img,
.registrationKey img {
    display: inline;
    padding-right: 3px;
    vertical-align: middle;
}

.backKey span,
.registrationKey span {
    display: inline;
    vertical-align: middle;
}

.registrationKey span {
    font-size: 18px;
    padding-top: 5px;
}

.registrationKey>img {
    padding-top: 5px;
}

.registerBar {
    background: #f5f5eb;
    height: 121px;
}

.registerBar>h3 {
    font-family: "open sans", geneva, sans-serif;
    font-size: 16px;
    padding: 15px 0 0 21px;
    margin-bottom: 5px;
    color: #2a2a2a;
}

.registerBar>p {
    font-family: tahoma, geneva, sans-serif;
    font-size: 12px;
    padding: 0 21px;
    color: #2a2a2a;
}

.registrationKey {
    -webkit-border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    background: url("images/big_button_bg.png") repeat scroll 0 0 transparent !important;
    border-radius: 1px 1px 1px 1px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 30px;
    margin: 15px 0 0 22px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 195px;
    font-family: "open sans", geneva, sans-serif;
}


/*=================================================header styles for free tests=========================================*/

#testHeader {
    font-family: Tahoma, geneva, sans-serif;
}

/*.headBar {*/
/*background: url("images/head-bar-bg.png") repeat;*/
/*height: 41px;*/
/*border-bottom: 1px solid #384f59;*/
/*}*/
/*.headBar img {
    margin: 11px 0 11px 3px;
}*/
.headerContent {
    margin: 0 auto;
}

.mainBar {
    background: url("images/main-bar-bg.png") repeat-x;
    height: 138px;
}

.mainBar img {
    float: left;
    margin-left: -5px;
    margin-top: 12px;
}

.headerTitle {
    margin-left: -4px;
    margin-top: 30px;
    text-transform: uppercase;
    float: left;
}

.headerTitle h2 {
    color: #DBDBDC;
    font-family: "Open Sans", geneva, sans-serif;
    font-size: 27px;
    line-height: 22px;
    margin-bottom: 9px;
}

/*#testHeader span {*/
/*font-size: 14px;*/
/*color: #DBDBDC;*/
/*}*/
.headerTitle a {
    color: #f5882d;
    font-size: 9px;
    margin-left: 5px;
    text-decoration: none;
}

.headerTitle a:hover {
    text-decoration: underline;
}

.navLinks td {
    vertical-align: top !important;
}

.navLinks a {
    color: #F5882D;
    font-family: Tahoma, geneva, sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-right: 11px;
    padding-left: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

/*.navLinks a:hover {*/
/*background: url("images/arrow_right.png") no-repeat 5px;*/
/*width: 4px;*/
/*height: 7px;*/
/*color: #cacbcd;*/
/*}*/

.navLinks li.current a {
    background: url("images/arrow_right.png") no-repeat 5px;
    width: 4px;
    height: 7px;
    color: #cacbcd;
}

.navLinks li.current a:hover {
    color: #cacbcd !important;
}

.navLinks a:hover {
    color: #cacbcd;
}

.navLinks:hover li.current a {
    color: #F5882D;
}


.navLinks {
    float: left;
    margin: 15px 0 0 74px;
}

.score {
    float: right;
    margin: 0;
}

.score>h2 {
    color: #DBDBDC;
    font-family: "Open Sans", geneva, sans-serif;
    font-size: 28px;
    margin-left: -2px;
    margin-top: 5px;
    display: inline-block;
}

.score>a {
    display: inline-block;
    margin-top: -17px;
    color: #f5882d;
    text-decoration: none;
    margin-right: 30px;
    font-size: 12px;
}

.noScore {
    color: #DBDBDC;
    display: inline-block;
    font-family: "open sans", geneva, sans-serif;
    font-size: 24px;
}

.registration {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #828179;
    height: 66px;
}

.upShadow {
    background: url("images/shadow1.png") repeat scroll 0 0 transparent;
    height: 4px;
    margin-bottom: 6px;
}

.downShadow {
    background: url("images/shadow2.png") repeat scroll 0 0 transparent;
    height: 3px;
}

.headerContent .registerHeader,
.headerContent .registerFooter {
    margin-left: 37px;
}

.logged {
    border-top: 1px solid #828179;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    background-color: #dddccd;
    display: none !important;
}

.logged .name {
    color: #2A2A2A !important;
    display: inline-block;
    line-height: 18px;
    margin-left: 40px;
    padding-right: 20px;
    text-decoration: none !important;
    position: relative;
    font-size: 12px;
}

.logged .name:after {
    position: absolute;
    right: 1px;
    margin-top: -3px;
    top: 50%;
    content: " ";
    width: 1px;
    height: 11px;
    background: #4f4e4b;
    border-left: 1px solid #a5a49a;
}

.logged .name:before {
    background: url("images/header-icons-sprite.png") no-repeat scroll -1px -2px transparent;
    content: " ";
    display: inline-block;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
    width: 14px;
}

.logged .validity {
    display: inline-block;
    line-height: 19px;
    margin-left: 10px;
    margin-bottom: 0;
    color: #2a2a2a;
    font-size: 12px;
}

.logged .validity>a {
    color: #1057AE;
}

.logged .logOut {
    float: right;
    display: inline-block;
    color: #2a2a2a !important;
    line-height: 18px;
    margin-right: 42px;
}

.logged .logOut:before {
    background: url("images/header-icons-sprite.png") no-repeat scroll -36px -2px transparent;
    content: " ";
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    width: 16px;
}

.extendSubscription {
    background-color: #fe9230;
    height: 40px;
    border-top: 1px solid #b96a23;
    border-bottom: 1px solid #e5e5e5;
}

.extendSubscription p {
    color: #FFFFFF !important;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin-left: 97px;
}

.extendSubscription p:before {
    background: url("images/header-icons-sprite.png") no-repeat scroll -19px -4px transparent;
    content: " ";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 14px;
}

.extendSubscription .buttons {
    float: right;
    margin-right: 92px;
    margin-top: 2px;
}

.extendSubscription .buttons a {
    text-decoration: none;
    color: #1057ae;
    line-height: 26px;
    text-align: center;
}

.extendSubscription .buttons .extendBtn {
    background: url("images/header-buttons-sprite.png") no-repeat scroll 0 -26px transparent;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    margin-right: 9px;
    width: 208px;
}

.extendSubscription .buttons .remindBtn {
    display: inline-block;
    background: url("images/header-buttons-sprite.png") no-repeat scroll 0 0 transparent;
    height: 26px;
    width: 140px;
}

.upShadowDiff {
    background: url("images/shadow3.png") repeat;
    height: 5px;
}


body {
    font-family: tahoma;
    font-size: 14px;
}

A {
    color: #2062b3;
    text-decoration: underline;
}

A:hover {
    color: #ff6600;
    text-decoration: none;
}

#content {
    float: left;
}

/* ====================================== Banner Box =================================== */
.bannerBox {
    background: url('images/statistics/bg_head.jpg') repeat-x left top;
    padding-top: 7px;
    width: 869px;
    margin: 20px 0;
    line-height: 16px;
    font-size: 14px;
}

.bannerBox .bFooter {
    background: url('images/statistics/bg_foot.jpg') repeat-x left bottom;
    padding-bottom: 7px;
}

.bannerBox .bFooter .bBody {
    background: url('images/statistics/bg_body.jpg') repeat left top;
    padding: 8px 19px 12px 19px;
}

.bannerBox .bFooter .bBody .bContinueTest {
    text-transform: uppercase;
    text-decoration: none;
}

.bannerBox .bFooter .bBody .bContinueTest:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -50px -19px;
    width: 13px;
    height: 19px;
    display: inline-block;
    content: " ";
    margin-right: 5px;
    margin-left: 23px;
    position: relative;
    top: 4px;
}

.bannerBox .bFooter .bBody .bItem {
    display: inline-block;
    width: 250px;
    padding: 0 5px;
    vertical-align: top;
}

.bannerBox .bFooter .bBody .bItem.bFirst {
    width: 200px;
    font-size: 13px;
}

.bannerBox .bFooter .bBody .bItem .bGetScore {
    text-transform: uppercase;
    font-size: 14px;
}

.bannerBox .bFooter .bBody .bItem.bFirst:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -67px -17px;
    width: 24px;
    height: 24px;
    float: left;
    content: " ";
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 1px;
    position: relative;
    top: 4px;
}

/* ====================================== /Banner Box ================================== */

/* ====================================== Questions Table =================================== */
.questionList {
    width: 100%;
    max-width: 1225px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    /* padding-right: 8px; */
    /* font-size: 14px;
    margin-top: 20px; */
}

.items.mobile .row .date a.icon-svg-Edit_copy,
.items.mobile .row .date a.icon-svg-delete {
    font-size: 23px;
}

.questionList A {
    color: #333333;
    text-decoration: none;
}

.questionList A:hover {
    color: #ff6600;
    text-decoration: none;
}

.questionList.grid-view-loading {
    background: none;
}

.questionList .qTitle {
    background: #e7e7e7;
    padding: 11px 15px 9px 20px;
}

.questionList .qTitle .qUnStar:before {
    content: "";
    display: inline-block;
    background: url("/gmat-focus-tests/templates/users/assets/images/statistics/greyStar.png") no-repeat;
    width: 13px;
    height: 13px;
}

.questionList .qTitle .qStar:before {
    content: "";
    display: inline-block;
    background: url("/gmat-focus-tests/templates/users/assets/images/statistics/goldStar.png") no-repeat;
    width: 13px;
    height: 13px;
}

.questionList .qTitle .likeShare {
    float: right;
}

.questionList .qTitle .likeShare a {
    display: inline-block;
}

.questionList .qTitle .h1 {
    font-size: 18px;
    line-height: 18px;
    color: #2062b3;
    border: 0;
    margin-left: 0;
    margin-bottom: 7px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
}

.questionList .qTitle .h1 span.icon-svg-play3 {
    font-size: 12px;
    color: #ff8b2a;
    position: absolute;
    left: 15px;
}

.questionList .qTitle .h1 img {
    vertical-align: bottom;
    padding-right: 5px;
}

.questionList .heightClass .qTitle H1:before {
    display: none;
}

.questionList .heightClass .qTitle a {
    height: 13px;
    padding-right: 3px;
}

.questionList .qPagination {
    background: #f2f2f2;
    font-size: 10px;
    padding: 9px 13px;
    height: 15px;
}

.questionList .qPagination .qPageCount {
    float: right;
    margin: 2px 5px 0 0;
    font-size: 12px;
}

.questionList .qPagination.qBottom {
    background: #f2f2f2;
}

.questionList .qPagination A {
    text-decoration: none;
}

.questionList .qPagination UL,
.questionList .qPagination UL LI,
.questionList .qPagination .pager,
.questionList .qPagination .qPageCount,
.questionList .qPagination .summary {
    display: inline-block;
}

.questionList .qPagination .qGoTo {
    color: #2062b3;
}

.questionList .qPagination .qGoTo:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -174px -3px;
    width: 9px;
    height: 9px;
    display: inline-block;
    content: " ";
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.questionList .qPagination .qPageCount A {
    color: #2A2A2A !important;
}

.questionList .qPagination .qPrevious {
    display: inline-block;
    margin-right: 3px;
}

.questionList .qPagination .qPrevious A:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -156px -2px;
    width: 6px;
    height: 11px;
    display: inline-block;
    content: " ";
    position: relative;
    top: 2px;
    margin-right: 3px;
    margin-left: 15px;
}

.questionList .qPagination .qNext {
    display: inline-block;
    margin-left: 3px;
}

.questionList .qPagination .qNext A:after {
    background: url('images/statistics/icons-sprite.png') no-repeat -166px -2px;
    width: 6px;
    height: 11px;
    display: inline-block;
    content: " ";
    position: relative;
    top: 2px;
    margin-left: 3px;
    margin-right: 15px;
}

.questionList .qPagination .qPageItem A {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    height: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.questionList .qPagination .qPageItem A:hover {
    background: #eae9d8;
}

.questionList .qPagination .qPageItem.qActive A {
    font-weight: bold;
    background: #eae9d8;
    color: #ff6600;
}

.questionList .qPagination.qBottom .qPageItem A:hover,
.questionList .qPagination.qBottom .qPageItem.qActive A {
    background: #f5f5eb;
}

.questionList .qPagination .qPerPage {
    float: right;
}

.questionList .qPagination SELECT {
    width: 159px;
    height: 20px;
    margin-top: -2px;
}

.questionList .qPagination .styled-select {
    background: url('images/statistics/selects-sprite.png') no-repeat 0 0;
    margin-top: -2px;
    width: 135px;
    height: 16px;
    line-height: 17px;
    font-size: 12px;
    padding: 1px 17px 3px 7px;
}

.questionList .likeShare .fb_iframe_widget span {
    top: 4px;
}

.questionList .qOptions {
    background: #f2f2f2;
    height: 42px;
    padding: 8px 0 13px 0;
}

.heightClass .qOptions {
    height: 22px;
}

.questionList .qOptions .collection {
    font-size: 12px;
    /*line-height: 35px;*/
    padding-left: 20px;
}

.questionList .qOptions .collection .build,
.questionList .qOptions .collection .addToCollection,
.questionList .qOptions .collection .trash {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 0 15px;
    border-radius: 3px;
    background: #e66f07;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}

.questionList .qOptions #actionCollections .trash {
    vertical-align: top;
    background-image: url("images/statistics/trash.png");
    background-repeat: no-repeat;
    width: 28px;
    padding: 0;
    margin-top: 6px;
    cursor: pointer;
    background: #777777;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #8F8F8F),
            color-stop(1, #5F5F5F));
    background-image: url("images/statistics/trash.png");
    background-image: url("images/statistics/trash.png"), -o-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: url("images/statistics/trash.png"), -moz-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: url("images/statistics/trash.png"), -webkit-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: url("images/statistics/trash.png"), -ms-linear-gradient(bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-image: url("images/statistics/trash.png"), linear-gradient(to bottom, #8F8F8F 0%, #5F5F5F 100%);
    background-repeat: no-repeat;
    background-position: center center;
}

.questionList .qOptions.onlyTime {
    padding: 0;
}

.questionList .qOptions.onlyTime.analysis {
    clear: both;
}

.questionList .bgWrapp {
    height: 63px;
    background: #eae9d8;
}

.questionList .bgWrapp .qOptionsBox {
    margin-top: 11px;
}

.questionList .qOptions.creamStyle {
    background: #f2f2f2;
    border-bottom: 6px solid #b8b8b8;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.questionList .qOptions.creamStyle .takenPart .styled-select {
    height: 19px;
}

.questionList .qOptions>span {
    display: inline-block;
    margin: 2px 0 0 375px;
}

.questionList .qOptions span.styled-select.top_date {
    padding: 4px 0 0 7px;
}

.questionList .qOptions .styled-select {
    background: url('images/statistics/selects-sprite.png') no-repeat 0 -21px;
    width: 130px;
    height: 20px;
    padding: 4px 15px 2px 5px;
    margin: 5px 0 0 -1px;
    line-height: 14px;
    position: absolute;
    overflow: hidden;
}

.questionList .qOptions #TestAnswerExtendedVersion_date {
    margin: 7px 0 0;
    width: 100px;
}

.questionList .qOptions>select {
    position: relative;
}

.questionList .qOptions.qBottom {
    background: #f5f5eb;
}

.questionList .qOptionsBox {
    float: right;
    height: 34px;
    padding-left: 18px;
    padding-right: 17px;
}

.questionList .qTitle .qOptionsBox {
    margin-top: -5px;
}

.questionList .qOptions .takenPart {
    float: right;
    position: relative;
    margin: 2px 22px 0 0;
}

.questionList .qOptions .makeQuizBtn {
    float: left;
}

.questionList .qOptions .makeQuizBtn span {
    position: absolute;
    overflow: hidden;
    width: 142px;
    height: 30px;
    background: url("images/statistics/buttons-sprite.png") no-repeat 0 0;
    font-family: tahoma, sans-serif;
    font-size: 10px;
    color: #ffffff;
    padding: 4px 0 0 10px;
    margin-left: 12px;
}

.questionList .qOptions .makeQuizBtn span strong {
    font-size: 12px;
    display: block;
    margin-bottom: 1px;
}

.questionList .qOptions .makeQuizBtn input {
    position: relative;
    opacity: 0;
    width: 152px;
    height: 34px;
    cursor: pointer;
}

.questionList .qOptions .takenPart:before {
    content: " ";
    position: absolute;
    height: 34px;
    width: 1px;
    right: -23px;
    top: 0px;
    background: url("images/analysis/grey-border.png")no-repeat;
}

.questionList .qOptions .takenPart:after {
    content: " ";
    position: absolute;
    height: 34px;
    width: 1px;
    left: -21px;
    top: 0px;
    background: url("images/analysis/grey-border.png")no-repeat;
}

.questionList .qOptions .takenPart .takenLabel {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    margin: 11px 5px 0 0;
}

.questionList .qOptionsBox LABEL {
    float: left;
}

.questionList .qOptionsBox.qFirst {
    width: 285px;
    border: 0;
    padding: 0;
}

.questionList .qOptionsBox.qNoPadding {
    padding-right: 0;
}

.questionList .qOptionsBox .qBoxPosition {
    margin-top: 5px;
}

.questionList .qOptionsBox .qBoxPosition LABEL {
    margin-top: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.questionList .qOptionsBox .qBoxPosition .qPDF {
    margin-right: 5px;
}

.questionList .qOptionsBox .qBoxPosition .qPDF,
.questionList .qOptionsBox .qBoxPosition .qEXCEL {
    float: right;
    width: 59px;
    margin-left: 38px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    margin-top: 1px;
}

.questionList .qOptionsBox .qBoxPosition .qPDF:before,
.questionList .qOptionsBox .qBoxPosition .qEXCEL:before {
    width: 21px;
    height: 26px;
    content: " ";
    position: absolute;
    left: -27px;
    top: 4px;
}

.questionList .qOptionsBox .qBoxPosition .qPDF:before {
    background: url('../../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg') no-repeat -430px -600px;
    width: 26px;
    height: 31px;
}

.questionList .qOptionsBox .qBoxPosition .qEXCEL:before {
    background: url('../../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg')no-repeat -392px -600px;
    width: 26px;
    height: 31px;
}

.questionList .qOptionsBox .qMakeQuiz {
    background: url('images/statistics/buttons-sprite.png') no-repeat 0 0;
    width: 140px;
    height: 24px;
    padding: 5px 2px 5px 10px;
    font-size: 10px;
    display: block;
    color: #ffffff;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.questionList .qOptionsBox .qMakeQuiz B {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.questionList .qOptionsBox SELECT {
    width: 105px;
    height: 24px;
}

.questionList .qOptionsBox .styled-select {
    background: url('images/statistics/selects-sprite.png') no-repeat 0 -21px;
    width: 81px;
    font-size: 12px;
    height: 17px;
    line-height: 18px;
    padding: 3px 17px 5px 7px;
}

.questionList .qUserTime {
    background: #f5f5eb;
    padding: 11px 20px;
    font-size: 14px;
    text-align: right;
    font-family: open sans, sans-serif;
}

.items.mobile .row .id,
.items.mobile .row .statistics .stats,
#questionListGrid #actionCollections {
    font-family: open sans, sans-serif;
}

.questionList .qBig {
    text-transform: uppercase;
}

.questionList .qUserTime .qSmall {
    font-size: 12px;
    display: block;
}

.questionList .qBlue {
    color: #2062b3;
}

.questionList .items {
    font-size: 10px;
    width: 100%;
    border-collapse: collapse;
    clear: both;
}

.questionList .items-wraper {
    overflow-y: scroll;
    max-height: 677px;
    /* padding-left: 25px; */
    /* padding-right: 7px; */
}

#questionsTable[data-url] {
    position: relative;
}

#questionsTable::after {
    content: '';
    position: absolute;
    z-index: -1;
    height: calc(100% - 50px);
    top: 35px;
    right: 0px;
    width: 8px;
    background: #F2F2F2;
    border-radius: 5px;
}

.items-wraper::-webkit-scrollbar {
    width: 8px;
}

.items-wraper::-webkit-scrollbar-track {
    background: transparent;
}

.items-wraper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #BDBDBD;
}

.items-wraper::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 15px;
}

.items-wraper::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 35px;
}

.questionList .items thead {
    background: white;
    position: sticky;
    top: -1px;
    height: 59px;
    border-bottom: 2px solid #828282;
    z-index: 1000;
}

.questionList .items .odd .even.author {
    width: 100px;
}

.questionList .items .author span.by {
    display: none;
}

.questionList .items TR TH A {
    color: #2a2a2a;
    text-decoration: none;
}

.questionList .items TR TH {
    background: transparent;
    font-weight: 600;
    padding: 15px 6px 10px 6px;
    text-align: center;
    border-top: 1px solid #ffffff;
    border-bottom: 0;
    vertical-align: middle;
}

.questionList .items TR.qHead TH {
    padding: 6px 9px 6px 9px;
}

.questionList .items TR.filters TD {
    background: rgba(242, 242, 242, 1);
    font-weight: normal;
    padding: 1px 9px 6px 9px;
    text-align: center;
    height: 36px;
}

.questionList .items TR.filters TD:first-of-type,
.questionList .items TR.filters TD:first-of-type+TD {
    padding: 1px 0px 6px 0px;
}

a.sort-link {
    position: relative;
}

a.sort-link:after {
    content: " ";
    position: absolute;
    height: 11px;
    width: 7px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    background-image: url("/forum/styles/gmatclub_light/theme/images/profile/arrow_no_sort_new.png");
    background-repeat: no-repeat;
    line-height: 100%;
}

a.sort-link.asc:after {
    background-image: url("/forum/styles/gmatclub_light/theme/images/profile/arrow_sort_asc.png");
    vertical-align: middle;
}

a.sort-link.desc:after {
    background-image: url("/forum/styles/gmatclub_light/theme/images/profile/arrow_sort_desc.png");
    vertical-align: middle;
}

@-moz-document url-prefix() {
    a.sort-link {
        position: static;
    }
}

.questionList .qCenter {
    text-align: center !important;
}

.questionList .items TR TH.qHeadType SELECT {
    width: 80px;
    height: 16px;
    margin: 5px 0 0 -1px;
}

.questionList .items TR TH.qHeadType .styled-select {
    background: url('images/statistics/selects-sprite.png') no-repeat 0 -63px;
    width: 60px;
    height: 14px;
    padding: 1px 15px 2px 5px;
    margin: 5px 0 0 -1px;
    line-height: 14px;
}

.questionList .items TR TH.qHeadDifficulty {
    padding: 6px 4px;
    width: 40px;
}

.questionList .items TR.filters TD SELECT,
.questionList .items TR TH.qHeadDifficulty SELECT {
    width: 111px;
    height: 24px;
    margin: 5px 0 0 -1px;
}

.questionList .items TR.filters TD .styled-select,
.questionList .items TR TH.qHeadDifficulty .styled-select {
    background: url('images/statistics/filterBg.png') no-repeat;
    width: 111px;
    height: 24px;
    right: 0;
    padding: 1px 15px 2px 5px;
    margin: 5px 0 0 -1px;
    line-height: 24px;
}

.questionList .items TR.filters TD SELECT,
.questionList .items TR.filters TD .styled-select {
    margin: 0;
}

.questionList #starFilter {
    display: inline-block;
    width: 51px;
    cursor: pointer;
}

.likeShare .tooltip {
    position: absolute;
    z-index: 999;
    left: -9999px;
    background-color: #dedede;
    border: none;
    padding: 0;
    width: auto;
}

.likeShare .tooltip p {
    margin: 0;
    color: #fff;
    background-color: #222;
    padding: 2px 7px;
}

.questionList #starFilter .blackStar {
    background-image: url("/gmat-focus-tests/templates/users/assets/images/statistics/blackStar.png");
    background-repeat: no-repeat;
}

.questionList #starFilter .greyStar {
    background-image: url("/gmat-focus-tests/templates/users/assets/images/statistics/greyStar.png");
    background-repeat: no-repeat;
}

.questionList #starFilter .goldStar {
    background-image: url("/gmat-focus-tests/templates/users/assets/images/statistics/goldStar.png");
    background-repeat: no-repeat;
}

.questionList #starFilter .star {
    display: none;
    opacity: 0;
}

.questionList #starFilter .starHolder {
    width: 15px;
    white-space: nowrap;
    margin: 0 auto;
    /*-webkit-transition: all 200ms ease-in-out;*/
    /*-moz-transition: all 200ms ease-in-out;*/
    /*-o-transition: all 200ms ease-in-out;*/
    /*transition: all 200ms ease-in-out;*/
}

.questionList #starFilter .star.current {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

#questionsTableOfficial.showBorder,
#questionsTable.showBorder {
    border: 2px solid #ff8c2a;
}

.questionList #starFilter div {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.questionList #starFilter:hover .starHolder {
    width: 51px;
}

.questionList #starFilter:hover .star {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

#passedTests .questionList #questionsTable .items TR.filters TD .styled-select.span_type {
    background-position: 0 -63px;
    text-align: center;
    width: 63px;
    margin-left: 0;
}

.questionList .items tr.filters td .styled-select.span_type {
    width: 111px;
    text-align: center;
    margin-left: 30px;
}

/*#passedTests .questionList .items TR.filters TD {
    text-align: left;
}*/
#passedTests .questionList .items TR.filters TD SELECT {
    width: 76px;
}

/* .questionList .items TR.filters TD .styled-select.span_weight {
    background-position: 0 -46px;
 }
.questionList .items TR.filters TD .styled-select.span_time {
    background-position: 0 -46px;
} */

.questionList .items TR.filters TD span.styled-select .top_date {
    display: none;
}

.questionList .items TR.filters TD #TestAnswerExtendedVersion_date {
    display: none;
}

/* .questionList .items TR.filters TD #TestAnswerExtendedVersion_question_type {
    width: 140px;
} */
.questionList .items TR TH.qHeadTime {
    padding-right: 3px;
}

.questionList .items TR TH.qHeadTime SELECT {
    width: 51px;
    height: 16px;
    margin: 5px 0 0 -1px;
}

.questionList .items TR TH.qHeadTime .styled-select {
    background: url('images/statistics/selects-sprite.png') no-repeat 0 -46px;
    width: 31px;
    height: 14px;
    padding: 1px 15px 2px 5px;
    margin: 5px 0 0 -1px;
    line-height: 14px;
}

.questionList .items TR TH.qHeadReviewed {
    padding: 6px 1px;
    width: 53px;
}

.questionList .items TR TH.qHeadQuestionStats {
    width: 60px;
    padding: 6px 2px 6px 6px;
}

.questionList .items TR TH.qHeadRetry {
    width: 60px;
}

.questionList .items TR TH.qHeadAnswer {
    padding: 6px 4px;
    width: 35px;
}

.questionList .items TR TH.qHeadGuessed {
    padding: 6px 4px;
    width: 35px;
}

.questionList .items TR TH.qHeadBookmarked {
    padding: 6px 4px;
    width: 35px;
}

.questionList .items TR TH.qHeadDate {
    padding: 6px 4px;
    width: 80px;
}

.questionList .items TR TD {
    vertical-align: middle;
}

.questionList .items TR TD .qType {
    color: #1057ae;
    line-height: 12px;
}

.questionList .items TR TD .qType SPAN {
    color: #1057ae;
    font-size: 12px;
}

.questionList .items TR TD .qDiff {
    font-size: 12px;
}

.questionList .items TR TD .qCorrectIcon {
    position: relative;
    width: 16px;
    height: 13px;
    margin: 0 auto;
}

.questionList .items TR TD .qCorrectIcon:before {
    position: absolute;
    content: "\e986";
    color: #62a41d;
    font-weight: 800;
    font-size: 14px;
    left: 0;

}

.questionList .items TR TD .qUncorrectIcon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

.questionList .items TR TD .qUncorrectIcon:before {
    content: "\e900";
    font-size: 13px;
    font-weight: 100 !important;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    color: #FA353E;
}

.questionList .items TR TD .qNoAnswerIcon {
    background: url('images/statistics/noAnswer.png') no-repeat 0 0;
    width: 16px;
    height: 3px;
    margin: 0 auto;
}

.questionList .items TR TD .qStar {
    position: relative;
}

.questionList .items TR TD .qStar:before {
    content: "\e9ae";
    color: #ff8b2a;
    font-size: 14px;
}

.questionList .items TR TD .qUnStar {
    width: 13px;
    height: 13px;
    margin: 0 auto;
    position: relative;
}

.questionList .items TR TD .qUnStar:before {
    content: "\e9ae";
    color: #c0c0c0;
    font-size: 14px;
}

.questionList .items TR TD.guessedTab div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px 0;
}

.questionList .items TR TD.guessedTab div a.rowLink {
    position: absolute;
    left: -330px;
    top: 0;
    height: 100%;
    /*width: 546px;*/
    width: 630px;
    display: block;
    z-index: 999;
}

.questionList .items TR TD.guessedTab div a.qGuessIcon {
    display: block;
    width: 100%;
    height: 100%;
}

.questionList .items tr td.even.guess .qGuessIcon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.questionList .items tr td.even.guess .qGuessIcon:before {
    width: 15px;
    height: 15px;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    background: url('images/statistics/icons-sprite.png') no-repeat -36px -1px;
}

.questionList .items tr td .emptyIcon {
    position: relative;
    top: 50%;
}

.questionList .items tr td .emptyIcon:before {
    width: 15px;
    height: 1px;
    content: " ";
    position: absolute;
    top: 50%;
    background-color: #000000;
}

.questionList .tableWrap {
    background: #f5f5eb;
    height: 43px;
}

.questionList .tableWrap .qOptions {
    display: inline-block;
    background: #f5f5eb;
    padding: 0;
}

.questionList .tableWrap .qPagination {
    padding: 14px 13px;
    display: inline-block;
    background: none;
    float: right;
}

.questionList .items TR TD.guessedTab div a.qGuessIcon:before {
    font-size: 15px;
    position: absolute;
    content: "\e98e";
    color: #006eae;
    top: 50%;
    margin-left: -8px;
    left: 50%;
    margin-top: -9px;
}

/*.questionList .items tr td.even {
    position: relative;
}
.questionList .items tr td a.qGuessIcon {
    width: 15px;
    height: 15px;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    background: url('images/statistics/icons-sprite.png') no-repeat -36px -1px;
}*/
.questionList .items TR TD .qBookmarkIcon {
    width: 19px;
    height: 19px;
    margin: 0 auto;
    display: block;
}

.questionList .items TR TD .qBookmarkIcon:before {
    background: url('../../../../../forum/styles/gmatclub_light/imageset/icStarFilled.png') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    content: " ";
}

.questionList .items TR TD .qBookmarkUnfilledIcon:before {
    background: url('../../../../../forum/styles/gmatclub_light/imageset/icStar.png') no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    content: " ";
}

.questionList .items TR TD .qNoteIcon {
    width: 12px;
    height: 13px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1000;
    /* z-index: 0; */
}

.questionList .items TR TD .qNoteIcon:before {
    content: "\e99b";
    color: #006eae;
    position: absolute;
    font-size: 15px;
    left: 0;
}

.questionList .items TR TD .qReviewedIcon {
    background: url('images/statistics/icons-sprite.png') no-repeat -70px -1px;
    width: 15px;
    height: 13px;
    margin: 0 auto;
    display: block;
}









.questionList .items TR .qQuestionStats>DIV {
    margin: 0 auto;
    color: #2062B3;
    text-decoration: underline;
    cursor: pointer;
}

.questionList .items TR .qQuestionStats>DIV:hover {
    color: #ff6600;
    text-decoration: none;
}

.questionList .items TR .qQuestionStats>DIV:before {
    background: url('../../../../../forum/styles/gmatclub_light/imageset/icPieChart.png') no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    content: " ";
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.questionList .items TR TD .qTime,
.questionList .items TR TD .qTimeUp,
.questionList .items TR TD .qTimeDown {
    margin: 0 auto;
    font-size: 12px;
}

.questionList .items TR TD .qTimeUp,
.questionList .items TR TD .qTimeDown {
    font-weight: 600;
    color: #333333;
}

.questionList .items TR TD .qLike {
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
}

.questionList .items TR TD .qLike img {
    margin-right: 5px;
}

/*.questionList .items TR TD .qTimeDown:before*/
/*{*/
/*background: url('images/statistics/icons-sprite.png') no-repeat -98px -1px;*/
/*}*/
/*.questionList .items TR TD .qTimeUp:before*/
/*{*/
/*background: url('images/statistics/icons-sprite.png') no-repeat -89px -1px;*/
/*}*/

/*.questionList .items TR TD .qTimeUp:before,*/
/*.questionList .items TR TD .qTimeDown:before*/
/*{*/
/*width: 7px;*/
/*height: 11px;*/
/*display: inline-block;*/
/*content: " ";*/
/*position: relative;*/
/*top: 1px;*/
/*margin-right: 4px;*/
/*}*/
.questionList .items TR TD .colStatus {
    display: none;
}

.questionList .items TR TD.qRetry {
    width: 170px;
}

.questionList .items TR TD.qDate {
    width: 110px;
    text-align: left;
}

.questionList .items TR TD.qDate div {
    padding: 10px 5px;
    text-align: center;
}

.questionList .items TR TD.qReviewed {
    width: 83px;
}

.questionList .items TR TD a.icon-svg-Edit_copy {
    position: relative;

}

.questionList .items TR TD a.icon-svg-Edit_copy:before {
    position: absolute;
    content: "\e949";
    font-size: 16px;
    top: -6px;
    left: -2px;
    color: #006EAE;
}

.questionList .items TR TD .qLike {
    position: relative;
}

.questionList .items TR TD .qLike .icon-svg-іcon-best {
    font-size: 40px;
    position: absolute;
    left: -6px;
    top: 1px;
    color: #006EAE;
}

.questionList .items TR TD a.icon-svg-delete {
    position: relative;
}

.questionList .items TR TD a.icon-svg-delete:before {
    position: absolute;
    content: "\e92a";
    font-size: 16px;
    top: -6px;
    left: -2px;
    color: #006EAE;
}

.questionList .items TR TD.aName {
    padding: 0 !important;
}

.questionList .items TR TD.aName div {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.questionList .items TR TD.aName div:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

select.TestAnswerExtendedVersion_date {
    width: 103px;
}

.questionList .items TR TD.aName {
    width: 305px;
    padding: 10px 0 10px 20px;
}

.questionList .items TR TD.aName a {
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #1057ae;
    text-decoration: none;
}

.questionList .items TR TD.aName a:first-child {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding: 5px 5px 5px 20px;
}

.questionList .items TR TD.aName a:first-child:after {
    content: '';
    position: absolute;
    width: 601px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.questionList .items TR TD.aType {
    width: 64px;
    padding: 10px 13px 10px 14px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #1057ae;
}

.questionList .items TR TD.aType a.clickArea {
    top: 0 !important;
    height: 100% !important;
}

.questionList .items TR TD.aScore {
    width: 27px;
    padding: 5px 15px 5px 17px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
}

.questionList .items TR TD.aTime {
    width: 85px;
    padding: 5px 12px 5px 14px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
}


.questionList .items TR TD.aDate {
    width: 79px;
    padding: 5px 14px 5px 14px;
    text-align: left;
}

.questionList .items TR TD.aRetry {
    width: 62px;
    padding: 5px 18px 5px 18px;
}

.questionList .items TR TD.blue-inscription span {
    color: #333333;
    font-weight: 700;
    height: 36px;
    margin: 12px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.questionList .items TR TD.blue-inscription {
    text-align: left;
    width: 275px;
}

.questionList .items TR TD.qId {
    width: 150px;
}

.questionList .items TR TD.blue-inscription i {
    font-style: normal;
    font-size: 12px;
}

/*.questionList .items TR.odd TD.even > div{
    margin-left: 17px;
}*/
.questionList .items TR TD b {
    display: block;
    margin-bottom: 3px;
}

.questionList .items TR.qHover TD {}

.questionList .items TR.filters TD {
    border-bottom: none !important;
}

.questionList .items TR.filters TD .filterWrapper {
    position: absolute;
    width: fit-content;
    top: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.questionList .items TR.filters TD .filterWrapper span.type {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #828282;

}

.questionList .items TR.filters TD .filterWrapper.time {
    left: 9%;
}

.questionList .items TR.filters TD .filterWrapper.difficulty {
    left: 28%;
}

.questionList .items TR.filters TD .filterWrapper.type {
    left: 50%;
}

.questionList .items TR.filters TD .filterWrapper.answer {
    left: 70%;
}

.questionList .items TR.filters TD .filterWrapper.answer .styled-select,
.questionList .items TR.filters TD .filterWrapper.difficulty .styled-select,
.questionList .items TR.filters TD .filterWrapper.time .styled-select,
.questionList .items TR.filters TD .filterWrapper.type .styled-select {
    padding: 0;
}

.questionList .items tbody TR {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #C4C4C4;
}

.questionList .items tbody TR.odd {
    background: #FBFBFC;

}

/* .questionList .items tbody TR:first-child {
    border-top: 1px solid #ffffff;
    border-bottom: none!important;
} */
.questionList .items tbody TR:first-child.qHover TD {
    border-top: 1px solid #a6a6a6;
}

/* .questionList .items TR.qHoverPrev TD
{
	background-image: url("images/statistics/up-shadow-hover.png") !important;
	background-position: bottom center !important;
	background-repeat: repeat-x !important;
	border-bottom: 1px solid #a6a6a6;
} */
/* .questionList .items TR.qHoverNext TD
{
	background-image: url("images/statistics/down-shadow-hover.png") !important;
	background-position: top center !important;
	background-repeat: repeat-x !important;
} */

.questionList .qFooter {
    background: #b8b8b8;
    height: 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.questionList .return {
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
}

.questionList .return .icon-svg-subscribe {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    transform: rotate(180deg);
    color: #e66f08;
}

/*.questionList .return:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -36px -58px;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: " ";
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}*/
/*.heightClass .items TR TD {
    height: 42px!important;
}*/
/* ====================================== /Questions Table ================================== */

/*--------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ MY PERFORMANCE ----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#passedTests>.aside,
#overallWrap>.aside {
    width: 200px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
    margin-top: 20px;
}

.aside .globalScore {
    background: #f2f2f2;
    position: relative;
    padding: 24px 0 0 0;
    border-bottom: 2px solid #bebebe;
    margin-bottom: 25px;
    width: 200px;
}

.aside .globalScore span.explanation {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("images/progress-block/ask-icon.png");
    right: 10px;
    top: 10px;
    display: block;
}

.aside .globalScore .description {
    font-size: 16px;
    color: #2a2a2a;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 0 27px;
}

.aside .globalScore .description span {
    display: block;
}

.aside .globalScore span {
    font-family: open sans, sans-serif;
}

.aside .globalScore .description {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: lighter;
    text-transform: uppercase;
}

.aside .globalScore .yourScore {
    font-size: 50px;
    color: #E2731D;
    display: inline-block;
    vertical-align: top;
    margin: -6px 0 0 5px;
}

.aside .globalScore .yourScore.sub {
    font-size: 22px;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.aside .globalScore .totalProgress {
    display: block;
    height: 16px;
    background: #eae9d8;
    margin-top: 12px;
}

.aside .globalScore .totalProgress li {
    float: left;
    display: block;
    color: #666666;
    font-size: 8px;
    width: 33%;
    text-align: center;
    line-height: 16px;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
}

.aside .globalScore .progressBar {
    height: 15px;
    position: relative;
    overflow: hidden;
    background: url("images/progress-block/progress-background.png");
}

.aside .globalScore .progressBar .progressIndicator {
    position: absolute;
    height: 100%;
    left: 11px;
    top: 0;
}

.aside .globalScore .progressBar .progressIndicator:before {
    position: absolute;
    display: block;
    content: " ";
    right: 0;
    top: 0;
    height: 15px;
    width: 21px;
    background: url("images/progress-block/progress-indicator.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.aside .globalScore .detailedProgress {
    display: none;
    height: 14px;
    background: #eae9d8;
}

.aside .globalScore .detailedProgress li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 14px;
    font-family: open sans, sans-serif;
    font-size: 8px;
    color: #666666;
    font-weight: lighter;
    text-transform: uppercase;
}




.mainContent {
    width: 900px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.mainContent h1,
.mainContent .h1 {
    font-size: 20px;
    line-height: 33px;
    margin: 0 20px 10px;
    font-family: open sans, sans serif;

}

.mainContent .h2,
.mainContent h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #2062b3;
    line-height: 41px;
    padding: 0 20px;
    background: #f2f2f2;
}

/*.mainContent h2:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -1px -2px;
    width: 5px;
    height: 9px;
    content: " ";
    display: inline-block;
    margin-right: 9px;
    position: relative;
    bottom: 2px;
}*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- Overall Performance -------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#overallPerformance {
    /*background: url("images/overall-performance/test.png")no-repeat;*/
    /*background-position: -192px 0px;*/
}

#overallPerformance.mainContent>.h1 {
    font-size: 20px;
    line-height: 16px;
    padding: 0 28px 10px;
    margin: 0 0 12px 0;
}

#overallPerformance .answerInfo {
    margin-bottom: 30px;
}

#overallPerformance .mainInfo {
    width: 235px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#overallPerformance .mainInfo #answers {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

#overallPerformance .mainInfo>ul {
    display: inline-block;
    font-family: open sans, sans-serif;
    font-size: 14px;
    margin-top: 22px;
}

#overallPerformance .mainInfo>ul li {
    color: #c02636;
    text-transform: uppercase;
    width: 143px;
}

#overallPerformance .mainInfo>ul li a {
    float: right;
    margin-top: 1px;
}

#overallPerformance .mainInfo>ul li:first-child {
    color: #54912f;
    margin-bottom: 5px;
}

#overallPerformance .mainInfo .category {
    padding-top: 21px;
    margin-top: 5px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

#overallPerformance .mainInfo .category ul li {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-bottom: 11px;
    padding-left: 76px;
    position: relative;
    width: 141px;
}

#overallPerformance .mainInfo .category ul li:before {
    position: absolute;
    content: " ";
    left: 41px;
    top: -1px;
    width: 13px;
    height: 13px;
    background: url("images/statistics/main-icons-sprite.png");
    background-repeat: no-repeat;
    background-position: -108px -17px;
}

#overallPerformance .mainInfo .category ul li:first-child:before {
    width: 15px;
    height: 15px;
    background-position: -18px -34px;
}

#overallPerformance .mainInfo .category ul li.notes:before {
    width: 12px;
    height: 13px;
    background-position: -2px -34px;
}

#overallPerformance .mainInfo .category ul li a {
    float: right;
}

#overallPerformance .timerInfo {
    display: inline-block;
    vertical-align: top;
    width: 212px;
    position: relative;
    margin: 23px 0px 0px 35px;
}

#overallPerformance .timerInfo .timer {
    border-bottom: 1px solid #d8d8d8;
    padding-left: 44px;
    color: #2a2a2a;
    font-size: 14px;
    font-family: open sans, sans-serif;
    padding-bottom: 20px;
}

/*#overallPerformance .timerInfo .timer:before {
    position: absolute;
    content: " ";
    width: 22px;
    height: 29px;
    background: url("images/statistics/main-icons-sprite.png");
    background-repeat: no-repeat;
    background-position: -109px -51px;
    left: 13px;
    top: 2px;
}*/
#overallPerformance .timerInfo .timer span span.icon-svg-timer_mark_right {
    position: absolute;
    left: 13px;
    top: 2px;
    font-size: 29px;
    color: #006eae;
    font-weight: 100;
}

#overallPerformance .timerInfo .timer .h3 {
    text-transform: uppercase;
    margin-bottom: 2px;
}

#overallPerformance .timerInfo .timer span {
    font-size: 16px;
    font-weight: bold;
}

#overallPerformance .timerInfo .h4 {
    margin: 22px 0 0 14px;
    font-family: open sans, sans-serif;
}

#overallPerformance .timerInfo ul {
    padding: 9px 0 0 31px;
    font-family: open sans, san-serif;
}

#overallPerformance .timerInfo ul li {
    color: #c02636;
    text-transform: uppercase;
    width: 175px;
    position: relative;
}

/*#overallPerformance .timerInfo ul li:before {
    position: absolute;
    content: " ";
    left: -17px;
    top: -2px;
    width: 11px;
    height: 15px;
    background: url("images/overall-performance/timer-icon.png");
    background-repeat: no-repeat;
    background-position: 0 -18px;
}*/
#overallPerformance .timerInfo ul li:first-child:before {
    background-position: 0 0;
}

#overallPerformance .timerInfo ul li span.icon-svg-timer_mark_right {
    color: #c02636;
}

#overallPerformance .timerInfo ul li:first-child,
#overallPerformance .timerInfo ul li:first-child span.icon-svg-timer_mark_right {
    color: #54912f;
    margin-bottom: 10px;
}

#overallPerformance .timerInfo ul li {
    position: relative;
}

#overallPerformance .timerInfo ul li span.icon-svg-timer_mark_right {
    position: absolute;
    left: -17px;
    top: -2px;
    font-size: 15px;
}

#overallPerformance .timerInfo ul li span {
    text-transform: lowercase;
    float: right;
}

#overallPerformance .questionStatus {
    display: inline-block;
    vertical-align: top;
    width: 212px;
    margin: 56px 0 0 35px;
    font-family: open sans, sans-serif;
}

#overallPerformance .questionStatus h4 span.icon-svg-icon-left {
    position: absolute;
    left: 6px;
    top: -2px;
    font-size: 18px;
    color: #006EAE;
}

#overallPerformance .timerInfo .timer .h3 {
    position: relative;
}

#overallPerformance .timerInfo .timer .h3 span.icon-svg-timer_mark_right {
    left: -40px;
    font-size: 28px;
    position: absolute;
    color: #006EAE;
    font-weight: 500;
}

#overallPerformance .questionStatus .h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding-left: 40px;
    padding-bottom: 5px;
}

#overallPerformance .questionStatus .h4 span.icon-svg-icon-with-note {
    position: absolute;
    left: 6px;
    top: -2px;
    font-size: 18px;
    color: #006EAE;
}

#overallPerformance .questionStatus .passedQuestions .h4:before {
    background-position: -29px -18px;
}

#overallPerformance .questionStatus .passedQuestions,
#overallPerformance .questionStatus .leftQuestions {
    width: 103px;
    display: inline-block;
    vertical-align: top;
    font-family: open sans, sans-serif;
}

#overallPerformance .questionStatus .leftQuestions>div,
#overallPerformance .questionStatus .passedQuestions>div {
    font-size: 10px;
    text-transform: uppercase;
    height: 24px;
    line-height: 25px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 30px 0 7px;
}

#overallPerformance .questionStatus .leftQuestions>div span,
#overallPerformance .questionStatus .leftQuestions>div a,
#overallPerformance .questionStatus .passedQuestions>div span,
#overallPerformance .questionStatus .passedQuestions>div a {
    color: #2062b3;
    ;
    font-size: 12px;
    float: right;
    text-decoration: none;
}






#lastTests .testsList {
    padding: 8px 0;
    margin: 0 8px;
    border-top: 1px solid #f9f9f5;
}

#lastTests .testsList .testUnit {
    display: inline-block;
    vertical-align: top;
    width: 224px;
    padding: 0 12px;
    margin-left: 11px;
}

#lastTests .testsList .testUnit:first-child {
    margin-left: 0;
}

#lastTests .testsList .testUnit:hover {
    background: #f5f5eb;
}

#lastTests .testsList .testUnit a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #f9f9f5;
    line-height: 24px;
    padding-top: 2px;
}

#lastTests .testsList .testUnit:hover a {
    border-bottom: 1px solid #eae9d8;
}

#lastTests .testsList .testUnit p {
    font-size: 10px;
    line-height: 10px;
    padding-top: 4px;
    padding-bottom: 9px;
}

#lastTests .testsList .testUnit p:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -9px -1px;
    width: 13px;
    height: 11px;
    display: inline-block;
    content: " ";
    position: relative;
    top: 1px;
    margin-right: 5px;
}

#lastTests .details,
#questionsAnalysis .details {
    padding-top: 33px;
    background: #fff;
    padding-bottom: 20px;
}

#questionsAnalysis .details {
    padding-bottom: 0;
}

#lastTests .details .leftSide,
#questionsAnalysis .details .leftSide {
    width: 540px;
    display: inline-block;
    vertical-align: top;
}

#lastTests .details .leftSide>.title,
#questionsAnalysis .details .leftSide>.title {
    margin-bottom: 12px;
}

#lastTests .details .leftSide>.title tr td,
#questionsAnalysis .details .leftSide>.title tr td {
    border-bottom: 2px solid #EAE9D8;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding-bottom: 7px;
    color: #2a2a2a;
}

#lastTests .details .leftSide>.title tr .span1,
#questionsAnalysis .details .leftSide>.title tr .span1 {
    width: 32px;
}

#lastTests .details .leftSide>.title tr .span2,
#questionsAnalysis .details .leftSide>.title tr .span2 {
    color: #006EAE;
    font-size: 26px;
    border-color: #006EAE;
    padding-left: 2px;
    padding-right: 2px;
}

#lastTests .details .leftSide>.title tr .span3,
#questionsAnalysis .details .leftSide>.title tr .span3 {
    width: 197px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
    line-height: 20px;
}

#lastTests .details .leftSide>.title tr .span4,
#questionsAnalysis .details .leftSide>.title tr .span4 {
    color: #006EAE;
    font-size: 20px;
    border-color: #006EAE;
    padding-left: 2px;
    padding-right: 2px;
}

#lastTests .details .leftSide>.title tr .span5,
#questionsAnalysis .details .leftSide>.title tr .span5 {
    width: 179px;
    font-size: 14px;
    text-indent: 5px;
}

#lastTests .details .leftSide .chart,
#questionsAnalysis .details .leftSide .chart {
    height: 110px;
    width: 130px;
}

#lastTests .details .leftSide>div,
#lastTests .details .leftSide>.description,
#questionsAnalysis .details .leftSide>div,
#questionsAnalysis .details .leftSide>.description {
    display: inline-block;
    vertical-align: middle;
}

#lastTests .details .leftSide>.description tr td,
#questionsAnalysis .details .leftSide>.description tr td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 13px 7px 0;
}

#lastTests .details .leftSide>.description tr td.span1.solved,
#questionsAnalysis .details .leftSide>.description tr td.span1.solved {
    color: #006eae;
}

#lastTests .details .leftSide>.description tr td.span1.left,
#questionsAnalysis .details .leftSide>.description tr td.span1.left {
    color: #6a6a6a;
}

#lastTests .details .leftSide>.description tr td.span1.correct,
#questionsAnalysis .details .leftSide>.description tr td.span1.correct {
    color: #54912f;
}

#lastTests .details .leftSide>.description tr td.span1.incorrect,
#questionsAnalysis .details .leftSide>.description tr td.span1.incorrect {
    color: #c02636;
}

#lastTests .details .leftSide>.description tr td.span2,
#questionsAnalysis .details .leftSide>.description tr td.span2 {
    color: #006eae;
    text-decoration: underline;
}

#lastTests .details .rightSide,
#questionsAnalysis .details .rightSide {
    width: 245px;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
}

#lastTests .details .rightSide>table,
#questionsAnalysis .details .rightSide>table {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    margin-bottom: 17px;
    margin-left: 1px;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 104px;
}

#lastTests .details .rightSide .passed,
#lastTests .details .rightSide .left,
#questionsAnalysis .details .rightSide .passed,
#questionsAnalysis .details .rightSide .left {
    vertical-align: top;
}

#lastTests .details .rightSide>table tr td,
#questionsAnalysis .details .rightSide>table tr td {
    border-bottom: 1px solid #dbdbdb;
    padding: 2px 0 3px;
    width: 50%;
    text-indent: 8px;
}

#lastTests .details .rightSide>table thead tr td,
#questionsAnalysis .details .rightSide>table thead tr td {
    font-size: 14px;
    padding: 2px 0 5px;
    width: 104px;
}

/*#lastTests .details .rightSide .passed thead tr td p:before,
#questionsAnalysis .details .rightSide .passed thead tr td p:before {
    content: " ";
    background: url('images/statistics/main-icons-sprite.png') no-repeat -29px -18px;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 2px;
}*/
/*#lastTests .details .rightSide .left thead tr td p:before,
#questionsAnalysis .details .rightSide .left thead tr td p:before {
    content: " ";
    background: url('images/statistics/main-icons-sprite.png') no-repeat -14px -18px;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 2px;
}*/
#lastTests .details .rightSide>table tbody tr td.number,
#questionsAnalysis .details .rightSide>table tbody tr td.number {
    font-weight: bold;
    font-size: 12px;
    color: #006eae;
    text-indent: 15px;
}

#questionsAnalysis .details .rightSide .timing thead tr td p:before {
    content: " ";
    background: url('images/statistics/main-icons-sprite.png') no-repeat -1px -16px;
    width: 10px;
    height: 14px;
    display: inline-block;
    margin-right: 4px
}

#questionsAnalysis .details .rightSide .timing thead tr td,
#questionsAnalysis .details .rightSide .timing tbody tr.last td {

    border-color: #fff;
}

#questionsAnalysis .details .rightSide .timing tbody tr.last td {
    text-transform: lowercase;
    font-size: 12px;
}

#lastTests .details .rightSide .time {
    width: 100%;
    text-align: left;
}

#lastTests .details .rightSide .time tr th span {
    font-weight: normal;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

#lastTests .details .rightSide .time tr th span:before {
    content: " ";
    position: absolute;
    left: 8px;
    top: 2px;
    background: url("images/statistics/main-icons-sprite.png") no-repeat -1px -16px;
    width: 10px;
    height: 14px;
}

#lastTests .details .rightSide .time tr td.span1.noBorder {
    border: none;
}

#lastTests .details .rightSide .time tr td.span2.noBorder {
    border: none;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 17px;
    padding-left: 19px;
}

#overallPerformance.mainContent .results {
    font-family: "Open Sans", sans-serif;
    background: #eae9d8;
    border-bottom: 6px solid #b8b8b8;
    margin-bottom: 40px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#overallPerformance.mainContent .results .content {
    background: #f5f5eb;
    padding: 20px 20px 33px;
}

#overallPerformance.mainContent .results .content>div {
    display: inline-block;
    vertical-align: top;
}

#overallPerformance.mainContent .results .content .leftSide {
    width: 280px;
    text-transform: uppercase;
    margin-left: 15px;
}

#overallPerformance.mainContent .results .content .leftSide h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
}

#overallPerformance.mainContent .results .content .leftSide h4 span {
    font-size: 22px;
    color: #006eae;
    text-decoration: underline;
}

#overallPerformance.mainContent .results .content .leftSide .testInfo {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 2px;
    margin-bottom: 12px;
}

#overallPerformance.mainContent .results .content .leftSide .testInfo h3 {
    font-size: 24px;
    line-height: 24px;
}

#overallPerformance.mainContent .results .content .leftSide .testInfo p {
    font-size: 12px;
    line-height: 19px;
}

#overallPerformance.mainContent .results .content .leftSide .attemptedQ {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 16px;
    margin-bottom: 15px;
}

#overallPerformance.mainContent .results .content .leftSide table tr td {
    font-size: 12px;
    padding: 4px 12px 4px 0;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.correct,
#lowestResults .content .leftSide table tr td.percentage,
#bestResults .content .leftSide table tr td.percentage.large {
    color: #54912f;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.incorrect,
#bestResults .content .leftSide table tr td.percentage,
#lowestResults .content .leftSide table tr td.percentage.large {
    color: #c02636;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.amount {
    text-decoration: underline;
    color: #006eae;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.percentage {
    font-weight: bold;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.percentage.large {
    font-size: 16px;
}

#overallPerformance.mainContent .results .content .leftSide table tr td.time {
    text-transform: lowercase;
}

#lowestResults .content:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -4px -137px;
    width: 43px;
    height: 44px;
    content: " ";
    display: inline-block;
    margin-left: 1px;
}

#bestResults .content:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -4px -86px;
    width: 43px;
    height: 44px;
    content: " ";
    display: inline-block;
    margin-left: 1px;
}

#lowestResultsChart {
    width: 400px;
    height: 240px;
}

#bestResultsChart {
    width: 400px;
    height: 240px;
}

#performanceTab {
    padding-left: 180px;
    font-family: open sans, sans-serif;
}

.nav {
    margin-bottom: 0;
}

.nav>li>a,
.nav>li>a:hover,
.nav>li>a:focus {
    background: #f2f2f2;
    position: relative;
    top: 2px;
}

.nav>li.active>a,
.nav>li.active>a:hover,
.nav>li.active>a:focus {
    background: #fff;
    padding-top: 2px;
    top: 0;
}

#menu #nav li.active {
    font-weight: 600;
}
#menu #nav li.active span {
    font-size: 17px;
}

.nav-tabs {
    border-color: #2062b3;
}

.nav-tabs>li>a {
    border-radius: 3px 3px 0 0;
    padding: 0 22px;
    line-height: 22px;
    margin-right: 0;
    font-size: 12px;
    text-decoration: none;
    color: #2a2a2a;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border: 1px solid;
    border-color: #b8b8b8 #b8b8b8 #2062b3;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    border-color: #2062b3 #2062b3 transparent;
    color: #2062b3;
}

.tab-content {
    background: #fff;
    padding: 20px 15px 15px;
    margin-bottom: 40px;
    border-bottom: 6px solid #b8b8b8;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    font-family: open sans, sans-serif;
}

.mainContent .tabsTitle {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    color: #1057ae;
    font-family: open sans, sans-serif;
    margin-left: 20px;
}

.summaryC {
    width: 752px;
    height: 330px;
}

#otherSummaryChart {
    padding: 20px;
}

.summaryTable {
    width: 100%;
}

.summaryTable thead tr td {
    background: #b8b8b8;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 10px;
    color: #2a2a2a;
    line-height: 20px;
}

/*new style for performanceonothertests page*/
.summaryTable .qRetry a.testDelete,
.summaryTable tbody TR TD.qRetry a.testDelete {
    display: inline-block;
    background: url("images/statistics/statistics-sprite.png") no-repeat;
    background-position: -59px 1px;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
}

.summaryTable .qRetry a.testDelete .icon-svg-exit-exam2,
.summaryTable tbody TR TD.qRetry a.testDelete .icon-svg-exit-exam2 {
    position: absolute;
    font-size: 11px;
    top: -4px;
    left: -1px;
    color: #7A7A7A;
}

#buyNowModal .summaryTable tbody TR TD.even.qRetry a.testDelete {
    display: inline-block;
    background: url("images/statistics/statistics-sprite.png") no-repeat -59px 1px;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
}

#buyNowModal .summaryTable tbody .addedRow td.even.qRetry.pop {
    width: 30px;
    vertical-align: top;
    padding-top: 16px;
}

.summaryTable tbody tr td.even.qRetry.table {
    width: 50px;
}

/*end new style*/
.summaryTable tbody tr td {
    background: #eae9d8;
    border-bottom: 1px solid #dbdbda;
    padding: 5px 0;
    line-height: 24px;
    font-size: 10px;
}

.summaryTable tbody tr.hoverPrev td {
    border: none;
    background: url("images/statistics/up-shadow2.png") repeat-x scroll bottom center #eae9d8;
}

.summaryTable tbody tr.hoverNext td {
    background: url("images/statistics/down-shadow2.png") repeat-x scroll top center #eae9d8;
}

.summaryTable tbody tr.hover td {
    background: #fef6b0;
    border-top: 1px solid #a6a6a5 !important;
    border-bottom: 1px solid #a6a6a5;
}

.summaryTable tbody tr td.span1,
.summaryTable tbody tr td.spanEdit {
    text-indent: 22px;
}

.summaryTable tbody tr td.span1 a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.summaryTable tbody tr td.span2 {
    text-align: center;
}

.summaryTable tbody tr td.subSpan,
.summaryTable tbody tr td.subSpanEdit {
    text-transform: uppercase;
}

.summaryTable tbody tr td.subSpan span {
    font-size: 14px;
    color: #e2731d;
    font-weight: bold;
}

.summaryTable tbody tr.last td {
    border-bottom: none;
}

/*----------------------------------------- NEW TABLE -----------------------------------------------*/
.summaryTable {
    width: 100%;
    margin: 0 auto;
    background: #FBFBFC;
}

.summaryTable .tHead,
.summaryTable .tBody {
    font-size: 0;
}

.summaryTable .tHead div {
    background: #f2f2f2;
    display: inline-block;
    border-bottom: 1px solid #f5f5eb;
    text-align: center;
    font-size: 10px;
    color: #2a2a2a;
    line-height: 20px;
}

#performanceOtherTests .summaryTable .tHead .span1,
#performanceOtherTests .summaryTable .tBody .span1 {
    width: 129px;
    padding: 0;
    text-align: center;
    position: relative;
}

.summaryTable .tHead .span1,
.summaryTable .tBody .span1 {
    width: 375px;
    padding: 0 15px;
    box-sizing: border-box;
}

#performanceOtherTests .summaryTable .tHead .span2,
#performanceOtherTests .summaryTable .tBody .span2 {
    width: 182px;
}

.summaryTable .tHead .span2,
.summaryTable .tBody .span2 {
    width: 93px;
    text-align: center;
}

#performanceOtherTests .summaryTable .tHead .span3,
#performanceOtherTests .summaryTable .tBody .span3,
#performanceOtherTests .summaryTable .tBody .results {
    width: 302px;
    text-align: center;
}

#performanceOtherTests .summaryTable .tHead #questionListGrid_c5,
#performanceOtherTests .summaryTable .tBody .even.qRetry.table {
    width: 50px;
    text-align: center;
}

.summaryTable .tHead .span3,
.summaryTable .tBody .span3 {
    width: 260px;
}

.summaryTable .tHead .span4,
.summaryTable .tBody .span4 {
    width: 126px;
    text-align: center;
}

.summaryTable .tBody div {
    display: inline-block;
    vertical-align: middle;
}

.summaryTable .tBody .tRow {
    border-bottom: 1px solid #dbdbda;
    padding: 5px 0;
    line-height: 24px;
    font-family: open sans, sans-serif;
}

.summaryTable .tBody .span1 a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #2062b3;
}

.summaryTable .tBody .span2 {
    font-size: 10px;
    line-height: 24px;
}

#performanceOtherTests .summaryTable .tBody .subSpan {
    margin: 0 17px;
}

.summaryTable .tBody .subSpan {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
}

.summaryTable .tBody .subSpan span {
    font-size: 14px;
    color: #e2731d;
    font-weight: bold;
}

.summaryTable .tBody .subSpan1 {
    text-transform: none;
    width: 80px;
    margin: 0 0px 0 15px;
}

.summaryTable .tBody .subSpan2 {
    width: 55px;
}

.summaryTable .tBody .subSpan3 {
    width: 55px;
}

.summaryTable .tBody .tRow.hoverPrev {
    border: none;
    background: url("images/statistics/up-shadow2.png") repeat-x scroll bottom center #FBFBFC;
}

.summaryTable .tBody .tRow.hoverNext {
    background: url("images/statistics/down-shadow2.png") repeat-x scroll top center #FBFBFC;
}

.summaryTable .tBody .tRow.hover {
    background: #fef6b0;
    border-top: 1px solid #a6a6a5;
    border-bottom: 1px solid #a6a6a5;
}

.summaryTable .downloadEsr {
    font-size: 14px;
}



/*----------------------------------------- NEW TABLE -----------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------- Performance on other tests -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#performanceOtherTests .welcome {
    width: 530px;
    height: 131px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding: 20px;
    margin-bottom: 30px;
}

#performanceOtherTests .welcome.empty {
    visibility: hidden;
}

#performanceOtherTests .welcome h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

#performanceOtherTests .welcome p {
    font-size: 12px;
    line-height: 22px;
}

#performanceOtherTests .saveResults {
    display: inline-block;
    float: right;
    width: 180px;
    height: 150px;
    background: #f2f2f2;
    padding: 10px;
}

#performanceOtherTests .saveResults span {
    display: block;
}

#performanceOtherTests .saveResults .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #ff8c2a;
    line-height: 24px;
    margin: 8px 0 0 5px;
}

#performanceOtherTests .saveResults .description {
    font-size: 14px;
    line-height: 16px;
    margin: 6px 0 10px 5px;
}

#performanceOtherTests .saveResults .addTestBtn {
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #e66f07;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    width: 176px;
    height: 43px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    text-indent: 30px;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
}

/*#performanceOtherTests .saveResults .addTestBtn:before {
    width: 26px;
    height: 20px;
    content: " ";
    position: absolute;
    left: 20px;
    top: 11px;
    background: url("images/statistics/result-icon.png");
}*/
#performanceOtherTests .saveResults .addTestBtn b {
    color: #ffffff;
}

#performanceOtherTests .leftSide,
#performanceOtherTests .rightSide {
    display: inline-block;
    width: 385px;
    vertical-align: top;
}

#performanceOtherTests .leftSide {
    margin-right: 15px;
}

#performanceOtherTests .leftSide>.title {
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

#performanceOtherTests .leftSide>.title tr td {
    border-bottom: 2px solid #eae9d8;
    font-size: 14px;
    padding: 6px 2px 7px;
}

#performanceOtherTests .leftSide>.title tr td:first-child {
    width: 55px;
    padding-left: 20px;
    padding-right: 5px;
}

#performanceOtherTests .leftSide>.title tr td.amount {
    font-size: 20px;
    color: #006eae;
}

#performanceOtherTests .leftSide .passedTests {
    padding: 10px 20px;
}

#performanceOtherTests .leftSide .passedTests>table {
    width: 100%;
    font-family: "open sans", sans-serif;
}

#performanceOtherTests .leftSide .passedTests>table tr td {
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 15px 5px 7px;
}

#performanceOtherTests .leftSide .passedTests>table tr td.span2 {
    text-align: right;
}

#performanceOtherTests .leftSide .passedTests>table tr:hover td {
    background: #f5f5eb;
    color: #ff8c2a;
}

#performanceOtherTests .rightSide {
    font-family: "open sans", sans-serif;
}

#performanceOtherTests .rightSide h5,
#performanceOtherTests .rightSide .h5 {
    font-size: 14px;
    padding-bottom: 3px;
}

#performanceOtherTests .rightSide h5.title,
#performanceOtherTests .rightSide .h5.title {
    border-bottom: 2px solid #eae9d8;
    line-height: 14px;
    padding: 12px 20px 7px;
}

#performanceOtherTests .rightSide .row {
    margin: 0 20px;
    padding: 14px 10px;
    border-bottom: 1px solid #dbdbdb;
}

#performanceOtherTests .rightSide .row>div {
    display: inline-block;
    min-width: 160px;
}

#performanceOtherTests .rightSide .row>div p {
    font-size: 12px;
}

#performanceOtherTests .rightSide .row>div p span {
    font-size: 14px;
    color: #006eae;
}

#performanceOtherTests .chart {
    background: #ffffff;
    margin: 40px 0;
    border-bottom: 6px solid #b8b8b8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#performanceOtherTests .testsList {
    border-bottom: 6px solid #b8b8b8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 40px;
}

#performanceOtherTests .chart .h2,
#performanceOtherTests .testsList .h2 {
    margin-bottom: 1px;

}

#performanceOtherTests .testsList .h2 {
    position: relative;
    padding-left: 35px;
}

#performanceOtherTests .testsList .h2 .icon-svg-play3 {
    position: absolute;
    left: 17px;
    font-size: 13px;
    top: 0;
    color: #e9720b;
}

#performanceOtherTests .summaryTable tbody tr td {
    background: #f5f5eb;
}

#performanceOtherTests .summaryTable .tBody .tRow:hover,
#performanceOtherTests .summaryTable tbody tr:hover td {
    background: #fef6b0;
    cursor: pointer;
}

#performanceOtherTests .summaryTable tbody tr td input {
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    /*height: 16px;*/
    font-family: Tahoma, sans-serif;
    padding: 3px 5px;
    display: inline-block;
    outline: none;
    margin: 0;
}

#performanceOtherTests .summaryTable tbody tr td input:focus {
    border: 1px solid #e2731d;
    outline: none;
    margin: 0;
}

#performanceOtherTests .summaryTable tbody tr td input.error {
    border-color: red;
}

#performanceOtherTests .summaryTable tbody tr td.span1 a {
    display: inline-block;
    position: relative;
}

#performanceOtherTests .summaryTable .tBody .span1 .editIcon,
#performanceOtherTests .summaryTable tbody tr td.span1 .editIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -141px -18px;
    display: none;
    height: 13px;
    position: absolute;
    top: 6px;
    /*right: -22px;*/
    right: 35px;
    width: 10px;
}

#performanceOtherTests .summaryTable tbody tr td.span1 input,
#performanceOtherTests .summaryTable tbody tr td.spanEdit input,
#performanceOtherTests .summaryTable .tBody.span1 input,
#performanceOtherTests .summaryTable .tBody.spanEdit input {
    width: 142px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#performanceOtherTests .summaryTable tbody tr td.span2 input {
    width: 78px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#performanceOtherTests .summaryTable tbody tr td.span2 .calendarIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -3px -56px;
    width: 27px;
    height: 23px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    cursor: pointer;
}

/*#performanceOtherTests .summaryTable .editable .visible {
    display: table-cell;
}*/
#performanceOtherTests .summaryTable .editable .span2.visible .date {
    text-align: left;
    width: 100px;
    margin: 0 auto;
}

#performanceOtherTests .summaryTable .editable .span1.visible.provName {
    color: #2062b3;
    font: 12px tahoma, sans-serif;
    font-weight: bold;
}

#performanceOtherTests .summaryTable .editable .invisible {
    display: none;
}

#performanceOtherTests .summaryTable .editable.active .visible {
    display: none;
}

#performanceOtherTests .summaryTable .editable.active .invisible {
    display: table-cell;
    background-color: #fef6b0;
    padding: 6px 0 5px;
}

#performanceOtherTests .summaryTable tbody tr td.subSpan input,
#performanceOtherTests .summaryTable .editable.active .subSpanEdit.invisible input {
    width: 25px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#performanceOtherTests .summaryTable tbody .addedRow td {
    padding-top: 6px;
    padding-bottom: 5px;
}

#performanceOtherTests .summaryTable tbody tr.hoverPrev td {
    border: none;
    background: url("images/statistics/up-shadow2.png") repeat-x scroll bottom center #f5f5eb;
}

#performanceOtherTests .summaryTable tbody tr.hoverNext td {
    background: url("images/statistics/down-shadow2.png") repeat-x scroll top center #f5f5eb;
}

#performanceOtherTests .summaryTable tbody tr.active td {
    background: #fef6b0;
    border-top: 1px solid #a6a6a5 !important;
    border-bottom: 1px solid #a6a6a5;
    cursor: pointer;
}

#performanceOtherTests .summaryTable tbody tr.hover td.span2 .date {
    display: none;
}

#performanceOtherTests .summaryTable tbody tr.hover td.span2 .dateInput {
    display: block !important;
}

#performanceOtherTests .summaryTable .tBody .tRow:hover .span1 .editIcon,
#performanceOtherTests .summaryTable tbody tr:hover td.span1 .editIcon {
    display: inline-block;
}

#performanceOtherTests .testsList .addRow {
    background: #ffffff;
    padding: 8px 43px;
    height: 35px;
    position: relative;
}

#performanceOtherTests .testsList .addRow a .icon-svg-Remove_copy {
    position: absolute;
    left: 24px;
    transform: rotate(45deg);
    top: 8px;
    font-weight: 600;
    color: #e2731d;
}

#performanceOtherTests .testsList .addRow .addTest {
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
}

/*#performanceOtherTests .testsList .addRow .addTest:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -37px -34px;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: " ";
    margin-right: 8px;
    position: relative;
    top: 2px;
}*/
#performanceOtherTests .testsList .addRow .saveResultsBtn {
    background: url('images/statistics/buttons-sprite.png') no-repeat 0 -83px;
    width: 163px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 15px;
}

#performanceOtherTests .saveResults .addTestBtn .icon-svg-add-test {
    position: absolute;
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
    left: -9px;
    top: -1px;
}

#performanceOtherTests .leftSide .totalWrap {
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    text-indent: 20px;
    border-bottom: solid 2px #eae9d8;
    padding-top: 8px;
}

#performanceOtherTests .leftSide .totalWrap p {
    display: inline-block;
    font-size: 14px;
    text-indent: 5px;
}

#performanceOtherTests .leftSide .totalWrap .amount {
    font-size: 20px;
    color: #006eae;
    padding-left: 16px;
}

#performanceOtherTests .leftSide .passedTests .span1,
#performanceOtherTests .leftSide .passedTests .span2 {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 4px 15px 5px 7px;
    font-size: 12px;
    line-height: 12px;
}

#performanceOtherTests .leftSide .passedTests .span1 {
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

#performanceOtherTests .leftSide .passedTests .span2 {
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

#performanceOtherTests .leftSide .passedTests div {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}

#performanceOtherTests .mobileScroll .chart .h2 {
    font-size: 16px;
    position: relative;
    padding-left: 40px;
}

#performanceOtherTests .mobileScroll .chart .h2:before {
    background: none;
}

#performanceOtherTests .mobileScroll .chart .h2 .icon-svg-play3 {
    position: absolute;
    left: 17px;
    font-size: 13px;
    top: 0;
    color: #e9720b;
}

.modal-body #TestResultsForm .summaryTable .addedRow .span1 {
    padding: 12px 0 14px 23px;
    width: 335px;
    display: inline-block;
    text-indent: 22px;
    background: #f5f5eb;

}

.modal-body #TestResultsForm .summaryTable .addedRow .span2 {
    font-size: 20px;
    vertical-align: top;
    text-align: right;
    display: inline-block;
    padding: 10px 20px 14px 10px;
    background: #f5f5eb;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span1 input,
#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span2 input {
    display: inline-block;
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    font-family: open sans, sans-serif;
    padding: 3px 5px;
    outline: none;
    margin: 0;
    width: 142px;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable {
    width: 100%;

}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow {
    background: #f5f5eb;
    border-bottom: 1px solid #dbdbda;
    margin-bottom: 8px;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span2 input {
    width: 78px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span2 label {
    background: url(images/statistics/main-icons-sprite.png) no-repeat -3px -56px;
    width: 27px;
    height: 23px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    cursor: pointer;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.subSpan {
    font-size: 10px;
    background: #f5f5eb;
    text-transform: uppercase;

}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.subSpan div {
    display: none;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.subSpan input {
    width: 25px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    font-family: Tahoma, sans-serif;
    padding: 3px 5px;
    display: inline-block;
    outline: none;
    margin: 0;
}

#buyNowModal .modal-body table {
    width: 100%;
    font-family: open sans, sans-serif;
    margin-bottom: 8px;
    clear: both;
}

#buyNowModal .modal-body .popupHeader {
    border-bottom: 1px solid #ffffff;
}

#buyNowModal.addQuestionUp .modal-body #TestResultsForm .saveResultsSpan span.icon-svg-dhow_all_statuses_check {
    color: #ffffff;
    position: absolute;
    left: 1px;
}

.modal-body #TestResultsForm .saveResultsSpan {
    background: #e9720b;
    width: 148px;
    height: 22px;
    padding-left: 15px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 15px;
    position: relative;
    float: right;
    margin: 10px 20px 10px 0;
    font-family: open sans, sans-serif;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------- Mistake Analysis ----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#mistakeAnalysis .h1,
#guessed .h1,
#questionsAnalysis .h1 {
    margin: 0;
    padding: 0 20px 3px;
}

#mistakeAnalysis .leftSide {
    display: inline-block;
}

#mistakeAnalysis .leftSide .title {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 11px;
}

#mistakeAnalysis .leftSide .title tr td {
    border-bottom: 2px solid #eae9d8;
    padding: 7px 0;
}

#mistakeAnalysis .leftSide .title tr td.span1 {
    width: 42px;
}

#mistakeAnalysis .leftSide .title tr td.span2 {
    width: 15px;
    text-align: center;
    border-color: #006eae;
    color: #006eae;
    font-size: 26px;
}

#mistakeAnalysis .leftSide .title tr td.span3 {
    font-size: 16px;
    text-indent: 10px;
}

#mistakeAnalysis .leftSide .title tr td.span4 {
    width: 256px;
    font-size: 14px;
}

#mistakeAnalysis .leftSide .chart {
    height: 110px;
    width: 125px;
    display: inline-block;
    vertical-align: middle;
}

#mistakeAnalysis .leftSide .description {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    font-family: open sans, sans-serif;
}

#mistakeAnalysis .leftSide .description tr td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 15px;
    padding: 0 10px 7px 0;
    text-transform: uppercase;
    vertical-align: bottom;
}

#mistakeAnalysis .leftSide .description span.correct {
    color: #54912f;
}

#mistakeAnalysis .leftSide .description span.incorrect {
    color: #c02636;
}

#mistakeAnalysis .leftSide .description span.span2 {
    color: #006eae;
    text-decoration: underline;
}

#mistakeAnalysis .leftSide .description tr td.span3 {
    font-size: 12px;
}

#mistakeAnalysis .leftSide .results {
    font-family: open sans, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}

#mistakeAnalysis .leftSide .results tr td {
    border-top: 1px solid #dbdbdb;
    font-size: 12px;
    padding: 6px 4px 7px 13px;
}

#mistakeAnalysis .leftSide .results tr:first-child td {
    border: none;
}

#mistakeAnalysis div.leftSide table.results tbody tr td.span3 {
    width: 145px;
}

#mistakeAnalysis .leftSide .results tr td.span1 {
    text-transform: uppercase;
}

#mistakeAnalysis .leftSide .results .span4 {
    color: #c90019;
}

#mistakeAnalysis .leftSide .results tr td SPAN {
    color: #2062B3;
    text-decoration: underline;
}

#mistakeAnalysis .leftSide .results tr td.span3 SPAN {
    font-size: 10px;
    vertical-align: top;
    display: block;
    height: 100%;
    padding-left: 1px;
}

#mistakeAnalysis .rightSide {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    float: right;
    /*margin-top: 16px;*/
    margin-top: 0;
}

#mistakeAnalysis .rightSide table {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

#mistakeAnalysis .rightSide table tr th {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#mistakeAnalysis .rightSide .incorrectAns {
    margin-top: 33px;
}

#mistakeAnalysis .rightSide .incorrectAns td,
#mistakeAnalysis .rightSide .incorrectAns th {
    border-bottom: 1px solid #dbdbdb;
    vertical-align: middle;
}

#mistakeAnalysis .rightSide .incorrectAns .span1 {
    width: 24px;
}

#mistakeAnalysis .rightSide .incorrectAns th.span1 .icon {
    background-position: -76px -1px;
    width: 10px;
    height: 10px;
}

#mistakeAnalysis .rightSide .incorrectAns th.span2 {
    padding: 5px 0;
}

#mistakeAnalysis .rightSide .incorrectAns td.span2 {
    padding: 4px 0 3px;
    width: 100px;
}

#mistakeAnalysis .rightSide .incorrectAns td.span3 {
    font-size: 12px;
    font-weight: bold;
    color: #006eae;
    width: 20px;
}

#mistakeAnalysis .rightSide .incorrectAns .bookmarked .span1 .icon {
    background-position: -108px -17px;
    width: 13px;
    height: 13px;
}

#mistakeAnalysis .rightSide .incorrectAns .withNotes .span1 .icon {
    background-position: -2px -34px;
    width: 12px;
    height: 13px;
}

#mistakeAnalysis .rightSide .incorrectAns .guessed .span1 .icon {
    background-position: -125px -19px;
    width: 11px;
    height: 11px;
}

#mistakeAnalysis .rightSide .time {
    margin-top: 10px;
}

#mistakeAnalysis .rightSide .time tr th {
    padding: 3px 0;
}

#mistakeAnalysis .rightSide .time tr td {
    border-top: 1px solid #dbdbdb;
    padding: 2px 0 5px;
}

#mistakeAnalysis .rightSide .time .noBorder td {
    border-top: none;
}

#mistakeAnalysis .rightSide .time tr th span:before {
    background: url("images/statistics/main-icons-sprite.png")no-repeat -1px -16px;
    width: 10px;
    height: 14px;
    display: inline-block;
    content: " ";
    margin-left: 7px;
    margin-right: 5px;
}

#mistakeAnalysis .rightSide .time .span1 {
    padding: 2px 8px;
    line-height: 11px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: open sans, sans-serif;
}

#mistakeAnalysis .rightSide .time .span2 {
    font-weight: bold;
    font-size: 12px;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
}






/*======Mistake analysis========== Full version */

#mistakeAnalysis .leftSide {
    padding-top: 50px;
}

#mistakeAnalysis .leftSide .titleWrap div {
    display: inline-block;
    width: 256px;
    padding-left: 29px;
}

#mistakeAnalysis .leftSide .titleWrap div .span2 {
    color: #006EAE;
    font-size: 26px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    position: relative;
}

#mistakeAnalysis .leftSide .titleWrap div .span2:before {
    border-bottom: 2px solid #006EAE;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -10px;
}

#mistakeAnalysis .leftSide .titleWrap div .span3 {
    font-size: 16px;
    text-indent: 10px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 7px;
}

#mistakeAnalysis .leftSide .titleWrap {
    border-bottom: 2px solid #EAE9D8;
    margin-bottom: 10px;
    font-family: "open sans", sans-serif;
}

#mistakeAnalysis .leftSide .description .span1.correct,
#mistakeAnalysis .leftSide .description .span1.incorrect,
#mistakeAnalysis .leftSide .description .span2,
#mistakeAnalysis .leftSide .description .span3.correct,
#mistakeAnalysis .leftSide .description .span3.incorrect {
    font-family: "open sans", sans-serif;
    font-size: 14px;
    height: 15px;
    padding: 0 10px 7px 0;
    text-transform: uppercase;
    display: inline-block;
}

#mistakeAnalysis .leftSide .description .span3.correct,
#mistakeAnalysis .leftSide .description .span3.incorrect {
    font-size: 12px;
}

#mistakeAnalysis .leftSide .titleWrap div .span4 {
    padding-left: 20px;
    text-transform: uppercase;
}

#mistakeAnalysis .leftSide .results {
    position: relative;
    width: 253px;
}

#mistakeAnalysis .leftSide .results .span1,
#mistakeAnalysis .leftSide .results .span2,
#mistakeAnalysis .leftSide .results .span3,
#mistakeAnalysis .leftSide .results .span4 {
    font-size: 12px;
    padding: 6px 4px 7px 13px;
    display: inline-block;
}

#mistakeAnalysis .leftSide .results .span4 {
    position: absolute;
    right: 0;
}

#mistakeAnalysis .leftSide .results div {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
}

#mistakeAnalysis .rightSide .incorrectAns {
    box-sizing: border-box;
}

#mistakeAnalysis .rightSide .incorrectAns h2,
#mistakeAnalysis .rightSide .time h2 {
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    padding: 0 25px 5px 49px;
    position: relative;
    display: block;
    line-height: 15px;
    width: 177px;
    color: #2a2a2a;
    border-bottom: 1px solid #dbdbdb;
}

#mistakeAnalysis .rightSide .time h2 {
    border: none;
}

#mistakeAnalysis .rightSide .incorrectAns h2 .icon-svg-incorrect-answers {
    font-size: 10px;
    color: #006dad;
    position: absolute;
    left: 11px;
    top: 8px;
}

#mistakeAnalysis .rightSide .incorrectAns .bookmarked .icon-svg-Bookmark {
    color: #ff9600;
    vertical-align: middle;
}

#mistakeAnalysis .rightSide .incorrectAns .withNotes .icon-svg-icon-with-note,
#mistakeAnalysis .rightSide .incorrectAns .guessed .icon-svg-FAQ {
    color: #006dad;
    vertical-align: middle;
}

#mistakeAnalysis .rightSide .incorrectAns .bookmarked,
#mistakeAnalysis .rightSide .incorrectAns .withNotes,
#mistakeAnalysis .rightSide .incorrectAns .guessed {
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding: 0 10px;
}

#mistakeAnalysis .rightSide .incorrectAns .bookmarked .span2,
#mistakeAnalysis .rightSide .incorrectAns .withNotes .span2,
#mistakeAnalysis .rightSide .incorrectAns .guessed .span2 {
    padding: 5px 20px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: open sans, sans-serif;
}

#mistakeAnalysis .rightSide .time h2 .icon-svg-timer_mark_right {
    font-size: 17px;
    color: #006dad;
    position: absolute;
    left: 11px;
    top: 0;
}

#mistakeAnalysis .rightSide .incorrectAns .bookmarked .span3,
#mistakeAnalysis .rightSide .incorrectAns .withNotes .span3,
#mistakeAnalysis .rightSide .incorrectAns .guessed .span3 {
    position: absolute;
    right: 10px;
    top: 2px;
}


/*======Mistake analysis========== Full version  end*/


#mistakeAnalysis .columnChart,
#bestAndWorst .columnChart,
#questionsAnalysis .columnChart {
    width: 385px;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    border-bottom: 6px solid #b8b8b8;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#bestAndWorst .columnChart {
    margin-top: 10px;
    margin-bottom: 20px;
}

#questionsAnalysis .columnChart {
    margin-top: 25px;
}

#mistakeAnalysis .columnChart.left,
#bestAndWorst .columnChart.left,
#questionsAnalysis .columnChart.left {
    margin-right: 16px;
}

#mistakeAnalysis .columnChart .header,
#bestAndWorst .columnChart .header,
#questionsAnalysis .columnChart .header {
    height: 20px;
    padding: 10px 40px;
    background: #f2f2f2;
    position: relative;
}

#mistakeAnalysis .columnChart .header {
    padding: 10px 20px;
}

#mistakeAnalysis .columnChart .header .icon-svg-play3,
#bestAndWorst .columnChart .header .icon-svg-play3,
#questionsAnalysis .columnChart .header .icon-svg-play3 {
    position: absolute;
    left: 20px;
    font-size: 13px;
    top: 11px;
    color: #e9720b;
}

#mistakeAnalysis .columnChart .header .h2,
#bestAndWorst .columnChart .header .h2,
#questionsAnalysis .columnChart .header .h2 {
    padding: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
}

#mistakeAnalysis .columnChart .header .h2 {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #2062b3;
    padding-left: 20px;
    background: #f2f2f2;
    ;
}

#questionsAnalysis .columnChart .header .h2 {
    position: relative;
    padding-left: 20px;
}

#mistakeAnalysis .columnChart .header .customSelect,
#bestAndWorst .columnChart .header .customSelect,
#questionsAnalysis .columnChart .header .customSelect {
    float: right;
}

#mistakeAnalysis .columnChart .header .customSelect select,
#bestAndWorst .columnChart .header .customSelect select,
#questionsAnalysis .columnChart .header .customSelect select {
    width: 160px;
    height: 20px;
    outline: none;
    vertical-align: middle;
    font-size: 12px;
}

#mistakeAnalysis .columnChart .header .customSelect .styled-select,
#bestAndWorst .columnChart .header .customSelect .styled-select,
#questionsAnalysis .columnChart .header .customSelect .styled-select {
    background: url("images/statistics/selects-sprite.png") no-repeat 0 0;
    width: 160px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-indent: 10px;
}

#mistakeAnalysis .columnChart .section,
#bestAndWorst .columnChart .section,
#questionsAnalysis .columnChart .section {
    height: 329px;
    background: #f5f5eb;
    padding: 5 17px 0 15px;
}


/*------------------------------------------------analysis Detail--------------------------------------------------------------------*/
#analysisDetail .mode.study span.icon-svg-study-mode,
#analysisDetail .mode.test span.icon-svg-timer_mark_right {
    color: #f08224;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
}

#analysisDetail .mode.study,
#analysisDetail .mode.test {
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px 0 25px;
    color: #f08224;
    font-size: 11px;
}

#analysisDetail .results .leftSide .row1 .corrWrap {
    display: inline-block;
    margin-top: 10px;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span1.correct,
#analysisDetail .results .leftSide .row1 .corrWrap div .span1.incorrect {
    width: 118px;
    display: inline-block;
    text-transform: uppercase;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span2.jsWidget {
    display: inline-block;
    width: 27px;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span3.correct,
#analysisDetail .results .leftSide .row1 .corrWrap div .span3.incorrect {
    width: 29px;
    display: inline-block;
    font-weight: 600;
}

#analysisDetail .results .leftSide .row2 {
    margin-top: 15px;
}

#analysisDetail .results .leftSide .row2 div .span2 {
    width: 131px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;

}

#analysisDetail .results .leftSide .row2 div .span2 {
    font-size: 11px;
}

#analysisDetail .results .leftSide .row2 div .span3 {
    font-size: 10px;
}

#analysisDetail .results .leftSide .row2 div .span3 .jsWidget {
    padding-right: 5px;
    font-size: 11px;

}

#analysisDetail .results .leftSide .row2 div .span2 span {
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #006eae;
}

#analysisDetail .results .leftSide .row2 div {
    margin: 5px 0 5px 10px;
}

#analysisDetail .results .leftSide .row2 div .span2 span.icon-svg-Amount_Bookmarks_copy {
    color: #ff9600;
}

#analysisDetail .results .rightSide .time {
    position: relative;
}

#analysisDetail .results .rightSide .totalTime .time span.icon-svg-timer_mark_right,
#analysisDetail .results .rightSide .averageTime .time span.icon-svg-timer_mark_right {
    position: absolute;
    color: #006eae;
    left: 9px;
    font-size: 31px;
    top: 1px;
}





#analysisDetail .headNav h1.detailTitle {
    display: inline-block;
}


#analysisDetail .headNav {
    margin-bottom: 5px;
}

#analysisDetail span.detailDate {
    display: block;
    color: #000000;
    font-family: tahoma, sans serif;
    font-size: 10px;
    line-height: 10px;
    margin: -7px 0 10px 21px;
}

#analysisDetail span.detailDate b {
    font-family: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}

#analysisDetail .headNav .return {
    line-height: 40px;
    display: block;
    font-size: 14px;
}

#analysisDetail .headNav .return .icon-svg-subscribe {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 21px;
    vertical-align: bottom;
    margin: 0 3px 0 0;
    color: #e9720b;
}

/*#analysisDetail .headNav .return:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -36px -58px;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: " ";
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}*/
#analysisDetail>h1 {
    display: inline-block;
    margin-right: 10px;
}

#analysisDetail .bestScore {
    background: url('images/statistics/cup.png') no-repeat;
    font-family: "Open Sans", sans-serif;
    color: #f08224;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: bold;
}

#analysisDetail .bestScore span {
    font-size: 11px;
    color: #f08224;
}

/*#analysisDetail .mode {
    background: url("images/analysis/modeSprite.png") no-repeat 0 0;
    font-family: open sans, sans-serif;
    color: #f08224;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px 0 25px;
    font-weight: bold;
}*/
#analysisDetail .mode.test {
    background-position: 0 0;
}

#analysisDetail .mode.study {
    background-position: 0 -49px;
}

#analysisDetail .results {
    padding: 0 0 0 20px;
}

#analysisDetail .results .leftSide {
    font-family: "open sans", sans-serif;
    display: inline-block;
    width: 250px;
    margin-right: 17px;
    vertical-align: top;
}

#analysisDetail .results .leftSide .title {
    border-bottom: 1px solid #D8D8D8;
    font-size: 20px;
    line-height: 20px;
    margin-top: 16px;
    padding: 0 8px 6px;
    text-transform: uppercase;

}

#analysisDetail .results .leftSide .title .large {
    font-size: inherit;
    color: #006eae;
}

#analysisDetail .results .leftSide .title .small {
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

#analysisDetail .results .leftSide .title .small b {
    color: #006eae;
    font-weight: bold;
}

#analysisDetail .results .leftSide .row1 {
    border-bottom: 1px solid #d8d8d8;
    height: 53px;
}

#pieChart {
    width: 42px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

#resultsPie {
    width: 42px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

#analysisDetail .results .leftSide .row1 table {
    display: inline-block;
    font-size: 14px;
    margin-top: 9px;
    text-transform: uppercase;
}

#analysisDetail .results .leftSide .row1 table tr td {
    padding: 2px 0;
}

#analysisDetail .results .leftSide .row1 table tr td.span1 {
    width: 115px;
}

#analysisDetail .results .leftSide .row1 table tr td.span2 {
    color: #006eae;
    text-decoration: underline;
    min-width: 27px;
}

#analysisDetail .results .leftSide .row1 table tr td.span3 {
    font-weight: bold;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span3.incorrect,
#analysisDetail .results .leftSide .row1 .corrWrap div .span3.correct {
    text-decoration: underline;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span3.correct,
#analysisDetail .results .leftSide .row1 .corrWrap div .span1.correct {
    color: #54912f;
}

#analysisDetail .results .leftSide .row1 .corrWrap div .span3.incorrect,
#analysisDetail .results .leftSide .row1 .corrWrap div .span1.incorrect {
    color: #c02636;
}

#analysisDetail .results .leftSide .title span {
    font-weight: bold;
    color: #006eae;
}


#analysisDetail .results .leftSide .row2 table {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 18px;
}

#analysisDetail .results .leftSide .row2 table tr td {
    font-size: 11px;
    line-height: 17px;
}

#analysisDetail .results .leftSide .row2 table tr .span1 {
    width: 35px;
    text-align: center;
}

#analysisDetail .results .leftSide .row2 table tr .span1 span {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -18px -34px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

#analysisDetail .results .leftSide .row2 table tr td .guessedIcon {
    background-position: -18px -34px;
    width: 15px;
    height: 15px;
}

#analysisDetail .results .leftSide .row2 table tr td .bookmarkIcon {
    background-position: -108px -17px;
    width: 13px;
    height: 13px;
}

#analysisDetail .results .leftSide .row2 table tr td .notesIcon {
    background-position: -2px -34px;
    width: 12px;
    height: 13px;
}

#analysisDetail .results .leftSide .row2 table tr .span2 {
    padding-left: 10px;
    width: 106px;
}

#analysisDetail .results .leftSide .row2 table tr .span3 span {
    color: #006EAE;
    font-size: 11px;
    margin-right: 5px;
    text-decoration: underline;
}

#analysisDetail .results .leftSide .row2 table tr .span3 {
    font-size: 10px;
    text-transform: lowercase;
}

#analysisDetail .results .rightSide,
#analysisDetail .results .resByDifficulty {
    font-family: "open sans", sans-serif;
    display: inline-block;
    vertical-align: top;
}

#analysisDetail .results .rightSide>div {
    width: 235px;
    vertical-align: top;
}

#analysisDetail .results .rightSide>div:first-child {
    margin-right: 17px;
}

#analysisDetail .results .rightSide .title,
#analysisDetail .results .resByDifficulty .title {
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    padding: 20px 0 6px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#analysisDetail .results .rightSide .time {
    display: inline-block;
    font-size: 22px;
    padding: 0 10px;
}

#analysisDetail .results .rightSide .time:before {
    content: " ";
    display: inline-block;
    height: 29px;
    margin-right: 0;
    position: relative;
    top: 2px;
    vertical-align: bottom;
    width: 22px;
}

#analysisDetail .results .rightSide .totalTime>span {
    display: inline-block;
    font-size: 22px;
    color: #c5c5c5;
    border-left: 2px solid #d1d1d1;
    padding-left: 10px;
    margin: 7px 0 0 0;
}

#analysisDetail .results .rightSide .totalTime .time span,
#analysisDetail .results .rightSide .averageTime .time span {
    font-size: 16px;
}

#analysisDetail .results .resByDifficulty .nameOfColumn {
    vertical-align: middle;
    border-bottom: 1px solid #d8d8d8;
}

#analysisDetail .results .resByDifficulty .tabTitle {
    font-weight: bold;
    display: inline-block;
    font-size: 9px;
    white-space: pre-line;
    padding: 3px 0 6px 0;
    vertical-align: middle;
}

#analysisDetail .results .resByDifficulty table td {
    width: 58px;
    text-align: center;
    vertical-align: center;

}

#analysisDetail .results .resByDifficulty .firstRow,
#analysisDetail .results .resByDifficulty .resRow {
    display: block;
    line-height: 23px;
    vertical-align: middle;
    width: 57px;
    margin-right: 3px;
}

#analysisDetail .results .resByDifficulty .firstRow {
    font-size: 10px;
}

#analysisDetail .results .resByDifficulty .resRow {
    font-size: 12px;
    font-weight: bold;
    color: #006eae;
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------- General styles for pages (Bookmarked, Guessed, With Notes) ---------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

/*.mainContent.similar h1 {*/
/*border-bottom: 1px solid #dbdbdb;*/
/*margin: 0 0 31px;*/
/*padding: 0 0 7px 18px;*/
/*}*/
.mainContent.similar h2 {
    margin-top: 30px;
}

.mainContent .noData {
    background: url("images/statistics/no-data_bg.png") no-repeat;
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 10px 20px;
    vertical-align: middle;
}

.mainContent .noData span {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: 29px;
    text-align: center;
}

.mainContent.similar .title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 12px;
}

.mainContent.similar .title tr td {
    border-bottom: 2px solid #eae9d8;
    padding: 6px 0;
}

.mainContent.similar .title tr .span1 {
    width: 49px;
}

.mainContent.similar .title tr .span2 {
    border-color: #006eae;
    color: #006eae;
    width: 17px;
    text-align: center;
    font-size: 26px;
}

.mainContent.similar .title tr .span3 {
    text-indent: 20px;
    font-weight: bold;
}

.mainContent.similar .chart {
    height: 110px;
    width: 130px;
}

.mainContent.similar .chart,
.mainContent.similar .description {
    display: inline-block;
    vertical-align: middle;
}

.mainContent.similar .description tr td {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 15px;
    text-transform: uppercase;
    padding: 0 13px 7px 0;
    vertical-align: bottom;
}

.mainContent.similar .description tr td.span1.verbal {
    color: #b100d1;
}

.mainContent.similar .description tr td.span1.quant {
    color: #00b3c8;
}

.mainContent.similar .description tr td.span1.correct {
    color: #54912f;
}

.mainContent.similar .description tr td.span1.incorrect {
    color: #c02636;
}

.mainContent.similar .description tr td.span2 {
    color: #006eae;
    text-decoration: underline;
}

.mainContent.similar .description tr td .guessedIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -18px -34px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0;
}

.mainContent.similar .description tr td .notesIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -2px -34px;
    width: 12px;
    height: 13px;
    text-align: center;
    padding: 0;
}

.mainContent.similar .description tr td .bookmarkedIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -108px -17px;
    width: 13px;
    height: 13px;
    text-align: center;
    padding: 0;
}

.mainContent.similar .description.last {
    margin-left: 70px;
}

#bookmarkAnswers,
#guessAnswers,
#noteAnswers {
    margin-left: 15px;
}

/*===================Bookmarked , ===============*/
#bookmarked .bookTitle .h3,
#guessed .guessedTitle .h3,
#withNotes .wthNotesTitle .h3 {
    position: relative;
    border-bottom: 2px solid #eae9d8;
    padding: 6px 0 6px 86px;
    font-weight: bold;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: open sans, sans serif;

}

#bookmarked .bookTitle .h3 .span2,
#guessed .guessedTitle .h3 .span2,
#withNotes .wthNotesTitle .h3 .span2 {
    position: absolute;
    left: 49px;
    border-bottom: #006eae;
    color: #006eae;
    text-align: center;
    font-size: 22px;
    top: 3px;
    font-weight: 100;
}

#bookmarked .bookTitle .h3 .span2:before,
#guessed .guessedTitle .h3 .span2:before,
#withNotes .wthNotesTitle .h3 .span2:before {
    content: '';
    width: 100%;
    background: #006eae;
    position: absolute;
    height: 2px;
    bottom: -3px;
}

#bookmarked .description div,
#guessed .description div,
#withNotes .description div {
    width: 132px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#withNotes .description div .span1.correct,
#bookmarked .description div .span1.correct,
#withNotes .description div .span1.correct,
#guessed .description div .span1.correct {
    color: #539100;
    font-family: open sans, sans-serif;
}

#bookmarked .description div .span1.verbal,
#guessed .description div .span1.verbal,
#guessed .description div .span1.verbal,
#withNotes .description div .span1.verbal {
    color: #b100d1;
    font-family: open sans, sans-serif;
}

#bookmarked .description div .span2,
#guessed .description div .span2,
#withNotes .description div .span2 {
    position: absolute;
    right: 0;
}

#bookmarked .description div .span1.quant,
#guessed .description div .span1.quant,
#withNotes .description div .span1.quant {
    color: #00b3c8;
    font-family: open sans, sans-serif;
}

#bookmarked .description div .span1.incorrect,
#guessed .description div .span1.incorrect,
#withNotes .description div .span1.incorrect {
    color: #c02636;
    font-family: open sans, sans-serif;
}

#bookmarked div.description.last div .span1,
#guessed div.description.last div .span1,
#withNotes div.description.last div .span1 {
    position: relative;
}

#bookmarked div.description.last div .span1 .icon-svg-FAQ,
/*CHECK ALL SVG */
#bookmarked div.description.last div .span1 .icon-svg-icon-with-note,
#guessed div.description.last div .span1 .icon-svg-Bookmark,
#guessed div.description.last div .span1 .icon-svg-icon-with-note,
#withNotes div.description.last div .span1 .icon-svg-Bookmark,
#withNotes div.description.last div .span1 .icon-svg-FAQ {
    position: absolute;
    left: -25px;
    color: #006eae;
    font-size: 16px;
}

#withNotes div.description.last div .span1 .icon-svg-Bookmark,
#guessed div.description.last div .span1 .icon-svg-Bookmark {
    color: #ff9600;
    ;
}

#bookmarked div.description.last div .span1 .icon-svg-icon-with-note,
#guessed div.description.last div .span1 .icon-svg-icon-with-note {
    left: -23px;
}

#bookmarked div.chartWrap,
#guessed div.chartWrap,
#withNotes div.chartWrap {
    display: inline-block;
    text-align: left;
}

#bookmarked .bookTitle .h3 span.icon-svg-Amount_Bookmarks_copy,
#guessed .guessedTitle .h3 span.icon-svg-FAQ,
#withNotes .wthNotesTitle .h3 span.icon-svg-icon-with-note {
    display: none;
}




/*===================Bookmarked end===============*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------- Questions By Time ------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#byTime .leftSide {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 20px;
    vertical-align: top;
}

#byTime .leftSide .results {
    display: inline-block;
    width: 187px;
    vertical-align: top;
}

#byTime .leftSide .results:first-child {
    margin-right: 20px;
}

#byTime .leftSide .results .h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #eae9d8;
    padding: 8px 0 10px;
    margin-bottom: 1px;
}

#byTime .leftSide .results .icon {
    width: 59px;
    height: 43px;
    margin: 0 auto;
}

#byTime .leftSide .results .unit {
    border-bottom: 1px solid #dbdbdb;
    padding: 11px 0;
    position: relative;
}

#byTime .leftSide .results .unit div {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

#byTime .leftSide .results .unit .title {
    padding: 3px 0 3px 20px;

}

#byTime .leftSide .results .unit div .span2 {
    font-weight: bold;
    position: relative;
    right: -30px;
}

#byTime .leftSide .results .unit div .span1 {
    width: 110px;
    display: inline-block;
    padding-left: 5px;
}

#byTime .leftSide .results .unit div .span2 .icon-svg-timer_mark_right {
    font-size: 14px;
    color: #006eae;
    position: absolute;
    left: -15px;
}

#byTime .leftSide .results .unit table tr td.missingData {
    color: #b8b8b8;
}

#byTime .leftSide .results .unit table tr td.span2 span {
    font-weight: bold;
    display: block;
}

#byTime .leftSide .results .unit table tr td.span2 span:before {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -1px -16px;
    width: 10px;
    height: 14px;
    content: " ";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

#byTime .leftSide .results.fastest .icon span.icon-svg-fastest,
#byTime .leftSide .results.slowest .icon span.icon-svg-slowest {
    font-size: 46px;
    color: #006dad;
}

#byTime .leftSide .results.slowest {
    margin-left: -4px;
}

#byTime .rightSide {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    margin-top: -35px;
}

#byTime .rightSide .chart {
    height: 323px;
}

#byTime .averageTime {
    font-family: "Open Sans", sans-serif;
    margin: 0 0 40px 0;
    background: #f5f5eb;
    border-bottom: 6px solid #eae9d8;
}

#byTime .averageTime .h1 {
    background: #eae9d8;
    font-size: 18px;
    line-height: 18px;
    color: #2062b3;
    margin: 0;
    padding: 10px 0 10px 20px;
    font-family: open sans, sans-serif;
}

#byTime .averageTime .h1:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -187px -3px;
    width: 5px;
    height: 9px;
    display: inline-block;
    content: " ";
    margin-right: 7px;
    position: relative;
    top: -1px;
}

#byTime .averageTime .content {
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

#byTime .averageTime .content .description {
    display: inline-block;
    margin-right: 55px;
    width: 187px;
    padding-left: 16px;
}

#byTime .averageTime .content .description .h3 {
    border-bottom: 1px solid #dbdbda;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#byTime .averageTime .content .description table {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 6px;
    text-transform: uppercase;
}

#byTime .averageTime .content .description .last .transparentBg {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 5px 15px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: bottom;
    border-bottom: 1px solid #FFFFFF;
}

#byTime .averageTime .content .description .last .correctWrap {
    padding: 5px 0 5px 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

#byTime .averageTime .content .description .last .correctWrap .span1.correct span.icon-svg-timer_mark_right,
#byTime .averageTime .content .description .last .correctWrap .span1.incorrect span.icon-svg-timer_mark_right {
    color: inherit;
    position: absolute;
    left: -2px;
    font-size: 15px;
    top: 0;
}


#byTime .averageTime .content .description .last .correctWrap .span2 {
    font-size: 12px;
    padding: 0 10px 4px 0;
    display: inline-block;
    text-transform: lowercase;
    position: absolute;
    right: 20px;
}

#byTime .averageTime .content .description .last .correctWrap .span1.correct {
    color: #54912f;
}

#byTime .averageTime .content .description .last .correctWrap .span1.incorrect {
    color: #c02636;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- Best and Worst -----------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

#bestAndWorst h1,
#bestAndWorst .h1 {
    margin: 0 16px 0;
    height: 56px;
    font-weight: 600;
    position: relative;
}

#bestAndWorst #qvGraphicForm .mobileScroll {
    margin-bottom: 35px;
}

#bestAndWorst .tab-content .section .leftSide .subSection .table1,
#bestAndWorst .tab-content .section .rightSide .subSection .table1 {
    padding-top: 12px;
}

#bestAndWorst .tab-content .section .leftSide .subSection .table1 div,
#bestAndWorst .tab-content .section .rightSide .subSection .table1 div {
    position: relative;
}

#bestAndWorst .tab-content .section .leftSide .subSection .table1 div span:last-child,
#bestAndWorst .tab-content .section .rightSide .subSection .table1 div span:last-child {
    position: relative;
    float: right;
    line-height: 20px;
}

#bestAndWorst .tab-content .section .leftSide .subSection .table2,
#bestAndWorst .tab-content .section .rightSide .subSection .table2 {
    padding-left: 35px;
}

#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry,
#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans,
#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry {
    vertical-align: top;
    display: inline-block;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans {
    width: 196px;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans .icon-svg-check-green,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans .icon-svg-check-green {
    color: #54912f;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans .icon-svg-exit-exam2,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans .icon-svg-exit-exam2 {
    color: #575757;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry {
    width: 140px;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span3 p,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry .span3 p {
    position: relative;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span3 p .icon-svg-timer_mark_right,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry .span3 p .icon-svg-timer_mark_right {
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #006eae;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span3 p,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry .span3 p,
#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span4 a,
#bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry .span4 a {
    display: inline-block;
    vertical-align: top;
}

#bestAndWorst .tab-content .section .subSection .table3 div {
    position: relative;
}

#bestAndWorst .tab-content .section .subSection .table3 div .span1,
#bestAndWorst .tab-content .section .subSection .table3 div .span2 span {
    font-weight: 700;
    text-transform: uppercase;
}

#bestAndWorst .tab-content .section .subSection .table3 div .span2 {
    display: block;
}


#bestAndWorstTab li.liBlockMob {
    display: none;
}

/*----- Tabs -----*/
#bestAndWorst .tab-content {
    padding: 25px 20px 10px;
}

#bestAndWorstTab li:first-child a {
    margin-left: 19px;
}

#bestAndWorstTab li:nth-child(3) a {
    margin-left: 10px;
}

#bestAndWorst .tab-content .tab-pane .header {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

#bestAndWorst .tab-content .tab-pane .header .h1 span {
    position: absolute;
    left: -22px;
    top: 1px;
    font-size: 70px;
    color: #919191;

}

#bestAndWorst .tab-content .tab-pane .header .h1 span.icon-svg-іcon-best {
    color: #549100;
}


#bestAndWorst .tab-content .tab-pane .header .h1 span #bestAndWorst .tab-content .tab-pane .header .h1 {
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    position: relative;

}

#bestAndWorst .tab-content .tab-pane .header .h1:before {
    width: 26px;
    height: 26px;
    content: " ";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#bestAndWorst .tab-content .tab-pane .header .h1.worst:before {
    background-position: -126px -137px;
}

#bestAndWorst .tab-content .tab-pane .header .h1.best:before {
    background-position: -126px -100px;
    bottom: 5px;
    position: relative;
}

#bestAndWorst .tab-content .tab-pane .header .download {
    border-left: 1px solid #d8d8d6;
    display: table-cell;
    float: right;
    height: 34px;
    padding-left: 17px;
}

#bestAndWorst .tab-content .tab-pane .header .download span {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 9px;
    padding-top: 11px;
}

#bestAndWorst .tab-content .tab-pane .header .download a {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

#bestAndWorst .tab-content .tab-pane .header .download a:before {
    background: url("images/statistics/main-icons-sprite.png") no-repeat;
    content: " ";
    display: inline-block;
    float: left;
    height: 26px;
    margin-left: 10px;
    margin-right: 9px;
    position: relative;
    top: 1px;
    width: 21px;
}

#bestAndWorst .tab-content .tab-pane .header .download .pdf:before {
    background: url(../../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg) no-repeat -430px -600px;
    width: 25px;
    height: 31px;
    margin-right: 5px;
}

#bestAndWorst .tab-content .tab-pane .header .download .xls:before {
    background: url(../../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg)no-repeat -392px -600px;
    width: 25px;
    height: 31px;
    margin-right: 5px;
}

#bestAndWorst .tab-content .section>div {
    display: inline-block;
    width: 356px;
    vertical-align: top;
}

#bestAndWorst .tab-content .section .leftSide {
    margin-right: 30px;
}

#bestAndWorst .tab-content .section {
    font-family: "Open Sans", sans-serif;
    margin-top: 34px;
}

#bestAndWorst .tab-content .section h3,
#bestAndWorst .tab-content .section .h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d8d8d8;
    padding: 9px 5px 9px 0;
}

#bestAndWorst .tab-content .section .leftSide h3 span,
#bestAndWorst .tab-content .section .leftSide .h3 span {
    color: #c02636;
}

#bestAndWorst .tab-content .section .rightSide h3 span,
#bestAndWorst .tab-content .section .rightSide .h3 span {
    color: #54912f;
}

#bestAndWorst .tab-content .section .subSection {
    margin-bottom: 32px;
}

#bestAndWorst .tab-content .section .subSection .table1 {
    margin-left: 5px;
    color: #2a2a2a;
}

#bestAndWorst .tab-content .section .subSection .table1 tr td {
    padding: 12px 0 2px;
}

#bestAndWorst .tab-content .section .subSection .table1 tr td:first-child {
    width: 255px;
}

#bestAndWorst .tab-content .section .subSection .date {
    font-size: 10px;
    margin: 0 7px;
}

#bestAndWorst .tab-content .section .subSection .table2 {
    width: 346px;
    margin: 13px auto 0;
}

#bestAndWorst .tab-content .section .subSection .table2 tr td {}

#bestAndWorst .tab-content .section .subSection .table2 .span1 {
    width: 35px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span2 {
    width: 196px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span3 {
    width: 62px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span1 .incorrectIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -56px -34px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span1 .correctIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -76px -36px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span2 a {
    font-size: 16px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span2 .description {
    font-size: 12px;
    margin-top: 8px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span2 .date {
    display: inline-block;
    margin: 4px 15px 0 0;
}

#bestAndWorst .tab-content .section .subSection .table2 .span3 p {
    font-weight: bold;
    font-size: 14px;
}

#bestAndWorst .tab-content .section .subSection .table2 .span3 p:before {
    width: 10px;
    height: 14px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

#bestAndWorst .tab-content .section .subSection.secondSection .table2 .span4 {
    display: inline-block;
    vertical-align: top;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span4 a,
#bestAndWorst .tab-content .section .subSection.secondSection .table2 .span4 a {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    position: relative;
    left: 15px;
}

#bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry .span4 a span.icon-svg-refresh-copy,
#bestAndWorst .tab-content .section .subSection .table2 .span4 a span.icon-svg-refresh-copy {
    color: #ff8c2a;
    position: absolute;
    font-size: 13px;
    left: -15px;
}

#bestAndWorst .tab-content .section .subSection .table3 {
    width: 346px;
    margin: 10px 0 0 0;
}

#bestAndWorst .tab-content .section.subSection .table3 tr .span1 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 192px;
}

#bestAndWorst .tab-content .section .subSection .table3 tr .span2 {
    font-size: 12px;
}

#bestAndWorst .tab-content .section .subSection .table3 tr .span2 span {
    font-size: 16px;
    margin-right: 3px;
    font-weight: bold;
}

#bestAndWorst .tab-content .section .subSection .trainBtn,
#bestAndWorst .tab-content .section .subSection .trainBtn:hover {
    background: url('images/statistics/buttons-sprite.png') no-repeat 0 -106px;
    width: 144px;
    height: 22px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    line-height: 22px;
    margin: 10px 0 0 0;
}

/*-------------------------------------------------- Pricing ---------------------------------------------------------*/

#pricing {
    margin: 25px auto 0;
    font-family: "Open Sans", sans-serif;
    padding: 50px 0;
}

#pricing h1 {
    font-size: 20px;
    font-weight: bold;
}

#pricing h2 {
    font-size: 14px;
    text-transform: uppercase;
}

#pricing .aside {
    display: inline-block;
    margin-right: 20px;
    padding-top: 52px;
    vertical-align: top;
    width: 230px;
}

#pricing .aside h2 {
    text-align: right;
    border-bottom: 1px solid #ecebdb;
    padding: 0 54px 30px 0;
}

#pricing .aside ul li {
    display: block;
    text-align: right;
    border-bottom: 1px solid #ecebdb;
    color: #5f5f5f;
    padding: 11px 54px 10px 0;
    position: relative;
}

#pricing .aside ul li.bonus {
    height: 105px;
    padding-bottom: 15px;
    padding-top: 16px;
}


#pricing .aside ul li.higher {
    line-height: 17px;
}

#pricing .aside ul li a {
    display: block;
    text-decoration: none;
    font-size: 9px;
}

#pricing .aside ul li:first-child {
    padding: 11px 54px 10px 0;
}

#pricing .aside ul li:hover,
#pricing .aside ul li.hover {
    background-color: #f5f5eb;
}

#pricing .aside ul li span {
    display: inline-block;
    position: absolute;
    height: 10px;
    margin-top: 2px;
    right: 24px;
    width: 10px;
    cursor: pointer;
    font-size: 12px;
    color: #2062B3;
    font-weight: bold;
}

#pricing .aside ul li span:hover {
    color: #ff8c2a;
}

#pricing .section {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    column-gap: 25px;
    row-gap: 20px;
    justify-content: center;
}

#pricing .section .priceUnit {
    display: inline-block;
    width: 275px;
    vertical-align: top;
    /* margin: 25px 10px 0; */
    min-height: 547px;
    background-color: #FAFAFA;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 0.1s cubic-bezier(0, 0, 0.2, 1);
}

#pricing .section .priceUnit.specialheader,
#pricing .section .priceUnit.main {
    margin-top: 0;
}

#pricing .section .priceUnit .content {
    padding: 0 22px;
    display: flex;
    min-height: 547px;
    position: relative;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;

}

#pricing .section .priceUnit .content .priceWrapper {
    margin: auto 0 30px 0;
}

#pricing .section .priceUnit .content p {
    text-align: center;
}

/*#pricing .section .priceUnit .content .image .small {*/
/*    padding-top: 33px;*/
/*}*/

#pricing .section .priceUnit .content .image {
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*height: 105px;*/
}

#pricing .section .priceUnit .content .name {
    color: #50463E;
    font-size: 16px;
    font-family: "open sans";
    text-align: center;
    padding: 18px 0 0;
    /*padding-top: 20px;*/
    line-height: 1.3;
    /*padding-bottom: 20px;*/
    /*height: 50px;*/
}

#pricing .section .priceUnit .content .name .subtitlePeriod {
    font-size: 12px;
    font-family: "Open Sans";
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
}


#pricing .section .priceUnit .content .description {
    width: 210px;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #7B7A83;
    font-size: 14px;
    line-height: 20px;
}

#pricing .section .priceUnit .content .description .square {
    list-style-position: outside;
    list-style-type: square;
    color: #7B7A83;
    padding-left: 0px;
}

#pricing .section .priceUnit .content .description .square li {
    padding-top: 3px;
}

#pricing .section .priceUnit .content .description ul {
    list-style-type: disc;
    color: #7B7A83;
    padding-left: 15px;
    display: grid;
    gap: 10px;
}

#pricing .section .priceUnit .productLogo {
    max-height: 66px;
    max-width: 250px;
}

#pricing .section .priceUnit .content .description .indent {
    line-height: 1.2;
    text-transform: none;
    width: 190px;
    padding-top: 7px;
    font-size: 12px;
    font-family: "open sans";
}

#pricing .section .priceUnit .content .description .additional {
    font-size: 9px;
    line-height: 1;
    color: #8d9ba9;
    margin-top: 15px;
    position: relative;
    left: 13px;
    top: 13px;
}

#pricing .section .priceUnit .content .description ul li {
    /* padding: 3px; */
    font-size: 12px;
    line-height: 16px;
    position: relative;
    list-style: none;
}

#pricing .section .priceUnit .content .oldPrice {
    /*height: 24px;*/
    font-size: 18px;
    color: #9B9EA6;
    text-decoration: line-through;
    line-height: 24px;
    text-decoration-color: #ED3F5F;

}

#pricing .section .priceUnit .content .newPrice {
    font-size: 24px;
    font-family: "open sans";
    color: #2a2a2a;
}

#pricing .section .priceUnit .content .tax {
    font-size: 12px;
    font-family: "open sans";
    color: #2a2a2a;
    padding-top: 5px;
}

#pricing .section .priceUnit.main .content .newPrice {
    color: #2062b3;
}

#pricing .section .priceUnit .content .buyNowBtn {
    font-family: "open sans";
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 158px;
    margin: 20px auto 0;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ff8c2a;
    background: linear-gradient(180deg, #F99743 0%, #F37E1A 100%);

}

#pricing .section .priceUnit.unit_1 .content .description ul li,
#pricing .section .priceUnit.unit_2 .content .description ul li {
    position: relative;
    list-style: none;
    line-height: 24px;
}

#pricing .section .priceUnit.unit_1 .content .description,
#pricing .section .priceUnit.unit_2 .content .description {
    width: 90%;
    margin: 30px 0 0 auto;
}

#pricing .section>div:first-child,
#pricing .section div:nth-child(2) {
    width: 425px;
}

#pricing .section li:after,
#pricing .section>div:first-child li:after,
#pricing .section div:nth-child(2) li:after {
    position: absolute;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDZMOSAxN2wtNS01IiBzdHJva2U9IiM3OUJGMjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
    top: 0;
    left: -28px;
}

#pricing .section>div:first-child li.unavable:after {
    position: absolute;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY2NyA2LjY2N2wtMTEgMTFNMTcuMzMzIDE3LjY2N2wtMTEtMTEiIHN0cm9rZT0iI0ZBMzUzRSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    top: 0;
    left: -28px;
}

#pricing .footer {
    margin-top: 40px;
}

#pricing .footer h1 {
    line-height: 30px;
    padding-bottom: 8px;
}

#pricing .footer h1:before {
    background: url('images/pricing/sprite.png') no-repeat 0 -48px;
    width: 40px;
    height: 40px;
    content: " ";
    display: inline-block;
    margin-left: 17px;
    margin-right: 13px;
    vertical-align: bottom;
}

#pricing .footer .content {
    font-family: Tahoma, sans-serif;
    padding: 10px 30px 17px;
    background-color: #f5f5eb;
    margin-bottom: 15px;
    border-bottom: 10px solid #dddccd;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}

#pricing .footer .content:hover {
    background-color: #eae9d8;
}

#pricing .footer .content h3 {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 0 8px;
}

#pricing .footer .content h3:before {
    background: url('images/pricing/sprite.png') no-repeat -43px 0;
    width: 12px;
    height: 11px;
    content: " ";
    display: inline-block;
    margin-right: 9px;
    position: relative;
    bottom: 1px;
}

#pricing .footer .content .description {
    font-size: 12px;
    margin-left: 20px;
}

#pricing .footer .content p span {
    display: inline-block;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
}

#pricing .footer .content p .oldPrice {
    font-size: 20px;
    line-height: 22px;
    color: #a71213;
    text-decoration: line-through;
    margin-left: 15px;
}

#pricing .footer .content p .newPrice {
    font-size: 24px;
    color: #2062b3;
}

#pricing .footer .content p .arrowIcon {
    background: url('images/pricing/sprite.png') no-repeat 0 -14px;
    width: 26px;
    height: 7px;
    margin: 0 16px 5px;
}

#pricing .footer .content p .buyBtnSmall {
    line-height: 24px;
    width: 82px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    top: 1px;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#pricing .informer {
    height: 66px;
    margin-top: 45px;
}

#pricing .informer .fullWidthBg {
    background: url("images/pricing/informer_bg.png") repeat-x;
    position: absolute;
    height: 66px;
    width: 100%;
    left: 0;
    z-index: 999;
}

#pricing .informer .fullWidthBg:hover .content a {
    color: #ff8c2a;
    text-decoration: underline;
}

#pricing .informer .fullWidthBg:hover .content a:before {
    background: url("images/pricing/pricing-string-sprite.png");
    background-position: 0 -26px;
}

#pricing .informer .content {
    text-align: center;
    padding-left: 295px;
    width: 626px;
    margin: 0 auto;
}

#pricing .informer .content.anotherProp {
    width: auto;
}

#pricing .informer .content a {
    font-family: open sans, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #2062b3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 66px;
    position: relative;
}

#pricing .informer .content a b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bolder;
}

#pricing .informer .content a:before {
    content: " ";
    width: 24px;
    position: absolute;
    left: -42px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    display: block;
    background: url("images/pricing/pricing-string-sprite.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

#pricing .informer .content p {
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
}

#pricing .informer .content p:before {
    background: url('images/pricing/sprite.png') no-repeat -49px -27px;
    width: 26px;
    height: 15px;
    display: inline-block;
    content: " ";
    margin-right: 18px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

#pricing .informer .content form {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

#pricing .informer .content select {
    display: inline-block;
    height: 24px;
    vertical-align: bottom;
    width: 83px;
}

#pricing .informer .content select option {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
}

#pricing .informer .content label {
    color: #F08224;
    font-size: 24px;
    margin-left: 50px;
    margin-right: 15px;
    vertical-align: bottom;
}

#pricing .informer .content .styled-select {
    background: url("images/pricing/select.png") no-repeat;
    width: 83px;
    height: 24px;
    font-family: tahoma, sans-serif;
    line-height: 24px;
    font-size: 12px;
    text-indent: 10px;
}

#pricing .informer .content .buyBtnSmall {
    display: inline-block;
    width: 82px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: Tahoma, sans-serif;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
}

#pricing .section .priceUnit:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(175, 174, 181, 1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(175, 174, 181, 1);
    box-shadow: 0px 0px 7px 2px rgba(175, 174, 181, 1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}

#pricing .section .priceUnit:hover .header {
    background: url("images/pricing/header_small_bg_hover.png") no-repeat top center;
}

#pricing .section .priceUnit.specialheader:hover .header,
#pricing .section .priceUnit.main:hover .header {
    background: url("images/pricing/header_bg_hover.png") no-repeat top center;
}

#pricing .section .priceUnit.specialheader:hover .header p,
#pricing .section .priceUnit:hover .header h2,
#pricing .section .priceUnit.main:hover .header p {
    color: #fff;
}

#pricing .section .priceUnit.specialheader:hover .header p:before,
#pricing .section .priceUnit.main:hover .header p:before {
    background-position: -28px -12px;
}

#pricing .section .priceUnit.specialheader:hover .header h2,
#pricing .section .priceUnit.main:hover .header h2 {
    border-color: #fda961
}

#pricing .section .priceUnit:hover .content ul li,
#pricing .section .priceUnit:hover .content p {
    border-color: #f4f4e9;
}

/*#pricing .section .priceUnit:hover .content .newPrice {*/
/*    color: #2062b3;*/
/*} temporary commented*/

/*#pricing .section .priceUnit:hover .content .tax {*/
/*    color: #2062b3;*/
/*}*/

#pricing .section .priceUnit:hover .content .buyNowBtn {
    /*background-color: #e16900;*/
    /* text-decoration: underline; */
    /*background: linear-gradient(to top, #e16900 35%, #ff8c2a);*/
    /*background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);*/
    /*background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);*/
    /*background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);*/
}

#pricing #buyNowModal.form {
    background-color: #f3f2e2;
}

#pricing .backContent .backBtn {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 134px;
    margin: 5px 0px 17px 0px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
}

#pricing .backContent:hover .backBtn {
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#packageFeatures .tooltip {
    font-family: Tahoma, sans-serif;
    line-height: 14px;
}

#packageFeatures .tooltip-inner {
    padding: 8px 13px;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 300px;
}

#packageFeatures .tooltip.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 300px;
}

#buyNowModal .modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#buyNowModal.modal {
    box-shadow: none;
    border-radius: 0;
    border: 6px solid #b8b8b8;
    width: 726px;
    margin-left: -363px;
    background-color: #f3f2e2;
    display: none;
}

#buyNowModal .modal-header {
    border-bottom: none;
    padding: 12px 14px;
}

#buyNowModal .modal-header .closeBtn {
    float: right;
    background: url('images/pricing/sprite.png') no-repeat -47px -58px;
    width: 23px;
    height: 23px;
}

#buyNowModal .modal-header .closeBtn button {
    cursor: pointer;
    height: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 23px;
}

#buyNowModal .modal-header>img {
    margin: 23px 0 0 35px;
    display: inline-block;
}

#buyNowModal .modal-header h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 29px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}

#buyNowModal .modal-header h3 span {
    font-size: 36px;
    display: block;
}

#buyNowModal .modal-body {
    padding: 0 40px;
    max-height: none;
    overflow-y: visible;
}

#buyNowModal .modal-body h4 {
    font-family: tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 24px 11px;
}

#buyNowModal .modal-body .popupHeader {
    background: #b8b8b8;
    float: left;
    width: 100%;
    height: 20px;
    display: block;
}

#buyNowModal .modal-body .popupHeader li {
    float: left;
    border-bottom: 1px solid #f5f5eb;
    text-align: center;
    font-size: 10px;
    color: #2a2a2a;
    line-height: 20px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#buyNowModal .modal-body table {
    width: 100%;
    font-family: tahoma, sans-serif;
    margin-bottom: 8px;
    clear: both;
}

#buyNowModal .modal-body table tr td {
    border-top: 1px solid #bdbdbc;
}

#buyNowModal .modal-body table tr td strong {
    text-transform: uppercase;
}

#buyNowModal .modal-body table tr td.span1 {
    padding: 12px 0 14px 23px;
    width: 335px;
}

#pricing #buyNowModal .modal-body table tr td.span1 {
    width: 435px;
}

#pricing #free_form span {
    display: block;
    margin-left: 63px;
    position: relative;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    background: #e66f07;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}

#pricing #free_form span input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#pricing #free_form span input:hover {
    cursor: pointer;
}

#pricing .totalPrice {
    padding-left: 23px;
}

#buyNowModal .modal-body table tr td.span2 {
    font-size: 20px;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}

#buyNowModal .modal-body table tr td.span2 .js-discount form {
    width: auto !important;
    padding: 6px 0px 0px 0px;
}

#buyNowModal .modal-body table tr td.span2 span {
    display: block;
    padding-top: 9px;
}

#buyNowModal .modal-body table tr td.span2.oldPrice span {
    text-decoration: line-through;
    color: #a71213;
}

#buyNowModal .modal-body table tr.last .span1 {
    font-size: 18px;
    padding: 18px 0;
}

#buyNowModal .modal-body table tr .span1 .edit {
    display: inline-block;
    text-indent: 0;
}

#buyNowModal .modal-body table tr .span1 .edit .editIcon {
    background: url('images/pricing/sprite.png') no-repeat -59px 0;
    width: 10px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

#buyNowModal .modal-body table tr .span1 .edit .description {
    font-size: 10px;
    text-transform: uppercase;
    display: none;
}

#buyNowModal .modal-body table tr .span1 .edit:hover .description {
    display: inline-block;
}

#buyNowModal .modal-body table tr.last .span2 {
    font-size: 26px;
}

#buyNowModal .modal-body table tr.last .span2 span {
    padding-top: 13px;
}

#buyNowModal .modal-footer {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #eae9d8;
    padding: 10px 0 0 0;
    text-align: left;

}

#buyNowModal .modal-footer .payWrap {
    float: right;
    margin: 0 49px 0 0;
}

#buyNowModal .modal-footer h3 {
    display: inline-block;
    float: right;
    font-family: open sans, sans-serif;
    font-size: 18px;
    color: #2a2a2a;
    text-transform: uppercase;
    padding-left: 66px;
    margin: 8px 17px 0 0;
}

#buyNowModal .discount-link {
    line-height: 34px;
}

#buyNowModal .modal-footer a.payPalBtn {
    background: url("images/pricing/paypal_button.png") no-repeat;
    width: 161px;
    height: 34px;
}

#buyNowModal .modal-footer a.googleCheckoutBtn {
    background: url("images/pricing/checkout-button.png") no-repeat;
    width: 222px;
    height: 33px;
}

#buyNowModal .modal-footer .payPalWrap span {
    overflow: hidden;
    position: relative;
    height: 53px;
    width: 171px;
    display: block;
    background: url("images/pricing/paypal_button2.png") no-repeat;
}

#buyNowModal .modal-footer .payPalWrap,
#buyNowModal .modal-footer .googleWalletWrap {
    float: left;
}

#buyNowModal .modal-footer .googleWalletWrap {
    margin: -2px 0 0 15px;
}

#buyNowModal .modal-footer .payPalWrap input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 53px;
    width: 171px;
    cursor: pointer;
    left: 0;
    top: 0;
}

#buyNowModal .modal-footer .googleWalletWrap span {
    overflow: hidden;
    position: relative;
    height: 56px;
    width: 177px;
    display: block;
    background: url("images/pricing/googleWallet.png") no-repeat;
}

#buyNowModal .modal-footer .googleWalletWrap input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    height: 56px;
    width: 177px;
    cursor: pointer;
    left: 0;
    top: 0;
}

#testCenterIndex {
    margin-top: 50px;
}

#testCenterIndex h1 {
    font-family: "Open sans", sans-serif;
    font-size: 30px;
    color: #2a2a2a;
    margin: 0 0 15px 65px;
}



/*Addons*/
#addons {
    text-align: center;
}

#addons .section {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
    font-size: 0;
}

#addons .icon-svg-To_max_min.swiper-button-next,
#addons .icon-svg-To_max_min.swiper-button-prev {
    display: none;
}

#addons .section .priceUnit {
    display: inline-block;
    width: 210px;
    height: 360px;
    vertical-align: top;
    margin: 25px 20px 0;
    background-color: #f5f5eb;
    border-bottom: 10px solid #dddccd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#addons .section .priceUnit.specialheader,
#addons .section .priceUnit.main {
    margin-top: 0;
}

#addons .section .priceUnit:first-child {
    margin-left: 0;
}

#addons .section .priceUnit .header {
    background: url("images/pricing/header_small_bg.png") no-repeat top center;
    display: table-cell;
    height: 72px;
    vertical-align: middle;
    width: 210px;
    border-radius: 3px 3px 0 0;
}

#addons .section .priceUnit .header h2 {
    bottom: 2px;
    line-height: 18px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-size: 13px;
}

#addons .section .priceUnit .header h2.small {
    font-size: 12px;
}

#addons .section .priceUnit.specialheader .header,
#addons .section .priceUnit.main .header {
    background: url("images/pricing/header_bg.png") no-repeat top center;
    height: 97px;
    padding: 0 15px;
}

#addons .section .priceUnit.specialheader .header p,
#addons .section .priceUnit.main .header p {
    color: #2062B3;
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

#addons .section .priceUnit.specialheader .header p:before,
#addons .section .priceUnit.main .header p:before {
    background: url('images/pricing/sprite.png') no-repeat -28px 0;
    width: 11px;
    height: 11px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
}

#addons .section .priceUnit.specialheader .header h2,
#addons .section .priceUnit.main .header h2 {
    border-top: 1px solid #F4F4E9;
    padding: 8px 0 20px;
    position: static;
}

#addons .section .priceUnit.specialheader .header p:before {
    background: none;
}

#addons .section .priceUnit .content {
    padding: 0 15px;
}

#addons .section .priceUnit .content ul li {
    text-align: center;
    border-bottom: 1px solid #ebeada;
    height: 35px;
    position: relative;
}

#addons .section .priceUnit .content ul li.bonus span.bonus {
    background: url('images/pricing/sprite.png') no-repeat 0 -1px;
    display: block;
    margin: 0 auto;
    height: 10px;
    margin-top: 2px;
    width: 10px;
    cursor: pointer;
}

#addons .section .priceUnit .content ul li.bonus {
    height: 55px;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 15px;
    padding-top: 16px;
    text-align: center;
}

#addons .section .priceUnit .content ul li.additional {
    height: 85px;
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto 0;
    text-align: center;
    width: 180px;
    box-sizing: border-box;
    padding: 0 25px;
}

#addons .section .priceUnit .content ul li.higher {
    height: 89px;
}

#addons .section .priceUnit .content li:first-child {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
}

#addons .section .priceUnit .content li:first-child span {
    font-size: 12px;
    text-transform: none;
    display: block;
}

/*#addons .section .priceUnit .content ul li:hover,
#addons .section .priceUnit .content ul li.hover {
    background-color: #f9f9f5;
}*/
#addons .section .priceUnit .content ul li .icon {
    background: url('images/pricing/sprite.png') no-repeat;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

#addons .section .priceUnit .content ul li .icon.yes {
    background-position: 0 -25px;
}

#addons .section .priceUnit .content ul li .icon.no {
    background-position: -25px -25px;
}

#addons .section .priceUnit .content p {
    text-align: center;
}

#addons .section .priceUnit .content .oldPrice {
    height: 36px;
    font-size: 20px;
    color: #a71213;
    text-decoration: line-through;
    line-height: 36px;
}

#addons .section .priceUnit .content .newPrice {
    height: 55px;
    font-size: 35px;
    line-height: 30px;
    border-bottom: 1px solid #ebeada;
}

#addons .section .priceUnit.main .content .newPrice {
    color: #2062b3;
}

#addons .section .priceUnit .content .buyNowBtn {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 134px;
    margin: 5px auto 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    cursor: pointer;
}

#addons .section .priceUnit .content .more {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #2062b3;
    position: relative;
}

#addons .section .priceUnit .content .more .icon-svg-arrow_grey {
    position: absolute;
    color: #2062b3;
    font-size: 11px;
    font-weight: bold;
    right: -17px;
    top: 1px;
}

#addons .section .priceUnit .content .moreWrap {
    height: 40px;
}

#addons .section .priceUnit:hover .content .buyNowBtn {
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#addons .section .priceUnit:hover .header h2 {
    color: #fff;
}

#addons .section .priceUnit:hover .header {
    background: url("images/pricing/header_small_bg_hover.png") no-repeat top center;
}

#addons .section .priceUnit:hover .content ul li,
#addons .section .priceUnit:hover .content .newPrice {
    border-bottom: 1px solid #fff;
}

#addons .section .priceUnit:hover .content .newPrice {
    color: #2062b3;
}


/*Addons*/


/*-------------------------------------------------- Text Index ------------------------------------------------------*/
#mainInfo {
    font-family: "Open Sans", sans-serif;
    background-color: #f5f5eb;
}

#mainInfo>ul {
    margin-left: 30px;
    padding: 13px 0 7px;
    text-align: right;
    width: 384px;
    float: left;
}

#mainInfo .television {
    background: url("images/index/television.png") no-repeat;
    float: right;
    height: 295px;
    margin-left: 405px;
    margin-top: -19px;
    position: absolute;
    width: 506px;
}

#mainInfo .television>img {
    position: absolute;
    left: 63px;
    top: 18px;
    max-width: 380px;
    max-height: 238px;
}

#mainInfo .television .shadow {
    position: absolute;
    background: url("images/index/screen-shadow.png") no-repeat;
    width: 136px;
    height: 237px;
    right: 62px;
    top: 18px;
    z-index: 99;
}

#mainInfo ul li {
    border-bottom: 1px solid #E4E4E4;
    line-height: 19px;
    padding: 7px 30px 9px 0;
    position: relative;
}

#mainInfo ul li:hover {
    background-color: #f9f9f5;
}

#mainInfo ul li:after {
    background: url("images/index/sprite.png") no-repeat 0 0;
    content: " ";
    height: 11px;
    position: absolute;
    right: 8px;
    top: 11px;
    width: 12px;
}

#mainInfo ul li:last-child {
    border-bottom: none;
}

#testCenterIndex .proposalBar {
    padding: 67px 30px 20px 50px;
    background: #eae9d8;
    clear: both;
}

#testCenterIndex .proposalBar>span {
    margin: 0 21px;
}

#testCenterIndex .proposalBar>a {
    display: inline-block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 1px;
}

#testCenterIndex .proposalBar .tryBtn {
    width: 159px;
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
}

#testCenterIndex .proposalBar .tryBtn:hover {
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#testCenterIndex .proposalBar .buyBtn {
    width: 110px;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#testCenterIndex .proposalBar>p {
    line-height: 17px;
    font-family: tahoma, sans-serif;
    display: inline-block;
    margin-left: 70px;
    vertical-align: top;
    width: 405px;
    text-align: justify;
}

#testCenterIndex .additionalInfo {
    padding: 37px 23px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
}

#testCenterIndex .additionalInfo>div {
    margin-bottom: 16px;
}

#testCenterIndex .additionalInfo div p {
    line-height: 16px;
}

#testCenterIndex .unit {
    background-color: #f5f5eb;
    float: left;
    width: 33%;
    border-bottom: 10px solid #dddccd;
    min-height: 232px;
    margin: 100px 0 40px 1px;
}

#testCenterIndex .unit:first-child {
    margin-left: 0;
}

#testCenterIndex .unit>span {
    display: inline-block;
    background: url("images/index/sprite.png") no-repeat;
    margin: 18px 0 0 23px;
    min-height: 40px;
}

#testCenterIndex .unit .reworkedIcon {
    background-position: 0 -45px;
    width: 40px;
    height: 40px;
}

#testCenterIndex .unit .improvedIcon {
    background-position: -46px -48px;
    width: 40px;
    height: 40px;
}

#testCenterIndex .unit .convenientIcon {
    background-image: url("images/index/convenient.png");
    width: 32px;
    height: 32px;
}

#testCenterIndex .unit>h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 8px;
}

#testCenterIndex .unit ul {
    border-top: 1px solid #ebeada;
    margin: 13px 16px 0 18px;
    padding: 10px 8px 15px;
}

#testCenterIndex .unit ul li {
    font-size: 13px;
    padding: 8px 0 9px;
}

#testCenterIndex .unit ul li span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background: url("images/index/sprite.png") no-repeat -16px -1px;
    margin: 2px 0px 0px 7px;
    cursor: pointer;
}

#testCenterIndex .unit ul li span:hover {
    background-position: -30px -1px;
}

#testCenterIndex .tryNowBtn,
#testCenterIndex .subscribeBtn {
    font-family: "Open Sans", sans-serif;
    clear: both;
    display: block;
    height: 36px;
    width: 306px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 auto 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#testCenterIndex .tryNowBtn>span {
    display: block;
    float: left;
    background: url('images/index/sprite.png') no-repeat 0 -15px;
    width: 30px;
    height: 23px;
    margin: 6px 7px 0 24px;
}

#testCenterIndex .subscribeBtn>span {
    display: block;
    float: left;
    background: url('images/index/sprite.png') no-repeat -36px -15px;
    width: 27px;
    height: 24px;
    margin: 6px 9px 0 61px;
}

#comments {
    background-color: #f5f5eb;
    margin-bottom: 40px;
    padding: 0 29px;
    border-bottom: 10px solid #dddccd;
}

#comments .comment {
    padding: 29px 0;
    border-top: 1px solid #eae9d8;
}

#comments .comment:first-child {
    border-top: none;
}

#comments .comment .leftSide {
    display: inline-block;
    width: 180px;
    margin-right: 50px;
}

#comments .comment .rightSide {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    width: 630px;
}

#comments .comment .rightSide h3 {
    font-size: 14px;
    margin-bottom: 19px;
}

#comments .comment .rightSide h3>a {
    font-size: 20px;
}

#comments .comment .rightSide p {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 17px;
    position: relative;
}

#comments .comment .rightSide p:before {
    content: " ";
    background: url('images/index/sprite.png') no-repeat -69px -18px;
    width: 20px;
    height: 16px;
    position: absolute;
    left: -27px;
    top: -3px;
}

/*-------------------------------------------------- Support ---------------------------------------------------------*/

#support {
    margin-top: 38px;
}

#support h1 {
    font-size: 20px;
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
}

#support h1 .icon-svg-Support {
    position: absolute;
    left: 18px;
    font-size: 34px;
    font-weight: 600;
    top: 3px;
    color: #f0801a;
}

#support h1:before {
    content: " ";
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 37px;
    margin: 0 13px 0 16px;
}

#support .supportInfo {
    margin-right: 21px;
    float: left;
    width: 245px;
    border-top: 1px solid #dbdbdb;
    padding: 12px 0 12px 20px;
    line-height: 18px;
}

#support .supportInfo p {
    font-size: 12px;
    margin-bottom: 18px;
}

#support .inputForm {
    width: 600px;
    background: #f5f5eb;
    display: inline-block;
    font-family: open sans, sans-serif;
}

#support .inputForm .table {
    margin: 21px 32px 18px 38px;
}

#support .inputForm .table .description,
#support .inputForm .table .input {
    display: inline-block;
    vertical-align: top;
}

#support .inputForm .table .description {
    min-width: 145px;
}

#support .inputForm label {
    font-size: 12px;
    font-weight: bold;
}

#support .inputForm .input {
    padding-left: 7px;
    position: relative;
}

#support .inputForm .input .boxF {
    position: relative;
}

#support .inputForm .input input,
#support .inputForm .input textarea {
    margin-bottom: 10px;
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
    font-family: tahoma, sans-serif;
    line-height: 16px;
    width: 214px;
    outline: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#support .inputForm .input input:focus,
#support .inputForm .input textarea:focus {
    border-color: #E2731D;
}

#support .inputForm .input textarea {
    width: 360px;
    ;
    min-height: 91px;
}

#support .inputForm .description.placementFix {
    vertical-align: top;
}

#support .inputForm .btnHolder {
    background: #eae9d8;
    padding: 11px 0 12px 120px;
}

#support .inputForm .btnHolder>span {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#support .inputForm .btnHolder>span:first-child {
    margin-right: 15px;
    height: 27px;
    line-height: 27px;
}

#support .inputForm .btnHolder .sendBtn {
    font-family: open sans, sans-serif;
    width: 91px;
    line-height: 27px;
    height: 27px;
    font-weight: bold;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#support .inputForm .btnHolder .sendBtn>span {
    display: inline-block;
    width: 14px;
    height: 16px;
    position: relative;
    top: 0;
    margin-right: 2px;
    color: #ffffff;
}

#support .inputForm .btnHolder .sendBtn input {
    bottom: 27px;
    cursor: pointer;
    height: 27px;
    opacity: 0;
    position: relative;
    width: 91px;
    filter: alpha(opacity=0);
}

#support .inputForm .btnHolder .discardBtn {
    font-family: open sans, sans-serif;
    width: 80px;
    line-height: 22px;
    height: 22px;
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
}

#support .inputForm .btnHolder .discardBtn:hover {
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

#support .inputForm .btnHolder .discardBtn input {
    cursor: pointer;
    width: 80px;
    height: 27px;
    opacity: 0;
    position: relative;
    bottom: 22px;
    filter: alpha(opacity=0);
}

#support LABEL.error {
    opacity: 0.7;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    line-height: 13px;
    padding: 5px 8px;
    max-width: 200px;
    font-size: 11px;
    font-weight: normal;
    filter: alpha(opacity=70);
    position: absolute;
    left: 0;
    top: -27px;
    background: #980F0F;
}

#support LABEL.error .arrowError {
    width: 5px;
    height: 4px;
    bottom: -3px;
    left: 20px;
    position: absolute;
    background: url('images/hint_arrow.png') no-repeat left bottom;
}



#support .box {
    background-image: url("images/support/warningMessage-bg.png");
    background-repeat: repeat;
    padding: 10px 10px;
    position: relative;
    width: 866px;
    overflow: hidden;
    margin-bottom: 10px;
}

#support .box:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 886px;
    height: 6px;
    background-image: url("images/support/shadow-bg.png");
    background-repeat: repeat-x;
}

#support .box:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 886px;
    height: 3px;
    background-image: url("images/support/shadow-bg-bottom.png");
    background-repeat: repeat-x;
}

#support .box p {
    font-weight: bold;
    padding-bottom: 10px;
}

#support .box ul li {
    padding: 8px 0 10px 36px;
    background-image: url("images/kudos/message-icon.png");
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

/*-----------------------------------------Reedem kudos----------------------------------------*/

#kudos {
    padding-top: 48px;
}

#kudos>h1 {
    font-size: 20px;
    font-family: tahoma, sans-serif;
    margin: 0 20px 18px;
}

#kudos .description {
    width: 641px;
    float: left;
    background: #f5f5eb;
    padding: 20px 10px 6px 20px;
    margin-right: 20px;
}

#kudos .description h2 {
    font-size: 16px;
    margin-bottom: 3px;
}

#kudos .description p {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 18px;
}

#kudos .access {
    width: 200px;
    min-height: 279px;
    display: inline-block;
    background: #f5f5eb;
}

#kudos .access>span {
    color: #FF8C2A;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 18px 16px 0;
}

#kudos .access .thumbUp {
    width: 179px;
    height: 108px;
    background: url("images/kudos/thumb-up.png") no-repeat;
    margin: -12px auto 0;
}

#kudos .access .kudosBtn {
    background: url("images/kudos/kudos-btn.png") no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 14px auto 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 178px;
}

#kudos .access .kudosBtn span {
    font-weight: bold;
    color: #ffffff;
}

#kudos .access .kudosBtn input {
    height: 45px;
    width: 178px;
    position: relative;
    bottom: 45px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#kudos #kudosModal {
    width: 726px;
    border: 6px solid #b8b8b8;
    background: #f3f2e2;
    margin-left: -363px;
}

#kudos .modal {
    border-radius: 0;
    box-shadow: none;
}

#kudos .modal .modalHeader {
    padding: 11px 14px 19px 49px;
    background-color: #eae9d8;
}

#kudos .modal .modalHeader .closeBtn {
    float: right;
    background: url('images/pricing/sprite.png') no-repeat -47px -58px;
    width: 23px;
    height: 23px;
}

#kudos .modal .modalHeader button.close {
    cursor: pointer;
    height: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 23px;
}

#kudos .modal .modalHeader .modalLogo {
    width: 99px;
    height: 81px;
    background-image: url("images/pricing/test_logo.png");
    float: left;
    margin-top: 24px;
}

#kudos .modal .modalHeader h1,
#kudos .modal .modalHeader h2 {
    display: inline-block;
    min-width: 51%;
    vertical-align: top;
    font-family: open-sans, sans-serif;
    color: #2a2a2a;
    font-weight: normal;
}

#kudos .modal .modalHeader h1 {
    font-size: 36px;
    line-height: 46px;
}

#kudos .modal .modalHeader h2 {
    font-size: 18px;
    margin-top: 36px;
}

#kudos .modal .modalHeader hr {
    background: transparent;
    clear: both;
    visibility: hidden;
}

#kudos .modal .modalBody {
    clear: both;
    padding: 28px 24px 15px 24px;
    margin: 0 40px;
    border-bottom: 1px solid #bdbdbc;
}

#kudos .modal .modalBody a {
    font: 20px open-sans, sans-serif;
}

#kudos .modal .modalBody p {
    font: 16px open-sans, sans-serif;
    line-height: 32px;
}

#kudos .modal .modalFooter {
    padding: 23px 24px 22px 24px;
    margin: 0 40px;
}

#kudos .modal .modalFooter p {
    font-size: 16px;
    line-height: 20px;
}

#kudos .modal .modalFooter p span {
    font-weight: bold;
}

#kudos .modal .modalFooter a {
    float: right;
    width: 221px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    padding-left: 15px;
    background-image: url("images/kudos/try-now-btn.png");
    color: #ffffff;
    font-family: open-sans, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -41px;
}

#kudos .modal .modalFooter a span {
    font-weight: bold;
    color: inherit;
}

.appearMessage {
    height: 48px;
    background: url("images/kudos/message-bg.png")repeat-x;
    line-height: 48px;
    width: 891px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}

.appearMessage.removed {
    display: none;
}

.appearMessage .icon {
    display: inline-block;
    background: url("images/kudos/message-icon.png") no-repeat;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/***********************************questionList***********************************/

#questionList .widget.corners-5 {
    width: 869px;
    margin: auto;
    text-align: center;
}

#questionList .widget.corners-5 .content .form table tr td,
th {
    padding: 10px 9px;
    vertical-align: bottom;
    border-bottom: 1px solid #FFFFFF;
}

#questionList .widget.corners-5 .content .form table tr .dark-grey {
    background: #EAE9D8;
}

#questionList .widget.corners-5 .content .form table tr .light-grey {
    background: #F5F5EB;
}

#questionList ul.pager {
    width: 766px;
    margin: auto;
    display: block;
    background: #F5F5EB;
    min-height: 30px;
    padding: 17px 0 7px 27px;
}

.questionList div.pager {
    margin: 0 0 0 -9px;
}

#questionList ul.pager li {
    float: left;
    margin-left: 26px;
}

#questionList ul.pager li a {
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 1px 5px 3px;
    text-decoration: none;
}

#questionList ul.pager li a:hover {
    background: none repeat scroll 0 0 #EAE9D8;
    color: #FF6600;
}

.addQuestionPanel {
    width: 869px;
    margin: auto;
    background: #F5F5EB;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0;
}

.addQuestionPanel * {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

.addQuestionPanel form {
    margin-left: 32px;
}

.addQuestionPanel form,
input {
    display: inline-block;
}

.startQuiz form input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px 83px;
    border: none;
    opacity: 0;
    cursor: pointer;
}

.addQuestionPanel .row {
    display: inline-block;
}

.addQuestionPanel input[type=text] {
    background: #d1d0c9;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    /* Для Firefox */
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    /* Для Safari и Chrome */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    /* Параметры тени */
    border: none;
    border-radius: 4px;
    height: 19px;
    width: 90px;
    text-indent: 15px;
}

.addQuestionPanel input[type=text]:focus {
    background: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 160px;
    outline: none;
}

.addQuestionPanel a {
    padding-left: 20px;
    text-decoration: none;
    position: relative;
    margin: 0 0 7px 20px;
}

.addQuestionPanel a:before {
    content: " ";
    position: absolute;
    left: 1px;
    top: 0px;
    background: url("images/statistics/main-icons-sprite.png")no-repeat -37px -34px;
    width: 15px;
    height: 15px;
}

#questionStats {
    background: #D8D8D8;
    padding: 10px 0;
}

#questionStats IFRAME {
    width: 960px;
    /*height: 370px!important;*/
}

#questionStats .closeBtn {
    float: right;
    margin-right: 20px;
    background: url('images/pricing/sprite.png') no-repeat -47px -58px;
    width: 23px;
    height: 23px;
}

#questionStats .closeBtn button {
    cursor: pointer;
    height: 23px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 23px;
}

/*****************************ADMIN NAVIGATION*******************************/
/*
.adminHeader {

}

.adminNavigation {
    padding: 5px 15px 10px 15px;
    display: inline-block;
}
.adminNavigation a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    color: black;
    padding: 4px 0px 2px 5px;
    position: relative;
    width: 150px;
}
.adminNavigation b {
    font-weight: normal;
}
.adminNavigation a:hover {
    background: #f0f0f0;
}
.adminNavigation a:before {
    position: absolute;
    content: " ";
    height: 11px;
    width: 7px;
    background: url('images/admin/string-cat-left.png');
    background-repeat: no-repeat;
    left: -10px;
    top: 2px;
    display: none;
}
.adminNavigation a:hover:before {
    display: block;
}
.adminNavigation a:after {
    position: absolute;
    content: " ";
    height: 11px;
    width: 7px;
    background: url('images/admin/string-cat-right.png');
    background-repeat: no-repeat;
    right: -10px;
    top: 2px;
    display: none;
}
.adminNavigation a:hover:after {
    display: block;
}
.adminNavigation span {
    display: none;
} */


/*****************SECOND STYLE************************/

.adminNavigation span {
    display: none;
}

.adminNavigation {
    margin: 0 auto;
}

.adminNavigation a {
    display: block;
    padding: 15px 8px;
    float: left;
    background: #F5F5EB;
    margin-top: -1px;
    border-bottom: 1px solid #E7E7E7;
    text-decoration: none;
    margin-bottom: 40px;
}

.adminNavigation a:first-child {
    border-bottom-left-radius: 4px;
    border-left: 1px solid #E7E7E7;
}

.adminNavigation a:last-child {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #E7E7E7;
}

.adminNavigation b {
    display: block;
    padding: 15px 11px;
    float: left;
    background: #F5F5EB;
    margin-top: -1px;
    border-bottom: 1px solid #E7E7E7;
    font-weight: normal;
    margin-bottom: 40px;
}

.adminNavigation b:first-child {
    border-bottom-left-radius: 4px;
    border-left: 1px solid #E7E7E7;
}

.adminNavigation b:last-child {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #E7E7E7;
}

h1.adminHeader {
    font-family: georgia, helvetica, sans-serif;
    font-size: 30px;
    color: #2a2a2a;
}

#adminCreate * {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#adminCreate>p {
    font-family: georgia, helvetica, sans-serif;
}

#adminCreate .content {
    margin-top: 20px;
}

#adminCreate .content .field div.questionType {
    font-family: georgia, helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto 10px;
    font-weight: bold;
    width: 209px;
    display: block !important;
}

#adminCreate .content #type_topic {
    margin-bottom: -12px;
}

#adminCreate .content .field {
    margin-top: 20px;
}

#adminCreate .content .field input[type=text] {
    background: #F5F5EB;
    border-radius: 4px;
    height: 19px;
    width: 90px;
    text-indent: 15px;
    outline: none;
    border: 1px solid #d1d0c9;
    width: 130px;
}

#adminCreate .content .field>div {
    display: inline-block;
    text-align: left;
}

#adminCreate .content .field.limited-width {
    min-height: 23px;
    margin: 20px auto 0;
    width: 436px;
    text-align: left;
}

#adminCreate .content .field.edit-width {
    width: 606px;
    min-height: 23px;
    margin: 20px auto 0;
    text-align: left;
}

#adminCreate .content .field.limited-width input[type=text] {
    display: block;
}

#adminCreate .content .field label {
    display: block;
    margin-bottom: 5px;
    color: #555555;
    font-family: georgia, helvetica, sans-serif;
    font-size: 14px;
}

#adminCreate .content .field textarea {
    width: 430px;
    outline: none;
    background: #F5F5EB;
    border-radius: 4px;
    border: 1px solid #d1d0c9;
}

#adminCreate .widget.corners-5 {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #e7e7e7;
    text-align: center;
}

#adminCreate span.title {
    font-size: 36px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    color: #418BCA;
}

#adminCreate select {
    outline: none;
}

#adminCreate .header a {
    color: #428BCA;
    font-family: georgia, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

#adminCreate .header a:hover {
    color: #ff6600;
}

#adminCreate .btnWrap {
    margin-top: 10px;
}

#adminCreate .warning-wrap {
    text-align: center;
}

#adminCreate .inline-label.red {
    padding: 4px 10px 4px 25px;
    background: #bd362f;
    display: inline-block;
    text-align: right;
    color: white;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
}

#adminCreate .inline-label.red:before {
    content: " ";
    position: absolute;
    width: 12px;
    height: 13px;
    left: 8px;
    top: 5px;
    background: url("images/admin/glyphicons-halflings-white.png") no-repeat -1px -121px;
}


/************* BUTTONS STYLE ************/

#adminCreate .clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

#adminCreate .clearfix:after {
    clear: both;
}

#adminCreate .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

#adminCreate .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#adminCreate .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

#adminCreate .btn:active,
.btn.active {
    background-color: #cccccc \9;
}

#adminCreate .btn:first-child {
    *margin-left: 0;
}

#adminCreate .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#adminCreate .btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

#adminCreate .btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#adminCreate .btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#adminCreate .btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

#adminCreate .btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#adminCreate .btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

#adminCreate .btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

#adminCreate .btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#adminCreate .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#adminCreate .btn-block+.btn-block {
    margin-top: 5px;
}

#adminCreate input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

#adminCreate .btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

#adminCreate .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

#adminCreate .btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

#adminCreate .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

#adminCreate .btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

#adminCreate .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

#adminCreate .btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

#adminCreate .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

#adminCreate .btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

#adminCreate .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

#adminCreate .btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

#adminCreate .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

#adminCreate .btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

#adminCreate button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

#adminCreate button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

#adminCreate button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

#adminCreate button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

#adminCreate .btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#adminCreate .btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#adminCreate .btn-link:hover,
.btn-link:focus {
    color: #005580;
    text-decoration: underline;
    background-color: transparent;
}

#adminCreate .btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}



#questionListGrid DIV.items-wraper {
    position: relative;
}

#questionListGrid DIV.items-wraper DIV.itmes-loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    opacity: 0.5;
}

#questionListGrid DIV.items-wraper DIV.itmes-loader IMG {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50%;
    margin-left: -25px;
}

#questionListGrid #actionCollections {
    /*background: #f5f5eb;*/
    padding-left: 13px;
    padding-top: 7px;
    font-size: 12px;
    color: #2a2a2a;
    height: 35px;
    line-height: 35px;
    float: left;
}

#questionListGrid #actionCollections a {
    display: inline-block;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    height: 22px;
    font-family: open sans, sans-serif;
    /*background-repeat: repeat-x;*/
    /*margin: 6px 6px;*/
}

#questionListGrid .heightClass #actionCollections a {
    margin: 6px 6px;
}

#questionListGrid #actionCollections.collection .inactive {
    background-color: #5e5e5e;
    background: linear-gradient(to top, #5e5e5e, #8f8f8f);
    background: -webkit-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -moz-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    background: -o-linear-gradient(bottom, #5e5e5e, #8f8f8f);
    cursor: default;
}

#questionListGrid #actionCollections [data-action=buildAQuiz] {
    background: #e66f07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    width: 105px;
}

#questionListGrid #actionCollections [data-action=addToMyCollections] {
    background: #e66f07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    width: 175px;
}

#overallPerformance tr th.transparent {
    background: transparent;
    padding-bottom: 0;
    padding-left: 0;
}

.transparentBg {
    background: transparent !important;
}

#questionList .widget.corners-5 .content .form table tr td,
th.transparentBg {
    padding-left: 0;
}

.questionList .qPagination.qBottom .pager .styled-select {
    margin-top: -2px;
}

#overallPerformance .scroll-pane {
    height: 381px;
}

#overallPerformance .jspContainer {
    overflow: hidden;
    position: relative;
}

#overallPerformance .jspPane {
    position: absolute;
}

#overallPerformance .jspVerticalBar {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #babab5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    right: 2px;
    width: 7px;
    border-radius: 3px;
}

#overallPerformance .jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: red;
    visibility: hidden;
}

#overallPerformance .jspVerticalBar *,
#overallPerformance .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

#overallPerformance .jspCap {
    display: none;
}

#overallPerformance .jspHorizontalBar .jspCap {
    float: left;
}

#overallPerformance .jspTrack {
    background: #dde;
    position: relative;
}

#overallPerformance .jspDrag {
    background: #91918f;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
}

#overallPerformance .jspHorizontalBar .jspTrack,
#overallPerformance .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

#overallPerformance .jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

#overallPerformance .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

#overallPerformance .jspVerticalBar .jspArrow {
    height: 16px;
}

#overallPerformance .jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

#overallPerformance .jspVerticalBar .jspArrow:focus {
    outline: none;
}

#overallPerformance .jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

#overallPerformance .mainInfo .category ul li span {
    position: absolute;
    left: 34px;
    color: #006eae;
    top: -1px;
    font-size: 18px;
}

#overallPerformance .mainInfo .category ul li span.icon-svg-Bookmark {
    color: #ff9600;
}

#overallPerformance .mainInfo .category ul li:before {
    display: none;
}





#buyNowModal .summaryTable tbody tr td {
    background: #f5f5eb;
}

#buyNowModal .summaryTable tbody tr:hover td {
    background: #fef6b0;
    cursor: pointer;
}

#buyNowModal .summaryTable tbody tr td input {
    border: 1px solid #9ba6b3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    /*height: 16px;*/
    font-family: Tahoma, sans-serif;
    padding: 3px 5px;
    display: inline-block;
    outline: none;
    margin: 0;
}

#buyNowModal .summaryTable tbody tr td input:focus {
    border: 1px solid #e2731d;
    outline: none;
    margin: 0;
}

#buyNowModal .summaryTable tbody tr td input.error {
    border-color: red;
}

#buyNowModal .summaryTable tbody tr td.span1 a {
    display: inline-block;
    position: relative;
}

#buyNowModal .summaryTable tbody tr td.span1 .editIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -141px -18px;
    display: none;
    height: 13px;
    position: absolute;
    top: 6px;
    right: -22px;
    width: 10px;
}

#buyNowModal .summaryTable tbody tr td.span1 input,
#buyNowModal .summaryTable tbody tr td.spanEdit input {
    width: 142px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#buyNowModal .summaryTable tbody tr td.span2 input {
    width: 78px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#buyNowModal .summaryTable tbody tr td.span2 .calendarIcon {
    background: url('images/statistics/main-icons-sprite.png') no-repeat -3px -56px;
    width: 27px;
    height: 23px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    cursor: pointer;
}

#buyNowModal .summaryTable .editable .visible {
    display: table-cell;
}

#buyNowModal .summaryTable .editable .invisible {
    display: none;
}

#buyNowModal .summaryTable .editable.active .visible {
    display: none;
}

#buyNowModal .summaryTable .editable.active .invisible {
    display: table-cell;
    background-color: #fef6b0;
    padding: 6px 0 5px;
}

#buyNowModal .summaryTable tbody tr td.subSpan input,
#buyNowModal .summaryTable .editable.active .subSpanEdit.invisible input {
    width: 25px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#buyNowModal .summaryTable tbody .addedRow td {
    padding-top: 9px;
    padding-bottom: 5px;
}

#buyNowModal .summaryTable tbody tr.hoverPrev td {
    border: none;
    background: url("images/statistics/up-shadow2.png") repeat-x scroll bottom center #f5f5eb;
}

#buyNowModal .summaryTable tbody tr.hoverNext td {
    background: url("images/statistics/down-shadow2.png") repeat-x scroll top center #f5f5eb;
}

#buyNowModal .summaryTable tbody tr.active td {
    background: #fef6b0;
    border-top: 1px solid #a6a6a5 !important;
    border-bottom: 1px solid #a6a6a5;
    cursor: pointer;
}

#buyNowModal .summaryTable tbody tr.hover td.span2 .date {
    display: none;
}

#buyNowModal .summaryTable tbody tr.hover td.span2 .dateInput {
    display: block !important;
}

#buyNowModal .summaryTable tbody tr:hover td.span1 .editIcon {
    display: inline-block;
}

#buyNowModal .testsList .addRow {
    background: #eae9d8;
    padding: 6px 23px;
    height: 22px;
}

#buyNowModal.addQuestionUp .modal-body {
    padding: 0px;
}

#buyNowModal.modal.addQuestionUp {
    width: 780px;
    margin-left: -293px;
    top: 50%;
    margin-top: -145px;
}

input.saveResultsBtn {
    width: 163px;
    height: 22px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: -22px;
    cursor: pointer;
}

span.saveResultsSpan {
    background: url('images/statistics/buttons-sprite.png') no-repeat 0 -83px;
    width: 148px;
    height: 22px;
    padding-left: 15px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-indent: 15px;
    position: relative;
    float: right;
    margin: 10px 20px 10px 0;
}

span.saveResultsSpan b {
    color: inherit;
}

#buyNowModal.addQuestionUp .modal-footer {
    padding-bottom: 0;
}

#quiz {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: auto;
}

#quiz * {
    box-sizing: border-box;
}

#quizForm {
    /*display: none;*/
}

.customTests {
    margin-top: 12px;
    border-radius: 20px;
    background: white;
    padding: 24px 14px;
    font-family: "Poppins", sans-serif;
    box-shadow: 2px 4px 12px 0px #00000040;
}

.customTestsTable {
    font-family: "Poppins", sans-serif;
    margin-bottom: 24px;
}

.customTestsTableContent {
    border: 1px solid #E0E0E0;
    border-radius: 8px 0 8px 8px;
}

.customTestsTableHead {
    font-size: 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;

}

.customTestsTableHead>div {
    height: 62px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    width: 9.5%;
    border-right: 1px solid #E0E0E0;
    text-align: center;
}

.customTestsTableHead>div.lightBlue {
    font-size: 14px;
    font-weight: 600;
}

.customTestsTableHead>div.lightBlue>div {
    font-weight: 400;
}

.customTestsTableRow .counter {
    display: flex;
    align-items: center;
    gap: 5px;
}

#quizForm .customTestsTableHead>div span,
#quizForm .section-total {
    color: #0A8CBD;
}

#quizForm.warning .customTestsTableHead>div span,
#quizForm.warning .section-total {
    color: #e66f07;
}

#quizForm.negative .customTestsTableHead>div span,
#quizForm.negative .section-total {
    color: #FF0000;
}

#quizForm.positive .customTestsTableHead>div span,
#quizForm.positive .section-total {
    color: #08C108;
}

.customTestsTableHead>div:last-of-type {
    border-right: none;
}

.customTestsTable .rowName {
    width: 14.5%;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-start;
    color: #000;
}

.customTestsTableRow>div {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    border-right: 1px solid #E0E0E0;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #4F4F4F;
    height: 60px;
    width: 9.5%;
}

.customTestsTableRow>div:last-of-type {
    border-right: none;
}

.customTestsTableHead,
.customTestsTableRow {
    display: flex;
    align-items: center;
    width: 100%;
}

.customTestsTableRow .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
}

.customTestsTable .lightBlue {
    background-color: #EDF3FB;
}

.customTestsTableHead .blue {
    background-color: #9BDBED;
}

.customTestsTableHead .yellow {
    background-color: #F4E9A1;
}

.customTestsTableHead .purple {
    background-color: #B6F8C8DE;
}

.decreaseIcon,
.increaseIcon {
    cursor: pointer;
}

.customTestsSwitches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    height: 60px;
    padding: 0 8px;
    margin-bottom: 24px;
}

.customTestsSwitches svg {
    margin-left: 8px;
    margin-right: 8px;
}

.customTestsBtns {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.customTestsReset {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0A8CBD;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.customTestsHistory {
    display: none;
    border-top: 1px solid #B2B2B2;
    padding-top: 8px;
    width: 100%;
}

.customTestsStart {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A8CBD;
    color: white;
    height: 30px;
    font-size: 19px;
    border-radius: 26px;
    padding: 0 16px;
    border: none;
    font-family: "Poppins", sans-serif;
}

.customTestsStart.disabled {
    background: unset;
    color: #0A8CBD;
    border: 1px solid #0A8CBD;
}

.customTestsFilter {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A8CBD;
    color: #ffffff;
    border: 1px solid #0A8CBD;
    height: 30px;
    font-size: 19px;
    border-radius: 26px;
    padding: 0 16px;
    transition: all 0.1s ease;
}

.customTestsFilter.disabled {
    background: white;
    color: #0A8CBD;
}

#customTests .prev-attempt {
    /*width:min-content;*/
    display: flex;
    align-items: center;
    gap: 16px;
}

#customTests .prev-attempt .prev-attempt-icon {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

#customTests .prev-attempt .prev-attempt-icon.rotate {
    transform: rotate(0deg);
}

#customTests .prev-attempt svg {
    transition: transform 0.3s ease;
    /* Smooth rotation */
}

#customTests .prev-attempt-content {
    display: none;
    width: max-content;
    max-width: 230px;
    background-color: white;
    position: absolute;

    height: min-content;
    padding: 12px 28px;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    right: 0;
    top: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#customTests .prev-attempt-content .divider {
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

#customTests .prev-attempt-content.show {
    display: flex;
    flex-direction: column;
    opacity: 1;
    z-index: 100;
}

.customTestsSwicher {
    color: #707070;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.customTestsSwicher .radioButtonContainer,
.customTestsSwicher .subscriptionPackWrapper {
    position: relative;
}

.customTestsSwicher .radioButtonContainer .radioTip,
.customTestsSwicher .subscriptionPackWrapper .radioTip {
    display: none;
    position: absolute;
    left: 20%;
    bottom: 100%;
    padding: 10px;
}

.customTestsSwicher .radioButtonContainer .radioTip .wrapper,
.customTestsSwicher .subscriptionPackWrapper .radioTip .wrapper {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e5e5;
    white-space: nowrap;
    padding: 3px 10px;
}

.customTestsSwicher .radioButtonContainer:hover .radioTip,
.customTestsSwicher .subscriptionPackWrapper:hover .radioTip,
.customTestsSwicher .radioButtonContainer .radioTip:hover,
.customTestsSwicher .subscriptionPackWrapper .radioTip:hover {
    display: block;
}

#customTests [type="radio"]:checked,
#customTests [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#customTests [type="radio"]:checked+label {
    color: #2A2A2A;
}

#customTests [type="radio"]:not(:checked)+label {
    color: #707070;
}

#customTests [type="radio"][disabled="disabled"]+label {
    color: #8D8D8D;
    cursor: not-allowed !important;
}

#customTests [type="radio"]:checked+label,
#customTests [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

#customTests [type="radio"]:checked+label:before,
#customTests [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10.5" r="9.5" stroke="%23B2B2B2"/></svg>');
}

#customTests [type="radio"]:checked+label:before {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="9.5" stroke="%230A8CBD"/><circle cx="11" cy="11" r="5" fill="%230A8CBD"/></svg>');
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#customTests [type="radio"]:checked+label:after,
#customTests [type="radio"]:not(:checked)+label:after {
    display: none;
    content: '';
    width: 12px;
    height: 12px;
    background: #0A8CBD;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#customTests [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#customTests [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#customTests .test-check {
    display: none;
}

#customTests .test-check+label:hover:before {
    opacity: 1.0;
    transform: scale(1.05);
}

#customTests .test-check+label {
    display: flex;
    cursor: pointer;
}

#customTests .test-check:disabled+label {
    cursor: not-allowed;
}

#customTests .test-check+label span {
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

#customTests .test-check+label:before {
    display: flex;
    content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="3.5" stroke="%23B2B2B2"/></svg>');
    vertical-align: middle;
    align-items: center;
    margin-right: 12px;
    transition: 0.5s ease;
    opacity: 0.8;
}

#customTests .test-check:checked+label {
    color: #2A2A2A;
}

#customTests .test-check:checked+label:before {
    content: url('data:image/svg+xml,<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 0.5C1.567 0.5 0 2.067 0 4V18C0 19.933 1.567 21.5 3.5 21.5H17.4406C19.3735 21.5 20.9406 19.933 20.9406 18V4C20.9406 2.067 19.3735 0.5 17.4406 0.5H3.5ZM4.36193 11.4748L8.72455 15.8125L16.5777 8.00503L15.1888 6.62498L8.72455 13.0524L5.74994 10.125L4.36193 11.4748Z" fill="%230A8CBD"/></svg>');
}

#customTests .test-check.none+label:before {
    display: none;
}

#customTests .test-check.none+label:hover {
    text-decoration: underline;
}



/* Custom  checkbox */
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #707070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
}

/* .checkboxContainer:hover input ~ .checkmark {
    background-color: #ccc;
  } */
.checkboxContainer input:checked~.checkmark {
    background-color: #0A8CBD;
    border: 1px solid #0A8CBD;
}

.checkboxContainer .text {
    color: #707070;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.checkboxContainer input:checked~.text {
    color: #2A2A2A;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxContainer input:checked~.checkmark:after {
    display: block;
}

.checkboxContainer .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quiz-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.h1.quizHeader {
    font: 20px open-sans, sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-left: 70px;
    position: relative;

}

.h1.quizHeader:before {
    content: " ";
    position: absolute;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 39px;
    background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -367px -636px;
}

.question-info {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quiz-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
}

.h1.quizHeader {
    font: 20px open-sans, sans-serif;
    font-weight: 700;
    font-size: 36px;
    padding-left: 70px;
    position: relative;

}

.h1.quizHeader:before {
    content: " ";
    position: absolute;
    left: 20px;
    top: 0px;
    width: 40px;
    height: 39px;
    background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -367px -636px;
}

.question-info {

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#CAT .welcome {

    width: 662px;
    background: #f5f5eb;
    padding: 20px 19px 0;
    min-height: 189px;
}

#quiz .welcome {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    padding: 40px 50px;
    box-sizing: border-box;
    height: 180px;
    background: #F2F2F2;
    border-radius: 3px;
}

#quiz .welcomeText {
    color: #333333;
    margin-top: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

#CAT .welcome p {
    padding-bottom: 21px;
    font: 12px/17px tahoma, sans-serif;
}

#quiz .performance {
    display: flex;
    align-items: center;
}

#quiz .performance span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
}

#quiz .performance a {
    box-sizing: border-box;
    border-radius: 3px;
    padding-left: 60px;
    position: relative;
    background: #FF8C2A;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    ;
}

#quiz .performance a:before {
    position: absolute;
    content: " ";
    left: 20px;
    top: 12px;
    width: 26px;
    height: 26px;
    background-image: url(images/quiz/bar-chart-2.svg);
}

#CAT .performance {
    float: right;
    background: #eae9d8;
    width: 200px;
    padding: 17px 0;
    margin: -209px 0 0 0;
}

#quiz .performance ul,
#CAT .performance ul {
    padding: 0 24px;
}

#quiz .performance ul li,
#CAT .performance ul li {
    font: 14px/17px tahoma, sans-serif;
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
}

#quiz .performance ul li:before,
#CAT .performance ul li:before {
    position: absolute;
    content: ' ';
    left: -4px;
    top: 4px;
    width: 12px;
    height: 11px;
    background-image: url('images/quiz/quiz-sprite.png');
    background-position: -48px -6px;
}

#CAT .performance a {
    display: block;
    border-radius: 2px;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 134px;
    height: 37px;
    background: #e66f07;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    font: 12px tahoma, sans-serif;
    color: #fff;
    margin: 11px auto 0;
    padding: 11px 0 0 40px;
    text-decoration: none;
    position: relative;
}

#CAT .performance a:before {
    position: absolute;
    content: ' ';
    width: 21px;
    height: 23px;
    left: 9px;
    top: 14px;
    background: url('images/quiz/performance-icon.png');
}

#quiz div.performance a {
    margin: 0 auto;
}

#quiz .blocked-mode .messageWrapper {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    width: 362px !important;
    height: 38px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
    position: relative;
    margin-left: 42px;
}

#quiz .blocked-mode .messageWrapper.big {
    width: 382px !important;
}

#quiz .blocked-mode .messageWrapper::before {
    position: absolute;
    display: block;
    content: " ";
    left: -30px;
    height: 18px;
    width: 18px;
    border: 1px solid #2A2A2A;
    opacity: 0.2;
    border-radius: 100%;
}

#quiz .blocked-mode p {
    opacity: 0.2;
}

#quiz .blocked-mode .upgrade {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-left: 42px;
    background: #FF8C2A;
    border-radius: 3px;
    height: 28px;
    width: 135px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

#quiz .blocked-mode span {
    background: url('images/quiz/lock.svg');
    min-width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

#quiz .diamond {
    width: 20px;
    height: 18px;
    display: inline-block;
    margin-top: 2px;
    margin-left: 3px;
    background: url('images/quiz/diamond.svg');
}

#quiz .packsContainer {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 65px;
}

#quiz .subscriptionPackWrapper.restrict {
    margin-bottom: 40px;
    width: 405px;
}

#quiz .packsContainer .subscriptionPackWrapper {
    position: relative;
}

#quiz .packsContainer .practiceMode {
    position: absolute;
    top: -5px;
    left: -1px;
    background-color: white;
    margin-top: 0;
}

#quiz .packsContainer div.radio span {
    /* opacity: 0; */
    background-image: none
}

#quiz .packsContainer div.radio span.checked {
    /* opacity: 0; */
    background-image: none
}

#quiz .packsContainer div.radio {
    margin-right: 10px;
}

#quiz .packsContainer div.radio input {
    opacity: 1 !important;
    margin-top: 5px;

}

/* #quiz .packsContainer .blocked-mode .messageWrapper::before{
    border-radius: 2px!important;
} */
#quiz div.field .subscriptionPack {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
}

#quiz div.field .subscriptionPack .buttonBlock {
    position: absolute;
    left: 110px;
    top: 18px;
}

#quiz div.field .subscriptionPack .checker.disabled+label,
#quiz div.field .subscriptionPack .checker.disabled+label * {
    color: #aaaaa8;
}

#quiz div.field .subscriptionPack label {
    display: inline-block;
    margin-top: 2px;
}

#quiz a.buyNow {
    display: inline-block;
    height: 20px;
    width: 60px;
    text-transform: uppercase;
    text-align: center;
    font: 12px open-sans, sans-serif;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 14px 0 14px;
    margin: 8px 0 0 28px;
    line-height: 20px;
    position: relative;
    background: #e87109;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #ff8d2a),
            color-stop(1, #e16900));
    background-image: -o-linear-gradient(bottom, #ff8d2a 0%, #e16900 100%);
    background-image: -moz-linear-gradient(bottom, #ff8d2a 0%, #e16900 100%);
    background-image: -webkit-linear-gradient(bottom, #ff8d2a 0%, #e16900 100%);
    background-image: -ms-linear-gradient(bottom, #ff8d2a 0%, #e16900 100%);
    background-image: linear-gradient(to bottom, #ff8d2a 0%, #e16900 100%);
}

#quiz a.learnMore {
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    color: #1A6387;
    font-weight: bold;
    font-family: open sans, sans-serif;
    font-size: 14px !important;
    margin: 0 0 0 30px;
    -webkit-text-size-adjust: none;
}

#quiz .performance a b,
#CAT .performance a b {
    display: block;
    color: inherit;
    text-transform: uppercase;
}

#quiz .testState {
    box-sizing: border-box;
    height: 180px;
    margin-right: 10px;
    padding: 20px 30px;
    display: flex;
    background: #FAFAFA;
    border: 1px solid #1A6387;
    border-radius: 3px;
}

#quiz .testState p {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
}

#quiz .testStateInner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    border-right: 1px solid #C4C4C4;
    padding-right: 20px;
    min-width: 200px;
}

#quiz .testStateInner .amount {
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 5px;
    color: #1A6387;
}

#quiz .testState .resetWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;

}

#quiz .testState a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 218px;
    height: 38px;
    background: #2062B3;
    border-radius: 3px;
    padding: 12px 10px 12px 33px;
    margin-bottom: 15px;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

#quiz .testState a:before {
    content: " ";
    width: 18px;
    height: 18px;
    background: url("images/quiz/corner-up-left.svg");
    position: absolute;
    left: 9px;
    top: 9px;
}

#quiz .testState a.noActive {
    opacity: 0.6;
}

#quiz .testInfo {
    width: 230px;
    padding: 8px 0px 0px 19px;
    margin-top: 40px;
}

#CAT .testInfo {
    width: 230px;
    padding: 8px 0px 0px 0;
    margin-top: 40px;
}

#quiz .testInfo span,
#CAT .testInfo span {
    font: 14px open-sans, sans-serif;
    text-transform: uppercase;
}

#quiz .testInfo span b,
#CAT .testInfo span b {
    color: inherit;
    line-height: 19px;
}

#quiz .testInfo span b.biggerFont,
#CAT .testInfo span b.biggerFont {
    font-size: 16px;
    display: block;
}

#quiz .testInfo p,
#CAT .testInfo p {
    font: 24px open-sans, sans-serif;
    color: #006eae;
    padding-top: 5px;
}

#quiz .unsolved {
    width: 608px;
    float: right;
    background: #eae9d8;
    padding: 25px 31px 22px 31px;
    margin-top: -131px;
}

#CAT .unsolved {
    width: 608px;
    float: right;
    background: #eae9d8;
    padding: 33px 31px 22px 31px;
    margin-top: -131px;
}

#quiz .unsolved h2,
#CAT .unsolved h2 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: -4px;
}

#quiz .unsolved p,
#CAT .unsolved p {
    font: 16px bold open-sans, sans-serif;
    text-transform: uppercase;
    padding-top: 4px;
    font-weight: bold;
}

#quiz .unsolved p span,
#CAT .unsolved p span {
    color: #006eae;
    font-size: 32px;
    font-family: inherit;
    padding-right: 15px;
    font-weight: normal;
}

#quiz .unsolved .reset,
#CAT .unsolved .reset {
    border-top: 1px solid #fff;
    padding: 17px 0 0 0;
    margin-top: 9px;
}

#quiz .unsolved .reset a,
#CAT .unsolved .reset a {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0 30px;
    width: 140px;
    height: 26px;
    background-image: url('images/quiz/quiz-sprite.png');
    background-position: -2px -100px;
    font: 11px open-sans, sans-serif;
    color: #fff;
    text-decoration: none;
}

#quiz .unsolved .reset a.noActive {
    background-image: url('images/quiz/quiz-sprite.png');
    background-position: -2px -100px !important;
}

#quiz .unsolved .reset a:hover,
#CAT .unsolved .reset a:hover {
    background-position: -181px -100px;
}

#quiz .unsolved .reset p,
#CAT .unsolved .reset p {
    font: 12px tahoma, sans-serif;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    width: 427px;
    padding-top: 0px;
    margin-left: 7px;
}

#quiz .newQuiz {
    margin-top: 50px;
    background: #FAFAFA;
    padding-top: 27px;
}

#quiz .newQuiz>.h1 {
    padding-left: 10px;
    position: relative;
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    height: 41px;
    display: flex;
    color: #1A6387;
    margin-bottom: 35px;
}

#quiz .newQuiz>.h1::after {
    position: absolute;
    content: "";
    width: 66%;
    bottom: 9px;
    right: 0px;
    height: 1px;
    display: block;
    background-color: #1A6387;
}

#quiz .newQuiz .stepWrapper {
    padding: 10px;
    padding-right: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-bottom: 20px;
}

#quiz .newQuiz .stepContent {
    padding-left: 65px;
}

#quiz .newQuiz h1 span.icon-svg-play3 {
    position: absolute;
    left: 15px;
    font-size: 12px;
    color: #ff8b2a;
}

#quiz .newQuiz .stepTitle {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

#quiz .newQuiz .stepNumber {
    margin-right: 20px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #1A6387;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
}

#quiz .newQuiz .step .h3 {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #C4C4C4;
    ;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #1A6387;
}

#quiz input[type="radio"] {
    box-sizing: border-box;
    background-color: none;
    border-radius: 10px;
    border: 2px solid #2A2A2A;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-right: 15px;
    margin-left: 0;
    position: relative;
    width: 18px;
    -webkit-appearance: none;
}

#quiz input[type="radio"]:after {
    box-sizing: border-box;
    border-radius: 25px;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    left: -3px;
    position: relative;
    top: -3px;

}

#quiz input[type="radio"]:checked:after {
    border: 5px solid #EE7C00;
}

#quiz .examMode label,
#quiz .practiceMode label {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #333333;
}

#quiz .newBuyNow {
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87px;
    height: 28px;
    left: 217px;
    top: 1211px;
    background: #FF8C2A;
    border-radius: 3px;
}

#quiz div.field .subscriptionPack .checker,
#quiz .categoryHederWrapper .checker {
    top: -1px;
    left: -1px;
}

#quiz .newQuiz .difficulty {
    padding: 25px 0 25px 0px;
}

#quiz .newQuiz .field.difficulty.qLevels.browseMode {
    border: none !important;
}

#quiz .newQuiz .field.difficulty.qLevels .inline-label {
    margin-right: 55px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 120%;
    ;
    text-transform: uppercase;
}

#quiz .newQuiz .field.difficulty.qLevels .inline-label b {
    font-weight: 700;
}

#quiz .include-questions-container {
    display: flex;
    flex-wrap: wrap;
}

#quiz .newQuiz .input-container {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
}

#quiz .newQuiz .difficulty label.label {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 20px;

}

#quiz .newQuiz .step+.field.difficulty.qPacks>.subscriptionPack label.inline-label {
    margin-right: 44px;
    margin-left: 8px;
}

#quiz div.field .subscriptionPack.paid_math_revolution_1 .checker+label:before {
    content: '';
    width: 80px;
    display: block;
    position: absolute;
    top: -35px;
    height: 34px;
    background: url('/forum/styles/gmatclub_light/imageset/forum_sprite.svg') no-repeat -5px -820px;
}

#quiz div.field .subscriptionPack.paid_math_revolution_1 .checker.disabled+label:before {
    background: url('/forum/styles/gmatclub_light/imageset/forum_sprite.svg') no-repeat -91px -820px;
}

#quiz div.field .subscriptionPack .checker.disabled#uniform-question_pack_paid_math_revolution_1+label:before {
    content: '';
    width: 80px;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    height: 34px;
    background: url("/forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat 0px -820px;
}

#quiz .newQuiz .difficulty .checkerWrapper {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#quiz .checkerItem {
    display: flex;
    align-items: center;
}

#quiz .newQuiz .difficulty label.inline-label b {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

#quiz .newQuiz .difficulty.qInclude label {
    margin-right: 49px;
    font-size: 18px;
}

#quiz .newQuiz .difficulty.qFilter {
    padding: 0px 0 7px 0px;
}

#quiz .newQuiz .difficulty.qFilter div {
    margin-bottom: 11px;
}

#quiz .newQuiz .difficulty.qFilter .inputGroup {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#quiz .newQuiz .difficulty.qFilter .inputGroup input {
    margin-left: 1px;
}

#quiz .newQuiz .difficulty.qFilter .inputGroup input::after {
    content: " ";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    border: 1px solid #2A2A2A;
    border-radius: 3px;
    width: 20px;
    height: 20px;

}

#quiz .newQuiz .difficulty.qFilter .inputGroup input:checked:after {
    background: url(images/quiz/Vector.svg) center no-repeat;
    background-color: #EE7C00;
    border: none;
}

#quiz .newQuiz .difficulty.qFilter .inputGroup label {
    margin-top: 5px;
    margin-left: 10px;
}

#quiz .newQuiz .difficulty.qFilter label {
    font: 14px open-sans, sans-serif;
    min-width: 159px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

#quiz .newQuiz .difficulty.qFilter input {
    font: 12px tahoma, sans-serif;
    margin-right: 10px;
    margin-left: 0px;
}

#quiz .newQuiz .qNumber {
    padding: 18px 0 24px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

#quiz .newQuiz .qTime {
    padding: 0px 0 24px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#quiz .newQuiz .qTime .timeDisabled {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
    height: 60px;
}

#quiz .newQuiz .qNumber label,
#quiz .newQuiz .qTime label {
    font: 18px open-sans, sans-serif;
}

#quiz .newQuiz .qNumber label.label,
#quiz .newQuiz .qTime label.label {
    font: 18px open-sans, sans-serif;
    margin-left: 16px;
    min-width: 185px;
    font-weight: bold;
}

#quiz .newQuiz .qNumber input,
#quiz .newQuiz .qTime input {
    margin-right: 10px;
    margin-left: 25px;
    text-align: center;
    width: 80px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

#quiz .newQuiz .qNumber input[type='number'],
#quiz .newQuiz .qTime input[type='number'] {
    -moz-appearance: textfield;
}

#quiz .newQuiz .checker span {
    box-sizing: border-box;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #2A2A2A;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

#quiz .newQuiz .checker span.checked {
    background: url("images/quiz/Vector.svg") center no-repeat;
    background-color: #EE7C00;
    border: none;
}

#quiz input.quizChangeTopics {
    margin-right: 15px;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #7E8BA5;
    border-radius: 3px;
    width: 18px;
    height: 20px;
}

#quiz input.quizChangeTopics::after {
    content: " ";
    box-sizing: border-box;
    position: absolute;
    display: block;
    background: white;
    border: 1px solid #2A2A2A;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

#quiz input.quizChangeTopics:checked:after {
    background: url("images/quiz/Vector.svg") center no-repeat;
    background-color: #EE7C00;
    border: none;
}

#quiz .newQuiz .qNumber input::-webkit-outer-spin-button,
#quiz .newQuiz .qNumber input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#quiz .newQuiz .qSelect {
    padding: 10px 35px 25px 34px;
}

#quiz .newQuiz .qSelect h2 {
    font: 12px tahoma, sans-serif;
    font-weight: bold;
    margin-bottom: 4px;
}

#quiz .newQuiz .qSelect p {
    font: 10px tahoma, sans-serif;
}

#quiz .science {
    /* display: flex;
    flex-wrap: wrap; */
    padding-left: 70px;
    padding-bottom: 35px;
}

#quiz .di,
#quiz .qQuantitative,
#quiz .verbal {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#quiz .science .h2 {
    display: flex;
    align-items: center;
    padding-left: 25px;
    gap: 5px;
    height: 42px;
    text-transform: uppercase;
    border-bottom: 1px solid #C4C4C4;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#quiz .science ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    margin-bottom: 35px;
    padding-bottom: 5px;
}

#quiz .science .verbal ul {
    padding-left: 15px;
}

#quiz .science ul li {
    display: flex;
    align-items: center;
    width: 25%;
    padding-right: 15px;
    margin-bottom: 25px;
}

#quiz .science ul li span.countOfQuestions {
    margin-left: 3px;
    color: #2062b3;
}

#quiz span.countOfQuestions b {
    color: inherit;
}

#quiz .science ul li span.countOfQuestions b {
    color: inherit;
    font-weight: normal;
}

#quiz .science ul li.qType {
    width: 100%;
}

#quiz .science ul#quizQuantitativeQuestionTopicsList {
    padding-left: 20px;
}

#quiz .science ul#quizQuantitativeQuestionTopicsList li label,
#quiz .science ul#quizVerbalSC li label,
#quiz .science ul#quizVerbalCR li label,
#quiz .science ul#quizVerbalRC li label {
    width: 175px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

#quiz .science ul#quiz_topics_I_TA,
#quiz .science ul#quiz_topics_I_GI,
#quiz .science ul#quiz_topics_I_MS,
#quiz .science ul#quiz_topics_I_TPA {
    display: none;
}

#quiz .science .categoryHederWrapper {
    /* padding-left: 25px; */
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 25px;
    column-gap: 5px;
}

#quiz .science .categoryHederWrapper span {
    font-weight: 700;
    font-size: 18px;
}

#quiz .science .categoryHeader {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    margin-left: 5px;
    cursor: pointer;
}

#quiz .science ul#quizVerbalRC {
    float: none;
}

#quiz .science ul li label {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    max-width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#quiz .science ul li span {
    vertical-align: text-top;
}

#quiz .science ul li label.checked {
    font-weight: bold;
}

#quiz .science ul li.qType label {
    font-weight: bold;
}

/* #quiz .science .verbal h2 {
  padding-left: 0;
} */
#quiz .science ul li label span.count-label {
    font: 10px tahoma, sans-serif;
    color: #2062b3;
    padding-left: 6px;
}

#quiz .mode-container {
    gap: 60px;
    display: flex;
    padding-left: 65px;
}

/* #quiz .mode-container div{
    width: 33.3333%;
} */
#quiz .examMode,
#quiz .practiceMode {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}

#quiz .quizStart div {
    background: #FF8C2A;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 300px;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
}

#quiz .quizStart div svg {
    margin-left: 10px;
    margin-bottom: -5px;
}

#quiz .quizStart {
    /* background: #eae9d8; */
    padding: 31px 0 33px 0;
}

#quiz .quizStart div input {
    opacity: 0;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    width: 300px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    left: 0;
}

#quiz .examMode p,
#quiz .practiceMode p {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    padding-left: 42px;
    margin-top: 10px;
}

#quiz .controls div span {
    font: 14px open-sans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}

#quiz .hDivider {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 auto;
}


/*STYLES FOR NEW QUIZ MENU*/
.stats-container {
    background-color: white;
    border-radius: 20px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px 64px;
    justify-content: start;
    flex-wrap: wrap;
}

.stats-head {
    width: 100%;
    display: flex;
}

.stats-summary {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 16px;
    justify-content: start;
    margin: auto 0;
    font: 500 14px/25px Poppins, sans-serif;
    flex: 1;
}

.stats-actions {
    display: flex;
    align-self: stretch;
    align-items: center;
    gap: 16px;
    justify-content: end;
}

.stats-actions.right {
    margin-left: 16px;
}

.stats-actions.left {
    margin-right: 16px;
}

.category-stat {
    align-self: stretch;
    margin: auto 0;
}

.stats-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: fit-content;
}

.stats-action span {
    margin-right: 10px;
}

.section-count {
    font-weight: bold;
}

.section-count:not(:empty)::before {
    content: " out of ";
    font-weight: normal;
}

.divider {
    background-color: #e0e0e0;
    align-self: stretch;
    width: 1px;
    height: 17px;
    margin: auto 0;
}

.home .home-page .info-section .divider {
    width: 100%;
    height: 1px;
}

.vertical-divider {
    background-color: #e0e0e0;
    width: 1px;
    min-width: 1px;
    height: 17px;
    margin: auto 0;
}

.horizontal-divider {
    display: none;
    background-color: #e0e0e0;
    height: 1px;
    min-height: 1px;
    width: 100%;
}

.reset-button {
    width: fit-content;
    border-radius: 26px;
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0a8cbd;
    justify-content: center;
    margin: auto 0;
    padding: 6px 12px;
    font: 500 12px Poppins, sans-serif;
    border: 1px solid #0a8cbd;
    cursor: pointer;
    transition: all 0.1s;
    position: relative;
}

.reset-button .recet-tip {
    display: none;
    position: absolute;
    left: 20%;
    bottom: 100%;
    padding: 10px;
}

.reset-button .recet-tip .wrapper {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e5e5;
    padding: 3px 10px;
    min-width: 477px;
}

.reset-button .recet-tip .wrapper a {
    display: inline;
}

.reset-button:hover .recet-tip {
    display: block;
}

#quiz .noActive .reset-button,
#quiz .noActive .reset-button:hover {
    cursor: default;
    border-color: #8D8D8D;
    color: #8D8D8D;
    background-color: white;
}

#quiz .noActive .reset-button svg path,
#quiz .noActive .reset-button:hover svg path {
    stroke: #8D8D8D;
}

.noActive.reset .reset-button {
    cursor: pointer;
}

#quiz .reset-button:hover {
    color: white;
    background-color: #2062B3;
}

#quiz .reset-button:hover svg path {
    stroke: white;
}

.settings-wrapper {
    align-self: stretch;
    display: flex;
    min-height: 35px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 52px;
    margin: auto 0;
    padding: 2px 10px;
}

.settings-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
}

.stats-container .tests.show {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Creates 3 columns of equal width */
    gap: 10px;
    /* Adds spacing between items */
}

.input-count {
    font-weight: 600;
    border: none;
    background: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    width: 100%;
    max-width: 30px;
    text-align: center;
    padding: 0;
}

.input-count.error {
    color: rgb(255, 0, 0);
}

#customTests input[type="number"] {
    -moz-appearance: textfield;
    /* For Firefox */
    -webkit-appearance: none;
    /* For Chrome, Safari, Edge */
    appearance: none;
    /* Standard */
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    outline: 0;
    height: 26px;
    background: #f5f5ff;
}

#customTests .dropdown-group:hover {
    background-color: #F6F6F6;
}

/* This will hide the spinner buttons for Chrome, Safari, Edge */
#customTests input[type="number"]::-webkit-outer-spin-button,
#customTests input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* This will hide the spinner buttons for Firefox */
#customTests input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 991px) {
    .stats-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .stats-summary {
        max-width: 100%;
    }

    .stats-details {
        max-width: 100%;
    }
}

/*
#quiz .science
{
    text-align: right;
}
#quiz .science ul
{
    display: block;
    clear: both;
    padding-top: 17px;
}
#quiz .science ul li:first-child
{
    margin-left: -20px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 13px;
}
#quiz .science ul li:first-child label
{
    font-size: 14px;
}
#quiz .science .h2
{
    padding-left: 0;
}
#quiz .science .verbal
{
    margin-left: -3px;
}
#quiz .verbal
{
    padding: 0;
    text-align: left;
}
#quiz .qQuantitative
{
    text-align: left;
}
#quiz .science .qQuantitative h2
{
    margin-left: -18px;
}
*/


#passedTests .catS {
    width: 260px;
    height: 175px;
    display: inline-block;
    vertical-align: top;
}

#passedTests .catS #passed_test_passed_left_graphic {
    width: 260px;
    height: 125px;
}

#passedTests {
    margin-top: 20px;
}

#passedTests .catS #passed_quiz_passed_left_graphic {
    width: 260px;
    height: 125px;
}

/* TODO: Boris edited. Please check. */
#passedTests .mainInfo #answers_quiz_analysis {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}


#passedTests .catS .passed {
    display: inline-block;
    min-width: 85px;
    font: 12px open-sans, sans-serif;
    color: #006eae;
    padding-left: 45px;
    text-transform: uppercase;
}

#passedTests .catS .passed.analysis {
    min-width: 150px;
}

#passedTests .catS .passed div {
    padding: 1px 0;
    text-align: left;
}

#passedTests .catS .passed span,
#passedTests .catS .passed a {
    text-decoration: underline;
    color: #006eae;
    float: right;
}

#passedTests .catS .passed .leftGrey {
    color: #6a6a6a;
}

#passedTests .catS .passed.vPassed {
    padding-left: 21px;
}

#passedTests #passedTestTimeChart {
    width: 264px;
    height: 264px;
    display: inline-block;
    vertical-align: top;
    margin: -24px 15px 0;
    position: relative;
}

#passedTests #passedTestTimeChart:before {
    content: "TIME";
    position: absolute;
    top: 9%;
    left: 50%;
    margin-left: -17px;
    width: 40px;
    height: 20px;
    z-index: 999;
    font: 14px open-sans, sans-serif;
    color: #2a2a2a;
}

#passedTests #passedQuizTimeChart {
    width: 360px;
    height: 264px;
    display: inline-block;
    vertical-align: top;
    margin: -24px 15px 0;
    position: relative;
}

#passedTests #passed_test_answers {
    width: 132px;
    height: 132px;
    display: inline-block;
    vertical-align: top;
}

#passedTests #passed_quiz_answers {
    width: 132px;
    height: 132px;
    display: inline-block;
    vertical-align: top;
}

#passedTests span.qAnswer {
    font: 14px open-sans, sans-serif;
    font-weight: bold;
    display: block;
    padding: 0 13px;
    border-bottom: 1px solid #d8d8d8;
}

#passedTests span.qAnswer b {
    font-size: 16px;
    color: #006eae;
}

#passedTests .answers {
    display: none;
}

#passedTests .correct {
    font: 12px open-sans, sans-serif;
    color: #54912f;
    padding: 3px 13px;
    text-transform: uppercase;
}

#passedTests .incorrect {
    font: 12px open-sans, sans-serif;
    color: #c02636;
    padding: 0 13px;
    text-transform: uppercase;
}

#passedTests .correct span {
    color: #006eae;
    text-decoration: underline;
    padding: 3px 16px 3px 22px;
}

#passedTests .incorrect span {
    color: #006eae;
    text-decoration: underline;
    padding: 3px 10px;
}

#passedTests .answers h3 {
    text-align: center;
    font: 14px open-sans, sans-serif;
    text-transform: uppercase;
    margin-right: 36px;
}

#passedTests .result {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 290px;
    padding-left: 50px;
    margin: 10px 20px 10px 0;
}

#passedTests .result .h1 {
    font: 20px open-sans, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

#passedTests .result .h1~p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin-top: 7px;
    margin-right: 22px;
}

#passedTests .result a {
    font: 14px open-sans, sans-serif;
    color: #006eae;
    text-decoration: underline;
    text-transform: none;
}

#passedTests .result span {
    font: 10px tahoma, sans-serif;
}

.catsWrap {
    background: #fff;
    padding: 24px 30px 30px 30px;
    border-bottom: 6px solid #b8b8b8;
    margin-bottom: 40px;
    text-align: center;
}

.catsWrap.passQuiz {
    padding: 24px 30px 30px 0px;
}

#passedTests .result .h1 {
    position: relative;
}

#passedTests .result .h1.bestCat {
    border-bottom: 1px solid #dbdbda;
    padding-left: 4px;
}

#passedTests .result .h1.worstCat {
    border-bottom: 1px solid #dbdbda;
    padding-left: 4px;
}

#passedTests .result .h1:before {
    position: absolute;
    left: -39px;
    top: -19px;
    content: " ";
    width: 30px;
    height: 31px;
}

/*#passedTests .result .h1.bestCat:before
{
    background: url("images/pdf/best_icon_analys.png");
    width: 29px;
    height: 30px;
    top: -9px;
}
#passedTests .result .h1.worstCat:before
{
    background: url("images/pdf/worst_icon_analys.png");
    top: 0;
}*/
#passedTests .verticalDivider {
    height: 1px;
    background: #d8d8d8;
    margin: 30px auto;
}

#passedTests .catsWrap .verticalDivider {
    position: relative;
    z-index: 999;
    margin-top: -22px;
}

#passedTests .h1.catHeader {
    background: #e7e7e7;
    font-size: 18px;
    line-height: 18px;
    color: #2062b3;
    margin: 0;
    padding: 10px 0 10px 20px;
    font-family: tahoma, sans-serif;
    position: relative;
}

#passedTests .h1.catHeader:before {
    background: url('images/statistics/icons-sprite.png') no-repeat -187px -3px;
    width: 5px;
    height: 9px;
    display: inline-block;
    content: " ";
    margin-right: 7px;
    position: relative;
    top: -1px;
}

#passedTests .questionList .items TR TD.qRetry {
    width: 71px;
}

.questionList .items TR TD.qRetry {
    text-align: center;
}

/*.questionList .items TR TD.qRetry a {
    display: inline-block;
    background: url("images/statistics/statistics-sprite.png") no-repeat;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    position: relative;
}*/
.questionList .items TR TD.qRetry a.testContinue,
#lastTests .testContinue {
    display: inline-block;
    background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -472px -570px;
    margin-left: 6px;
    vertical-align: middle;
    width: 16px;
    height: 19px;
    position: relative;
}

#lastTests .testContinue {
    right: -7px;
}

#lastTests .testContinue:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -9px;
    left: -9px;
}

.questionList .items TR TD.qRetry a.testFinish,
#lastTests .testFinish,
.ajaxFinishTest {
    display: inline-block;
    background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -451px -572px;
    margin-left: 6px;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    position: relative;
}

.ajaxFinishTest {
    left: -7px;
}

.ajaxFinishTest:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -9px;
    left: -9px;
}

.questionList .items TR TD.qRetry .tooltip.top {
    margin-top: -5px;
}

.questionList .items TR TD.qRetry .tooltip.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.questionList .items TR TD.qRetry a:first-child {
    margin-left: 2px;
}

/*.questionList .items TR TD.qRetry a.testFinish {
    background-position: -19px 2px;
}*/
.questionList .items TR TD.qRetry a.testDelete {
    position: relative;
    width: 10px;
    height: 0;
    display: inline-block;
}

.questionList .items TR TD.qRetry a.testDelete:before {
    content: "\e900";
    font-size: 14px;
    position: absolute;
    transform: rotate(45deg);
    left: 0;
    color: #575757;
}

/*.questionList .items TR TD.qRetry a.testDelete:hover {
    background-position: -59px -17px;
}*/

.questionList .items TR TD.qRetry a.testRetry {
    background-position: -38px 2px;
}

/*.questionList .items TR TD.qRetry a.testRetry:hover {
    background-position: -38px -16px;
}*/

/*.questionList .items TR TD.qRetry a.testFinish:hover {
    background-position: -19px -16px;
}*/
/*.questionList .items TR TD.qRetry a.testContinue {
    background-position: 0 2px;
}*/
/*.questionList .items TR TD.qRetry a.testContinue:hover {
    background-position: 0 -16px;
}*/
.questionList .items TR TD {
    height: 29px;
}

#questionListGrid table.items tbody tr td.empty {
    vertical-align: bottom;
    text-align: center;
    line-height: 29px;
}

#questionListGrid table.items tbody tr td.empty span {
    font-size: 12px;
}

/*.questionList .items TR TD.qRetry a:before {
    background: url("images/statistics/retry-small.png");
    width: 9px;
    height: 9px;
    display: none;
}*/
.questionList .items TR TD.aDate {
    width: 90px;
    padding: 0 10px;
    text-align: center;
}

.questionList .items TR TD.qRetry a.testContinue:before {
    background-position: -1px -2px;
    width: 5px;
    height: 9px;
    top: 0;
    vertical-align: top;
    display: none;
}

#questionListAdmin input {
    outline: none;
}

#questionListAdmin * {
    color: #555555;
    font-family: georgia, sans-serif;
}

#questionListAdmin table.items {
    border: 1px solid #e7e7e7;
}

#questionListAdmin .pager {
    text-align: center;
}

#questionListAdmin ul.yiiPager {
    display: inline-block;
    border-radius: 4px;
}

#questionListAdmin ul.yiiPager li {
    display: inline;
}

#questionListAdmin ul.yiiPager li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #428bca;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#questionListAdmin ul.yiiPager li.qActive a {
    z-index: 2;
    color: #ffffff !important;
    cursor: default;
    background-color: #428bca !important;
    border-color: #428bca;
}

#questionListAdmin ul.yiiPager li.first,
#questionListAdmin ul.yiiPager li.last {
    display: none;
}

#questionListAdmin ul.yiiPager li a:hover {
    background-color: #eeeeee;
    color: #2a6496;
}

#questionListAdmin ul.yiiPager li.qPrevious a {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#questionListAdmin ul.yiiPager li.qNext a {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#questionListAdmin .pager .qGoTo {
    float: left;
}

#overallWrap #menu #nav-bar UL#nav LI.parent UL {
    display: block;
}

#overallWrap #menu #nav-bar UL#nav LI.parent>A:before {
    background: none;
}

#overallWrap #menu #nav-bar UL#nav LI.parent.active>A {
    background: transparent;
}

#pdfFOOTER {
    padding: 5px 40px 35px;
    color: #596f7a;
    width: 100%;
    font-size: 10px;
    margin: 0;
}

#pdfHEADER {
    padding: 35px 40px 5px;
    color: #4d4d4d;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

#pdfMAIN {
    padding: 0 20px;
}

#pdfMAIN .mainContent {
    width: 900px;
    margin-left: 50px;
}

#pdfMAIN .leftSide,
#pdfMAIN .rightSide {
    float: left;
    width: 400px;
    margin-left: 25px;
    margin-right: 25px;
}

#pdfMAIN .span4 {
    width: 100px;
}

#pdfMAIN .subSection .table3 .span1 {
    text-align: left;
}

.pdfTITLE {
    font-size: 24px;
    line-height: 20px;
}

A.pdfLINK {
    font-size: 10px;
    color: #596f7a;
}

.sub-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
    .sub-header {
        flex-wrap: wrap;
    }

    .g-confirm {
        top: 10% !important;
    }
}

div.field.errors {
    background: #FFF;
    border-radius: 12px;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 16px 24px;
    /* background: white;
    border-radius: 20px;
    box-shadow: 2px 4px 12px 0px #00000040;
    text-transform: uppercase;*/
    clear: both;
    font-size: 14px;
    line-height: 19px;
    width: fit-content;

}

div.field.errors i {
    font-style: normal;
}

/*div.field.errors span {
    color: #006eae;
    font-size: 22px;
}
div.field.errors b {
    color: inherit;
    font-weight: bold;
}
div.field.errors:before {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 6px;
    content: " ";
    background: url("images/support/shadow-bg.png") repeat-x;
}
div.field.errors:after {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 3px;
    content: " ";
    background: url("images/support/shadow-bg-bottom.png") repeat-x;
} */
div.field.errors.resources {
    padding-bottom: 0;
    margin-top: 45px;
}

div.field.errors.resources h3 {
    font-family: tahoma, sans-serif;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 41px;
    line-height: 15px;
    margin-top: 1px;
    background: url("images/analysis/header-icon.png");
    background-repeat: no-repeat;
    background-position: 10px 2px;
    display: inline-block;
    vertical-align: top;
}

div.field.errors.resources h3 span {
    font-family: tahoma, sans-serif;
    font-size: 13px;
    color: inherit;
    font-weight: normal;
    display: block;
    text-transform: none;
}

div.field.errors.resources table {
    width: 565px;
    display: inline-block;
    vertical-align: top;
}

div.field.errors.resources table td {
    width: 50%;
}

div.field.errors.resources table td div {
    padding: 0 0 15px 40px;
}

div.field.errors.resources table a {
    text-transform: none;
    font-family: tahoma, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

#CAT div.field.errors {
    margin: 0 0 20px 0;
    clear: both;
}

.tabSection .plan-block {
    margin-left: auto;
}

div.field.errors.order {
    border: 1px solid #f2f2f2;
    max-width: 752px;
    margin-right: 24px;
    margin-left: 24px;
    margin-top: -8px;
    padding: 16px;
    font-size: 12px;
    text-align: justify;
}

div.field.errors.order b {
    font-weight: 600;
}

div.field.errors.order span {
    color: #FA353E;
}

.modal.modalBlank {
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
}

.modal.modalBlank .gmatHeader {
    background: transparent;
    padding: 10px 14px 10px 40px;
}

/* .modal.modalBlank .gmatHeader .gmatLogo {
    background: url(/forum/styles/gmatclub_light/imageset/gmat_logo.svg) no-repeat;
    width: 90px;
    height: 40px
} */
.modal.modalBlank .gmatHeader .closeWrap {
    width: 20px;
    height: 20px;
    background: none;
    float: right;
    margin: 0px 6px 0 0;
}

.modal.modalBlank .gmatHeader .closeWrap button {
    /* opacity: 0;
    filter: alpha(opacity = 0); */
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 !important;
}

.modal.modalBlank .popUpMessage {
    /*padding: 30px 0;
    text-align: center;*/

    /* line-height: 18px; */
    padding: 20px 30px;
    font-size: 18px;
}

.modal.modalBlank .popUpMessage span p {
    font-family: open sans, sans-serif;
    font-size: 14px;
    padding-bottom: 15px;
}

.modal.modalBlank .popUpMessage span p:last-child {
    padding-bottom: 0;
}

.modal.hide {
    display: none;
}

.modal.hide.in {
    top: 20%;
    display: block;
}

#addQuestion2 {
    display: none;
}

#addQuestion2 .scrolling {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    max-height: 137px;
}

#addQuestion2 .scrolling select {
    padding: 0;
    margin: 0;
    max-height: 136px;
    min-height: 24px;
    height: auto;
}

#notificationWindow .gmatLogo {
    display: inline-block;
    vertical-align: top;
}

#notificationWindow.modal.modalBlank .gmatHeader .closeWrap {
    margin: 0 -3px 0 0;
}

#notificationWindow.modal {
    width: 440px;
    margin-left: -220px;
}

#notificationWindow .gmatHeader span {
    font-size: 26px;
    color: #2a2a2a;
    display: inline-block;
    margin: 20px 0 0 20px;
}

#notificationWindow.modal.modalBlank .popUpMessage span p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 70%;
    line-height: 20px;
    margin: 0 auto;
}

#notificationWindow.modal.modalBlank .popUpMessage span p span {
    font-weight: bold;
}

#notificationWindow .buyNowBtn {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 36px;
    width: 134px;
    margin: 5px auto 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #e16900;
    background: linear-gradient(to top, #e16900 35%, #ff8c2a);
    background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
}

.modal.modalBlank .popUpMessage span p:last-of-type {
    padding-bottom: 5px;
}

#addQuestion2 .scrolling select option {
    padding: 3px 3px;
}

.questionList .items TR TD.idTab {
    width: 70px;
}

.questionList .items TR TD.idTab a {
    display: inline-block;
    vertical-align: middle;
}

.questionList .items TR TD.idTab div {
    position: relative;
    height: 100%;
    min-height: 100%;
    padding: 16px 5px 0 5px;
}

.questionList .items TR TD.idTab div {
    padding: 0 3px 0 3px;
    display: flex;
    align-items: center;
}

.questionList .items TR TD a.clickArea {
    position: absolute;
    width: 54px;
    height: 100%;
    min-height: 100%;
    background-image: url("images/statistics/eye.png");
    background-repeat: no-repeat;
    background-position: 17px 10px;
    background-color: #fef6b0;
    border: 1px solid #a6a6a6;
    border-right: none;
    top: -1px;
    left: -55px;
    text-transform: uppercase;
    line-height: 59px;
    display: none;
    padding: 0;
    font-size: 10px;
}

.questionList .items-wraper .items TR TD a.clickArea {
    left: -99px;
}

/* .questionList .items TR:hover TD a.clickArea {
    display: block;
    text-align: center;
} */
.questionList .items TR TD.idTab a.clickArea,
x:-moz-any-link {
    height: 118%;
    top: -5px;
}

#questionStats.onPerformance {
    border-radius: 4px;
    padding: 10px 18px 0;
    background: #ffffff;
    height: auto !important;
}

#questionStats.onPerformance .closeBtn {
    margin-right: 6px;
}

.analytics #access-for-fblike {
    margin-bottom: 0;
}

#access-for-fblike {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "Open sans", Tahoma, sans-serif;
    font-size: 16px;
    padding: 8px 20px 8px 13px;
    margin-bottom: 30px;
    height: 20px;
    display: inline-block;
    text-transform: uppercase;
    background: #5385cc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5385cc 0%, #3158a7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5385cc), color-stop(100%, #3158a7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5385cc 0%, #3158a7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5385cc 0%, #3158a7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5385cc 0%, #3158a7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5385cc 0%, #3158a7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5385cc', endColorstr='#3158a7', GradientType=0);
    /* IE6-9 */
}

#access-for-fblike SPAN,
#access-for-fblike B {
    color: #ffffff;
}

#access-for-fblike SPAN.like:before {
    background: url('images/fb-sprite.png') no-repeat -32px 0;
    position: relative;
    top: -4px;
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 8px;
    margin-left: 10px;
}

#access-for-fblike SPAN.arrow:before {
    background: url('images/fb-sprite.png') no-repeat -2px -27px;
    width: 18px;
    height: 9px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 11px;
    margin-left: 11px;
}

#access-for-fblike SPAN.note:before {
    background: url('images/fb-sprite.png') no-repeat 0 0;
    width: 31px;
    height: 25px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-right: 10px;
    margin-left: 10px;
}

#compare .aside {
    float: left;
    padding-top: 21px;
}

#compare .mainContent {
    margin-top: 28px;
}

#compare h1 {
    font-family: tahoma, open sans, sans-serif;
    font-size: 20px;
    color: #2a2a2a;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    text-transform: uppercase;
    padding-left: 61px;
    padding-bottom: 8px;
    margin: 0;
}

#compare p {
    font-family: tahoma, sans-serif;
    color: #2a2a2a;
    font-size: 12px;
    display: block;
    line-height: 22px;
    padding-left: 19px;
    margin-bottom: 18px;
}

#compare h1:before {
    position: absolute;
    content: " ";
    left: 14px;
    top: 0;
    width: 36px;
    height: 28px;
    background: url("images/compare/compare-icon.png");
    background-repeat: no-repeat;
}

.subscriptionMenuWrapper {
    text-align: left;
}

.subscriptionMenuWrapper .subscriptionMenu {
    display: inline-block;
    padding: 0 0 0 12%;
}

.subscription {
    display: block;
    font-family: open sans, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    margin: 10px auto 0;
    text-align: right;
}

.subscription span {
    font-family: open sans, sans-serif;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: bold;
}

.subscription span a {
    font-weight: normal;
}

.subscription span span {
    font-weight: normal;
}

.subscriptionsWrapper {
    display: inline-block;
}

.notice {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    margin: 10px 48px 0 0;
}

.notice span.red {
    color: red;
}

.notice span {
    font-weight: 700;
}

.extendWrapper {
    margin: 8px auto 0;
    vertical-align: top;
    display: inline-block;
    padding-left: 48px;
    height: 40px;
    margin-left: 15px;
    position: relative;
}

.extendWrapper:before {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) 3px 0;
    width: 48px;
    height: 40px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

.extendWrapper .extend {
    color: #2062b3;
    font-family: open sans, sans-serif;
    font-size: 12px;
    display: block;
    text-decoration: underline;
    padding-top: 4px;
}

.extendWrapper .extend:hover {
    text-decoration: none;
}

.extendWrapper .extend b {
    color: inherit;
    font-weight: bold;
}

.extendWrapper .needMoreTime {
    font-size: 13px;
    display: inline-block;
    margin-top: 1px;
    font-weight: bold;
    font-family: open sans, sans-serif;
}







/*================Question Analysis===========*/

#questionsAnalysis .details .questionsWrap .titleWrap .span2,
#questionsAnalysis .details .leftSide .answersWrap .titleWrap .span4 {
    color: #006EAE;
    font-size: 26px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    position: relative;

}

#questionsAnalysis .details .questionsWrap .titleWrap .span2:before,
#questionsAnalysis .details .leftSide .answersWrap .titleWrap .span4:before {
    border-bottom: 2px solid #006EAE;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -11px;
}

#questionsAnalysis .details .questionsWrap .titleWrap .span3,
#questionsAnalysis .details .leftSide .answersWrap .titleWrap .span5 {
    font-size: 14px;
    font-weight: bold;
    text-indent: 5px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 7px;

}

#questionsAnalysis .details .leftSide .answersWrap .titleWrap .span5 {
    font-weight: 100;
}

#questionsAnalysis .details .questionsWrap .titleWrap,
#questionsAnalysis .details .leftSide .answersWrap .titleWrap {
    width: 238px;
    padding-left: 29px;
}

#questionsAnalysis .details .questionsWrap .chart,
#questionsAnalysis .details .leftSide .chart {
    display: inline-block;
    margin-top: 15px;
}

#questionsAnalysis .details .questionsWrap .textCorrect,
#questionsAnalysis .details .leftSide .answersWrap .textCorrect {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
}

#questionsAnalysis .details .questionsWrap .textCorrect div,
#questionsAnalysis .details .leftSide .answersWrap .textCorrect div {
    margin-bottom: 10px;
    position: relative;
}

#questionsAnalysis .details .questionsWrap .textCorrect div .span1.solved,
#questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.correct,
#questionsAnalysis .details .questionsWrap .textCorrect div .span1.left,
#questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.incorrect {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 13px 7px 0;
}

#questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.correct {
    color: #54912f;
}

#questionsAnalysis .details .questionsWrap .textCorrect div .span1.solved {
    color: #006eae;
}

#questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.incorrect {
    color: #c02636;
}

#questionsAnalysis .details .questionsWrap .textCorrect div .span1.left {
    color: #6a6a6a;
}

#questionsAnalysis .details .questionsWrap .textCorrect div .span,
#questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span2 {
    position: absolute;
    right: -40px;
    top: 0;
    width: 30px;
    font-size: 14px;
}

#questionsAnalysis .details .passedLeft {
    float: right;
}

#questionsAnalysis .details .passedLeft div {
    display: inline-block;
    width: 110px;
    vertical-align: top;
}

#questionsAnalysis .details .passedLeft div .h4,
#questionsAnalysis .details .passedLeft div p {
    border-bottom: 1px solid #EAE9D8;
    text-transform: uppercase;
}

#questionsAnalysis .details .passedLeft div .h4 {
    position: relative;
    padding: 8px 30px;
    font-size: 14px;
}

#questionsAnalysis .details .passedLeft div p {
    font-size: 10px;
    padding: 3px 0 5px 5px;
    position: relative;
}

#questionsAnalysis .details .passedLeft div p span {
    position: absolute;
    right: 17px;
    width: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
    color: #006eae;
}

#questionsAnalysis .details .passedLeft div p span.number {
    font-weight: normal;
    font-size: 14px;
}

#questionsAnalysis .details .passedLeft div .h4 .icon-svg-Cats,
#questionsAnalysis .details .passedLeft div .h4 .icon-svg-icon-left {
    color: #00a0d2;
    font-size: 15px;
    position: absolute;
    left: 0;
}

#questionsAnalysis .details .passedLeft .timingWrap .h4 {
    border: none;
}

#questionsAnalysis .details .passedLeft .timingWrap .h4 .icon-svg-timer_mark_right {
    color: #00a0d2;
    font-size: 17px;
    position: absolute;
    left: 3px;
}

#questionsAnalysis .details .passedLeft .timingWrap p {
    border: none;
    display: inline-block;
}

#questionsAnalysis .details .passedLeft .timingWrap div {
    width: 100%;
}

#questionsAnalysis .details .passedLeft .timingWrap {
    display: block;
    width: 100%;
    font-family: open sans, sans-serif;
}

#questionsAnalysis .details .passedLeft .timingWrap div b {
    padding-left: 10px;
    font-size: 12px;
}

#qvGraphicForm .columnChart.left .header {
    height: 20px;
    padding: 10px 20px;
    background: #f2f2f2;
}

#qvGraphicForm .columnChart.left .header .h2 {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #2062b3;
    padding-left: 20px;
    background: #f2f2f2;

}

#qvGraphicForm .columnChart.left .header .h2 .icon-svg-play3,
#qvGraphicForm .columnChart.right .header .h2 .icon-svg-play3 {
    content: " ";
    font-size: 12px;
    left: -2px;
    top: 1px;
    color: #f0801a;
    position: absolute;
}

#qvGraphicForm .columnChart.left .header .customSelect {
    display: inline-block;
}

/***************** FAQ ***********************/
#faq {
    padding-top: 6px;
}

#faq h1 {
    font-family: tahoma, sans-serif;
    color: #2a2a2a;
    font-size: 20px;
    padding: 15px 0 12px 55px;
    border-bottom: 1px solid #dbdbdb;
    margin: 12px 0 17px 0;
    text-transform: uppercase;
    position: relative;
}

#faq h1 .icon-svg-FAQ {
    position: absolute;
    left: 8px;
    font-size: 33px;
    color: #f0801a;
    top: 3px;
    font-weight: 600;
}

#faq>p {
    font-size: 12px;
    color: #2a2a2a;
    font-family: tahoma, sans-serif;
    line-height: 20px;
    display: block;
    padding-left: 20px;
    margin-bottom: 30px;
}

#faq .section .answer {
    display: none;
}

#faq .section.active .answer {
    display: block;
}

#faq .nav.nav-tabs {
    height: 28px;
    padding-top: 3px;
    position: relative;
    z-index: 1;
}

#faq #faqTabs .tabImage .icon-svg-FAQ {
    font-size: 15px;
    font-weight: 600;
    left: 1px;
    top: -6px;
    position: absolute;
    color: #f0801a;
}

/*#faq .nav.nav-tabs li:hover a .tabImage {
    position: relative;
}*/
#faq .nav.nav-tabs li {
    color: #1057ae;
    font-size: 14px;
    height: 27px;
    position: relative;
    z-index: 2;
    background: #dddccd;
    font-family: tahoma, sans-serif;
    border-radius: 3px 3px 0 0;
    border: 1px solid;
    border-color: #b8b8b8 #b8b8b8 #2062b3;
}

#faq .nav.nav-tabs li:first-child {
    width: 144px;
    text-align: center;
    background: none;
    line-height: 25px;
    border: none;
}

#faq .nav.nav-tabs li:first-child:hover {
    border: none !important;
    background: none !important;
    margin: 0 0 -1px 0 !important;
}

#faq .nav.nav-tabs:hover li.active {
    color: #1057ae;
    font-size: 14px;
    height: 27px;
    position: relative;
    z-index: 2;
    background: #dddccd;
    font-family: tahoma, sans-serif;
    border-radius: 3px 3px 0 0;
    border: 1px solid;
    border-color: #b8b8b8 #b8b8b8 #2062b3;
    margin-top: 0;
}

#faq .nav.nav-tabs li a {
    font-family: tahoma, sans-serif;
    color: #2a2a2a;
    font-size: 12px;
    padding: 0 15px 0 35px;
    height: 100%;
    display: block;
    line-height: 23px;
    background: transparent;
    border: none;
    position: relative;
}

#faq .nav.nav-tabs li a .tabImage {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 12px;
    top: 3px;
    overflow: hidden;
}

#faq .nav.nav-tabs li:hover a .tabImage,
#faq .nav.nav-tabs li.active a .tabImage {
    left: 11px;
    top: 8px;
}

#faq .nav.nav-tabs li:hover a,
#faq .nav.nav-tabs li.active a {
    line-height: 30px;
}

#faq .nav.nav-tabs li a .tabImage img {
    margin-left: -18px;
}

#faq .nav.nav-tabs li:hover a .tabImage img {
    margin-left: 0 !important;
}

#faq .nav.nav-tabs li.active a .tabImage img {
    margin-left: 0;
}

#faq .nav.nav-tabs:hover li a .tabImage img {
    margin-left: -18px;
}

#faq .nav.nav-tabs li.active:hover a .tabImage img {
    margin-left: 0;
}

#faq .nav.nav-tabs li.active {
    border-color: #2062b3;
    height: 30px;
    margin-top: -2px;
    background: #f5f5eb;
    border-bottom: none;
}

#faq .nav.nav-tabs li:hover {
    border-color: #2062b3 !important;
    height: 30px !important;
    margin-top: -2px !important;
    background: #f5f5eb !important;
    border-bottom: none !important;
}

#faq .nav.nav-tabs li:hover a,
#faq .nav.nav-tabs li.active a {
    color: #2062b3;
    top: 0;
}

#faq .nav.nav-tabs:hover li.active a {
    color: #2a2a2a;
}

#faq .nav.nav-tabs li.active:hover a {
    color: #2062b3 !important;
}

#faq .questionContainer {
    background: #f5f5eb;
}

#faq .questionContainer .question {
    padding-left: 37px;
    position: relative;
    height: 36px;
    cursor: pointer;
    border-bottom: 1px solid #dadad9;
}

#faq .questionContainer .question p {
    font-family: open sans, sans-serif;
    color: #1057ae;
    font-size: 14px;
    line-height: 37px;
}

#faq .questionContainer .question:hover p {
    color: #ff8c2a !important;
    text-decoration: underline;
}

#faq .questionContainer .question:hover:before {
    background-position: -5px -12px;
}

#faq .questionContainer .question .icon-svg-play3 {
    content: " ";
    position: absolute;
    font-size: 10px;
    left: 19px;
    margin-top: 6px;
    color: #1057ae;
    top: 9px;
}

#faq .questionContainer .section.active {
    background: #eae9d8;
}

#faq .questionContainer .section.active .question {
    border-color: #f4f4e9;
}

#faq .questionContainer .section.active .question p {
    color: #2a2a2a;
    font-weight: bold;
}

#faq .questionContainer .section.active .question:before {
    background-position: -3px -22px;
    width: 9px;
    height: 5px;
    margin-top: -1px;
}

#faq .questionContainer .answer {
    position: relative;
    padding: 9px 20px 12px 58px;
    border-bottom: 1px solid #dbdbda;
}

#faq .tab-content {
    padding-top: 20px;
}

#faq .questionContainer .answer:before {
    content: "Re:";
    position: absolute;
    color: #e66f08;
    font-style: italic;
    font-size: 13px;
    left: 34px;
    top: 13px;
}

#faq .questionContainer .answer p {
    font-family: open sans, sans-serif;
    font-size: 13px;
    color: #2a2a2a;
    font-style: italic;
    line-height: 20px;
}

#faq .contact {
    margin-top: 50px;
    font-family: open sans, sans-serif;
    color: #2a2a2a;
    font-size: 14px;
    height: 70px;
    background: #f5f5eb;
    border-bottom: 10px solid #dddccd;
    line-height: 70px;
    padding-left: 88px;
    position: relative;
}

#faq .contact:before {
    position: absolute;
    font-size: 24px;
    left: 45px;
    content: "\e98d";
    display: block;
    width: 35px;
    height: 24px;
}

#faq .contact a {
    color: #1057ae;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
}

#faq .contact a:hover {
    text-decoration: none;
    color: #ff8c2a;
}


/* Christmas MOD */
/*Christmas pop up*/
.mobile #christmasPopUpWrapper.activeWindow {
    display: block !important;
}

.mobile #popUpShadow {
    opacity: 0.5;
    display: none;
    position: absolute;
    width: 100%;
    height: 104%;
    z-index: 999;
    background: #00000c;
}

.mobile #popUpShadow.activeWindow {
    display: block;
}

.mobile #christmasPopUpWrapper * {
    font-family: "Open Sans", sans-serif;
}




.mobile #christmasPopUpWrapper.christmas {
    display: none;
    position: fixed;
    left: 50%;
    z-index: 1000;
    max-height: 333px;
    height: 100%;
    top: 50%;
    margin-left: -315px;
    margin-top: -165px;
    background: url(/forum/styles/gmatclub_light/imageset/christmas_popup.png) no-repeat;
    background-size: 100%;
    background: url(/forum/styles/gmatclub_light/imageset/christmas_popup.png) no-repeat;
}

.mobile #christmasPopUpWrapper.easter {
    display: none;
    position: fixed;
    height: 100%;
    max-height: 417px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/forum/styles/gmatclub_light/imageset/Easter/easter_popup.jpg) no-repeat;
    background-size: 100%;
    border-radius: 12px;
    z-index: 1000;
}

.mobile #christmasPopUp.easter {
    display: block;
    position: relative;
    width: 786px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    text-align: center;
}

.mobile #christmasPopUp.easter .popUpTitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #005784;
    text-align: left;
    padding-left: 72px;
    margin-top: 73px;
}

body.activePopup {
    overflow: hidden;
    position: relative;
}

.mobile #christmasPopUp.easter .popUpText {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    text-align: left;
    padding-left: 72px;
}

.mobile #christmasPopUp.easter .popUpText .popUpTextHighlighted {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 0 4px;
    margin: 0 4px;
    border-radius: 3px;
    background-color: #ff8c2a;
}

.mobile #christmasPopUp.easter .popUpText .popUpTextHighlighted+.popUpTextHighlighted {
    background-color: #005784;
}

.mobile #christmasPopUp.easter .popUpMessage {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #ff8c2a;
    text-align: left;
    padding-left: 72px;
}

.mobile #christmasPopUp.easter .popUpIcons {
    height: 80px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
    display: grid;
    grid-template-columns: repeat(5, 65px);
    column-gap: 30px;
    margin-bottom: 30px;
}

.mobile #christmasPopUp.easter .popUpIcons .popUpItem {
    display: inherit;
    flex-direction: column;
    align-items: center;
}

.mobile #christmasPopUp.easter .popUpIcons .popUpItem .itemImage {
    width: 65px;
    height: 80px;
    image-rendering: pixelated;
}

.mobile #christmasPopUpWrapper #christmasPopUp .closePopUp {
    position: absolute;
    top: 13px;
    right: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.mobile #christmasPopUpWrapper #christmasPopUp .closePopUp .icon-svg-exit-exam2 {
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 5.5px;
    right: 5.5px;
}










.mobile #christmasPopUp.christmas {
    display: block;
    position: relative;
    width: 630px;
    height: 100%;
    max-height: 333px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-align: center;
    font-family: Open-Sans, sans-serif;
}

.mobile #christmasPopUp.christmas .popUpTitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    padding: 20px 0 0 0;
    color: #fff;
}

.mobile #christmasPopUp.christmas .popUpText {
    font-size: 20px;
    line-height: 30px;
    color: #2A2A2A;
    padding: 0 94px;
}

.mobile #christmasPopUp.christmas .popUpText .popUpTextHighlighted {
    color: #fff;
}

.mobile #christmasPopUp.christmas .popUpMessage {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.mobile #christmasPopUp.christmas .popUpIcons {
    height: 86px;
    display: flex;
    position: absolute;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.mobile #christmasPopUp.christmas .popUpIcons .popUpItem {
    display: inherit;
    flex-direction: column;
    align-items: center;
}

.mobile #christmasPopUp.christmas .popUpIcons .popUpItem .itemImage {
    width: 91px;
    height: 45px;
}

/*Christmas pop up*/









@media all and (max-width: 1023px) and (min-width: 316px) {

    .block-info {
        padding: 5px;
    }

    .christmas_game {
        display: none;
    }

    #quiz .mode-container {
        flex-wrap: wrap;
    }

    #quiz .mode-container div {
        width: auto;
    }

    #quiz .newQuiz>.h1::after {
        width: calc(100% - 320px);
    }

    #quiz .newQuiz .step+.field.difficulty.qPacks>.subscriptionPack label.inline-label {
        margin-top: -5px;
        margin-left: 33px;
    }

    #quiz .newQuiz .include-questions-container .input-container {
        margin-bottom: 10px;
    }

    #quiz .blocked-mode .messageWrapper,
    #quiz .blocked-mode .messageWrapper.big {
        width: 250px !important;
        height: 48px;
    }
}

/* Christmas MOD */




/*#testIndex .leftButtons {
    width: 490px;
}
#testIndex .leftButtons a {
    width: 100%;
    margin-left: 0!important;
}*/


.restrictPage {
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
}

.restrictPage .icon-svg-register-copy {
    font-size: 32px;
    color: #FF8D2A;
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 15px 0;
}

#analysisDetail .headNav+h1 {
    position: relative;
    display: block;
    width: 265px;
    margin: 0 auto;
    padding: 0;

}

#analysisDetail .headNav+h1 .mode.test {
    position: absolute;
    line-height: 12px;
    padding-top: 3px;
}

.restrictPage>.h1 {
    font-family: open sans, sans-serif;
    font-size: 20px;
    color: #2a2a2a;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.restrictPage>.h1 span {
    font-weight: normal;
    display: block;
    margin-top: 3px;
}

.restrictPage .warnMessage {
    /*background: #ffffff;*/
    padding: 38px 0 38px 0;
    width: 600px;
    margin: 0 auto;
}

.restrictPage .warnMessage p {
    font-size: 18px;
    font-family: open sans, sans-serif;
    color: #2a2a2a;
    text-align: center;
    margin: 0 0 20px 0;
}

.restrictPage .warnMessage>a {
    display: block;
    position: relative;
    text-decoration: none;
    margin: 0 auto 22px;
    text-indent: 88px;
    width: 550px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    border-radius: 2px;
    font-family: open sans, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #e66f07;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0, #FF8D2A),
            color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
}

.restrictPage .warnMessage>a:before {
    content: " ";
    position: absolute;
    width: 11px;
    height: 10px;
    background: url("images/non-logged/sprite.png");
    background-repeat: no-repeat;
    background-position: -10px -35px;
    left: 66px;
    top: 23px;
}

.restrictPage .warnMessage>a b {
    font-family: inherit;
    color: inherit;
}

.restrictPage .warnMessage span {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    display: block;
    text-align: center;
}

.restrictPage .warnMessage span a {
    color: #2062b3;
    font-size: 14px;
    font-family: open sans, sans-serif;
    text-decoration: underline;
    display: block;
}

.restrictPage .registration {
    border: none;
    padding: 28px 0 0 104px;
    margin-bottom: 244px;
}

.restrictPage .subscribImage {
    display: block;
}

.restrictPage .subscribImage img {
    width: 1000px;
    height: 646px;
    display: block;
}

.restrictPage .registration .forgotLinks>a {
    padding-right: 16px;
    margin-right: 4px;
}

.restrictPage .registration .registerButtons {
    margin-left: 4px;
}

#quiz .restrictPage.users {
    margin: 0 auto;
    padding-top: 20px;
    /* background: #eae9d8; */
    width: auto;
}

.restrictPage.users .registration {
    margin-bottom: 44px;
    /*background: #ffffff;*/
}

.restrictPage .registration .headerContent form {
    width: 790px;
}

.restrictPage .warnMessage {
    background: #ffffff;
}

.restrictPage {
    padding-top: 30px;
}

.restrictPage>.h1 span {
    border-bottom: 2px solid #cfcebf;
    padding-bottom: 20px;
    width: 600px;
    margin: 0 auto;
    padding-top: 5px;
    font-weight: 600;
}

.restrictPage .warnMessage span a:hover {
    text-decoration: none;
}

.restrictPage .warnMessage {
    padding: 0;
}

.restrictPage .analysis_questionanalysis {
    background: url("images/subscription/qAnalysis.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_mistakeanalysis {
    background: url("images/subscription/mAnalysis.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_bookmarked {
    background: url("images/subscription/bookmarked.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_guessed {
    background: url("images/subscription/guessed.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_withnotes {
    background: url("images/subscription/notes.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_bytime {
    background: url("images/subscription/bytime.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .analysis_bytime {
    background: url("images/subscription/bytime.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

/*.restrictPage .analysis_passedtest {
    background: url("images/subscription/testanalysis.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}*/
.restrictPage .analysis_passedquiz {
    background: url("images/subscription/quizanalysis.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

.restrictPage .dashboard_starttest {
    background: url("images/subscription/cats.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}

/*.restrictPage .dashboard_startquiz {
    background: url("images/subscription/quizzes.jpg") no-repeat;
    width: 1000px;
    height: 685px;
}*/
.restrictPage .analysis_bestandworst {
    background: url("images/subscription/bestWorst.jpg") no-repeat;
    width: 1000px;
    height: 644px;
}

.restrictPage .registration {
    margin: 0 auto;
    padding-left: 0;
    width: 790px;
    padding-top: 0;
}

.restrictPage .warnMessage>a:before {
    left: 50px;
    top: 14px;
}

.restrictPage .warnMessage>a {
    text-indent: 70px;
    width: 450px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}

#quiz .restrictPage.users>h1 span {
    border-bottom: 2px solid #f9f9f5;
    margin: 0 auto;
    width: 70%;
    padding-bottom: 10px;
    padding-top: 5px;
}

#quiz .restrictPage.users h1 {
    color: #2a2a2a;
    padding-left: 0;
}

/* #quiz .restrictPage.users .registration *{
    box-sizing:content-box;
} */
#quiz .restrictPage.users .registration {
    padding: 28px 0 40px 104px;
}

#quiz .restrictPage.users h1:before {
    display: none;
}

#quiz .restrictPage.users .warnMessage {
    padding: 50px 0 35px 0;
}

#quiz .restrictPage.users h1 .noBord {
    border: none;
}


#adminLink {
    box-sizing: border-box;
    position: fixed;
    right: 5px;
    bottom: 67px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 41px;
    height: 41px;
    padding: 10px 5px;
    width: fit-content;
    color: #2062B3 !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100%;
    border: 1px solid #2062B3;
    background: var(--white, #FFF) !important;
    text-decoration: none;
}

/* #adminLink .icon-svg-admin-control-panel {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 14px;
    color: #ffffff;
}
#adminLink b {
    font-size: 12px;
    display: inline-block;
    text-align: left;
    letter-spacing: 0;
    padding-right: 1px;
    color: #ffffff;

} */
#alertForDelete.modal {
    width: 450px;
    text-align: center;
    background: #eae9d8;
    margin-left: -225px;
    top: 50%;
    margin-top: -75px;
}

#alertForDelete.modal div {
    padding: 35px 0;
}

#alertForDelete.modal div>span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #2a2a2a;
    margin-bottom: 18px;
    font-weight: bold;
    font-family: open sans, sans-serif;
    padding: 0 10px;
    line-height: 18px;
}

#alertForDelete.modal div span span {
    font-size: 12px;
    color: #1057ae;
    font-family: open sans, sans-serif;
}

#alertForDelete.modal div span.date {
    color: #2a2a2a;
}

#alertForDelete.modal div a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #f9f9f5;
    text-decoration: none;
    width: 70px;
    margin-right: 14px;
    border: 1px solid #b8b8b8;
    color: #2a2a2a;
    font-family: open sans, sans-serif;
}

#alertForDelete.modal p {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    background: #b8b8b8;
    font-family: open sans, sans-serif;
    font-size: 14px;
}

#alertForDelete.modal p span {
    text-transform: uppercase;
    color: #2062b3;
}

.alreadyActivated {
    color: #468847;
    background-color: #dff0d8;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-bottom: 18px;
    width: 838px;
}

.alreadyActivated span {
    display: inline-block;
    float: right;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    font: -webkit-small-control;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 0 #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    -webkit-appearance: none;
    line-height: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.alreadyActivated span:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

.alreadyActivated.removed {
    display: none;
}

.questionList a.dataIcon {
    display: block;
    height: 100%;
    line-height: 31px;
}

/*тимчасово*/
/*#questionDelete {
    display: block;
    opacity: 1;
    top: 20%;
}*/
/*00000*/

/*тимчасово*/
/*#questionDeleteCollection {
    display: block;
    opacity: 1;
    top: 20%;
}*/
/*00000*/

/*тимчасово*/
/*#questionEditCollection {
    display: block;
    opacity: 1;
    top: 20%;
}*/
/*00000*/
#questionDeleteCollection .h3,
#questionEditCollection .h3,
#questionDelete .h3,
#questionDeleteCollection,
#questionEditCollection,
#questionDelete {
    font-family: open sans, sans-serif;
    color: #2a2a2a;
}

#questionDeleteCollection,
#questionDelete {
    width: 738px;
}

#questionDeleteCollection .headModal,
#questionEditCollection .headModal,
#questionDelete .headModal {
    background: #eae9d8;
    height: 110px;
}

#questionDeleteCollection .headModal a,
#questionEditCollection .headModal a,
#questionDelete .headModal a {
    background: url("images/test-navigation/popupLogo.png")no-repeat 50px 15px;
    text-align: left;
    height: 99px;
    display: block;
    text-decoration: none;
    color: #2a2a2a;
}

#questionDeleteCollection .headModal a .h3,
#questionEditCollection .headModal a .h3,
#questionDelete .headModal a .h3 {
    text-align: left;
    padding: 20px 0 0 160px;
    border: none;
    width: auto;
    font-weight: lighter;
    font-size: 19px;
    color: #2a2a2a;
}

#questionDeleteCollection .headModal a .h3 span,
#questionEditCollection .headModal a .h3 span,
#questionDelete .headModal a .h3 span {
    margin: 15px auto;
    text-align: left;
    width: auto;
    font-size: 36px;
    font-weight: lighter;
    color: #2a2a2a;
}

#questionEditCollection .modalContent .midText {
    display: block;
    margin: 20px auto;
    border: none;
    outline: none;
    width: 290px;
    height: 22px;
    padding: 0 5px;
    box-shadow: 0px -1px 0px 1px rgba(207, 207, 207, 1);
}

#questionEditCollection .modalContent .inputLine {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    width: 300px;
    margin: 0 auto;
}

#questionEditCollection .modalContent .inputLine label {
    padding: 0 30px 0 30px;
}

#questionDelete .heading,
#questionDeleteCollection .heading {
    text-transform: uppercase;
    font-size: 18px;
    width: 594px;
}

#questionDelete .midarea span,
#questionDeleteCollection .midarea span {
    font-size: 16px;
    width: 435px;
    color: #2a2a2a;
    margin-top: 2px;
}

#questionDelete .midarea,
#questionDeleteCollection .midarea {
    padding-top: 10px;
}

#questionDeleteCollection .midarea .lastchild {
    width: 620px;
}

#questionDeleteCollection .buttonWrap a,
#questionEditCollection .buttonWrap a,
#questionDelete .buttonWrap a {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
}

/*Collections home page*/
.mainContent .newCollection {
    margin: 37px 0 0 0;
}

.mainContent .newCollection h3 {
    font-size: 20px;
    color: #2a2a2a;
    ;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 70px 10px;
    margin: 0 0 12px 0;
    font-weight: 600;
    font-family: open sans, sans-serif;
    position: relative;
}

.mainContent .newCollection h3 .icon-svg-Cats {
    font-size: 33px;
    position: absolute;
    color: #ff8b2a;
    left: 26px;
    top: 0;
}

.mainContent .newCollection p {
    padding: 0 0 10px 25px;
    display: block;
    font-size: 13px;
    font-family: open sans, sans-serif;
}

.mainContent .newCollection .questionList .items .empty {
    text-align: center;
}

.collTitle {
    position: relative;
}

.collTitle {
    font-size: 12px;
    color: #ff8b2a;
    position: absolute;
}




.mainContent .newCollection .buttCollection {
    display: block;
    border-radius: 2px;
    /*    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);*/
    text-transform: uppercase;
    font-size: 18px;
    width: 271px;
    height: 37px;
    line-height: 37px;
    background: #e66f07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF8D2A), color-stop(1, #E16900));
    background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
    background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    color: #fff;
    margin: 11px auto 0;
    text-decoration: none;
    position: relative;
    text-align: left;
    padding-left: 29px;
}

/*.mainContent .newCollection .buttCollection:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 25px;
    background: url("images/cat/startArrow.png") no-repeat;
    width: 11px;
    height: 10px;
}*/
.mainContent .newCollection .buttCollection b {
    display: inline-block;
    color: inherit;
}

.mainContent .newCollection .questionList .qPagination {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.mainContent .newCollection .questionList .qPagination a {
    text-decoration: underline;
    position: relative;
}

.mainContent .newCollection .questionList .items tr th {
    padding: 6px;
}

.mainContent .newCollection .questionList .qPagination a:hover:after {
    background: url("/gmat-focus-tests/themes/users/assets/images/hoverArrow.png") no-repeat;
}

.mainContent .newCollection .questionList .qPagination a:after {
    content: "";
    background: url("/gmat-focus-tests/themes/users/assets/images/linksArrow.png") no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 4px;
    right: -14px;
}

/* end collections home page*/


#questionStats .footerNavigation {
    text-align: right;
    width: 684px;
}

#questionStats .footerNavigation a.retryQuestion {
    width: 190px;
    text-align: center;
    height: 22px;
    background: #ff8c2a;
    background: -moz-linear-gradient(top, #ff8c2a 0%, #e9720b 36%, #e16900 69%, #e16900 100%);
    background: -webkit-linear-gradient(top, #ff8c2a 0%, #e9720b 36%, #e16900 69%, #e16900 100%);
    background: linear-gradient(to bottom, #ff8c2a 0%, #e9720b 36%, #e16900 69%, #e16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c2a', endColorstr='#e16900', GradientType=0);
    display: inline-block;
    border-radius: 3px;
    line-height: 22px;
    font-family: open sans, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

#questionStats .footerNavigation a.retryQuestion .icon-svg-refresh-copy {
    color: inherit;
    margin: 0 5px 0 0;
}

#questionStats .footerNavigation .retryQuestion b {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
}

#questionStats .footerNavigation {
    padding-top: 17px;
}

#questionStats .footerNavigation .footerClose {
    width: 68px;
    height: 22px;
    background: url("../../tests/assets/images/save-btn.png") no-repeat;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    position: relative;
    line-height: 22px;
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin: 0 14px 0 11px;
}

#questionStats .footerNavigation .footerClose:hover {
    cursor: pointer;
}

#questionStats .footerNavigation .footerClose button {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    height: 22px;
    left: 0;
    right: 0;
    cursor: pointer;
}

#questionStats.performance {
    padding-bottom: 0;
}

#questionStats .footerNavigation {
    text-align: right;
    width: 684px;
    padding-bottom: 25px;
}

#questionStats .footerNavigation .retryQuestion b {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
}

#questionStats .footerNavigation {
    padding-top: 17px;
}

#questionStats .footerNavigation .footerClose {
    width: 68px;
    height: 22px;
    border-radius: 3px;
    background: #8c8c8c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8c8c8c 0%, #797979 35%, #767676 69%, #5f5f5f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8c8c8c 0%, #797979 35%, #767676 69%, #5f5f5f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8c8c8c 0%, #797979 35%, #767676 69%, #5f5f5f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c8c8c', endColorstr='#5f5f5f', GradientType=0);
    /* IE6-9 */
    line-height: 22px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-family: open sans, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin: 0 14px 0 11px;
}

#questionStats .footerNavigation .footerClose:hover {
    cursor: pointer;
}

#questionStats .footerNavigation .footerClose button {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 999;
    height: 22px;
    left: 0;
    right: 0;
    cursor: pointer;
}

#CAT .tooltip.top>div.tooltip-arrow {
    top: auto !important;
}

.testNavigation .dropDownButton,
#faq .nav.nav-tabs.mobileNav {
    display: none;
}

#CAT .startTest .quantitativeTest .mobileTestDropDownButton .icon-svg-To_max_min {
    display: none;
}

#CAT .startTest .quantitativeTest .mobileTestDropDownButton .DropdownColapseButton {
    display: none;
}

#CAT .footerInfo.firstBlock a .icon-svg-reset,
#CAT .footerInfo a .icon-svg-test-performance {
    display: none;
}

#quiz .newQuiz .field.difficulty.qLevels div.separator {
    display: none;
}

#quiz .performance a .icon-svg-test-performance {
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 10px;
}

#quiz .testState a .icon-svg-reset {
    position: absolute;
    left: 10px;
    color: #fff;
}

#quiz .newQuiz .difficulty.qFilter div .paddingBetween {
    display: none;
}

#quiz #quiz_section_I_header,
#quiz #quiz_section_Q_header,
#quiz #quiz_section_V_header {
    position: relative;
}

.qQuantitative .quizCategory,
.di .quizCategory,
.verbal .quizCategory {
    position: relative;
    padding-left: 55px;
}

#quiz #quiz_section_I_header span.icon-svg-arrow_copy,
#quiz #quiz_section_Q_header span.icon-svg-arrow_copy,
#quiz #quiz_section_V_header span.icon-svg-arrow_copy {
    position: absolute;
    left: 0;
    top: -7px;
    color: #2062b3;
    font-weight: 600;
    transition: 0.5s;
    display: block;
    padding: 15px 0;
}

#quiz .verbal .quizCategory span.icon-svg-arrow_copy,
#quiz .di .quizCategory span.icon-svg-arrow_copy,
#quiz .qQuantitative .quizCategory span.icon-svg-arrow_copy {
    position: absolute;
    left: 30px;
    top: -7px;
    color: #2062b3;
    font-weight: 600;
    transition: 0.5s;
    display: block;
    padding: 15px 0;
}

#quiz .quizSection span.icon-svg-arrow_copy.arrowRotate {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#quiz .di .quizCategory span.icon-svg-arrow_copy.arrowRotate,
#quiz .verbal .quizCategory span.icon-svg-arrow_copy.arrowRotate,
#quiz .qQuantitative .quizCategory span.icon-svg-arrow_copy.arrowRotate {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#quiz .quizSection .minusSvg {
    display: block;
    margin-right: 5px;
}

#quiz #quiz_section_I_header span.icon-svg-arrow_copy::after,
#quiz #quiz_section_V_header span.icon-svg-arrow_copy::after,
#quiz #quiz_section_Q_header span.icon-svg-arrow_copy::after {
    content: "";
    display: none;
    position: absolute;
    width: 12px;
    height: 2px;
    left: 1px;
    top: 46px;
    z-index: 2;
    background-color: white;
}

#quiz #quiz_section_I_header span.icon-svg-arrow_copy.arrowRotate::after,
#quiz #quiz_section_V_header span.icon-svg-arrow_copy.arrowRotate::after,
#quiz #quiz_section_Q_header span.icon-svg-arrow_copy.arrowRotate::after {
    display: block;
}

#quiz span.icon-svg-arrow_copy::before {
    display: none;
}

#testIndex a.tryTest:before {
    display: none;
}

#pricing .section.slider {
    display: none;
}

.extend .priceList .section.slider {
    display: none;
}

#overallWrap .extend {
    display: grid;
}

#testIndex a.tryTest span,
#testIndex a.buyTest span {
    color: #fff;
    position: relative;
}

#testIndex a.tryTest span span,
#testIndex a.buyTest span span {
    color: #fff;
    position: absolute;
    left: -47px;
    text-indent: 0;
    font-size: 30px;
}

#testIndex a.buyTest:before {
    display: none;
}

.modal .modal-content .popupAddBody .btn,
.modal .modal-content .popupAddBody .radioGroup {
    font-family: open sans, sans-serif;
}




/*Hiden mobile elements*/
.hintMobile {
    display: none;
}

/*Hiden mobile elements*/



/*640x Tests media*/
@media screen and (max-width: 1023px),
screen and (max-width: 640px) {
    body.mobile {
        -webkit-text-size-adjust: none !important;
    }

    .items.mobile.officialPublick .row .number div a {
        position: relative;
    }

    .items.mobile.officialPublick .row .number div a:before {
        position: absolute;
        content: '';
        display: block;
        width: 159px;
        height: 30px;
    }

    .testNavigation .navigationLogo h3 {
        font-size: 14px;
    }

    #analysisDetail .results .resByDifficulty .tabTitle {
        font-weight: 600;
        font-size: 12px;
    }

    .testNavigation .navigationLogo h3 span,
    .testNavigation .navigationLogo .h3 span {
        font-size: 28px;
    }

    #analysisDetail .results {
        padding: 0;
        width: 100%;
    }

    .testNavigation .navigationLogo {
        background-size: 63px;
    }

    .restrictPage .analysis_bestandworst {
        display: none;
    }

    /*    #analysisDetail .mode.study, #analysisDetail .mode.test {
        position: relative;
        vertical-align: top;
        display: inline-block;
        text-transform: uppercase;
        padding: 0 10px 0 25px;
        color: #f08224;
        right: -280px;
        font-size: 11px;
        top: -42px;
    }*/



    /*My Performance Menu Start*/
    #menu #nav .parent ul,
    #overallWrap #menu #nav-bar UL#nav LI.parent UL li.active,
    #menu #nav-bar UL#nav LI.parent.active>A,
    #overallWrap #menu #nav-bar UL#nav LI.parent UL li.active a {
        background: #ffffff !important;
        margin: 0;
    }

    #menu #nav-bar UL#nav LI.parent A {
        padding: 8px 10px 8px 8px;
        margin-bottom: 0;
    }

    /*#menu #nav-bar UL#nav LI A:hover{
        background: #ffffff!important;
    }*/
    #menu #nav-bar UL#nav LI.parent A.highlited {
        background: #ffffff !important;
    }

    #menu #nav-bar .parent UL#nav LI {
        margin: 0;
    }

    #menu #nav-bar UL#nav LI A {
        padding: 5px 10px 6px 9px;
    }

    #menu #nav-bar UL#nav LI {
        margin: 0 auto !important;
        width: 90%;
        font-family: open sans, sans-serif;
    }

    #menu #nav-bar UL#nav LI.active,
    #menu #nav-bar UL#nav LI.active>A {
        background: #ffffff !important;
    }

    #overallWrap #menu #nav-bar UL#nav LI.parent UL li.active {
        position: relative;
    }

    #overallWrap #menu #nav-bar UL#nav LI.parent UL li.active:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -1px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #ff8c2a;
        border-bottom: 4px solid transparent;
    }

    #menu #nav-bar UL#nav LI.parent {
        display: block;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    #menu #nav-bar UL#nav LI.parent .icon-svg-arrow_forum {
        position: absolute;
        transform: rotate(90deg);
        display: inline-block;
        transition: transform 0.2s;
        top: 8px;
        right: 15px;
        color: #2062b3;
        ;
    }

    #menu #nav-bar UL#nav LI.parent .icon-svg-arrow_forum.active {
        color: #ff8c2a;
        transition: transform 0.2s;
        transform: rotate(270deg);
    }

    #menu #nav-bar UL#nav LI.parent>A:before {
        display: none;
    }

    .hintMobile {
        display: block;
        color: #2062b3;
        padding: 10px 20px 0;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: 600;
        background: #eae9d8;
        font-family: open sans, Sans-Serif;
    }

    .hintMobile .icon-svg-stats,
    .hintMobile .icon-svg-collections-type {
        color: #2062b3;
        font-size: 21px;
    }

    #menu #nav-bar {
        background: #eae9d8;
        padding: 10px 0 0;
    }

    /*   #menu #nav-bar UL#nav LI.active > A > span,
    #menu #nav-bar UL#nav LI A:hover > span{
        color: #ff8c2a;
    }*/
    #menu #nav-bar UL#nav LI.parent.active>A>span,
    #menu #nav-bar UL#nav LI.parent A:hover>span {
        color: #2a2a2a;
    }

    #overallWrap #menu #nav-bar UL#nav LI.parent UL {
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .aside .globalScore {
        margin: 0;
    }

    #menu #nav-bar UL#nav {
        border: none;
    }


    /*My Performance Menu End*/

    /* ==================== Restrict page ==================== */

    .restrictPage,
    .bannerBox {
        width: 100%;
    }

    .restrictPage .registration {
        width: 100%;
    }

    .restrictPage .analysis_passedquiz,
    .restrictPage .analysis_bytime {
        display: none;
    }

    .restrictPage>.h1 {
        margin: 0 0 20px 0;
    }

    .restrictPage>.h1 span,
    .modal.hide.fade.questionRes span.noBord {
        width: 90%;
        padding: 0 0 20px 0;
    }

    .restrictPage .dashboard_starttest {
        width: 100%;
        background-size: 100%
    }

    .headerContent .registerHeader,
    .headerContent .registerFooter {
        text-align: center;
        margin: auto;
    }

    .headerContent .registerFooter {
        position: relative;
        width: 100%;
        height: 111px;
    }

    .headerContent .registerFooter .forgotPass {
        position: absolute;
        margin: auto;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .restrictPage .registration .registerButtons {
        margin: 6px 0 20px 0;
    }

    .headerContent .registerHeader .textInput {
        margin: 0 0 14px 0;
        height: 22px;
    }

    .restrictPage .registration .forgotLinks>a {
        display: block;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

    .restrictPage .registration .forgotLinks>a:after {
        display: none;
    }

    .forgotPass>label {
        font-size: 12px;
    }

    .restrictPage.users .registration,
    .restrictPage .registration {
        margin: 0 auto 180px;
        width: 90%;
        height: auto;
        margin-bottom: 0;
    }



    /* ==================== Restrict page End ==================== */


    /* ==================== Main Page ==================== */

    .testNavigation .innerHolder {
        max-height: none !important;
        height: inherit !important;
    }

    .subscriptionMenuWrapper .subscriptionMenu,
    .testNavigation .innerHolder ul li p.new,
    #adminLink,
    #testIndex .rightButtons,
    #testIndex a.tryTest:before,
    #toolkit_popup_container,
    #scrollDownButton,
    #scrollTopButton {
        display: none;
    }

    .testNavigation {
        height: auto;
    }

    .testNavigation .innerHolder li:first-child {
        border-left: none;
    }

    .testNavigation {
        border-bottom: none;
    }

    .testNavigation,
    .testNavigation .innerHolder ul,
    #overallWrap,
    #testIndex,
    #testIndex .logo,
    #testIndex .contentWrap,
    #testIndex .heading .rightButtons a.buyTest,
    #testIndex .hardestQuant,
    #testIndex .hardestQuant .QuantWrap,
    #testIndex .analytics,
    #testIndex .analytics .analyticsImage,
    #testIndex .bottomDivider,
    #testIndex .heading.testimonials .monialContent,
    .testNavigation .innerHolder li,
    .testNavigation div.innerHolder,
    .testNavigation .innerHolder li a {
        width: 100% !important;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    .testNavigation div.innerHolder {
        text-align: center;
        /* -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.35);
        -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.35);
        box-shadow: 0 1px 7px 0 rgba(0,0,0,0.35); */
    }

    .testNavigation .navigationLogo {
        float: none;
        display: inline-block;
        height: 60px;
        margin: 15px 0;
        background: url(/forum/styles/gmatclub_light/imageset/test-center-logo.svg)no-repeat left center;
        background-size: 28%;
    }

    .testNavigation .dropDownButton {
        font-size: 18px;
        color: #f0801a;
        text-align: center;
        padding: 13px 7px;
        display: block;
        position: relative;
        border-top: 1px solid #ffffff;
        text-transform: uppercase;
        font-family: open sans, sans-serif;
    }

    .testNavigation .dropDownButton .icon-svg-play3 {
        display: inline-block;
        transition: 1s;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 17px;
        margin: 0 0 0 5px;
        color: #f0801a;
        font-size: 13px;
    }

    .testNavigation .dropDownButton .icon-svg-play3.dropActive {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: 0.5s;
        color: #f0801a;
        font-size: 13px;
    }

    .testNavigation .innerHolder ul {
        font-family: open sans, Sans-Serif !important;
        display: none;
        background: #dddccd;
        font-size: 0;
        margin: 0;
    }

    .testNavigation .innerHolder ul * {
        font-family: open sans, Sans-Serif !important;
    }

    .testNavigation .innerHolder ul:hover li.active {
        border-top: none;
        border-radius: 0;
    }

    .testNavigation .innerHolder li,
    .testNavigation .innerHolder li:hover,
    .testNavigation .innerHolder li.active {
        display: block !important;
        border-bottom: 1px solid #ffffff !important;
        background: #dddccd !important;
        border-top: none;
        height: auto !important;
        margin: 0 !important;
        border-right: none !important;
        border-left: none !important;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .testNavigation .innerHolder li:hover a,
    .testNavigation .innerHolder li.active a {
        padding: 0;
        background: none;
        color: #2a2a2a;
    }

    .testNavigation .innerHolder li:hover a img.icon,
    .testNavigation .innerHolder li.active a img.icon {
        filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(284deg) brightness(107%) contrast(107%);
    }

    /* ==================== Main page END ==================== */

    /* ==================== Addons page ==================== */

    #addons .section .priceUnit .header {
        background: url(images/pricing/header_small_bg_hover.png) no-repeat top center;
    }

    #addons .section .priceUnit .header h2 {
        color: #fff;
    }

    #addons .swiper-container {
        max-width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 0 14px 15px;
    }

    #addons .section .priceUnit {
        height: auto;
    }

    #addons .section .priceUnit .content ul li.additional {
        height: auto;
        padding: 0 0 10px 0;
        margin: 5px 0 0;
    }

    #addons .section .priceUnit .content .newPrice {
        color: #2062b3;
        font-size: 35px;
        height: auto;
        line-height: 35px;
        padding: 0 0 7px 0;
    }

    #addons .section .priceUnit .content .buyNowBtn {
        height: 41px;
        line-height: 40px;
        background-color: #e16900;
        background: linear-gradient(to top, #e16900 35%, #ff8c2a);
        background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
        background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
        background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    }

    #addons .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        vertical-align: middle;
    }

    #addons .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
        background: #F7831E;
    }

    #addons .icon-svg-To_max_min.swiper-button-next,
    #addons .icon-svg-To_max_min.swiper-button-prev {
        display: block;
    }



    /* ==================== Addons page END ==================== */

    /* ==================== Free Test ==================== */

    #freeTests {
        margin-top: 25px;
    }

    #freeTests .header h1 {
        width: 75%;
        margin: 10px auto;
        position: relative;
    }

    #freeTests .section .provider li span.icon-svg-next {
        position: absolute;
        left: 16px;
        font-size: 9px;
        color: #e87109;
        top: 16px;
    }

    #freeTests .header p {
        padding: 0 20px;
        font-size: 16px;
        color: #2a2a2a;
        font-family: open sans, sans-serif;
        line-height: 20px;
    }

    #freeTests .section .provider {
        width: 100%;
        border-bottom: 6px solid #dddccd;
        min-height: auto;
    }

    #freeTests .section .provider.empowergmat,
    #freeTests .section .provider.math-revolution {
        padding-left: 0;
        padding-right: 0;
    }

    #freeTests .section .provider.gmat h2,
    #freeTests .section .provider.knewton h2 {
        background-position: 15px 0;
    }

    #freeTests .section .provider.empowergmat h2 {
        background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) no-repeat -150px -119px;
        width: 183px;
        margin-left: 0;
    }

    #freeTests .section .provider.math-revolution h2,
    #freeTests .section .provider.empowergmat h2 {
        margin-left: 16px;
    }

    #freeTests .section .provider:nth-child(odd) {
        margin: 0;
    }

    #freeTests .section .provider.manhattan h2 {
        background-position: 2px -116px;
        width: 156px;
        margin-left: 0;
    }

    #freeTests .section .provider.gmat h2 {
        background-position: 10px 0;
    }

    #freeTests .section {
        margin-top: 10px;
    }

    #freeTests .section .provider {
        margin: 0;
    }

    #freeTests .section .provider.gmat {
        webkit-box-shadow: inset 0px 5px 5px 0 rgba(0, 0, 0, 0.13);
        -moz-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.13);
        box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.13);
    }

    #freeTests .section .provider>div {
        padding: 13px 0 0 0;
    }

    #freeTests .section .provider li {
        border-top: 1px solid #ffffff;
    }

    #freeTests .section .provider li span {
        right: 31px;
        color: #565656;
        top: 13px;
        font-size: 14px;
    }

    #freeTests .section .provider li span span.icon-svg-arrow_forum {
        position: absolute;
        right: -13px;
        font-size: 14px;
        top: 0;
        color: #2062b3;
        display: block;
    }

    #freeTests .section .provider li label {
        padding: 13px 0 13px 41px;
    }

    #freeTests .hardQuestions {
        margin: 30px 0 0 0;
        padding: 0;
        width: 100%;
    }

    #freeTests .hardQuestions h3 {
        font-size: 16px;
        text-align: center;
    }

    #freeTests .hardQuestions p {
        font-size: 16px;
        text-align: center;
    }

    #freeTests a.subscribe {
        margin: 20px auto;
        width: 280px;
        display: block;
        height: 41px;
        line-height: 41px;
        text-align: center;
    }

    #freeTests a.subscribe:after {
        right: 110px;
    }

    #freeTests a.subscribe .icon-svg-subscribe {
        position: absolute;
        font-size: 16px;
        top: 1px;
        right: 110px;
        color: #ffffff;
    }

    #free .footerInfo {
        height: 184px;
        padding: 0;
        border-bottom: 10px solid #dddccd;
        background: #f5f5eb;
        text-align: center;
    }

    #free .footerInfo p {
        font-size: 16px;
        padding: 0 20px;
        line-height: 21px;
        width: 100%;
    }

    #free .footerInfo a {
        font-family: open sans, Sans-Serif;
        top: 125px;
        height: 41px;
        line-height: 41px;
        font-size: 17px;
        padding: 0 42px 0 55px;
    }

    #free .footerInfo.firstBlock a .icon-svg-reset {
        position: absolute;
        left: 28px;
        font-size: 15px;
        font-weight: 400;
        top: 0;
        color: #ffffff;
    }

    #freeTests .help {
        height: 215px;
        line-height: 20px;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        border-bottom: 10px solid #dddccd;
        background: #f5f5eb;
    }

    #freeTests .help h4 {
        font-family: open sans, sans-serif;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        text-align: center;
        margin: 0 auto;
        padding: 67px 0 0 0;
    }

    #freeTests .help .icon-svg-Questions {
        font-size: 30px;
        position: absolute;
        top: 29px;
        left: 47%;
        color: #565656;
    }

    #freeTests .header h1:before {
        content: '';
        background: url(/forum/styles/gmatclub_light/imageset/forum_sprite.svg) no-repeat -448px -524px;
        width: 44px;
        height: 32px;
        left: 0;
        top: 0;
        position: absolute;
    }

    /* ==================== Free Test page end ==================== */

    /* ==================== FAQ PAGE ==================== */
    #faq,
    #faq>* {
        font-family: open sans, sans-serif;
    }

    .subscriptionMenuWrapper .subscriptionMenu,
    #faq .nav.nav-tabs,
    #faq .nav.nav-tabs+.tab-content {
        display: none;
    }

    #faq .nav.nav-tabs.mobileNav {
        display: block;
    }

    #faq h1 {
        width: 90%;
        margin: 12px auto 17px;
        box-sizing: border-box;
    }

    #faq h1 .icon-svg-FAQ {
        top: 8px;
    }

    #faq .nav.nav-tabs.mobileNav li.active a .tabImage {
        left: -30px;
        top: 22px;
        position: absolute;
    }

    #faq>p {
        padding: 0 10px;
    }

    #faq>p,
    #faq .contact {
        font-size: 16px;
    }

    #faq .contact {
        padding: 40px 20px 20px;
        height: auto;
        text-align: center;
        margin: 0;
        line-height: 25px;
        border-bottom: 6px solid #dddccd;
    }

    #faq .contact:before {
        left: 50%;
        top: 15px;
        margin: 0 0 0 -15px;
    }

    .tab-content {
        margin-bottom: 0;
    }

    #faq .nav.nav-tabs.mobileNav {
        background: #f5f5eb;
        height: auto !important;
        -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
        padding: 0;
        border-bottom: 6px solid #dddccd !important;
    }

    #faq .nav.nav-tabs.mobileNav li:first-child {
        font-weight: 600;
        font-size: 17px;
        color: #2a2a2a;
        text-align: center;
        height: auto !important;
        font-family: open sans, sans-serif;
        padding: 17px 0;
        width: 100%;
        text-transform: uppercase;
    }

    #faq .nav-tabs.mobileNav>li {
        float: none;
    }

    #faq .nav.nav-tabs.mobileNav li,
    #faq .nav.nav-tabs.mobileNav li.active,
    #faq .nav.nav-tabs.mobileNav li:hover,
    #faq .nav.nav-tabs.mobileNav li:first-child:hover {
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid #d9d9d9 !important;
        margin: 0 !important;
        height: auto !important;
        border-radius: 0 !important;
        background: none;
        padding: 4px 0;
        width: 100%;
    }

    #faq .nav.nav-tabs.mobileNav li:first-child:hover {
        padding: 17px 0;
    }

    #faq .nav.nav-tabs.mobileNav li a,
    #faq .nav.nav-tabs.mobileNav li:hover a,
    #faq .nav.nav-tabs.mobileNav li.active a {
        line-height: 30px !important;
        font-size: 17px;
        padding: 0 15px 0 45px;
        margin: 5px 0 5px;
        text-transform: capitalize;
        color: #2062b3;
    }

    #faq .questionContainer .question .icon-svg-play3 {
        content: " ";
        position: absolute;
        font-size: 10px;
        left: 19px;
        margin-top: 6px;
        color: #1057ae;
        top: 1px;
    }

    .nav.mobileNav>li>a,
    .nav.mobileNav>li>a:hover,
    .nav.mobileNav>li>a:focus {
        top: 0
    }

    #faq .nav.nav-tabs.mobileNav li.active {
        background: #f5f5eb !important;
    }

    #faq .nav.nav-tabs.mobileNav:hover li a .tabImage img,
    #faq .nav.nav-tabs.mobileNav li a .tabImage img {
        margin: 0;
    }

    #faq .nav.nav-tabs.mobileNav li:hover a .tabImage,
    #faq .nav.nav-tabs.mobileNav li.active a .tabImage,
    #faq .nav.nav-tabs.mobileNav li a .tabImage {
        left: 12px;
        top: 8px;
    }

    #faq .nav-tabs.mobileNav li .tab-content {
        display: none;
        border-bottom: none;
        padding: 0 20px 10px;
    }

    #faq .nav-tabs.mobileNav li.active .tab-content {
        display: block;
    }

    #faq .nav.nav-tabs.mobileNav li .icon-svg-Arrow_back_copy {
        float: right;
        font-size: 12px;
        color: #2062b3;
        font-weight: 600;
        transform: rotate(270deg);
    }

    #faq .nav.nav-tabs.mobileNav li.active .icon-svg-Arrow_back_copy {
        color: #ff8c2a;
        transform: rotate(90deg);
        font-weight: 600;
    }

    #faq .questionContainer .question {
        height: auto;
        border-bottom: none;
    }

    #faq .questionContainer .question p {
        text-decoration: underline;
        word-wrap: break-word;
        line-height: 20px;
        margin-bottom: 5px;
    }



    /* ==================== FAQ page END ==================== */

    /* ==================== SUPPORT PAGE ==================== */
    #wrapper,
    #support .inputForm {
        width: 100%;
        font-family: "Open Sans", Sans-Serif;
    }

    #support {
        margin: 10px 0 0 0;
    }

    .appearMessage {
        width: 100%;
    }

    #support h1:before {
        top: 8px;
        background-size: 83px 105px;
        position: relative;
        margin: 0 8px 0;

    }

    #wrapper>* {
        font-family: "Open Sans", Sans-Serif;
    }

    #support h1 {
        text-align: left;
        font-weight: 600;
        border-bottom: 1px solid #dbdbdb;
        margin: 0 20px 0;
        padding: 0 0 10px 0;
    }

    #support h1 .icon-svg-Support {
        left: 5px;
    }

    #support .inputForm .btnHolder .sendBtn {
        width: 80px;
    }

    #support .supportInfo {
        float: none;
        width: 90%;
        margin: 0 auto;
        border: none;
    }

    #support .supportInfo p {
        font-size: 16px;
    }

    #support .supportInfo p:nth-child(2) {
        font-weight: bold;
    }

    #support .inputForm .btnHolder .discardBtn {
        line-height: 28px;
        height: 27px;
    }

    #support .inputForm .btnHolder {
        padding: 12px 0;
        text-align: center;
    }

    #support .inputForm .required {
        font-size: 15px;
    }

    #support .inputForm .table {
        margin: 21px 20px 18px 20px;
    }

    #support .inputForm .table .description {
        min-width: 175px;
    }

    #overallWrap br {
        display: none;
    }

    #overallWrap #bestAndWorst br {
        display: block;
    }

    #support .inputForm .btnHolder .discardBtn input,
    #support .inputForm .btnHolder .discardBtn,
    #support .inputForm .btnHolder .sendBtn input,
    #support .inputForm .btnHolder .sendBtn,
    #support .inputForm .btnHolder>span:first-child {
        height: 30px;
        width: 95px;
        line-height: 30px;
        font-weight: 600;
        font-size: 14px;
    }

    #support .inputForm .btnHolder .sendBtn {
        line-height: 28px !important;
    }




    /* ==================== SUPPORT PAGE END ==================== */

    /* ==================== CAT`s Page ==================== */
    .landing-banner-top {
        height: 110px !important;
    }

    #CAT {
        margin-top: 25px;
    }

    #CAT * {
        font-family: 'open sans', san-serif;
    }

    #CAT .header {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    #CAT .startTest {
        padding: 22px 0 0;
    }

    #CAT .startTest .quantitativeTest {
        display: block;
        width: 100%;
    }

    #CAT .startTest .quantitativeTest .header {
        flex-wrap: wrap;
        justify-content: center;
    }

    #CAT .testsActions {
        flex-wrap: wrap;
    }

    #CAT .startTest .quantitativeTest .header .testsCategory {
        text-align: center;
    }

    #CAT .startTest .quantitativeTest .header span {
        font-size: 20px;
        padding-bottom: 15px;
        font-weight: 400;
        text-align: center;
    }

    #CAT .header .h2 {
        padding: 0 10px 10px 62px;
        margin: 0 15px 15px;
        font-family: 'open sans', san-serif;
        font-weight: 600;
        font-size: 18px;
        color: #565656;
    }

    #CAT .header .h2:before {
        top: 20%;
    }

    #CAT .startTest .quantitativeTest {
        padding-left: 10px;
        padding-right: 10px;
    }

    #CAT .startTest .quantitativeTest .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    #CAT .startTest .quantitativeTest .content .previouslyTests,
    #CAT .startTest .quantitativeTest .content .unfinishedTests {
        width: 100%;
    }

    #CAT .startTest .quantitativeTest .showMore {
        display: none;
    }

    #CAT .startTest .quantitativeTest .content {
        max-height: none;
    }

    #CAT .startTest .quantitativeTest .unfinishedTests .testRow {
        height: 44px;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDown {
        display: none;
        position: relative;
    }

    #CAT .startTest .quantitativeTest.verbalTest {
        border-top: 30px solid white;
    }

    #CAT .startTest .quantitativeTest .header div {
        padding: 0;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        min-width: auto;
        min-height: auto;
        margin: 0;
    }

    #CAT .startTest .quantitativeTest .testRow {
        height: 65px;
    }

    #CAT .startTest .quantitativeTest .testRow a p {
        font-size: 14px;
        margin: 0;
        padding: 22px 0 0 10px;
    }

    #CAT .startTest .quantitativeTest .testRow span.testScore {
        font-size: 20px;
        width: auto;
        margin: 15px 0px 0 0;
    }

    #CAT .startTest .quantitativeTest .testRow a.testName {}

    #CAT .startTest .quantitativeTest .testRow span.testDate {
        width: 50%;
        font-size: 10px;
        margin: 0 0 0 7px;
        position: absolute;
        left: 3px;
        top: -1px;
        text-align: left;
    }

    #CAT .testsPack {
        text-align: center;
    }

    #CAT .buyProPackageBlock {
        padding-right: 15px;
        padding-left: 15px;
        grid-auto-flow: row;
        justify-items: center;
    }

    #CAT .buyProPackageTitle {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    #CAT .buyProPackageSubtitle {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    #CAT .buyProPackageButton {
        margin-right: 0;
    }

    #CAT .startTest .quantitativeTest .header span.buyProPackageMessage {
        top: 105px;
    }

    #CAT .startTest .quantitativeTest .header div:after {
        background: none;
    }

    #CAT .startTest .quantitativeTest .testRow.current p {
        padding: 0px 0 0 20px;
    }

    #CAT .startTest .quantitativeTest>span {
        font-size: 17px;
        padding: 13px 0;
        font-weight: 600;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDownButton {
        color: #ff8c2a;
        padding: 13px 0 45px 0;
        position: relative;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDownButton .icon-svg-To_max_min {
        display: block;
        transform: rotate(90deg);
        font-size: 35px;
        color: #ff8c2a;
        position: absolute;
        left: 50%;
        margin: 0 0 0 -7px;
        transition: transform 0.5s;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDownButton .icon-svg-To_max_min.active {
        transform: rotate(-90deg);
        transition: transform 0.5s;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDown .testRow {
        /* grid-template-columns:1fr 110px; */
        grid-template-columns: 1fr;
    }

    #CAT .startTest .quantitativeTest.irTest .mobileTestDropDown .testRow {
        grid-template-columns: 1fr;
    }

    /* #CAT .startTest .quantitativeTest .testRow a p{
        max-width: none;
    } */
    #CAT .startTest .quantitativeTest .mobileTestDropDown .testRow .downloadEsr::before {
        left: 50%;
        transform: translateX(-50%);
        top: 65%;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDown .dropDownCollapseButton {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        float: right;
        bottom: 26px;
        right: 15px;
        z-index: 9;
        background-color: #ff8b2a;
        text-decoration: none;
        margin: -50px 0 0 0;
    }

    #CAT .startTest .quantitativeTest .mobileTestDropDown .dropDownCollapseButton .icon-svg-collapse {
        color: #fff;
        font-size: 32px;
        margin: 9px 0 0 0;
        display: block;
        text-decoration: none;
    }

    #CAT .footerInfo {
        font-family: 'open sans', san-serif;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    #CAT .footerInfo p {
        font-size: 16px;
        padding: 0;
        line-height: 21px;
        display: block;
        width: 86%;
        margin: 0px auto;

    }

    #CAT .footerInfo a {

        padding: 3px 19px 3px 35px;
        font-size: 17px;
        font-weight: 600;
    }

    #CAT .footerInfo.firstBlock a:before,
    #CAT .footerInfo a:before {
        background: none;
    }

    #CAT .footerInfo.firstBlock {
        /* margin: 0 auto 0; */
    }

    #CAT .footerInfo.firstBlock a {

        padding: 3px 38px 3px 52px;
        font-weight: 600;
    }

    #CAT .footerInfo a:before {
        background: none;
    }

    #CAT .footerInfo.firstBlock a .icon-svg-reset {
        position: absolute;
        left: 22px;
        font-weight: 400;
        top: 1px;
        color: #ffffff;
        font-size: initial;
        display: inline-block;

    }

    #CAT .footerInfo a .icon-svg-test-performance {
        position: absolute;
        left: 11px;
        font-weight: 400;
        top: 1px;
        color: #ffffff;
        font-size: initial;
        display: inline-block;
    }

    #CAT .startTest {
        margin: 0 0 30px 0;
    }


    .restrictPage .dashboard_starttest {
        width: 100%;
        background: url(images/subscription/cats_640.jpg) no-repeat;
        background-position: 50% 0;
        background-size: 640px;
        height: 1000px;
    }





    /* ==================== CAT`s Page End ================ */
    /* #quiz {
    width: 920px;
    margin: auto;
} */
    .h1.quizHeader {
        font: 20px open-sans, sans-serif;
        text-transform: uppercase;
        padding: 20px 0 10px 66px;
        position: relative;
        margin: 12px 0 9px 0;
    }

    .h1.quizHeader:before {
        content: " ";
        position: absolute;
        left: 20px;
        top: 7px;
        width: 40px;
        height: 39px;
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -367px -636px;
    }

    #CAT .welcome {
        width: 662px;
        background: #f5f5eb;
        padding: 20px 19px 0;
        min-height: 189px;
    }

    #quiz div.welcome {
        min-height: 0;
    }

    #quiz .welcome p,
    #CAT .welcome p {
        padding-bottom: 21px;
        font: 12px/17px tahoma, sans-serif;
    }

    #quiz .welcome p strong {
        display: block;
    }

    /* #quiz .performance, */
    #CAT .performance {
        float: right;
        background: #eae9d8;
        width: 200px;
        padding: 17px 0;
        margin: -209px 0 0 0;
    }

    /* #quiz div.performance {
    padding: 21px 0;
    background: #f5f5eb;
    margin: -92px 0 0 0;
} */
    #quiz .performance ul,
    #CAT .performance ul {
        padding: 0 24px;
    }

    #quiz .performance ul li,
    #CAT .performance ul li {
        font: 14px/17px tahoma, sans-serif;
        position: relative;
        padding-left: 14px;
        margin-bottom: 4px;
    }

    #quiz .performance ul li:before,
    #CAT .performance ul li:before {
        position: absolute;
        content: " ";
        left: -4px;
        top: 4px;
        width: 12px;
        height: 11px;
        background-image: url("images/quiz/quiz-sprite.png");
        background-position: -48px -6px;
    }

    /* #quiz .performance a, */
    #CAT .performance a {
        display: block;
        border-radius: 2px;
        border: 1px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        width: 134px;
        height: 37px;
        background: #e66f07;
        background-image: -webkit-gradient(linear,
                left top,
                left bottom,
                color-stop(0, #FF8D2A),
                color-stop(1, #E16900));
        background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
        font: 12px tahoma, sans-serif;
        color: #fff;
        margin: 11px auto 0;
        padding: 11px 0 0 40px;
        text-decoration: none;
        position: relative;
    }

    #quiz .performance a:before,
    #CAT .performance a:before {
        position: absolute;
        content: " ";
        width: 21px;
        height: 23px;
        left: 9px;
        top: 14px;
        background: url("images/quiz/performance-icon.png");
    }

    #quiz div.performance a {
        margin: 0 auto;
    }

    #quiz div.field .subscriptionPack {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    #quiz div.field .subscriptionPack .checker.disabled+label,
    #quiz div.field .subscriptionPack .checker.disabled+label * {
        color: #aaaaa8;
    }

    #quiz div.field .subscriptionPack label {
        display: inline-block;
        margin-top: 2px;
    }

    #quiz a.buyNow {
        display: inline-block;
        height: 20px;
        width: 60px;
        text-transform: uppercase;
        text-align: center;
        font: 12px open-sans, sans-serif;
        font-weight: bold;
        color: #ffffff;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 14px 0 14px;
        margin: 8px 0 0 28px;
        line-height: 20px;
        position: relative;
        background: #e87109;
        background-image: -webkit-gradient(linear,
                left top,
                left bottom,
                color-stop(0, #FF8D2A),
                color-stop(1, #E16900));
        background-image: -o-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -moz-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -webkit-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: -ms-linear-gradient(bottom, #FF8D2A 0%, #E16900 100%);
        background-image: linear-gradient(to bottom, #FF8D2A 0%, #E16900 100%);
    }

    #quiz a.learnMore {
        font-weight: bold;
        font-family: open sans, sans-serif;
        font-size: 12px !important;
        margin: 0 0 0 30px;
        -webkit-text-size-adjust: none;
    }

    #quiz .performance a b,
    #CAT .performance a b {
        display: block;
        color: inherit;
        text-transform: uppercase;
    }

    /* #quiz .testState {
    background: #f5f5eb;
    margin-top: 20px;
    padding: 0 0 12px 19px;
    border-bottom: 2px solid #fff;
} */
    /* #quiz .border {
        height: 6px;
        background: #b8b8b8;
        border-radius: 0 0 3px 3px;
    } */

    #quiz .testState h2 {
        text-transform: uppercase;
        font-family: open sans, sans-serif;
        color: #2a2a2a;
        font-size: 16px;
        padding: 17px 0 13px 12px;
        margin-bottom: 17px;
        border-bottom: 2px solid #ffffff;
        margin-right: 19px;
    }


    /*================== Mobile Free Test PAGE start============================*/
    .h1.quizHeader {}

    #quiz {
        padding-left: 10px;
        padding-right: 10px;
    }

    #quiz .question-info {
        flex-wrap: wrap;
    }

    #quiz .question-info .testState {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .question-info .testState,
    .question-info .welcome {
        width: 100%;
    }

    #quiz .examMode,
    #quiz .practiceMode {
        width: 100%;
    }

    #quiz div.field .subscriptionPack {
        width: 50%;
    }

    #quiz .science ul li {
        width: 100%;
    }

    .qQuantitative .quizCategory {
        position: relative;
        width: 100%;

    }

    .verbal .quizCategory {
        position: relative;
        width: 100%;

    }



    #quiz .restrictPage.users .registration {
        padding: 0;
    }

    #quiz .restrictPage.users {
        height: 435px;
    }

    #quiz .restrictPage.users h1 {
        height: auto;
    }

    #quiz .restrictPage.users>h1 span {
        width: 100%;
        line-height: 22px;
    }


    #quiz .newQuiz .difficulty .checker .checker {
        padding: 0;
    }

    #overallPerformance .mainInfo {
        width: 95%;
        display: block;
        vertical-align: top;
        text-align: left;
        margin: 0 auto;
    }

    #quiz div.field .subscriptionPack .checker {
        vertical-align: top;
        position: absolute;
        top: 0;
        left: 0;
    }

    .restrictPage .warnMessage {
        width: 100%;
    }

    .restrictPage .warnMessage>a {
        width: 80%;
        font-size: 12px;
        text-align: left;
        text-indent: 30px;
    }

    .restrictPage .warnMessage>a:before {
        left: 10px;
        top: 13px;
    }

    .restrictPage .warnMessage p {
        font-size: 15px;
    }

    .restrictPage .subscribImage img {
        display: none;
    }


    /* ==================== Buy NOW Page ==================== */

    #pricing .section {
        width: 280px;
        margin: 0 auto;
    }

    #pricing .section .priceUnit .content {
        height: 100%;
    }

    /* ==================== Buy NOW Page end ==================== */

    /* ==================== Extend page ==================== */

    .extend .swiper-slide {
        text-align: center;
    }

    .extend .swiper-container {
        padding: 0 0 30px 0;
    }

    .extend.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        vertical-align: middle;
    }

    .extend .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
        background: #F7831E;
        vertical-align: middle;
    }

    .extend {
        font-family: 'open sans', san-serif;
    }

    .extend .priceDescription {
        display: none;
    }

    .extend .priceList>div {
        float: none;
        width: 100%;
    }

    .extend .priceList .section {
        display: none;
    }

    .extend .priceList .section.slider {
        display: inline-block;
    }

    .extend .priceList .section.slider ul.priceColumn {
        width: 210px;
        padding: 0;
    }

    .extend .priceList .section.slider ul.priceColumn {
        background: #eae9d8;
        margin: 0;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li:first-child,
    .extend .priceList .section.slider ul.priceColumn li:first-child {
        color: #fff;
        background: url(images/pricing/header_small_bg_hover.png), #eae9d8;
        height: 72px;
        padding: 24px 0 0 0;
        text-align: center;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(2) span {
        text-decoration: none;
        font-size: 14px;
        color: #0a0000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40px;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(2) .icon-svg-check-circle,
    .extend .priceList .section.slider ul.priceColumn.freePrice li .icon-svg-check-circle {
        color: #61a31d;
        font-weight: bold;
        position: absolute;
        left: 6px;
        font-size: 20px;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li span {
        text-decoration: none;
        font-size: 14px;
        color: #0a0000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40px;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li,
    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(2),
    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(3),
    .extend .priceList .section.slider ul.priceColumn li {
        border-color: #f4f4e9;
        position: relative;
        height: 40px;
        box-sizing: border-box;
        padding: 0 0 0 30px;
        text-align: left;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li,
    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(2),
    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(3) {
        height: 46px;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li:nth-child(3) {
        border-bottom: 1px solid #f4f4e9;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li.freeBlock {
        height: 85px;
        border: none;
        padding: 0;
        text-align: center;
    }

    .extend .priceList .section.slider ul.priceColumn.freePrice li.freeBlock+li {
        padding: 0;
        text-align: center;
    }

    .priceList ul.priceColumn li.freeBlock+li a {
        position: static;
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .extend .priceList .section.slider ul.priceColumn li span {
        text-decoration: none;
        font-size: 14px;
        color: #0a0000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40px;
    }

    .extend .priceList .section.slider ul.priceColumn li .icon-svg-check-circle {
        color: #61a31d;
        font-weight: bold;
        position: absolute;
        left: 6px;
        font-size: 20px;
    }


    .extend .priceList .section.slider ul.priceColumn li:nth-child(2) span {
        font-size: 20px;
        color: #a71213;
        text-decoration: line-through;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 40px;
    }

    .extend .priceList .section.slider ul.priceColumn li:nth-child(2) {
        padding: 0;
        text-align: center;
    }

    .extend .priceList .section.slider ul.priceColumn li:nth-child(3) {
        border-bottom: none;
        padding: 0;
        text-align: center;
        height: 62px;
    }

    .extend .priceList .section.slider ul.priceColumn li:nth-child(3) .tax {
        padding-top: 8px;
    }

    .extend .priceList .section.slider ul.priceColumn li:nth-child(3) p {
        font-size: 35px;
        font-weight: 400;
        display: block;
        margin: 4px 0 0 0;
    }

    .extend .priceList .section.slider ul.priceColumn li.lastItem {
        padding: 0;
        margin: 15px 0 10px 0;
    }


    .extend .priceList ul.priceColumn li.lastItem a {
        font-size: 18px;
        display: block;
        text-align: center;
        line-height: 34px;
        width: 134px;
        height: 36px;
        margin: 0 auto;
        background-color: #e16900;
        background: linear-gradient(to top, #e16900 35%, #ff8c2a);
        background: -webkit-linear-gradient(bottom, #e16900 35%, #ff8c2a);
        background: -moz-linear-gradient(bottom, #e16900 35%, #ff8c2a);
        background: -o-linear-gradient(bottom, #e16900 35%, #ff8c2a);
    }

    .extend h1.priceHeader {
        margin: 40px 20px 23px;
    }


    /* ==================== Extend page end ============ */

    /* ==================== My performance page start ============ */
    .aside .globalScore a.explanation {
        display: none;
    }

    .aside .globalScore {
        text-align: center;
    }

    .summaryC {
        width: 100%;
    }

    #passedTests>.aside,
    #overallWrap>.aside,
    .aside .globalScore,
    #menu,
    .mainContent {
        width: 100%;
        margin-right: 0;
        margin-top: 0 !important;
        padding-right: 0;
        -webkit-box-shadow: inset 0 13px 20px -17px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0 13px 20px -17px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0 13px 20px -17px rgba(0, 0, 0, 0.75);
        font-family: open sans, sans-serif;
        -webkit-text-size-adjust: none;
    }

    .mainContent * {
        font-family: open sans, sans-serif;
        -webkit-text-size-adjust: none;
    }

    .summaryTable .qRetry a.testDelete:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 35px;
        top: -12px;
        left: -19px;
    }

    #performanceOtherTests .testsList .addRow .addTest:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .aside .globalScore .progressBar {
        background: url(images/progress-block/progress-background.png)no-repeat;
        background-size: 100%;
    }

    #analysisDetail .mode {
        margin: 0;
    }

    #analysisDetail span.detailDate {
        font-family: open sans, Sans-Serif;
        text-align: left;
        margin: 0;
        display: block;
        width: 250px;
        padding-left: 13px;
        box-sizing: border-box;
    }

    #analysisDetail .detailTitle {
        width: auto;
        padding-top: 15px;
        height: auto;
        line-height: 20px;
    }

    #analysisDetail .mode.study,
    #analysisDetail .mode.test {
        margin: 10px;
        font-weight: 600;
    }

    #analysisDetail .results .leftSide .title span {
        margin: 0 5px 0 0;
    }



    #overallPerformance.mainContent>.h1 {
        font-size: 17px;
        text-align: left;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        width: 95%;
        border-bottom: 1px solid #d8d8d8;
        box-sizing: border-box;
        padding: 0 0 0 15px;
        margin: 0 auto;
    }

    #overallPerformance .answerInfo {
        text-align: center;
        margin: 0 0 10px 0;
    }

    #overallPerformance .timerInfo,
    #overallPerformance .questionStatus {
        text-align: left;
    }

    #overallPerformance .tab-content {
        padding: 25px 0 20px;
    }

    #overallPerformance .timerInfo {
        width: 90%;
        margin: 19px auto;
        border-bottom: none;
    }

    #overallPerformance .timerInfo .timer {
        border-bottom: none;
    }

    .summaryTable {
        /*width: 100%;*/
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide {
        display: block;
        text-align: center;
        width: auto;
        border-bottom: 1px solid #dbdbdb;
        margin: 0 10px;
    }

    #lastTests .details .leftSide>.title,
    #questionsAnalysis .details .leftSide>.title {
        margin: 0 auto;
    }

    #lastTests .details .leftSide>.title tr td,
    #questionsAnalysis .details .leftSide>.title tr td {
        border: none;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide>div {
        display: block;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap,
    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersWrap {
        display: inline-block;
        text-align: center;
        width: 49%;
        padding-bottom: 23px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap,
    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersWrap {
        display: inline-block;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap div .span1.solved {
        color: #006eae;
        font-size: 14px;
        padding-left: 15px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersWrap .description div .span1.correct {
        color: #54912f;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 15px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersWrap .description div .span1.incorrect {
        color: #c02636;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 15px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap div .span1.left {
        color: #6a6a6a;
        font-size: 14px;
        padding-left: 15px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersWrap div {}

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .answersNumb {
        text-align: center;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap .span2,
    #questionsAnalysis .details .leftSide .answersWrap .titleWrap .span4 {
        color: #006EAE;
        font-size: 20px;
        border-color: #006eae;
        font-weight: 600;
        display: block;
        position: relative;
        margin-top: 10px;

    }

    #analysisDetail .bestScore {
        background: url(images/statistics/cup.png) no-repeat 4px 10px;
        font-family: "Open Sans", sans-serif;
        color: #f08224;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 25px 10px 30px;
    }

    #lastTests .details .leftSide,
    #questionsAnalysis .details .leftSide .questionsWrap .span3,
    #questionsAnalysis .details .leftSide .answersWrap .titleWrap .span5 {
        font-size: 18px;
        color: #2a2a2a;
        font-weight: 500;
        text-align: right;
        position: relative;
        text-transform: uppercase;
    }

    #questionsAnalysis .details .leftSide .questionsWrap .description div span a,
    #questionsAnalysis .details .leftSide .answersWrap .description div span a,
    #questionsAnalysis .details .leftSide .questionsWrap div .span a,
    #questionsAnalysis .details .leftSide .answersWrap div .span a {
        position: absolute;
        right: 0;
        width: 30px;

    }

    #questionsAnalysis .details .leftSide .questionsWrap .titleWrap,
    #questionsAnalysis .details .leftSide .answersWrap .titleWrap,
    #questionsAnalysis .details .leftSide .questionsWrap .titleWrap,
    #questionsAnalysis .details .leftSide .answersWrap .titleWrap {
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0;
        font-family: open sans, sans-serif;
    }

    #questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.correct,
    #questionsAnalysis .details .leftSide .questionsWrap div .span1.solved,
    #questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span1.incorrect {
        padding-left: 15px;
    }

    #questionsAnalysis .details .leftSide .questionsWrap .textCorrect,
    #questionsAnalysis .details .leftSide .answersWrap .textCorrect {
        display: block;
        text-align: left;
        position: relative;
        padding: 0;
        margin: 0 auto;
    }

    #questionsAnalysis .details .questionsWrap .chart,
    #questionsAnalysis .details .leftSide .chart {
        margin-top: 0;
    }

    #questionsAnalysis .details .leftSide>div,
    #questionsAnalysis .details .leftSide>.description {
        vertical-align: top;
    }

    #questionsAnalysis .details .leftSide .questionsWrap .textCorrect div .span,
    #questionsAnalysis .details .leftSide .answersWrap .textCorrect div .span2 {
        position: absolute;
        right: 10px;
        top: 0;
        width: 35px;
        font-size: 14px;
        display: inline-block;
    }

    #questionsAnalysis .details .leftSide .questionsWrap .textCorrect div,
    #questionsAnalysis .details .leftSide .answersWrap .textCorrect div {
        width: auto;
    }

    #lastTests .details .rightSide .passed,
    #lastTests .details .rightSide .left,
    #questionsAnalysis .details .rightSide .passed,
    #questionsAnalysis .details .rightSide .left {
        vertical-align: top;
        width: 45%;
        margin-top: 20px;
        padding-left: 12px;
    }

    #lastTests .details .rightSide,
    #questionsAnalysis .details .rightSide {
        width: 100%;
    }

    #questionsAnalysis .details .questionsWrap .titleWrap .span2:before,
    #questionsAnalysis .details .leftSide .answersWrap .titleWrap .span4:before {
        display: none;
    }

    #questionsAnalysis .details .rightSide>table tr td {
        border: none;
        padding: 2px 0 0 27px;
        width: 50%;
        text-indent: 8px;
        color: #2a2a2a;
        box-sizing: border-box;
        font-size: 12px;

    }

    #questionsAnalysis .details .passedLeft {
        border-bottom: 1px solid #dbdbdb;
        font-family: open sans, sans-serif;
    }

    #questionsAnalysis .details .timingWrap div,
    #questionsAnalysis .details .passedLeft div {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    #questionsAnalysis .details .timingWrap div .h4,
    #questionsAnalysis .details .passedLeft div .h4 {
        font-size: 14px;
        color: #2a2a2a;
        text-transform: uppercase;
        position: relative;
        margin: 20px auto 0 auto;
        padding-left: 65px;
        box-sizing: border-box;
    }

    #questionsAnalysis .details .timingWrap div .h4 span,
    #questionsAnalysis .details .passedLeft div .h4 span {
        color: #00a0d2;
        font-size: 17px;
        position: absolute;
        left: 36px;
        top: -3px;
    }

    #questionsAnalysis .details .timingWrap div .h4 span.icon-svg-timer_mark_right {
        font-size: 20px;
        top: -5px;
    }

    #questionsAnalysis .details .passedLeft div p {
        padding-left: 65px;
        position: relative;
        padding-bottom: 12px;
        border: none;
        font-size: 12px;
    }

    #questionsAnalysis .details .passedLeft div p span.number {
        width: 30px;
        position: absolute;
        right: 0;
    }

    #questionsAnalysis .details .timingWrap div p {
        width: 65%;
        padding-left: 65px;
        font-size: 12px;
        text-transform: uppercase;
    }

    #questionsAnalysis .details .timingWrap {
        margin-bottom: 25px;
    }

    #qvGraphicForm .columnChart.left .header,
    #qvGraphicForm .columnChart.right .header {
        background: #eae9d8;
        height: 90px;
    }

    #qvGraphicForm .columnChart.left .header .h2,
    #qvGraphicForm .columnChart.right .header .h2 {
        font-size: 16px;
        color: #2062b3;
        padding: 15px 0 15px 35px;
        text-transform: uppercase;
        position: relative;
        display: block;
        font-weight: 600;
    }

    #qvGraphicForm .columnChart.left .header .h2 span.icon-svg-play3,
    #qvGraphicForm .columnChart.right .header .h2 span.icon-svg-play3 {
        color: #f0801a;
        font-size: 12px;
        position: absolute;
        left: 8px;
        top: 14px;
    }

    #qvGraphicForm .columnChart.left .header .h2 span.icon-svg-play3 {
        left: 18px;
        top: 14px;
    }

    #qvGraphicForm .columnChart.right .header .h2 {
        font-size: 16px;
        color: #2062b3;
        padding: 3px 0 14px 13px;
        text-transform: uppercase;
        position: relative;
        display: block;
        font-weight: 600;
    }

    #qvGraphicForm .columnChart.right .header .h2 span.icon-svg-play3 {
        color: #f0801a;
        font-size: 12px;
        position: absolute;
        left: -2px;
        top: 4px;
    }

    #qvGraphicForm .columnChart.left .header {
        box-sizing: border-box;
        padding: 0;
    }

    #qvGraphicForm .columnChart.left .header .customSelect,
    #qvGraphicForm .columnChart.right .header .customSelect {
        text-align: center;
        float: none;
        width: 100%;
    }

    #qvGraphicForm .columnChart.left .header .customSelect select,
    #qvGraphicForm .columnChart.right .header .customSelect select {
        opacity: 1 !important;
        width: 90%;
        height: 30px;
        margin: 0 auto;
        border-radius: 3px;
        display: inline-block;
        z-index: 104;
        font-size: 16px !important;
    }

    #qvGraphicForm .columnChart.left {
        border-bottom: solid #b8b8b8 6px;
        margin-bottom: 25px;
    }

    #qvGraphicForm .columnChart.right {
        border-bottom: solid #b8b8b8 6px;

    }

    #questionsAnalysis .details .passedLeft {
        float: none;
        font-family: open sans, sans-serif;
    }

    #questionsAnalysis .details .passedLeft div .h4 .icon-svg-Cats,
    #questionsAnalysis .details .passedLeft div .h4 .icon-svg-icon-left,
    #questionsAnalysis .details .passedLeft .timingWrap .h4 .icon-svg-timer_mark_right {
        color: #006eae;
        font-size: 17px;
        position: absolute;
        left: 36px;
        top: 5px;
    }

    #questionsAnalysis .details .passedLeft .timingWrap .h4 .icon-svg-timer_mark_right {
        font-size: 20px;
        top: 3px;
        ;
    }

    #questionsAnalysis .details .timingWrap div .h4,
    #questionsAnalysis .details .passedLeft div .h4 {
        border: none;
    }

    #questionsAnalysis .details .passedLeft .timingWrap div p {
        display: inline-block;
        width: auto;
    }

    #questionsAnalysis .details .timingWrap {
        margin-bottom: 0;
        border-bottom: none;
    }

    #mistakeAnalysis .columnChart,
    #bestAndWorst .columnChart,
    #questionsAnalysis .columnChart {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #lastTests #graph.tab-pane.active,
    #summaryChart.summaryC {
        width: 752px;
        margin: 0 auto;
    }


    /* ==================== My performance page end ============ */


    /* ==================== Question Analysis page ============ */

    /*table styles start*/
    .items.mobile {
        display: block;
    }

    .items.mobile .row {
        display: block;
        font-size: 0;
        padding: 10px 0;
    }


    .items.mobile .row:hover,
    .items.mobile .row:nth-child(even):hover,
    .items.mobile .row:nth-child(odd):hover {
        background: #fef6b0;
        box-shadow: inset 0 0 5px #888, inset 0 0 5px #888;
    }

    .items.mobile .row:hover {
        background: yellow;
    }

    .items.mobile .row span.empty {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .items.mobile .row:first-of-type {
        background: #b8b8b8 !important;
    }

    .items.mobile .row:first-of-type>* {
        font-size: 10px;
    }

    .items.mobile .row:first-of-type .id a:first-of-type~* {
        display: none;
    }

    .items.mobile .row:first-of-type .id {
        text-align: center;
    }

    .items.mobile .row:nth-child(even) {
        background: #f5f5eb;
    }

    .items.mobile .row:nth-child(odd) {
        background: #f9f9f5;
    }

    .items.mobile .row>div {
        display: inline-block;
        vertical-align: middle;
    }

    .questionsTableOfficial .items.mobile.officialPublick .items.mobile .row>div.number div,
    .officialPublick .items.mobile .row>div.number div,
    .tableWrapper .items.mobile .row>div.number div {
        font-size: 14px;
    }

    .questionsTableOfficial .items.mobile .row>div.number,
    .officialPublick .items.mobile .row>div.number,
    .tableWrapper .items.mobile .row>div.number {
        font-size: 12px;
    }

    .items.mobile .row .checkBox {
        /*width: 35px;*/
        width: 11%;
        text-align: center;
    }

    .items.mobile .row .checkBox input {
        width: 15px;
        height: 15px;
    }

    .items.mobile .row .number {
        /*width: 20px;*/
        width: 7%;
        font-size: 12px;
    }

    .items.mobile .row .id {
        /*width: 100px;*/
        width: 32%;
        position: relative;
    }

    .items.mobile .row .id div .clickArea:before {
        position: absolute;
        content: '';
        width: 100px;
        height: 50px;
        display: block;
        top: 0;
    }

    .items.mobile .row:first-of-type .id>*,
    .items.mobile .row:first-of-type .answer>*,
    .items.mobile .row:first-of-type .date>*,
    .items.mobile .row:first-of-type .statistics {
        color: #2a2a2a;
        text-decoration: none;
        font-size: 10px;
        padding: 0;
    }

    .items.mobile .row:first-of-type .statistics {
        text-transform: capitalize;
        text-align: center;
    }

    .items.mobile .row:first-of-type .date {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .items.mobile .row .id a {
        font-size: 10px;
        font-weight: bold;
    }

    .items.mobile .row .id span,
    .items.mobile .row .id span i {
        font-size: 12px;
        font-style: normal;
        color: #2062b3;
    }

    .items.mobile .row .answer {
        /*width: 47px;*/
        width: 16%;
        text-align: center;
    }

    .items.mobile .row .answer .qCorrectIcon {
        width: 16px;
        height: 13px;
        margin: 0 auto;
        position: relative;
    }

    .items.mobile .row .answer .qCorrectIcon:before {
        position: absolute;
        content: "\e986";
        color: #62a41d;
        font-weight: 800;
        font-size: 14px;
        left: 0;
    }

    .items.mobile .row .answer .qUncorrectIcon {
        width: 16px;
        height: 16px;
        margin: 0 auto;
        position: relative;
    }

    .items.mobile .row .answer .qUncorrectIcon:before {
        content: "\e900";
        font-size: 14px;
        position: absolute;
        transform: rotate(45deg);
        left: 0;
        color: #575757;
    }

    .items.mobile .row .statistics .stats:before {
        background: url(images/statistics/stats.svg) no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        content: " ";
        position: absolute;
        top: -12px;
        left: 45%;
        margin: 0 0 0 -6px;
    }

    .items.mobile .row .statistics .stats {
        margin: 10px 0 0;
    }

    .items.mobile .row .date {
        /*width: 55px;*/
        width: 18%;
        font-size: 10px;
        box-sizing: border-box;
        padding: 0 0 0 5px;
        text-align: center;
    }

    .items.mobile .row .date a {
        padding: 0 8px;
        font-size: 16px;
    }

    .items.mobile .row .date b {
        display: block;
    }

    .items.mobile .row .statistics {
        /*width: 47px;*/
        width: 16%;
        font-size: 10px;
        text-transform: uppercase;
        color: #2062b3;
        text-decoration: underline;
        position: relative;
        text-align: center;
    }

    .items.mobile .row .qBookmarkIcon {
        width: 13px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
    }

    .items.mobile .row .qBookmarkIcon:before {
        content: "\e9ae";
        color: #ff8b2a;
        font-size: 14px;
    }

    .items.mobile .row .qNoteIcon {
        width: 12px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
        position: relative;
        z-index: 104;
        /* 999 */
    }

    .items.mobile .row .qNoteIcon:before {
        content: "\e99b";
        color: #006eae;
        position: absolute;
        font-size: 12px;
        left: 0;
        top: 1px;
    }

    .items.mobile .row .qReviewedIcon {
        background: url('images/statistics/icons-sprite.png') no-repeat -70px -1px;
        width: 15px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
    }

    .items.mobile .row a.qGuessIcon {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .items.mobile .row a.qGuessIcon:before {
        width: 15px;
        height: 15px;
        position: absolute;
        content: "\e98e";
        font-size: 14px;

    }

    .items.mobile .row .guessed div {
        position: relative;
    }

    .items.mobile .row .id .guessed {
        display: inline-block;
        width: 13px;
        margin: 0 2px;
        vertical-align: top;
        height: 13px;

    }

    .items.mobile .row a.clickArea {
        opacity: 0;
        font-size: 0;
    }

    .items.mobile .row .id>div {
        display: inline-block;
    }

    .items.mobile .row .id>span {
        display: block;
    }


    /*Free Tests Table Styles*/


    .items.mobile.free .row:first-of-type>div {
        font-size: 10px;
        text-align: center;
        color: #2a2a2a;
    }

    .items.mobile.free .row:first-of-type a {
        color: #2a2a2a;
    }

    .items.mobile.free a.sort-link:after {
        display: none;
    }

    .items.mobile.free .row>div {
        white-space: normal;
        font-size: 10px;
        text-align: center;
    }

    .items.mobile.free .row .name {
        /*width: 137px;*/
        width: 43%;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 12px;
        text-align: left;
    }

    .items.mobile.free .row .iScore {
        /*width: 48px;*/
        width: 16%;
        text-align: center;
        padding: 0;
    }

    .items.mobile.free .row .iTime {
        /*width: 36px;*/
        width: 11%;
        padding: 0;
    }

    .items.mobile.free .row .date {
        /*width: 47px;*/
        width: 16%;
        text-align: center;
        padding: 0;
    }

    .items.mobile.free .row .iDeleteQ {
        /*width: 45px;*/
        width: 14%;
        padding: 0;
    }

    .items.mobile.free .row .iDeleteQ .tooltip,
    #performanceOtherTests .summaryTable .tooltip {
        display: none !important;
    }

    .items.mobile.free .row .iDeleteQ a {
        display: inline-block;
        background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -472px -571px;
        margin-left: 6px;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        position: relative;
    }

    .items.mobile.free .row .iDeleteQ a.testFinish {
        background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -451px -572px;
    }

    .items.mobile.free .row .iDeleteQ a.testDelete {
        background-position: -424px -683px;
        ;
    }

    .items.mobile.free .row .iDeleteQ a.testRetry {
        background-position: -38px 2px;
    }

    .items.mobile.free .row .iDeleteQ a.testRetry:hover {
        background-position: -38px -16px;
    }

    .items.mobile.free .row .iDeleteQ a.testFinish:hover {
        background-position: -19px -16px;
    }

    #passedTests .questionList .qPagination .qPageCount {
        display: block;
        float: none;
    }

    .qPagination {
        display: none;
    }

    .qPagination.qBottom {
        display: block;
    }

    #passedTests .questionList .qPagination.qBottom {
        padding: 9px 20px;
    }

    #passedTests .questionList .qPagination.qBottom .pager+.qPageCount,
    #passedTests .styled-select,
    #passedTests .change-page-size {
        display: none;
    }

    #passedTests .questionList .qOptionsBox .qBoxPosition .qPDF,
    #passedTests .questionList .qOptionsBox .qBoxPosition .qEXCEL {
        white-space: normal;
    }

    #passedTests .questionList .qOptionsBox {
        margin: 0;
    }

    #passedTests .catsWrap .verticalDivider {
        z-index: auto;
    }

    #passedTests .catS .passed div {
        position: relative;
    }

    #passedTests .catS .passed div a {
        position: absolute;
        width: 30px;
        right: 0;
    }

    #passedTests #passedTestTimeChart:before {
        content: "TIME";
        position: absolute;
        top: 9%;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 20px;
        z-index: 999;
        font: 14px open-sans, sans-serif;
        color: #2a2a2a;
    }

    #passedTests .result {
        vertical-align: top;
        text-align: left;
        width: 100%;
        padding-left: 35px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #passedTests .result .h1.bestCat,
    #passedTests .result .h1.worstCat {
        font-size: 17px;
        position: relative;
        padding: 0;
        border: none;
        height: auto;
    }

    #passedTests .result .h1.bestCat span,
    #passedTests .result .h1.worstCat span {
        position: absolute;
        font-size: 52px;
        left: -47px;
        top: -17px;
    }

    #passedTests .result .h1.worstCat span.icon-svg-icon-worst {
        color: #757575;
    }

    #passedTests .result .h1.bestCat span.icon-svg-іcon-best {
        color: #4f8e00;
    }

    #passedTests .result .h1.bestCat+h1,
    #passedTests .result .h1.worstCat+h1 {
        padding: 0;
    }

    .catsWrap {
        padding: 24px 20px 30px 20px;
    }

    #passedTests .result .h1.bestCat+h1 span,
    #passedTests .result .h1.worstCat+h1 span {
        display: block;
    }

    #passedTests .result .h1~p {
        margin-right: 13px;
    }

    /*Free Tests Table Styles*/



    /*table styles end*/

    #questionListGrid.questionList {
        width: 100%;
    }

    .questionList .qTitle {
        border-bottom: 1px solid #ffffff;
        padding: 0;

    }

    .questionList .qTitle .h1 {
        min-height: 47px;
        height: auto;
        margin: 0;
        text-transform: capitalize;
        /*width: 60%;*/
        display: inline-block;
        /*border-bottom: 1px solid #dbdbdb;*/
        line-height: 50px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 16px;
        font-family: open sans, sans-serif;
        color: #2062b3;
        text-transform: uppercase;
        padding-left: 35px;
    }


    #questionListGrid #actionCollections,
    .questionList .qOptions .takenPart,
    .questionList .qOptionsBox,
    .questionList .qOptions {
        float: none;
        height: auto;
    }

    .questionList .qOptionsBox {
        margin: 15px 0 0;
        padding: 5px 18px;
        background: #fff;
    }

    #questionListGrid #actionCollections {
        background: #f5f5eb;
        padding: 7px 19px 0;
        text-align: center;
        font-size: 14px;
        margin: 0 0 10px;
    }

    .questionList .qOptions .takenPart {
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }

    .questionList .qOptions .takenPart .takenLabel {
        font-size: 16px;
    }

    .questionList .qOptions .styled-select,
    .questionList .qOptions .takenPart:before,
    .questionList .qPagination .qPrevious A:before,
    .questionList .qPagination .qNext A:after {
        display: none;
    }

    .questionList .qUserTime {
        font-size: 12px;
    }

    select.TestAnswerExtendedVersion_date {
        width: 75%;
        opacity: 1 !important;
        padding: 7px 0;
        border-radius: 4px;
        display: inline-block;
        vertical-align: baseline;
        font-size: 14px !important;
    }

    .questionList .qTitle+.qOptions {
        padding: 11px 0;
    }

    .questionList .qOptions {
        padding: 11px 0 0;
    }

    #actionCollections.collection span {
        text-align: left;
    }

    #questionListGrid #actionCollections.collection .inactive,
    #questionListGrid #actionCollections [data-action=buildAQuiz],
    #questionListGrid #actionCollections [data-action=addToMyCollections] {
        height: auto;
        padding: 9px 15px;
        width: 100px;
        vertical-align: top;
    }

    #questionListGrid #actionCollections.collection .inactive:nth-child(3),
    #questionListGrid #actionCollections [data-action=addToMyCollections] {
        line-height: 15px;
        padding: 5px 15px;
    }

    .questionList .qOptionsBox .qBoxPosition .qPDF,
    .questionList .qOptionsBox .qBoxPosition .qEXCEL {
        float: none;
        display: inline-block;
        width: 50px;
        text-align: center;
        margin: 30px 10px 0;
    }

    .questionList .qOptionsBox .qBoxPosition .qPDF:before,
    .questionList .qOptionsBox .qBoxPosition .qEXCEL:before {
        left: 50%;
        margin: 0 0 0 -10px;
        top: -30px;
    }

    /*.questionList .qPagination .qPageCount,*/
    .questionList .qPagination .qGoTo {
        display: none;
    }

    .questionList .qPagination.qBottom {
        text-align: center;
        height: auto;
    }

    .questionList .qPagination.qBottom .qPageCount {
        display: none;
    }

    .questionList .qPagination .qPrevious {
        float: left;
    }

    .questionList .qPagination .qNext {
        float: right;
    }

    .questionList .qPagination UL {
        width: 100%;
    }

    .questionList .qPagination .qPageItem A,
    .questionList .qPagination.qBottom .qPageItem A:hover,
    .questionList .qPagination.qBottom .qPageItem.qActive A {
        font-size: 18px;
        background: none;
    }

    .questionList .qPagination .qPrevious a,
    .questionList .qPagination .qNext a {
        width: 25px;
        padding: 7px 0;
        text-align: center;
        display: inline-block;
        background: #f6821d;
        border-radius: 4px;
    }

    .questionList .qPagination .qPrevious a span,
    .questionList .qPagination .qNext a span {
        color: #ffffff;
        display: inline-block;
        font-size: 12px;
    }

    .questionList .qPagination .qPrevious a span {
        transform: rotate(180deg);
    }

    .questionList .qPagination .pager {
        display: block;
        margin: 0;
    }

    .questionList .qPagination UL .qPageItem {
        margin: 5px 0;
    }


    /* ==================== Question Analysis page end ============ */

    /* ==================== Free Test Analysis ==================== */



    #overallWrap .mainContent #passedTests .mobileScroll {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: auto;
    }

    #passedTests #passedQuizTimeChart {
        width: 310px;
        height: 210px;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        position: relative;
    }

    #overallWrap .mainContent #passedTests #passed_free_summary {
        width: 1023px;
    }

    #passedTests {
        margin: 0;
    }

    /* ==================== Free Test Analysis End ==================== */
    /* ====================== My Performance on Other Tests ===========*/
    #performanceOtherTests.mainContent h1,
    .mainContent .h1 {
        font-size: 17px;
        color: #2A2A2A;
        font-weight: 600;
        margin: 0 auto;
        height: 51px;
        line-height: 51px;
        border-bottom: 1px solid #dbdbdb;
        width: 90%;
    }

    #performanceOtherTests.mainContent .welcome {
        width: 90%;
        background: #ffffff;
        padding: 15px 0 20px 0;
        margin: 0 auto;
        display: block;
        height: auto;
        font-family: open sans, san-serif;

    }

    #performanceOtherTests.mainContent .welcome h4 {
        font-family: inherit;
    }

    #performanceOtherTests.mainContent .welcome p {
        font-size: 14px;
        font-family: inherit;
    }

    #performanceOtherTests .saveResults {
        display: block;
        float: none;
        width: 100%;
        box-sizing: border-box;
        font-family: open sans, sans-serif;
    }

    #performanceOtherTests .saveResults span.title {
        font-size: 20px;
        color: #ff8c2a;
        text-align: center;
        width: 200px;
        margin: 0 auto;
        font-family: open sans, sans-serif;
        font-weight: 600;
    }

    #performanceOtherTests .saveResults .addTestBtn {
        width: 280px;
        margin: 0 auto;
        padding-left: 110px;
        box-sizing: border-box;
        text-indent: 0;
        text-align: left;
        font-size: 17px;
        font-weight: 600;
        position: relative;
        font-family: open sans, sans-serif;
    }

    #performanceOtherTests .saveResults .addTestBtn .icon-svg-add-test {
        position: absolute;
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        left: 74px;
        top: -1px;
        font-family: open sans, sans-serif;
    }

    #performanceOtherTests .saveResults .description {
        text-align: center;
        font-size: 14px;
    }

    #performanceOtherTests .saveResults .addTestBtn:before {
        left: 73px;
    }

    #performanceOtherTests .leftSide .totalWrap {
        height: 47px;
        width: 100%;
        text-indent: 0;
        box-sizing: border-box;
        text-align: center;
        border-bottom: solid 2px #eae9d8;
        font-family: open sans, sans-serif;

    }

    #performanceOtherTests .leftSide .totalWrap b {
        font-size: 14px;
    }

    #performanceOtherTests .leftSide {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 0 0;
    }

    #performanceOtherTests .summaryTable .tHead .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        font-weight: normal;
    }

    #performanceOtherTests .leftSide .totalWrap .amount {
        font-size: 20px;
        color: #006eae;
        font-weight: 600;
        padding: 0 3px;
    }

    #performanceOtherTests .leftSide .totalWrap p {
        display: inline-block;
        font-size: 14px;
    }

    #performanceOtherTests .leftSide .passedTests div {
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
    }

    #performanceOtherTests .leftSide .passedTests .span1,
    #performanceOtherTests .leftSide .passedTests .span2 {
        width: 49%;
        display: inline-block;
        text-align: center;
        padding: 10px 0;

    }

    #performanceOtherTests .leftSide .passedTests {
        padding: 0;
    }

    #performanceOtherTests .rightSide {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    #performanceOtherTests .rightSide h5.title,
    #performanceOtherTests .rightSide .h5.title {
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }

    #performanceOtherTests .rightSide .row>div {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    #performanceOtherTests .rightSide .row>div p span {
        font-size: 14px;
        color: #006eae;
        font-weight: 700;
    }

    #performanceOtherTests .rightSide .row.lastRow {
        text-align: center;
        border: none;
    }

    #performanceOtherTests .rightSide .row.lastRow div {
        width: 100%;
    }

    #performanceOtherTests .rightSide .row.lastRow div h5 {
        display: inline-block;
    }

    #performanceOtherTests .rightSide .row.lastRow div p {
        display: inline-block;
    }

    #performanceOtherTests .rightSide .row>div {
        min-width: auto;
    }

    #performanceOtherTests .rightSide .row {
        margin: 0;
    }

    #performanceOtherTests .chart {
        margin: 35px 0;
        width: 1023px;
    }

    #performanceOtherTests .summaryTable .tHead .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        width: 142px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #performanceOtherTests .summaryTable .tHead .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        width: 124px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #performanceOtherTests .summaryTable .tHead .span2,
    #performanceOtherTests .summaryTable .tBody .span2 {
        width: 108px;
        font-weight: 600;
    }

    #performanceOtherTests .summaryTable .tHead .span3,
    #performanceOtherTests .summaryTable .tBody .span3,
    #performanceOtherTests .summaryTable .tBody .results {
        width: 166px;
        text-align: center;
    }

    #performanceOtherTests .summaryTable .tHead #questionListGrid_c5,
    #performanceOtherTests .summaryTable .tBody .even.qRetry.table {
        width: 82px;
    }

    #performanceOtherTests .summaryTable .tHead {
        background: #b8b8b8;
        border-bottom: 1px solid #f5f5eb;
    }

    #performanceOtherTests .summaryTable .tHead #questionListGrid_c5,
    #performanceOtherTests .summaryTable .tHead .span3,
    #performanceOtherTests .summaryTable .tHead .span2,
    #performanceOtherTests .summaryTable .tHead .span1 {
        border: none;
        font-size: 10px;
        height: 100%;
        vertical-align: middle;
    }

    #performanceOtherTests .summaryTable .tBody .subSpan {
        display: block;
        text-align: left;
        width: 100%;
        position: relative;
        margin: 0;
        font-family: open sans, sans-serif;
    }

    #performanceOtherTests .summaryTable .tBody .subSpan span {
        position: absolute;
        right: 5px;
        text-align: left;
        width: 28px;
        display: inline-block;
    }

    #performanceOtherTests .testsList .h2 {
        font-size: 16px;
        position: relative;
        font-weight: 600;
        padding-left: 40px;
    }

    #performanceOtherTests .testsList .h2 .icon-svg-play3 {
        position: absolute;
        left: 17px;
        font-size: 13px;
        top: 0;
        color: #e9720b;
    }

    #alertForDelete.modal {
        font-family: open sans, sans-serif;
        width: 270px;
        text-align: center;
        background: #ffffff;
        margin-left: -135px;
        left: 50%;
        top: 50%;
        height: 206px;
        margin-top: -103px;
    }

    #alertForDelete.modal p {
        background: #ffffff;
        font-size: 15px;
        font-weight: 600;
        padding-top: 20px;
        text-transform: uppercase;
        border-radius: 5px;
    }

    #alertForDelete.modal div>span {
        font-weight: 400;
        width: 200px;
        margin: 15px auto;
        background: #ffffff;
        color: #2a2a2a;
    }

    #alertForDelete.modal div {
        padding: 0;
        background: #ffffff;
        border-radius: 5px;

    }

    #alertForDelete.modal div a {
        display: block;
        background: #f9f9f5;
        text-decoration: none;
        width: 100%;
        margin-right: 14px;
        border: 1px solid #b8b8b8;
        border-right: none;
        border-left: none;
        color: #2a2a2a;
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }

    #alertForDelete.modal div a:nth-child(3) {
        border: none;
        border-radius: 0 0 5px 5px;
    }

    #alertForDelete.modal div a:active {
        font-weight: 700;
        color: #ff8c2a;
        background: #f5f5eb;
    }

    #buyNowModal.modal.addQuestionUp {
        width: 280px;
        top: 49%;
        left: 50%;
        margin-top: -230px;
        margin-left: -140px;
        box-sizing: border-box;
    }

    #buyNowModal .modal-body .popupHeader {
        display: none;
    }

    #buyNowModal .modal-header>img {
        margin: 0;
        display: inline-block;
        width: 67px;
        height: 59px;
        padding-left: 14px;
    }

    #buyNowModal .modal-header h3 {
        font-family: open sans, Sans-Serif;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        margin: 10px 0 0 0;
        text-transform: uppercase;
        vertical-align: top;
    }

    #buyNowModal .modal-header h3 span {
        font-size: 21px;
        display: block;
    }

    #buyNowModal .modal-body h4 {
        font-family: open sans, sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 10px 23px;
        width: 56%;
        text-align: left;
    }

    #ui-datepicker-div {
        top: 51% !important;
        left: 20% !important;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow {
        box-sizing: border-box;
        padding-left: 17px;
        border: none;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span1 input,
    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span2 input {
        display: inline-block;
        height: 34px;
        width: 229px;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        margin-bottom: 15px;
        text-indent: 10px;
        font-size: 14px;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.subSpan {
        width: 70px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        padding-right: 5px;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.subSpan input {
        width: 70px;
        height: 35px;
        border-radius: 6px;
        border: 1px solid #d9d9d9;
        margin-top: 5px;
        text-indent: 10px;
        padding: 0;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .saveResultsSpan {
        background: #e9720b;
        width: 230px;
        height: 41px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        display: block;
        margin: 10px auto 0;
        border-radius: 5px;
        float: none;
        padding: 0;
        line-height: 39px;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .saveResultsSpan span.icon-svg-dhow_all_statuses_check {
        color: #ffffff;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable {
        background: inherit;
    }

    #buyNowModal .modal-footer {
        background: inherit;
    }

    .mobileScroll {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    #performanceOtherTests .mobileScroll .chart .h2 {
        font-size: 16px;
        position: relative;
        font-weight: 600;
        padding-left: 40px;
    }

    #performanceOtherTests .mobileScroll .chart .h2 .icon-svg-play3 {
        position: absolute;
        left: 17px;
        font-size: 13px;
        top: 0;
        color: #e9720b;
    }

    .modal-body #TestResultsForm .summaryTable .addedRow .span1,
    .modal-body #TestResultsForm .summaryTable .addedRow .span2 {
        display: block;
        width: 100%;
        text-indent: 0;
        padding-left: 0;
    }

    #buyNowModal.addQuestionUp .modal-body #TestResultsForm .summaryTable .addedRow span.span2 label {
        display: none;
    }

    .modal-body #TestResultsForm .summaryTable .addedRow .span2 {
        text-align: left;
        padding: 0;
    }

    /*========mistakeAnalysis==========*/
    #mistakeAnalysis .leftSide {
        padding-top: 18px;
        width: 100%;
        text-align: center;
    }

    #mistakeAnalysis .leftSide .titleWrap div .span2:before {
        display: none;
    }

    #mistakeAnalysis .leftSide .titleWrap div {
        display: block;
        width: auto;
        text-align: center;
        padding-left: 0;
    }

    #mistakeAnalysis .leftSide .titleWrap div .span2 {
        font-size: 20px;
        display: block;
        text-align: center;
        font-weight: 600;
    }

    #mistakeAnalysis .rightSide {
        float: none;
        width: 80%;
        display: block;
        margin: 35px auto 0;
    }

    #mistakeAnalysis .leftSide .titleWrap {
        border: none;
        margin: 0 auto;
    }

    #mistakeAnalysis .leftSide .description {
        display: block;
        margin: 0 auto;
    }

    #mistakeAnalysis .leftSide .results {
        text-align: left;
        width: 80%;
        margin: 40px auto 0;
    }

    #mistakeAnalysis .rightSide .incorrectAns h2,
    #mistakeAnalysis .rightSide .time h2 {
        width: 100%;
        padding-left: 65px;
    }

    #mistakeAnalysis .rightSide .incorrectAns h2 .icon-svg-incorrect-answers {
        font-size: 17px;
        color: #006dad;
        position: absolute;
        left: 35px;
        top: 1px;
    }

    #mistakeAnalysis .rightSide .incorrectAns .bookmarked,
    #mistakeAnalysis .rightSide .incorrectAns .withNotes,
    #mistakeAnalysis .rightSide .incorrectAns .guessed {
        position: relative;
        padding: 0 10px 0 28px;
        border: none;
    }

    #mistakeAnalysis .rightSide .incorrectAns .withNotes .icon-svg-icon-with-note,
    #mistakeAnalysis .rightSide .incorrectAns .guessed .icon-svg-FAQ,
    #mistakeAnalysis .rightSide .incorrectAns .bookmarked .icon-svg-Bookmark {
        vertical-align: middle;
        padding-left: 8px;
    }

    #mistakeAnalysis .rightSide .time h2 .icon-svg-timer_mark_right {
        font-size: 21px;
        color: #006dad;
        position: absolute;
        left: 34px;
        top: -1px;
    }

    #mistakeAnalysis .rightSide .time .noBorder .span1 br {
        display: block;
    }

    #mistakeAnalysis .rightSide .time .span1 {
        padding: 2px 8px 32px 66px;
        line-height: 11px;
        font-size: 10px;
        display: inline-block;
        text-transform: uppercase;
    }

    #mistakeAnalysis .leftSide .titleWrap div.mobileAbsolute {
        position: relative;
    }

    #mistakeAnalysis .leftSide .titleWrap div.mobileAbsolute .span4 {
        position: absolute;
        top: 176px;
        display: block;
        text-align: center;
        width: 80%;
        left: 10%;
        border-bottom: 2px solid #eae9d8;
        margin: 0 auto;
        font-size: 16px;
        padding: 0 0 5px 0;
    }

    #mistakeAnalysis .leftSide .titleWrap div .span3 {
        padding-bottom: 0;
        font-weight: 600;
    }

    #mistakeAnalysis h1 {
        border-bottom: 1px solid #eae9d8;
        font-weight: 600;
        font-family: open sans, sans serif;
        margin: 0 20px;
    }

    /*.restrictPage .analysis_mistakeanalysis {
        display: none;
    }*/
    .qPageCount {
        display: block;
        width: 170px;
        margin: 0 auto 10px;
    }

    /*============Test Analysis========== */
    .mainContent h1,
    .mainContent .h1 {
        font-size: 17px;
        line-height: 50px;
        height: 50px;
        margin: 0 10px;
        padding-left: 10px;
        font-weight: 600;
        text-align: left;
        border-bottom: 1px solid #dbdbdb;
    }

    #passedTests .mainContent h1,
    .mainContent .h1 {
        border-bottom: none;
    }

    #mistakeAnalysis .h1,
    #guessed .h1,
    #questionsAnalysis .h1 {
        margin: 0 10px;
    }

    #passedTests .mainContent>h1.catHeader {
        font-family: open sans, sans-serif;
        height: 46px;
        padding: 0 0 0 33px;
        font-size: 16px;
        color: #2062b3;
        line-height: 46px;
        font-weight: 600;
    }

    #passedTests .mainContent>h1.catHeader.Quiz {
        height: 46px;
        padding: 0 0 0 35px;
        font-size: 16px;
        color: #2062b3;
        line-height: 46px;
        margin-top: 36px;
        font-weight: 600;
        font-family: open sans, sans-serif;
    }

    #passedTests .mainContent .catsWrap #passedTestTimeChart {
        margin: -15px 15px 0;
    }

    #passedTests .mainContent .mobileScroll #passed_test_summary {
        width: 1023px;
    }

    /*============Test Analysis========== */
    #passedTests .mainContent .catsWrap.passQuiz {
        padding: 0;

    }

    #passedTests .mainContent .catsWrap.passQuiz #overallPerformance {
        background: #ffffff;
    }

    #passedTests .mainContent .catsWrap.passQuiz #overallPerformance .mainInfo #answers_quiz_analysis .highcharts-container svg rect,
    #passedTests .mainContent .catsWrap.passQuiz #overallPerformance #passedQuizTimeChart .highcharts-container svg rect {
        fill: rgb(255, 255, 255);
    }

    #passedTests .mainContent .mobileScroll #passed_quiz_summary {
        width: 1023px;
    }

    #overallPerformance .mainInfo>ul {
        display: inline-block;
        font-family: open sans, sans-serif;
        font-size: 14px;
        margin-top: 22px;
        width: 70%;
    }

    #overallPerformance .mainInfo>ul li {
        color: #c02636;
        text-transform: uppercase;
        width: 100%;
    }

    #overallPerformance .mainInfo .category ul li span {
        position: absolute;
        left: 34px;
        color: #006eae;
        top: -1px;
        font-size: 18px;
    }

    #overallPerformance .mainInfo .category ul li span.icon-svg-Bookmark {
        color: #ff9600;
    }

    #overallPerformance .mainInfo .category ul li:before {
        display: none;
    }

    #performanceOtherTests .summaryTable .tBody .tRow:hover .span1 .editIcon,
    #performanceOtherTests .summaryTable tbody tr:hover td.span1 .editIcon {
        display: none;
    }

    /*===================Bookmarked & Guessed & With Notes===============*/
    #bookmarked>h1,
    #guessed>h1,
    #withNotes>h1,
    #byTime>h1 {
        border-bottom: 1px solid #eae9d8;
        font-weight: 600;
        font-family: open sans, sans serif;
        margin: 0 20px;
    }

    #byTime>h1 {
        width: 86%;
        margin: 10px auto;
    }

    #bookmarked .bookTitle .h3,
    #guessed .guessedTitle .h3,
    #withNotes .wthNotesTitle .h3 {
        position: relative;
        border-bottom: none;
        padding: 6px 0 6px 20px;
        margin: 19px auto 0 auto;
        width: 250px;
        font-weight: bold;
        box-sizing: border-box;
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
    }

    #guessed .guessedTitle .h3 {
        width: 225px;
    }

    #withNotes .wthNotesTitle .h3 {
        width: 240px;
    }

    #guessed .guessedTitle .h3 {
        padding: 6px 0 6px 5px;
    }

    #bookmarked .bookTitle .h3 .span2:before,
    #guessed .guessedTitle .h3 .span2:before,
    #withNotes .wthNotesTitle .h3 .span2:before {
        display: none;

    }

    #bookmarked .bookTitle .h3 span.icon-svg-Bookmark,
    #guessed .guessedTitle .h3 span.icon-svg-FAQ,
    #withNotes .wthNotesTitle .h3 span.icon-svg-icon-with-note {
        position: absolute;
        font-size: 17px;
        color: #ff9600;
        left: 34px;
        top: 2px;
        display: block;
    }

    #guessed .guessedTitle .h3 span.icon-svg-FAQ {
        top: 4px;
    }

    #guessed .guessedTitle .h3 span.icon-svg-FAQ,
    #withNotes .wthNotesTitle .h3 span.icon-svg-icon-with-note {
        color: #006dad;
    }

    #bookmarked .bookTitle .h3 .span2,
    #guessed .guessedTitle .h3 .span2,
    #withNotes .wthNotesTitle .h3 .span2 {
        position: absolute;
        left: 56px;
        border-bottom: #006eae;
        color: #006eae;
        text-align: center;
        font-size: 20px;
        top: 2px;
        font-weight: 600;
    }

    #bookmarked div.chartWrap,
    #guessed div.chartWrap,
    #withNotes div.chartWrap {
        display: inline-block;
        width: 49%;
        text-align: center;
        vertical-align: top;
    }

    #bookmarked .description div,
    #guessed .description div,
    .description div {
        width: 120px;
        position: relative;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: left;
    }

    #bookmarked #bookmarkAnswers+.description div,
    #guessed #guessAnswers+.description div,
    #withNotes #noteAnswers+.description div {
        width: 100px;
    }

    #bookmarked .description.last,
    #guessed .description.last,
    #withNotes .description.last {
        border-top: 1px solid #eae9d8;
        display: block;
        margin: 0 20px;
        font-family: open sans, sans-serif;
        padding-top: 15px;
    }

    #bookmarked .description.last div,
    #guessed .description.last div,
    #withNotes .description.last div {
        width: 95%;
        display: block;
        padding-left: 60px;
        box-sizing: border-box;
        font-family: inherit;
    }

    #withNotes .description div {
        padding: 0 0 10px 15px;
    }

    /*===================Bookmarked & Guessed & With Notes end===============*/


    /*======================by Time=====================*/
    #byTime .leftSide,
    #byTime .rightSide {
        display: block;
        width: 100%;

    }

    #byTime .leftSide .results.slowest,
    #byTime .leftSide .results:first-child {
        margin: 0 auto 20px;
    }

    #byTime .leftSide .results {
        width: 90%;
        margin: 0 auto 20px;
        display: block;
    }

    #byTime .leftSide .results .unit div .span2 {
        position: absolute;
        right: 10px;
        top: 15px;
    }

    #byTime .leftSide .results .unit div {
        display: inline-block;
    }

    #byTime .averageTime .h1 {
        height: 45px;
        line-height: 45px;
        padding: 0 0 0 25px;
        font-size: 16px;
    }

    #byTime .averageTime .content .description {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 0 0 20px;
    }

    #byTime .averageTime .content .description .h3 {
        font-size: 17px;
        font-weight: 600;
        padding-top: 20px;
    }

    #byTime .averageTime .content .description .last .transparentBg {
        font-size: 14px;
        border: none;
    }

    #byTime .averageTime .content .description .last .correctWrap .span1.correct,
    #byTime .averageTime .content .description .last .correctWrap .span1.incorrect {
        padding-left: 20px;
        position: relative;
    }

    #byTime .averageTime .content .description .last .correctWrap .span1.correct span.icon-svg-timer_mark_right,
    #byTime .averageTime .content .description .last .correctWrap .span1.incorrect span.icon-svg-timer_mark_right {
        color: inherit;
        position: absolute;
        left: -2px;
        font-size: 15px;
        top: 0;
    }

    #byTime .averageTime .content {
        padding: 0;
    }

    #spentTimeChart {
        width: 320px;
        height: 230px;
    }

    #byTime .rightSide #spentTimeChart {
        width: 320px;
        height: 190px;
        display: block;
        vertical-align: top;
        margin: 0 auto;
        position: relative;
    }

    #byTime .averageTime .content .description .last,
    #byTime .averageTime .content .description .last>div {
        width: 100%;
    }

    #byTime .rightSide #spentTimeChart div svg g g text {
        font-size: 10px !important;
    }

    #byTime .rightSide {
        margin-left: -5px;
    }


    /*======================Best and Worst=======================*/

    #bestAndWorstTab li:nth-child(odd) {
        width: 155px;

    }

    #bestAndWorstTab li:nth-child(even) {
        width: 115px;
    }

    #bestAndWorstTab li,
    #bestAndWorstTab li.active,
    #bestAndWorstTab li a,
    #bestAndWorstTab li:first-child a,
    #bestAndWorstTab li:nth-child(3) a {
        margin: 0;
        padding: 0;
        height: 41px;
        line-height: 41px;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
    }

    #bestAndWorstTab li a {
        width: 100%;
        font-size: 12px;
        border: none;
    }

    #bestAndWorstTab li,
    #bestAndWorstTab li.active {
        margin: 10px;
        border: none;
    }

    #bestAndWorstTab li.active a {
        border: 1px solid #2062b3;
        box-sizing: border-box;
    }

    #bestAndWorstTab {
        width: 320px;
        margin: 0 auto;
        border: none;
    }

    #bestAndWorst .tab-content .tab-pane .header {
        text-align: center;
    }

    #bestAndWorst .tab-content .tab-pane .header .h1 {
        width: 180px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        border: none;
    }

    #bestAndWorst .tab-content .tab-pane .header .download {
        height: auto;
        float: none;
        padding: 0;
    }

    #bestAndWorst .tab-content .tab-pane .header .download a {
        width: 90px;
        margin-left: 20px;
        text-align: left;
    }

    #bestAndWorst .tab-content .tab-pane .header .download a:before {
        margin-left: 0;
    }

    #bestAndWorst .tab-content .tab-pane .header .download {
        border: none;
    }

    #bestAndWorst .tab-content .section .leftSide .subSection .table2,
    #bestAndWorst .tab-content .section .rightSide .subSection .table2 {
        padding-left: 0;
        width: 100%;
    }

    #bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans,
    #bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans {
        width: 150px;
        box-sizing: border-box;
        padding-left: 35px;
        position: relative;
    }

    #bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans .icon-svg-check-green,
    #bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans .icon-svg-exit-exam2 {
        position: absolute;
        left: 6px;
        font-size: 16px;
    }

    #bestAndWorst .tab-content .section .leftSide .subSection .table2 div .leftSpans .icon-svg-exit-exam2 {
        color: #575757;
    }

    #bestAndWorst .tab-content .section .rightSide .subSection .table2 div .leftSpans .icon-svg-check-green {
        color: #64a321;
    }

    #bestAndWorst .tab-content .section .rightSide .subSection .table2 div .timeAndRetry,
    #bestAndWorst .tab-content .section .leftSide .subSection .table2 div .timeAndRetry {
        width: auto;
    }

    #bestAndWorst .tab-content .section .leftSide {
        margin-right: 0;
        display: block;
        width: 100%;
    }

    #bestAndWorst .tab-content .section>div {
        width: 100%;
        display: block;
        margin: 0;
    }

    #bestAndWorst .tab-content .section .subSection .table3 {
        width: 57%;
        display: inline-block;
    }

    #bestAndWorst .tab-content .section .leftSide .subSection .table1 div span:last-child,
    #bestAndWorst .tab-content .section .rightSide .subSection .table1 div span:last-child {
        right: 20px;
    }

    #bestAndWorst .tab-content .section .subSection .table2 .span3 p {
        margin-right: 10px;
    }

    #bestAndWorst .tab-content .section .subSection .trainBtn,
    #bestAndWorst .tab-content .section .subSection .trainBtn:hover {
        display: inline-block;
        width: 115px;
        height: 41px;
        background: #f5811c;
        border-radius: 4px;
        line-height: 41px;
        font-family: open sans, san-serif;
    }

    #bestAndWorst .tab-content .section .subSection .table3 div .span2 {
        display: block;
        font-size: 14px;
    }

    #bestAndWorst .tab-content .section .subSection .table3 div .span2 {
        position: static;
    }

    #bestAndWorst .tab-content .section .subSection .trainBtn,
    #bestAndWorst .tab-content .section .subSection {
        vertical-align: top;
    }

    #bestAndWorst .tab-content .section .subSection {
        margin-bottom: 20px;
    }

    #bestAndWorst .tab-content .section .subSection.thirdSection {
        border-top: 1px solid #d8d8d8;
    }

    /*===============Analysis Detail page=======================*/
    #analysisDetail>h1 {
        display: inline-block;
        margin-right: 0;
        width: 198px;
        line-height: 20px;
        height: auto;
        font-size: 17px;
        font-weight: 600;
    }

    #overallWrap #analysisDetail br {
        display: block;
    }

    #analysisDetail .headNav .detailWrapp {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

    #analysisDetail .headNav .return {
        width: 100%;
        display: block;
        text-align: left;
        border-bottom: 1px solid #dbdbdb;
        margin: 0 auto;
    }

    #analysisDetail .results .leftSide .title {
        font-size: 17px;
    }

    #analysisDetail .results .leftSide .row1 .corrWrap,
    #analysisDetail .results .leftSide .row1 .corrWrap div {
        width: 87%;
        display: inline-block;
    }

    #analysisDetail .results .leftSide .row1 div.corrWrap {
        width: 75%;
        margin-top: 7px;
    }

    #analysisDetail .results .leftSide .row1 div.corrWrap div {
        width: 100%;
        margin: 2px 0;
    }

    #analysisDetail .results .leftSide .row1 .corrWrap div .span3.correct,
    #analysisDetail .results .leftSide .row1 .corrWrap div .span3.incorrect {
        width: auto;
    }

    #analysisDetail .results .leftSide .row1 .corrWrap div .span1.correct,
    #analysisDetail .results .leftSide .row1 .corrWrap div .span1.incorrect {
        width: 60%;
        font-size: 14px;
    }

    #analysisDetail .results .leftSide .row2 div .span2 {
        text-transform: uppercase;
        width: 62%;
    }

    #analysisDetail .results .rightSide .title,
    #analysisDetail .results .resByDifficulty .title {
        font-size: 17px;
    }

    #analysisDetail .results .rightSide .time,
    #analysisDetail .results .rightSide .totalTime>span {
        font-size: 20px;
    }

    #analysisDetail .results .rightSide .time {
        position: relative;
    }

    #analysisDetail .results .rightSide .totalTime .time span.icon-svg-timer_mark_right,
    #analysisDetail .results .rightSide .averageTime .time span.icon-svg-timer_mark_right {
        position: absolute;
        color: #006eae;
        left: 9px;
        font-size: 31px;
        top: 1px;
    }

    div.field.errors.resources table {
        width: 100%;
    }

    .questionList .bgWrapp {
        height: 0;
    }

    #analysisDetail .results .leftSide .row2>div:nth-child(1) .span3 .jsWidget:nth-child(1) {
        position: relative;
    }

    #analysisDetail .results .leftSide .row2>div:nth-child(1) .span3 .jsWidget:nth-child(1):before {
        content: '';
        width: 57px;
        height: 1px;
        position: absolute;
        background: #2A2A2A;
        top: 13px;
        right: -56px;
    }

    /*===============Analysis Detail page=======================*/
    #overallPerformance .mainInfo .category ul {
        width: 70%;
    }

    #overallPerformance .mainInfo .category ul li {
        width: 100%;
    }

    #overallPerformance .mainInfo .category {
        padding-bottom: 10px;
    }


    /*COLLECTIONS PAGES START*/
    #questionListGridMy.questionList,
    #questionListGridBookmark.questionList,
    #questionListGridOfficial.questionList,
    #questionListGridPublic.questionList,
    .questionList .items TR TD.aName a:first-child:after {
        width: 100%;
    }

    .questionList #questionsTableOfficial .qOptionsBox,
    .questionList #questionsTableBookmark .qOptionsBox,
    .questionList #questionsTableMy .qOptionsBox,
    .questionList #questionsTablePublic .qOptionsBox {
        padding: 0 18px;
    }

    .questionList .qTitle .h1 img {
        /*vertical-align: text-top;*/
        display: none;
    }

    /*.questionList .qOptionsBox,*/
    .mainContent .newCollection .buttCollection:after {
        display: none;
    }

    .mainContent .newCollection h3 {
        text-transform: uppercase;
        width: 70%;
        padding: 10px 0 10px 65px;
        margin: 0 auto 12px;
        position: relative;
    }

    .mainContent .newCollection h3 .icon-svg-Cats {
        font-size: 33px;
        position: absolute;
        color: #ff8b2a;
        left: 26px;
        top: 0;
    }

    .mainContent .newCollection .buttCollection {
        font-family: open sans, sans-serif;
        text-align: center;
        padding: 0;
    }

    .mainContent .newCollection p {
        line-height: 16px;
    }

    .mainContent .questionList .return {
        padding: 0 10px;
    }

    .mainContent .questionList .collectionTable .return+.qTitle {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .mainContent .questionList .collectionTable .return+.qTitle h1 {
        display: inline-block;
    }

    .mainContent .questionList .qTitle .likeShare {
        margin: 15px 0 0;
    }

    .questionList .likeShare .fb_iframe_widget span {
        top: 0;
    }

    .mainContent .questionList .tableWrap {
        height: auto;
    }


    /*popUp for add to my collections*/

    .modal.hide.fade.questionSta,
    #questionDeleteCollection,
    #questionDelete,
    #registerPop.modal.hide.fade.questionRes {
        width: 300px;
        left: 50%;
        top: 0;
        margin: 0 0 0 -156px;
    }

    #questionEditCollection .headModal a .h3,
    #questionDeleteCollection .headModal a .h3,
    #questionEditCollection .headModal a .h3,
    #questionDelete .headModal a .h3 {
        padding: 110px 0 10px 0;
        text-align: center;
    }

    #questionEditCollection .headModal,
    #questionDeleteCollection .headModal,
    #questionEditCollection .headModal,
    #questionDelete .headModal,
    #questionDeleteCollection .headModal a,
    #questionEditCollection .headModal a,
    #questionDelete .headModal a {
        height: auto;
    }

    #questionEditCollection .headModal a .h3 span,
    #questionDeleteCollection .headModal a .h3 span,
    #questionEditCollection .headModal a .h3 span,
    #questionDelete .headModal a .h3 span {
        text-align: center;
    }

    #questionEditCollection .headModal a,
    #questionDeleteCollection .headModal a,
    #questionEditCollection .headModal a,
    #questionDelete .headModal a {
        background: url(images/test-navigation/popupLogo.png)no-repeat 105px 15px;
        height: auto;
    }

    .modal.hide.fade.questionRes .h3,
    .modal.hide.fade.questionSta .h3,
    .modal.hide.fade.questionRes .buttonWrap,
    .modal.hide.fade.questionSta .buttonWrap {
        width: auto;
        border: none;
    }

    .modal.hide.fade.questionRes .h3,
    .modal.hide.fade.questionSta .h3 {
        padding: 15px 0 0 0;
    }

    .modal.hide.fade.questionRes .buttonWrap a,
    .modal.hide.fade.questionSta .buttonWrap a {
        margin: 0 10px;
    }

    .modal.hide.fade.questionRes .buttonWrap,
    .modal.hide.fade.questionSta .buttonWrap {
        text-align: center;
        font-family: open sans, sans-serif;
    }

    #questionEditCollection .modalContent .midText {
        width: 100%;
        padding: 0;
        font-size: 16px;
    }

    #questionEditCollection .modalContent .inputLine,
    #questionDelete .heading,
    #questionDeleteCollection .heading,
    #questionDelete .midarea span,
    #questionDeleteCollection .midarea span {
        width: 100%;
    }

    #questionEditCollection .modalContent {
        width: 90%;
        margin: 0 auto;
    }


    /*COLLECTION TABLES*/


    /*myCollections*/
    .items.mobile.myCollections {
        display: block;
    }

    .items.mobile.myCollections .row {
        display: block;
        font-size: 0;
        padding: 10px 0;
    }

    .items.mobile.myCollections .row .colStatus {
        color: #2062b3;
        font-size: 10px;
    }

    .items.mobile.myCollections .row span.empty {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .items.mobile.myCollections .row:first-of-type {
        background: #b8b8b8 !important;
    }

    .items.mobile.myCollections .row:first-of-type .id>*,
    .items.mobile.myCollections .row:first-of-type .answer>*,
    .items.mobile.myCollections .row:first-of-type .date>*,
    .items.mobile.myCollections .row:first-of-type .statistics {
        color: #2a2a2a;
        text-decoration: none;
    }

    .tableWrapper .items.mobile.bookmarked .row:first-of-type .sort-link,
    .items.mobile.officialPublick .row:first-of-type .sort-link,
    .items.mobile.myCollections .row:first-of-type .sort-link {
        color: #2a2a2a;
        font-weight: normal;
        font-size: 10px;
    }

    /*.items.mobile.myCollections .row:first-of-type .sort-link:first-of-type ~ ,**/
    .items.mobile.myCollections .row:first-of-type a.sort-link:after,
    .tableWrapper .items.mobile.bookmarked .row:first-of-type .sort-link:after,
    .items.mobile.officialPublick .row:first-of-type .sort-link:after {
        display: none;
    }

    .items.mobile.myCollections .row:first-of-type>*,
    .items.mobile.myCollections .row:first-of-type>.answer {
        font-size: 10px;
        text-align: center;
    }

    .items.mobile.myCollections .row:nth-child(even) {
        background: #f5f5eb;
    }

    .items.mobile.myCollections .row:nth-child(odd) {
        background: #f9f9f5;
    }

    .items.mobile.myCollections .row>div {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .items.mobile.myCollections .row .checkBox .qLike {
        display: inline-block;
        position: relative;
    }

    .items.mobile.myCollections .row .checkBox .qLike a {
        padding-left: 15px;
        font-size: 10px;
    }

    .items.mobile.myCollections .row .checkBox .qLike a .icon-svg-іcon-best {
        position: absolute;
        font-size: 28px;
        color: #006EAE;
        left: -8px;
        top: -8px;
    }

    .items.mobile.myCollections .row .checkBox {
        width: 35%;
        text-align: center;
        box-sizing: border-box;
    }

    .items.mobile.myCollections .row .checkBox nobr {
        display: block;
    }

    .items.mobile.myCollections .row .number {
        width: 14%;
        text-align: center;
    }

    .items.mobile.myCollections .row .id {
        width: 13%;
        position: relative;
        text-align: center;
    }

    .items.mobile.myCollections .row .answer {
        width: 14%;
        font-size: 10px;
        text-align: left;
    }

    .items.mobile.myCollections .row .answer div {
        margin: 0 !important;
    }

    .items.mobile.myCollections .row .date {
        width: 24%;
        text-align: center;
    }

    .items.mobile.myCollections .row .id div .clickArea:before {
        position: absolute;
        content: '';
        width: 100px;
        height: 50px;
        display: block;
        top: 0;
    }

    .items.mobile.myCollections .row .statistics .stats {
        margin: 10px 0 0;
    }

    .items.mobile.myCollections .row .date b {
        display: block;
    }

    /*myCollections end*/




    /*bookmarked*/
    #questionsTableBookmark .tableWrapper,
    #questionsTable .tableWrapper {
        /*overflow: auto;*/
    }

    .tableWrapper .items.mobile.bookmarked {
        /* width: 380px;*/
        /*width: 119%;*/
        width: 100%;
    }

    .tableWrapper .items.mobile.bookmarked .row .id {
        text-align: center;
    }

    .tableWrapper .items.mobile.bookmarked .row .number {
        color: #FF0000;
    }

    .tableWrapper .items.mobile .row>div {
        font-size: 14px;
    }

    .tableWrapper .items.mobile .row:first-of-type>div {
        text-align: center;
        font-size: 10px;
    }

    .tableWrapper .items.mobile .row .checkBox {
        width: 13%;
        /*width: 40px;*/
    }

    .tableWrapper .items.mobile .row .number {
        width: 24%;
        /*width: 82px;*/
    }

    .tableWrapper .items.mobile .row:first-of-type>.number,
    .tableWrapper .items.mobile .row .attempt {
        font-size: 10px;
        color: #2a2a2a;
    }

    .tableWrapper .items.mobile .row .id {
        width: 14%;
        /*width: 43px;*/
    }

    .tableWrapper .items.mobile .row .answer {
        width: 13%;
        /*width: 40px;*/
    }

    .tableWrapper .items.mobile .row .attempt {
        width: 15%;
        /*width: 45px;*/
    }

    .tableWrapper .items.mobile .row .attempt>div,
    .items.mobile.officialPublick .row .answer>div {
        margin: 0 !important;
    }

    .tableWrapper .items.mobile .row .created {
        width: 21%;
        text-align: center;
        /*width: 70px;*/
    }

    .tableWrapper .items.mobile .row .date {
        width: 15%;
        /*width: 60px;*/
    }

    .tableWrapper .items.mobile .row .date .qLike a img,
    .items.mobile.officialPublick .row .qLike img,
    .items.mobile.myCollections .row .checkBox img {
        margin: 0 5px 0 0;
        height: 11px;
    }

    .tableWrapper .items.mobile .row .date .qLike {
        position: relative;
    }

    .items.mobile.officialPublick .row .date .qLike a,
    .items.mobile.officialPublick .row .date .qLike a {
        margin-left: 18px;
    }

    .items.mobile.officialPublick .row .date .qLike a .icon-svg-іcon-best,
    .items.mobile.officialPublick .row .date .qLike a .icon-svg-іcon-best {
        position: absolute;
        left: -10px;
    }

    .tableWrapper .items.mobile .row .date .qLike a {
        margin-left: 15px;
    }

    .tableWrapper .items.mobile .row .date .qLike a .icon-svg-іcon-best {
        position: absolute;
        font-size: 50px;
        color: #006EAE;
        left: -22px;
        top: -19px;
    }

    .tableWrapper .items.mobile .row .checkBox .qStar {
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -466px -600px;
        width: 20px;
        height: 18px;
        margin: 0 auto;
        cursor: pointer;
    }

    .tableWrapper .items.mobile .row .created nobr {
        white-space: normal;
    }

    /*bookmarked end*/









    /*officialPublick*/
    .items.mobile.officialPublick .row:first-of-type>div {
        font-size: 10px;
        color: #2a2a2a;
    }

    .items.mobile.officialPublick .row .qStar {
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -466px -600px;
        width: 20px;
        height: 18px;
        margin: 0 auto;
        cursor: pointer;
    }

    .items.mobile.officialPublick .row .qUnStar {
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -466px -600px;
        width: 20px;
        height: 18px;
        margin: 0 auto;
        cursor: pointer;
    }

    .items.mobile.officialPublick .row div {
        text-align: center;
        position: relative;
    }

    .items.mobile.officialPublick .row div.date a .qLike {
        box-sizing: border-box;
        padding-left: 18px;
    }

    .items.mobile.officialPublick .row div.date a .qLike .icon-svg-іcon-best {
        position: absolute;
        left: -10px;
    }

    /* .items.mobile.officialPublick .row div.date div.qLike {
        padding-left: 18px;
        box-sizing: border-box;
    }*/


    .items.mobile.officialPublick .row div .icon-svg-іcon-best {
        position: absolute;
        font-size: 50px;
        color: #006EAE;
        left: 0;
        top: -17px;
    }

    .items.mobile.officialPublick .row .checkBox {
        width: 13%;
    }

    .items.mobile.officialPublick .row .number {
        width: 25%;
    }

    .items.mobile.officialPublick .row .id {
        width: 14%;
    }

    .items.mobile.officialPublick .row .answer {
        width: 15%;
        font-size: 10px;
    }

    .items.mobile.officialPublick .row .date {
        width: 20%;
        text-align: center;
    }

    .items.mobile.officialPublick .row .date .qLike a img {
        margin-right: 5px;
    }

    .items.mobile.officialPublick .row>div {
        font-size: 14px;
    }

    .items.mobile.officialPublick .row .number {
        color: #FF0000;
        font-size: 12px;
        text-align: left;
    }

    .items.mobile.officialPublick .row .number>div {
        font-size: 14px;
        text-align: left;
        word-break: break-word;
    }


    /*officialPublick*/





    /*COLLECTION TABLES*/

    /*COLLECTIONS PAGES END*/

    .modal#deleteQuestion,
    .modal#deleteQuestion2,
    .modal#addQuestion,
    .modal#addQuestion2 {
        width: 300px;
        left: 50%;
        margin-left: -157px;
        top: 50%;
        margin-top: -250px;
        font-family: open sans, sans-serif;
    }

    .modal#deleteQuestion *,
    .modal#deleteQuestion2 *,
    .modal#addQuestion,
    .modal#addQuestion2 * {
        font-family: open sans, sans-serif;
    }

    .modal .modal-content .popupHeader {
        height: 100px;
    }

    .modal .modal-content .popupHeader span.testCenter {
        font-size: 25px;
        margin-top: 5px;
    }

    .modal .modal-content .popupAddBody {
        padding: 0;
    }

    .modal .modal-content .popupAddBody>div {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    /*#addQuestion2 .scrolling {
        max-height: 120px;
    }*/
    .modal#addQuestion2 .modal-content .popupAddBody>div select {
        margin-bottom: 10px;
    }

    .modal .modal-content .popupAddBody .right div:nth-of-type(2) {
        padding-bottom: 10px;
    }

    .modal .modal-content .popupAddBody h3 {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        padding: 12px 0 12px 0;
        font-weight: normal;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
    }

    .modal .modal-content .popupAddBody>div span {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 4px;
        width: 100%;
        font-size: 14px;
    }

    .modal .modal-content .popupAddBody .right div:nth-of-type(2) {
        margin-top: -15px;
        border-top: 1px solid #bdbdbc;
        padding-top: 5px;
        margin-bottom: 0;
    }

    .modal .modal-content .popupAddBody .btn {
        margin-bottom: 5px;
        font-family: open sans, sans-serif;
    }

    .modal .modal-content .popupAddBody .btn.cancel {
        margin-bottom: 10px;
    }

    .modal .modal-content .popupHeader span.testCenter {
        font-size: 25px;
        margin-top: 5px;
    }

    #mistakeAnalysis .rightSide .incorrectAns {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 10px;
    }

    /*Statistics modal*/
    #questionStats {
        width: 580px !important;
        left: 50% !important;
        margin: 0 0 0 -313px;
    }

    #questionStats IFRAME {
        width: 290px;
        margin: 0 auto;
        display: block;
        /*height: 440px!important;*/
    }

    #questionStats .footerNavigation,
    #questionStats .content.onPerformance .footerInfo {
        width: 260px;
        margin: 0 auto;
    }

    #questionStats .footerNavigation {
        text-align: center;
        width: 90%;
        padding-top: 0;
        margin: -56px auto 0;
    }

    .restrictPage .analysis_bestandworst {
        display: none;
    }

    /*Statistics modal end*/
    #overallPerformance .questionStatus {
        font-size: 0;
        text-align: center;
        border-top: 1px solid #d8d8d8;
        padding: 20px 0 0;
        margin: 25px 0 0;
        width: 95%;
    }

    #overallPerformance .questionStatus .passedQuestions,
    #overallPerformance .questionStatus .leftQuestions {
        width: 40%;
        margin: 0 10px;
        text-align: left;
    }

    #questionStats.onPerformance {
        padding: 10px 0 0 0;
    }

    .restrictPage .analysis_mistakeanalysis {
        display: none;
    }

    #qvGraphicForm .columnChart.left .header .customSelect .styled-select,
    #qvGraphicForm .columnChart.right .header .customSelect .styled-select {
        display: none !important;
        opacity: 0 !important;
        top: 0 !important;
        z-index: -10 !important;
        width: 0 !important;
        height: 0 !important;
    }
}

/*640x Tests media END*/

/*Tests media END For Table*/



@media screen and (max-width: 1023px) and (min-width: 771px) {
    .summaryTable .tHead .span1 {
        width: 60%;
    }

    .summaryTable .tHead .span2 {
        width: 10%;
    }

    .summaryTable .tHead .span3 {
        width: 30%;
    }

    .summaryTable .tBody .nameAndDate {
        width: 70%;
    }

    .summaryTable .tBody .tableResults {
        width: 30%;
        text-align: center;
    }

    .summaryTable .tBody .span1 {
        width: 90%;
    }

    .summaryTable .tBody .span2 {
        width: 10%;
    }

    .summaryTable .tBody .tRow {
        width: 100%;
        padding: 20px 25px 0;
        box-sizing: border-box;
        /*display: block;*/

    }

    /*    #performanceOtherTests .summaryTable .tBody .tRow {
        text-align: center;
    }

 !*   #performanceOtherTests .summaryTable .tHead {
        text-align: center;
    }
    #performanceOtherTests .summaryTable .tBody {
        text-align: center;
    }*!*/



}


@media screen and (max-width: 770px) {
    .block-info .text {
        margin-left: 15px;
    }

    .summaryTable {
        width: 100%;
    }

    .summaryTable .tHead {
        display: none;
    }

    .summaryTable .tBody div.nameAndDate,
    .summaryTable .tBody .tableResults {
        display: block;
    }

    .summaryTable .tBody .tRow {
        width: 100%;
        padding: 15px 25px 5px;
        box-sizing: border-box;
        display: block;
    }

    .summaryTable .tBody .span1 {
        width: 75%;
        padding: 0;
    }

    .summaryTable .tBody .span2 {
        width: 25%;
        line-height: 10px;
    }

    .summaryTable .tBody .subSpan {
        line-height: 15px;
        font-weight: normal;
    }

    .summaryTable .tBody .span1 a {
        font-size: 14px;
        display: block;
        width: 100%;
        height: 100%;
    }


}

/*Tests media END For Table*/

/*320 Tests media*/


@media screen and (max-width: 639px) {

    body.mobile select {
        font-size: 16px !important;
    }

    #userback_button_container .userback-button-e[wstyle=text] {
        transform: translate(-50%, -15%) !important;
    }
    #userback_button_container .userback-button-e {
        left: 50% !important;
        top: 100% !important;
        animation: feedbackSlideUp .2slinear !important;
        border-bottom: 0 !important;
        width: max-content !important;
    }
    #userback_button_container .userback-button-content {
        line-height: 25px !important;
        font-size: 12px !important;
    }
    #userback_button_container .userback-button[wstyle=text] img, #userback_button_container .userback-button[wstyle=text] svg {
        margin: 6px 5px 0 0 !important;
    }

    /* ==================== Main page ==================== */



    /* ==================== CAT`s Page ==================== */
    #CAT .header p {
        font-size: 16px;
        line-height: 22px;
    }

    #CAT .startTest .quantitativeTest .header div {
        /* font-size: 17px;
        width: 280px;
        height: 41px;
        line-height: 41px; */
    }

    #CAT .header .h2 {
        padding: 0 24px 10px 52px;
        margin: 0 15px 11px;
        line-height: 22px;
    }

    #CAT .startTest .quantitativeTest .header div form input[type=submit],
    #CAT .startTest .quantitativeTest .header div form {
        min-width: auto;
    }

    .modal.questionRes,
    .g-confirm {
        width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .modal.questionRes h3 {
        width: 100% !important;
    }

    .modal.questionRes span {
        width: 90% !important;
        box-sizing: border-box !important;
    }

    .modal.questionRes .closeButton,
    .g-confirm .closeButton {
        width: 23px !important;
    }

    .modal.questionRes .buttonWrap,
    .g-confirm .buttonWrap,
    .g-confirm .title,
    .g-confirm .content {
        width: 90% !important;
    }

    .modal.questionRes .cancelButton {
        /*float: right;*/
        margin: 0 10px !important;
    }

    .modal.questionRes .resetButton {
        margin: 0 0 0 10px !important;
    }

    .g-confirm .buttonWrap {
        gap: 20px !important;
        margin-top: 20px !important;
    }

    .restrictPage .dashboard_starttest {
        width: 100%;
        background: url(images/subscription/cats_320.jpg) no-repeat;
        background-position: 50% 0;
        background-size: 320px;
        height: 800px;
    }

    /* ==================== CAT`s Page End ================ */

    /*==================  Mobile Free Test PAGE start============================*/
    #freeTests a.subscribe .icon-svg-subscribe {
        right: 71px;
    }

    #freeTests a.subscribe {
        padding: 0;
        font-family: open sans, sans-serif;
    }

    #free .footerInfo p {
        margin-top: -10px;
        width: auto;
    }

    #freeTests .help h4 {
        padding: 67px 40px 0 40px;
    }

    #freeTests .hardQuestions h3 {
        padding: 0 25px;
    }

    /*==================  Mobile FAQ PAGE start============================*/
    #faq .nav.nav-tabs.mobileNav li .icon-svg-dropdown_arrow {
        font-size: 8px;
    }

    /*==================  Mobile SUPPORT PAGE start============================*/
    #support h1 {
        text-align: left;
    }

    #support .inputForm .table {
        margin: 0;
        padding: 10px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }

    #support .inputForm .input {
        padding: 0;
        width: 95%;
    }

    #support .inputForm .input textarea,
    #support .inputForm .input input {
        width: 100%;
        padding: 6px 5px;
        resize: none;
    }

    #support .inputForm .table .description {
        margin: 5px 0;
    }


    #quiz .quiz-header {
        justify-content: center;
    }

    #quiz .quizHeader {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #quiz .performance {
        margin-bottom: 30px;
    }

    #quiz .checkerItem {
        width: 100%;
        margin-bottom: 20px;
    }

    #quiz .newQuiz .step .h3 {
        font: 18px open-sans, sans-serif;
    }

    #quiz .newQuiz .difficulty.qFilter div {
        width: 200px;
    }

    #quiz .qQuantitative {
        width: 100%;
    }

    #quiz .verbal {
        width: 100%;
        padding-left: 34px;
    }

    #quiz .testState {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    #quiz .testStateInner {
        border-right: none;
        padding-right: 0;
        margin-bottom: 10px;
    }

    #quiz .testState .resetWrapper {
        padding-left: 0;
    }

    #proceedErrorQuizModal {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }

    #addons .swiper-container {
        max-width: 320px;
        text-align: center;
    }

    /* ==================== My performance page  ============ */

    #overallPerformance .mainInfo,
    #overallPerformance .timerInfo,
    #overallPerformance .questionStatus {
        width: 95%;
        margin: 0 auto;
    }

    /*  #overallPerformance .mainInfo{
        border-top: 1px solid #d8d8d8;
    }*/
    .container-landing-page-subscriptions #overallWrap .mainContent {
        width: 100%;
    }

    #overallPerformance.mainContent>.h1 {
        text-align: left;
    }

    #overallPerformance .mainInfo .category ul li,
    #overallPerformance .timerInfo .timer {
        padding-left: 72px;
        border-bottom: none;
        position: relative;
        width: auto;
    }

    #overallPerformance .timerInfo .timer span span.icon-svg-timer_mark_right {
        position: absolute;
        left: 30px;
        top: 2px;
        font-size: 29px;
        color: #006eae;
    }

    #overallPerformance .mainInfo .category ul li a {
        float: none;
        position: absolute;
        right: 0;
    }

    #overallPerformance .timerInfo .timer {
        padding-bottom: 10px;
    }

    #overallPerformance .mainInfo .category ul li:before {
        left: 33px;
    }

    #overallPerformance .timerInfo {
        /*border-top: 1px solid #d8d8d8;*/
        margin: 10px 0 0;
        /* padding: 20px 0 0;*/
    }

    /* #overallPerformance .timerInfo ul {
        border-bottom: 1px solid #d8d8d8;
    }*/
    #overallPerformance .timerInfo.freeAnalysis {
        border-top: none;
        margin: 0;
        padding: 20px 0 0;
    }

    #overallPerformance .timerInfo .h4 {
        margin: 0;
        padding: 9px 0 0 75px;
    }

    #overallPerformance .timerInfo ul {
        padding: 9px 0 0 90px;
    }

    #overallPerformance .questionStatus {
        font-size: 0;
        text-align: center;
        border-top: 1px solid #d8d8d8;
        padding: 20px 0 0;
        margin: 25px 0 0;

    }

    #overallPerformance .questionStatus .passedQuestions,
    #overallPerformance .questionStatus .leftQuestions {
        width: 40%;
        margin: 0 10px;
        text-align: left;
    }

    #overallPerformance .questionStatus h4,
    #overallPerformance .questionStatus .leftQuestions>div,
    #overallPerformance .questionStatus .passedQuestions>div {
        border-bottom: 1px solid transparent;
        padding-left: 45px;
        width: 75px;
    }

    #overallPerformance .questionStatus .leftQuestions>div,
    #overallPerformance .questionStatus .passedQuestions>div {
        padding: 0 10px 0 45px;
        font-size: 12px;
        text-transform: uppercase;
        height: 24px;
        line-height: 25px;
        border-bottom: 1px solid #dbdbdb;
    }

    #overallPerformance .questionStatus h4:before {
        left: 15px;
    }


    .mainContent .tabsTitle {
        position: static;
        display: block;
        text-align: center;
        background: #fff;
        margin: 0;
        font-size: 17px;
        padding: 0 0 5px;
        /*display: block;*/
    }

    #performanceTab {
        padding-left: 0;
        text-align: center;
        font-size: 0;
    }

    .nav>li>a,
    .nav>li>a:hover,
    .nav>li>a:focus,
    .nav>li.active>a,
    .nav>li.active>a:hover,
    .nav>li.active>a:focus {
        top: 0;
        border-radius: 0;
        padding: 5px 45px;
        font-size: 17px;
    }

    .nav-tabs>li {
        display: inline-block;
        float: none;
    }

    .nav-tabs>li.active {
        margin-bottom: -1px;
    }

    /* ==================== My performance page end ============ */


    /* ==================== Main page END ==================== */


    /* ==================== Free Test PAGE ==================== */
    #freeTests a.subscribe .icon-svg-subscribe {
        right: 71px;
    }

    #freeTests a.subscribe {
        padding: 0;
    }

    #free .footerInfo p {
        margin-top: -10px;
        width: auto;
    }

    #freeTests .help h4 {
        padding: 67px 40px 0 40px;
    }

    #freeTests .hardQuestions h3 {
        padding: 0 20px;
    }

    /* ==================== Free Test END ==================== */

    /* ==================== FAQ PAGE ==================== */
    #faq .nav.nav-tabs.mobileNav li .icon-svg-dropdown_arrow {
        font-size: 8px;
    }

    #faq h1 .icon-svg-FAQ {
        top: 10px;
    }

    /* ==================== FAQ PAGE END ==================== */

    /* ==================== SUPPORT PAGE ==================== */
    #support h1 {
        text-align: left;
    }

    #support .inputForm .table {
        margin: 0;
        padding: 10px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }

    #support .inputForm .input {
        padding: 0;
        width: 95%;
    }

    #support .inputForm .input textarea,
    #support .inputForm .input input {
        width: 100%;
        padding: 6px 5px;
        resize: none;
    }

    #support .inputForm .table .description {
        margin: 5px 0;
    }

    /* ==================== SUPPORT PAGE END ==================== */

    /* ==================== Quizzes Page ==================== */

    #quiz .newQuiz .step .h3 {
        font: 18px open-sans, sans-serif;
    }

    #quiz .newQuiz .difficulty.qFilter div {
        width: 200px;
    }

    /*
#quiz .testState {
  height: 260px;
} */

    /* #quiz .testState a {
  top: 90px;
} */

    #proceedErrorQuizModal {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }

    .modal.hide.fade.questionSta {
        border: 6px solid #b8b8b8;
        width: 308px;
        padding-bottom: 0;
        background-color: #f3f2e2;
        border-radius: 0;
        top: 50%;
        left: 50%;
        margin-left: -160px;
        margin-top: -170px;
    }

    .modal.hide.fade.questionSta .h3 {
        width: 100%;
        font-family: open sans, sans-serif;
        font-size: 18px;
        font-weight: bold;
    }

    .modal.hide.fade.questionSta span {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
    }

    .modal.hide.fade.questionSta .cancelBtn,
    .modal.hide.fade.questionSta .startQuiz {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .modal.hide.fade.questionSta .buttonWrap {
        width: 100%;
        margin: 20px auto 0;
        text-align: center;
    }

    .modal.hide.fade.questionSta span b {
        font-size: 16px;
    }

    #quiz .newQuiz .difficulty.difficulty.qPacks label.inline-label {
        width: 130px;
    }

    #quiz a.buyNow {
        margin: -56px 15px 0 0;
    }

    /* ==================== Quizzes Page END ==================== */



    /* =================Other tests  testsList summaryTable==================*/
    #performanceOtherTests .summaryTable .tHead .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        width: 71px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #performanceOtherTests .summaryTable .tHead .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        width: 62px;
        padding: 0;
        text-align: center;
        position: relative;
    }

    #performanceOtherTests .summaryTable .tHead .span2,
    #performanceOtherTests .summaryTable .tBody .span2 {
        width: 54px;
    }

    #performanceOtherTests .summaryTable .tHead .span3,
    #performanceOtherTests .summaryTable .tBody .span3,
    #performanceOtherTests .summaryTable .tBody .results {
        width: 83px;
        text-align: center;
    }

    #performanceOtherTests .summaryTable .tHead #questionListGrid_c5,
    #performanceOtherTests .summaryTable .tBody .even.qRetry.table {
        width: 41px;
    }

    #performanceOtherTests .summaryTable .tHead {
        background: #b8b8b8;
        border-bottom: 1px solid #f5f5eb;

    }

    #performanceOtherTests .summaryTable .tHead {
        text-align: center;
    }

    #performanceOtherTests .summaryTable .tHead,
    #performanceOtherTests .summaryTable .tBody {
        display: block;
    }

    #performanceOtherTests .summaryTable .tBody .tRow {
        padding: 5px 0;
        line-height: 24px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #performanceOtherTests .summaryTable .tHead #questionListGrid_c5,
    #performanceOtherTests .summaryTable .tHead .span3,
    #performanceOtherTests .summaryTable .tHead .span2,
    #performanceOtherTests .summaryTable .tHead .span1 {
        border: none;
        font-size: 10px;
        height: 100%;
        vertical-align: middle;
    }

    #performanceOtherTests .summaryTable .tBody .subSpan {
        display: block;
        text-align: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding-left: 12px;
    }

    #performanceOtherTests .summaryTable .tBody .subSpan span {
        position: absolute;
        right: 5px;
        text-align: left;
        width: 28px;
        display: inline-block;
    }

    #performanceOtherTests .summaryTable .tBody .span1 a {
        font-size: 12px;
    }

    #performanceOtherTests .summaryTable .tBody .span1,
    #performanceOtherTests .summaryTable .tBody .span1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    #performanceOtherTests .summaryTable .editable .span2.visible .date {
        text-align: left;
        width: 39px;
        margin: 0 auto;
        padding-left: 16px;
    }

    #performanceOtherTests .summaryTable .editable .span1.visible.provName {
        font-weight: 100;
    }

    #performanceOtherTests .summaryTable .tBody .span1 a {
        font-weight: 400;
    }

    #performanceOtherTests .summaryTable .editable .span2.visible .date b {
        display: block;
    }

    #performanceOtherTests .summaryTable .tBody .tRow:hover .span1 .editIcon,
    #performanceOtherTests .summaryTable tbody tr:hover td.span1 .editIcon {
        display: none;
    }

    #overallPerformance .mainInfo .category ul {
        width: 70%;
    }

    #overallPerformance .mainInfo .category ul li {
        width: 100%;
    }

    #analysisDetail .headNav {
        margin: 5px auto;
        padding: 0;
        text-align: center;
        position: relative;

    }

    #analysisDetail .headNav .return {
        width: 100%;
        display: block;
        border-bottom: none;
        margin: 0 auto;
        position: relative;
        text-align: left;
        box-sizing: border-box;
        padding-left: 30px;
        font-weight: 600;
    }

    #analysisDetail .headNav .return .icon-svg-subscribe {
        position: relative;
        display: inline-block;
        left: 0;
        color: #fb8724;
        transform: rotate(180deg);
        font-size: 23px;
    }

    #analysisDetail .results .leftSide,
    #analysisDetail .results .rightSide {
        text-align: left;
        width: 100%;
    }

    #analysisDetail .results .rightSide,
    #analysisDetail .results .resByDifficulty {
        width: 100%;
    }

    #analysisDetail .results .rightSide,
    #analysisDetail .results .resByDifficulty table {
        width: 100%;
    }

    #analysisDetail .results .resByDifficulty table tr {
        border-bottom: 1px solid #D8D8D8;
    }

    /*    #analysisDetail .mode.study, #analysisDetail .mode.test {
                position: relative;
                vertical-align: top;
                display: inline-block;
                text-transform: uppercase;
                padding: 0 10px 0 25px;
                color: #f08224;
                right: -91px;
                font-size: 11px;
                top: -42px;
            }*/
    #actionCollections.collection span {
        display: block;
    }

    #analysisDetail .results .rightSide>div {
        width: 100%;
    }

    #analysisDetail span.detailDate {
        text-align: left;
        margin: 0 auto;
        display: block;
        width: 250px;
        padding-left: 0;
        box-sizing: border-box;
    }

    #analysisDetail .headNav h1.detailTitle {
        /*width: 250px;*/
        display: block;
        margin: 0 auto;
        padding: 0 0 10px;
        text-align: left;
    }


    /*STATISTICS MODAL START*/
    #questionStats {
        width: 300px !important;
        left: 50% !important;
        margin: 100px 0 0 -155px;
        /*top: 10%!important;*/
    }

    /*   #questionStats IFRAME {
        height: 480px!important;
    }*/
    #questionStats .footerNavigation a.retryQuestion,
    #questionStats .footerNavigation .footerClose {
        padding: 10px;
        width: 90%;
        margin: 5px 0;
        font-size: 14px;
    }

    #questionStats .footerNavigation .retryQuestion b {
        font-weight: normal;
    }

    .restrictPage .analysis_bestandworst {
        display: none;
    }






    /*STATISTICS MODAL END*/

}

@media screen and (max-width: 640px) and (min-width: 440px) {
    #actionCollections.collection span {
        display: inline-block;
    }
}


/*320 Tests media END*/
#freeTests .section.offers {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-columns: 0.85fr 2fr; */
    gap: 3px;
}

.base-offers,
.special-offer {
    display: inherit;
    grid-template-rows: 35px 1fr;
    gap: 3px;
}

.base-offers .header,
.special-offer .header {
    font-size: 18px;
    line-height: 30px;
    background: #f5f5eb;
    text-align: center;
}

.special-offer .btn.youtube {
    color: #fff;
    background-color: #e62017;
    width: 130px;
    height: 35px;
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    justify-self: center;
    align-items: center;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 25%;
}

.special-offer .btn.youtube [class^="icon-svg-"] {
    color: inherit;
}

.special-offer,
.special-offer .content .provider {
    height: 100%;
}

.special-offer .content .provider {
    align-items: center;
    display: grid;
    line-height: 1.2;
}

.special-offer .content .provider>div {
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
}

.special-offer .content .provider .provider-icon {
    justify-self: center;
    margin-bottom: 5%;
}

.base-offers .content {
    display: inherit;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
}

.provider-icon {
    display: grid;
}

.provider-icon.gmat {
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) no-repeat -159px -34px;
    width: 98px;
    height: 52px;
}

.provider-icon.math-revolution {
    width: 132px;
    height: 52px;
    background: url(/forum/styles/gmatclub_light/imageset/sprite_common.svg) no-repeat 0 -172px;
}

#testIndex {
    margin: 0 auto;
    background-position: top center;
    min-width: 1040px;
}

#testIndex section {
    padding-left: 130px !important;
}

#testIndex .logo {
    position: relative;
}

#testIndex .logo .score h3 {
    font-size: 18px;
    color: inherit;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 0;
    height: 10px;
}

#testIndex .logo .score div {
    line-height: 1;
    border-bottom: 1px solid #dbdbdb;
    width: 125px;
    line-height: 24px;
}

#testIndex .logo .score .total p,
#testIndex .logo .score .total .quantity {
    font-weight: bold;
}

#testIndex .logo .score div p {
    display: inline-block;
    width: 70px;
    text-transform: capitalize;
    font-weight: 600;
}

#testIndex .logo .score div .quantity {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #ff8c2a;
    width: 55px;
}

#testIndex .logo span {
    font-family: "Open Sans", sans-serif;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 36px;
    position: absolute;
    font-weight: lighter;
    left: 205px;
    top: 53px;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

#testIndex .contentWrap {
    margin: 0 auto;
    position: relative;
}

#testIndex .heading .content h1 {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
}

#testIndex .heading .content h1 span {
    display: block;
    color: inherit;
    font-family: "Open Sans", sans-serif;
}

#testIndex .heading .content .computer {
    position: absolute;
    width: 300px;
    height: 479px;
    background: url("../gmat-focus-tests/templates/users/assets/images/index/monitor.png");
    background-repeat: no-repeat;
    right: 49px;
    top: -219px;
}

#testIndex a.tryTest,
#testIndex a.buyTest {
    max-width: 216px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#testIndex .leftButtons,
#testIndex .rightButtons {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

#testIndex .leftButtons a:first-child {
    /*margin-bottom: 24px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

#testIndex .rightButtons {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#testIndex .rightButtons a:first-child {
    /*margin-bottom: 24px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}

#testIndex .rightButtons .timeData {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#testIndex .rightButtons .subscriptionData {
    margin: 10px 0 5px 0;
}

#testIndex .rightButtons .timeData:first-child {
    border-right: 1px solid #d6d6d1;
    padding-right: 10px;
}

#testIndex .rightButtons .timeData:last-child {
    margin-left: 10px;
}

#testIndex .rightButtons .timeData p {
    display: inline-block;
    font-weight: normal;
}

#testIndex .rightButtons a {
    width: 100% !important;
    text-indent: 0 !important;
    text-align: center;
    font-weight: bold;
}


/* Christmas MOD */
/*Christmas pop up*/
#christmasPopUpWrapper.activeWindow {
    display: block !important;
}

#popUpShadow {
    opacity: 0.5;
    display: none;
    position: absolute;
    width: 100%;
    height: 104%;
    z-index: 999;
    background: #00000c;
}

#popUpShadow.activeWindow {
    display: block;
}

#christmasPopUpWrapper * {
    font-family: "Open Sans", sans-serif;
}

#christmasPopUpWrapper.christmas {
    display: none;
    position: fixed;
    left: 50%;
    z-index: 1000;
    max-height: 333px;
    height: 100%;
    top: 50%;
    margin-left: -315px;
    margin-top: -165px;
    background: url(/forum/styles/gmatclub_light/imageset/christmas_popup.png) no-repeat;
    background-size: 100%;
    background: url(/forum/styles/gmatclub_light/imageset/christmas_popup.png) no-repeat;
}

#christmasPopUpWrapper.easter {
    display: none;
    position: fixed;
    height: 100%;
    max-height: 417px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/forum/styles/gmatclub_light/imageset/Easter/easter_popup.jpg) no-repeat;
    background-size: 100%;
    border-radius: 12px;
    z-index: 1000;
}

#christmasPopUpWrapper.easter {
    max-height: 417px;
    transform: translate(-50%, -50%);
    background: url(/forum/styles/gmatclub_light/imageset/Easter/easter_popup.jpg) no-repeat;
    background-size: 100%;
    border-radius: 12px;
}

#christmasPopUp.easter {
    display: block;
    position: relative;
    width: 786px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    text-align: center;
}

#christmasPopUp.easter .popUpTitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #005784;
    text-align: left;
    padding-left: 72px;
    margin-top: 73px;
}

body.activePopup {
    overflow: hidden;
    position: relative;
}

#christmasPopUp.easter .popUpText {
    font-size: 14px;
    line-height: 22px;
    color: #3f3f3f;
    text-align: left;
    padding-left: 72px;
}

#christmasPopUp.easter .popUpText .popUpTextHighlighted {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 0 4px;
    margin: 0 4px;
    border-radius: 3px;
    background-color: #ff8c2a;
}

#christmasPopUp.easter .popUpText .popUpTextHighlighted+.popUpTextHighlighted {
    background-color: #005784;
}

#christmasPopUp.easter .popUpMessage {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #ff8c2a;
    text-align: left;
    padding-left: 72px;
}

#christmasPopUp.easter .popUpIcons {
    height: 80px;
    position: absolute;
    bottom: 0;
    padding-left: 17px;
    display: grid;
    grid-template-columns: repeat(5, 65px);
    column-gap: 30px;
    margin-bottom: 30px;
}

#christmasPopUp.easter .popUpIcons .popUpItem {
    display: inherit;
    flex-direction: column;
    align-items: center;
}

#christmasPopUp.easter .popUpIcons .popUpItem .itemImage {
    width: 65px;
    height: 80px;
    image-rendering: pixelated;
}

#christmasPopUpWrapper #christmasPopUp .closePopUp {
    position: absolute;
    top: 13px;
    right: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

#christmasPopUpWrapper #christmasPopUp .closePopUp .icon-svg-exit-exam2 {
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 5.5px;
    right: 5.5px;
}










#christmasPopUp.christmas {
    display: block;
    position: relative;
    width: 630px;
    height: 100%;
    max-height: 333px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    border-radius: 5px;
    text-align: center;
    font-family: Open-Sans, sans-serif;
}

#christmasPopUp.christmas .popUpTitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    padding: 20px 0 0 0;
    color: #fff;
}

#christmasPopUp.christmas .popUpText {
    font-size: 20px;
    line-height: 30px;
    color: #2A2A2A;
    padding: 0 94px;
}

#christmasPopUp.christmas .popUpText .popUpTextHighlighted {
    color: #fff;
}

#christmasPopUp.christmas .popUpMessage {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

#christmasPopUp.christmas .popUpIcons {
    height: 86px;
    display: flex;
    position: absolute;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 0 5px 5px;
}

#christmasPopUp.christmas .popUpIcons .popUpItem {
    display: inherit;
    flex-direction: column;
    align-items: center;
}

#christmasPopUp.christmas .popUpIcons .popUpItem .itemImage {
    width: 91px;
    height: 45px;
}

/*Christmas pop up*/








.christmas_game {
    display: none;
    cursor: pointer;
    bottom: 24px;
    left: 428px;
}

.christmas_game.easter {
    width: 65px;
    height: 80px;
    background: url(/forum/styles/gmatclub_light/imageset/Easter/03-icEaster.png) no-repeat;
}

.christmas_game.christmas {
    width: 100px !important;
    height: 60px;
    background: url(/forum/styles/gmatclub_light/imageset/jingle_bells.png) no-repeat;
}


@media all and (max-width: 1023px) and (min-width: 316px) {
    .christmas_game {
        display: none;
    }
}

/* Christmas MOD */

#testIndex .rightButtons a:before {
    display: none;
}

#testIndex a.tryTest b,
#testIndex a.buyTest b {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}

#testIndex .leftButtons .tryTest {
    width: 280px;
    text-indent: 45px;
}

#testIndex .leftButtons .tryTest.take:before {
    display: none;
}

#testIndex .heading .rightButtons a.buyTest {
    float: none;
    width: 445px !important;
}

#testIndex a.tryTest:before {
    position: absolute;
    content: " ";
    left: 96px;
    top: 12px;
    content: " ";
    width: 38px;
    height: 28px;
    background: url("../gmat-focus-tests/templates/users/assets/images/index/butt-sprite.png");
    background-position: 0 0;
}

#testIndex a.buyTest:before {
    position: absolute;
    content: " ";
    left: 123px;
    top: 10px;
    content: " ";
    width: 36px;
    height: 30px;
    background: url("../gmat-focus-tests/templates/users/assets/images/index/butt-sprite.png");
    background-position: -43px 0;
}

#testIndex .hardestQuant .QuantWrap {
    display: flex;
    justify-content: flex-start;
}

#testIndex .askedQuestions {
    background: #FBFBFB;
    margin: 0 auto;
}

#testIndex .askedQuestions * {
    font-family: '"Open Sans"', Sans-Serif;
}

#testIndex .askedQuestions .block-title {
    text-align: center;
}

#testIndex .askedQuestions .askTitle {
    font-weight: bold;
    position: relative;
}

#testIndex .askedQuestions .askTitle #testIndex .askedQuestions .askDesc {
    font-size: 14px;
}

#testIndex .hardestQuant .information h2,
#testIndex .hardestQuant .information h3 {
    font-family: "Open Sans", sans-serif;
}

#testIndex .hardestQuant .information .icon-svg-arrow_grey {
    font-size: 10px;
    left: 0;
    top: 1px;
    display: inline-block;
    position: absolute;
    font-weight: bold;
    background: #fb8724;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb8724), color-stop(29%, #ef7a14), color-stop(74%, #e26a01), to(#e16900));
    background: -o-linear-gradient(top, #fb8724 0%, #ef7a14 29%, #e26a01 74%, #e16900 100%);
    background: linear-gradient(to bottom, #fb8724 0%, #ef7a14 29%, #e26a01 74%, #e16900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb8724', endColorstr='#e16900', GradientType=0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#testIndex .hardestQuant .information h2 span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: lighter;
}

#testIndex .hardestQuant .information ul {
    margin-bottom: 70px;
}

#testIndex .hardestQuant .information p {
    font-size: 16px;
}

#testIndex .hardestQuant .information li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

#testIndex .hardestQuant .information li span {
    font-family: "Open Sans", sans-serif;
}

#testIndex .bottomDivider {
    width: 1200px;
    height: 1px;
    background: #dbdbdb;
    margin: 33px auto 0 auto;
}

#testIndex .analytics {
    background: url("/gmat-focus-tests/templates/users/assets/images/index/AnalyticsBanner.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 125px;
}

#testIndex .analytics h2 {
    text-transform: capitalize;
}

/* #testIndex .analytics .analyticsImage {
    margin: 14px 0 30px 20px;
    width: 882px;
    height: 286px;
    background: url("../gmat-focus-tests/templates/users/assets/images/index/analyricImage.png");
    background-repeat: no-repeat;
    display: inline-block; } */
#testIndex .analytics p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

#testIndex .analytics a.buyTest {
    margin: 10px 0 0 0;
}

#testIndex .hardestQuant.options {
    background: url("/gmat-focus-tests/templates/users/assets/images/index/OptionsBanner.png") no-repeat;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 186px;
    padding-bottom: 120px;
}

#testIndex .hardestQuant.options .information {
    width: 415px;
}

#testIndex .hardestQuant.options .information h2 {
    margin-bottom: 15px;
}

#testIndex .heading.testimonials .monialContent {
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}

#testIndex .testimonials .monialContent h2 {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: lighter;
    text-align: center;
    margin: 30px 0 0 0;
}

#testIndex .testimonials .monialContent .article {
    width: 355px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 21px 0 74px;
    margin: 52px 0 3px 0;
}

#testIndex .testimonials .monialContent .article p {
    font-size: 14px;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    position: relative;
}

#testIndex .testimonials .monialContent .article p:before {
    content: " ";
    position: absolute;
    left: -47px;
    top: -12px;
    width: 34px;
    height: 26px;
    background: url("../gmat-focus-tests/templates/users/assets/images/index/quotes.png");
    background-repeat: no-repeat;
}

#testIndex .testimonials .monialContent .article a {
    color: #2062b3;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding-left: 17px;
    text-decoration: none;
    display: block;
    margin-top: 12px;
    position: relative;
}

#testIndex .testimonials .monialContent .article a .icon-svg-profile_menu_filled-copy {
    position: absolute;
    color: #2062b3;
    left: 0;
    padding: 0;
    top: 2px;
}

#testIndex .testimonials .monialContent .article a span {
    padding-left: 10px;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

#testIndex .testimonials .monialContent .article a span b {
    color: inherit;
}

@media all and (max-width: 1023px) and (min-width: 316px) {
    .christmas_game {
        display: none;
    }
}

#testIndex a.tryTest:before,
#pricing .section.slider,
.extend .priceList .section.slider {
    display: none;
}

#testIndex a.tryTest span,
#testIndex a.buyTest span {
    position: relative;
}

#testIndex a.tryTest span span {
    color: #fff;
    position: absolute;
    left: -47px;
    text-indent: 0;
}

#testIndex a.buyTest span span {
    color: #fff;
    position: absolute;
    left: -47px;
    text-indent: 0;
}

#testIndex a.buyTest:before {
    display: none;
}

.modal .modal-content .popupAddBody .btn,
.modal .modal-content .popupAddBody .radioGroup {
    font-family: "Open Sans", sans-serif;
}

/*Hiden mobile elements*/
.hintMobile {
    display: none;
}

/*Hiden mobile elements*/
/*640x Tests media*/
@media screen and (max-width: 1023px),
screen and (max-width: 640px) {

    .categories-container {
        padding: 0;
    }

    #testIndex .rightButtons,
    #testIndex a.tryTest:before {
        display: none;
    }

    .testNavigation {
        height: auto;
        border-bottom: none;
    }

    .testNavigation .innerHolder li:first-child {
        border-left: none;
    }

    #testIndex .heading {
        padding: 1px 0 50px 0;
    }

    #testIndex .heading .content {
        position: relative;
    }

    #testIndex .heading .content .article {
        margin: 0 10px 15px;
    }

    #testIndex .bottomDivider {
        height: 0;
    }

    #testIndex .hardestQuant.options .quantImage,
    #testIndex .heading.testimonials a.buyTest {
        margin: 0;
    }

    #testIndex div.bottomDivider {
        margin-top: 0;
    }

    #testIndex .logo .score>*,
    #testIndex .logo .score h3 {
        height: auto;
    }

    #testIndex .heading a.buyTest {
        float: none;
        margin: 0 0 20px;
    }

    .testNavigation {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    .testNavigation .innerHolder ul {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #overallWrap {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex .logo,
    #testIndex .contentWrap,
    #testIndex .heading .rightButtons a.buyTest {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex .hardestQuant {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex .hardestQuant .QuantWrap {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex .analytics {
        width: 100%;
        min-width: 100%;
        padding: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        float: none;
    }

    #testIndex .analytics .analyticsImage {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    #testIndex .bottomDivider,
    #testIndex .heading.testimonials .monialContent {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    .testNavigation .innerHolder li,
    .testNavigation div.innerHolder,
    .testNavigation .innerHolder li a {
        width: 100%;
        min-width: 100%;
        padding: 0;
        float: none;
    }

    /* #testIndex .hardestQuant .information h2 {
    margin: 0; } */
    .testNavigation div.innerHolder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        text-align: center;
        padding-top: 10px;
        /* -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);  */
    }

    .testNavigation .navigationLogo {
        float: none;
        display: inline-block;
        height: 60px;
        margin: 15px 0;
        background-size: 28%;
    }

    #testIndex .analytics .analyticsImage {
        margin: 0;
        background-size: 100%;
        height: 210px;
    }

    .testNavigation .dropDownButton {
        font-size: 18px;
        color: #f0801a;
        text-align: center;
        display: block;
        position: relative;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }

    .testNavigation .innerHolder ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        background-color: #f2f2f2;
        font-family: "Open Sans", Sans-Serif;
        display: none;
        font-size: 0;
        margin: 0;
    }

    .testNavigation .innerHolder ul * {
        font-family: "Open Sans", Sans-Serif;
    }

    .testNavigation .innerHolder ul:hover li.active {
        border-top: none;
        border-radius: 0;
    }

    .testNavigation .innerHolder li {
        display: block;
        border-top: none;
        height: auto;
        margin: 0;
        border-right: none;
        border-left: none;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .testNavigation .innerHolder li:hover,
    .testNavigation .innerHolder li.active {
        display: block;
        border-top: none;
        height: auto;
        margin: 0;
        border-right: none;
        border-left: none;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .testNavigation .innerHolder li:hover a,
    .testNavigation .innerHolder li.active a {
        padding: 0;
        background: none;
    }

    #testIndex .logo {
        background: none;
        text-align: center;
    }

    #testIndex .logo .score {
        width: 100%;
        height: auto;
        margin: 40px 0 60px;
        padding: 0;
        position: initial;
    }

    #testIndex .logo .score div {
        display: inline-block;
        border-bottom: none;
        width: auto;
    }

    #testIndex .logo .score div:nth-child(3) {
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        padding: 0 10px;
        margin: 0 5px;
    }

    #testIndex .logo .score div p,
    #testIndex .logo .score div .quantity {
        width: auto;
    }

    #testIndex .heading .content .computer {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-filter: FlipH;
        filter: FlipH;
        left: 15px;
        top: -130px;
    }

    #testIndex .heading .content .articleWrap {
        text-align: center;
    }

    #testIndex .leftButtons {
        margin: 140px 0 20px;
        text-align: center;
    }

    #testIndex .hardestQuant {
        padding: 25px 0 0;
        text-align: center;
    }

    #testIndex .hardestQuant.options {
        padding: 25px 0 0;
        text-align: center;
    }

    #testIndex .contentWrap {
        text-align: center;
    }

    #testIndex .hardestQuant .information,
    #testIndex .hardestQuant .quantImage {
        width: 100%;
        display: inline-block;
        float: none;
    }

    #testIndex .hardestQuant .information>* {
        padding: 0 20px 0;
    }

    #testIndex .hardestQuant .information ul {
        display: inline-block;
    }

    #testIndex .hardestQuant .information li {
        text-align: left;
    }

    #testIndex .hardestQuant .information li span {
        display: inline-block;
    }

    #testIndex .hardestQuant .information>.quantImage {
        display: none;
    }

    #testIndex .analytics h2 {
        margin: 40px 0 10px;
    }

    #testIndex .analytics p {
        width: 90%;
        margin: 0 auto;
    }

    #testIndex .testimonials .monialContent .article {
        margin: 25px auto;
        display: block;
    }

    #testIndex .testimonials .monialContent .article:nth-child(3),
    #testIndex .testimonials .monialContent .article:nth-child(4) {
        display: none;
    }

    #testIndex a.tryTest {
        margin: 10px;
        text-indent: 0;
    }

    #testIndex .heading .content+a.tryTest {
        margin: 13px 10px 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }

    #testIndex .hardestQuant .information p {
        font-weight: 400;
        margin: 0 0 10px 0;
        z-index: 5555;
        padding: 10px 20px 0;
    }

    #testIndex .hardestQuant.options .information p {
        font-weight: 600;
    }

    #testIndex .hardestQuant .information h3 {
        text-transform: capitalize;
    }

    #testIndex a.buyTest span span {
        left: -31px;
        font-size: 20px;
    }

    #testIndex .leftButtons .tryTest.take {
        margin: 0 0 10px 0;
    }

    .items.mobile .row .checkBox {
        /*width: 35px;*/
        width: 11%;
        text-align: center;
    }

    .items.mobile .row .checkBox input {
        width: 15px;
        height: 15px;
    }

    .items.mobile .row .number {
        /*width: 20px;*/
        width: 7%;
        font-size: 12px;
    }

    .items.mobile .row .id {
        /*width: 100px;*/
        width: 32%;
        position: relative;
    }

    .items.mobile .row .id div .clickArea:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 50px;
        display: block;
        top: 0;
    }

    .items.mobile .row:first-of-type .id>*,
    .items.mobile .row:first-of-type .answer>*,
    .items.mobile .row:first-of-type .date>* {
        text-decoration: none;
        font-size: 10px;
        padding: 0;
    }

    .items.mobile .row:first-of-type .statistics {
        text-decoration: none;
        font-size: 10px;
        padding: 0;
        text-transform: capitalize;
        text-align: center;
    }

    .items.mobile .row:first-of-type .date {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .items.mobile .row .id a {
        font-size: 10px;
        font-weight: bold;
    }

    .items.mobile .row .id span {
        font-size: 12px;
        font-style: normal;
        color: #2062b3;
    }

    .items.mobile .row .id span i {
        font-size: 12px;
        font-style: normal;
        color: #2062b3;
    }

    .items.mobile .row .answer {
        /*width: 47px;*/
        width: 16%;
        text-align: center;
    }

    .items.mobile .row .answer .qCorrectIcon {
        width: 16px;
        height: 13px;
        margin: 0 auto;
        position: relative;
    }

    .items.mobile .row .answer .qCorrectIcon:before {
        position: absolute;
        content: "\e986";
        color: #62a41d;
        font-weight: 800;
        font-size: 14px;
        left: 0;
    }

    .items.mobile .row .answer .qUncorrectIcon {
        width: 16px;
        height: 16px;
        margin: 0 auto;
        position: relative;
    }

    .items.mobile .row .answer .qUncorrectIcon:before {
        content: "\e900";
        font-size: 14px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0;
        color: #575757;
    }

    .items.mobile .row .statistics .stats {
        margin: 10px 0 0;
    }

    .items.mobile .row .statistics .stats:before {
        background: url(../gmat-focus-tests/templates/users/assets/images/statistics/stats.svg) no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        content: " ";
        position: absolute;
        top: -12px;
        left: 45%;
        margin: 0 0 0 -6px;
    }

    .items.mobile .row .date {
        /*width: 55px;*/
        width: 18%;
        font-size: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 5px;
        text-align: center;
    }

    .items.mobile .row .date a {
        padding: 0 8px;
        font-size: 16px;
    }

    .items.mobile .row .date b {
        display: block;
    }

    .items.mobile .row .statistics {
        /*width: 47px;*/
        width: 16%;
        font-size: 10px;
        text-transform: uppercase;
        color: #2062b3;
        text-decoration: underline;
        position: relative;
        text-align: center;
    }

    .items.mobile .row .qBookmarkIcon {
        width: 13px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
    }

    .items.mobile .row .qBookmarkIcon:before {
        content: "\e9ae";
        color: #ff8b2a;
        font-size: 14px;
    }

    .items.mobile .row .qNoteIcon {
        width: 12px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
        position: relative;
        z-index: 104;
        /* 999 */
    }

    .items.mobile .row .qNoteIcon:before {
        content: "\e99b";
        color: #006eae;
        position: absolute;
        font-size: 12px;
        left: 0;
        top: 1px;
    }

    .items.mobile .row .qReviewedIcon {
        background: url("../gmat-focus-tests/templates/users/assets/images/statistics/icons-sprite.png") no-repeat -70px -1px;
        width: 15px;
        height: 13px;
        margin: 0 2px;
        display: inline-block;
    }

    .items.mobile .row a.qGuessIcon {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .items.mobile .row a.qGuessIcon:before {
        width: 15px;
        height: 15px;
        position: absolute;
        content: "\e98e";
        font-size: 14px;
    }

    .items.mobile .row .guessed div {
        position: relative;
    }

    .items.mobile .row .id .guessed {
        display: inline-block;
        width: 13px;
        margin: 0 2px;
        vertical-align: top;
        height: 13px;
    }

    .items.mobile .row a.clickArea {
        opacity: 0;
        font-size: 0;
    }

    .items.mobile .row .id>div {
        display: inline-block;
    }

    .items.mobile .row .id>span {
        display: block;
    }

    .items.mobile.free .row:first-of-type>div {
        font-size: 10px;
        text-align: center;
    }

    .items.mobile.free a.sort-link:after {
        display: none;
    }

    .items.mobile.free .row>div {
        white-space: normal;
        font-size: 10px;
        text-align: center;
    }

    .items.mobile.free .row .name {
        /*width: 137px;*/
        width: 43%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 12px;
        text-align: left;
    }

    .items.mobile.free .row .iScore {
        /*width: 48px;*/
        width: 16%;
        text-align: center;
        padding: 0;
    }

    .items.mobile.free .row .iTime {
        /*width: 36px;*/
        width: 11%;
        padding: 0;
    }

    .items.mobile.free .row .date {
        /*width: 47px;*/
        width: 16%;
        text-align: center;
        padding: 0;
    }

    .items.mobile.free .row .iDeleteQ {
        /*width: 45px;*/
        width: 14%;
        padding: 0;
    }

    .items.mobile.free .row .iDeleteQ .tooltip {
        display: none;
    }

    /*Free Tests Table Styles*/
    #performanceOtherTests .summaryTable .tooltip {
        display: none;
    }

    .items.mobile.free .row .iDeleteQ a {
        display: inline-block;
        background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -472px -571px;
        margin-left: 6px;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        position: relative;
    }

    .items.mobile.free .row .iDeleteQ a.testFinish {
        background: url("/../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -451px -572px;
    }

    .items.mobile.free .row .iDeleteQ a.testDelete {
        background-position: -424px -683px;
    }

    .items.mobile.free .row .iDeleteQ a.testRetry {
        background-position: -38px 2px;
    }

    .items.mobile.free .row .iDeleteQ a.testRetry:hover {
        background-position: -38px -16px;
    }

    .items.mobile.free .row .iDeleteQ a.testFinish:hover {
        background-position: -19px -16px;
    }

    /*COLLECTION TABLES*/
    /*myCollections*/
    .items.mobile.myCollections {
        display: block;
    }

    .items.mobile.myCollections .row {
        display: block;
        font-size: 0;
        padding: 10px 0;
    }

    .items.mobile.myCollections .row .colStatus {
        color: #2062b3;
        font-size: 10px;
    }

    .items.mobile.myCollections .row span.empty {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .items.mobile.myCollections .row:first-of-type {
        background: #b8b8b8 !important;
    }

    .items.mobile.myCollections .row:first-of-type .id>*,
    .items.mobile.myCollections .row:first-of-type .answer>*,
    .items.mobile.myCollections .row:first-of-type .date>*,
    .items.mobile.myCollections .row:first-of-type .statistics {
        text-decoration: none;
    }

    .tableWrapper .items.mobile.bookmarked .row:first-of-type .sort-link {
        font-weight: normal;
        font-size: 10px;
    }

    .items.mobile.officialPublick .row:first-of-type .sort-link {
        font-weight: normal;
        font-size: 10px;
    }

    .items.mobile.myCollections .row:first-of-type .sort-link {
        font-weight: normal;
        font-size: 10px;
    }

    .items.mobile.myCollections .row:first-of-type a.sort-link:after {
        display: none;
    }

    /*.items.mobile.myCollections .row:first-of-type .sort-link:first-of-type ~ ,**/
    .tableWrapper .items.mobile.bookmarked .row:first-of-type .sort-link:after {
        display: none;
    }

    .items.mobile.officialPublick .row:first-of-type .sort-link:after {
        display: none;
    }

    .items.mobile.myCollections .row:first-of-type>*,
    .items.mobile.myCollections .row:first-of-type>.answer {
        font-size: 10px;
        text-align: center;
    }

    .items.mobile.myCollections .row:nth-child(even) {
        background: #fbfbfc;
    }

    .items.mobile.myCollections .row:nth-child(odd) {
        background: #f9f9f5;
    }

    .items.mobile.myCollections .row>div {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

    .items.mobile.myCollections .row .checkBox {
        width: 35%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .items.mobile.myCollections .row .checkBox .qLike {
        display: inline-block;
        position: relative;
    }

    .items.mobile.myCollections .row .checkBox .qLike a {
        padding-left: 15px;
        font-size: 10px;
    }

    .items.mobile.myCollections .row .checkBox .qLike a .icon-svg-іcon-best {
        position: absolute;
        font-size: 28px;
        color: #006eae;
        left: -8px;
        top: -8px;
    }

    .items.mobile.myCollections .row .checkBox nobr {
        display: block;
    }

    .items.mobile.myCollections .row .number {
        width: 14%;
        text-align: center;
    }

    .items.mobile.myCollections .row .id {
        width: 13%;
        position: relative;
        text-align: center;
    }

    .items.mobile.myCollections .row .answer {
        width: 14%;
        font-size: 10px;
        text-align: left;
    }

    .items.mobile.myCollections .row .answer div {
        margin: 0 !important;
    }

    .items.mobile.myCollections .row .date {
        width: 24%;
        text-align: center;
    }

    .items.mobile.myCollections .row .id div .clickArea:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 50px;
        display: block;
        top: 0;
    }

    .items.mobile.myCollections .row .statistics .stats {
        margin: 10px 0 0;
    }

    .items.mobile.myCollections .row .date b {
        display: block;
    }

    /*myCollections end*/
    /*bookmarked*/
    .tableWrapper .items.mobile.bookmarked {
        /* width: 380px;*/
        /*width: 119%;*/
        width: 100%;
    }

    .tableWrapper .items.mobile.bookmarked .row .id {
        text-align: center;
    }

    .tableWrapper .items.mobile.bookmarked .row .number {
        color: #ff0000;
    }

    .tableWrapper .items.mobile .row>div {
        font-size: 14px;
    }

    .tableWrapper .items.mobile .row:first-of-type>div {
        text-align: center;
        font-size: 10px;
    }

    .tableWrapper .items.mobile .row .checkBox {
        width: 13%;
        /*width: 40px;*/
    }

    .tableWrapper .items.mobile .row .number {
        width: 24%;
        /*width: 82px;*/
    }

    .tableWrapper .items.mobile .row:first-of-type>.number,
    .tableWrapper .items.mobile .row .attempt {
        font-size: 10px;
    }

    .tableWrapper .items.mobile .row .id {
        width: 14%;
        /*width: 43px;*/
    }

    .tableWrapper .items.mobile .row .answer {
        width: 13%;
        /*width: 40px;*/
    }

    .tableWrapper .items.mobile .row .attempt {
        width: 15%;
        /*width: 45px;*/
    }

    .tableWrapper .items.mobile .row .attempt>div {
        margin: 0 !important;
    }

    .items.mobile.officialPublick .row .answer>div {
        margin: 0 !important;
    }

    .tableWrapper .items.mobile .row .created {
        width: 21%;
        text-align: center;
        /*width: 70px;*/
    }

    .tableWrapper .items.mobile .row .date {
        width: 15%;
        /*width: 60px;*/
    }

    .tableWrapper .items.mobile .row .date .qLike a img {
        margin: 0 5px 0 0;
        height: 11px;
    }

    .items.mobile.officialPublick .row .qLike img,
    .items.mobile.myCollections .row .checkBox img {
        margin: 0 5px 0 0;
        height: 11px;
    }

    .tableWrapper .items.mobile .row .date .qLike {
        position: relative;
    }

    .items.mobile.officialPublick .row .date .qLike a {
        margin-left: 18px;
    }

    .items.mobile.officialPublick .row .date .qLike a .icon-svg-іcon-best {
        position: absolute;
        left: -10px;
    }

    .tableWrapper .items.mobile .row .date .qLike a {
        margin-left: 15px;
    }

    .tableWrapper .items.mobile .row .date .qLike a .icon-svg-іcon-best {
        position: absolute;
        font-size: 50px;
        color: #006eae;
        left: -22px;
        top: -19px;
    }

    .tableWrapper .items.mobile .row .checkBox .qStar {
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -466px -600px;
        width: 20px;
        height: 18px;
        margin: 0 auto;
        cursor: pointer;
    }

    .tableWrapper .items.mobile .row .created nobr {
        white-space: normal;
    }

    /*bookmarked end*/
    /*officialPublick*/
    .items.mobile.officialPublick .row:first-of-type>div {
        font-size: 10px;
    }

    .items.mobile.officialPublick .row .qStar,
    .items.mobile.officialPublick .row .qUnStar {
        background: url("../../../../forum/styles/gmatclub_light/imageset/forum_sprite.svg") no-repeat -466px -600px;
        width: 20px;
        height: 18px;
        margin: 0 auto;
        cursor: pointer;
    }

    .items.mobile.officialPublick .row div {
        text-align: center;
        position: relative;
    }

    .items.mobile.officialPublick .row div.date a .qLike {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 18px;
    }

    .items.mobile.officialPublick .row div.date a .qLike .icon-svg-іcon-best {
        position: absolute;
        left: -10px;
    }

    .items.mobile.officialPublick .row div .icon-svg-іcon-best {
        position: absolute;
        font-size: 50px;
        color: #006eae;
        left: 0;
        top: -17px;
    }

    .items.mobile.officialPublick .row .checkBox {
        width: 13%;
    }

    .items.mobile.officialPublick .row .number {
        width: 25%;
    }

    .items.mobile.officialPublick .row .id {
        width: 14%;
    }

    .items.mobile.officialPublick .row .answer {
        width: 15%;
        font-size: 10px;
    }

    .items.mobile.officialPublick .row .date {
        width: 20%;
        text-align: center;
    }

    .items.mobile.officialPublick .row .date .qLike a img {
        margin-right: 5px;
    }

    .items.mobile.officialPublick .row>div {
        font-size: 14px;
    }

    .items.mobile.officialPublick .row .number {
        color: #ff0000;
        font-size: 12px;
        text-align: left;
    }

    .items.mobile.officialPublick .row .number>div {
        font-size: 14px;
        text-align: left;
        word-break: break-word;
    }
}

/*Tests media END For Table*/
/*320 Tests media*/
@media screen and (max-width: 639px) {
    body.mobile select {
        font-size: 16px !important;
    }

    /* ==================== Main page ==================== */
    #testIndex .heading .contentWrap .leftButtons .tryTest {
        height: 41px;
        line-height: 40px;
        width: 88%;
        font-size: 17px;
        text-align: center;
        text-indent: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    #testIndex .heading .contentWrap .leftButtons .tryTest span {
        color: #fff;
        position: relative;
        left: -24px;
        top: -2px;
    }

    #testIndex .heading .contentWrap .leftButtons .tryTest.takeCats {
        color: #fff;
        position: relative;
        left: 1px;
        top: -4px;
        margin-left: 10px;
    }

    #testIndex .heading .contentWrap .leftButtons .tryTest span .icon-svg-free-tests {
        left: -17px;
        top: 2px;
    }

    #testIndex .heading .contentWrap .leftButtons .tryTest.takeQuiz {
        color: #fff;
        position: relative;
        left: 1px;
        top: -10px;
        margin-left: 10px;
    }

    #testIndex .contentWrap a.buyTest span {
        color: #fff;
        left: 2px;
        position: relative;
        top: -2px;
    }

    #testIndex .contentWrap a.buyTest span .icon-svg-buy-tests {
        left: -9px;
        font-size: 23px;
        top: 2px;
    }

    #testIndex .heading.testimonials a.buyTest span {
        color: #fff;
        position: relative;
        left: 15px;
        top: 2px;
    }

    #testIndex .heading.testimonials a.buyTest .icon-svg-buy-tests {
        left: -35px;
        font-size: 23px;
        top: -9px;
        position: absolute;
    }

    #testIndex .heading.testimonials .tryTest span {
        color: #fff;
        position: relative;
        top: -2px;
        left: -4px;
    }

    #testIndex .heading.testimonials .tryTest span .icon-svg-free-tests {
        color: #fff;
        position: relative;
        top: 2px;
        left: -9px;
    }

    #testIndex .heading.testimonials a.buyTest {
        margin-top: 4px;
    }

    #testIndex a.buyTest {
        margin-top: 4px;
    }

    #testIndex a.tryTest {
        height: 41px;
        line-height: 40px;
        width: 88%;
        font-size: 17px;
        text-align: center;
        text-indent: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    #testIndex .heading.testimonials a.tryTest,
    #testIndex .heading.testimonials a.buyTest {
        height: 41px;
        line-height: 40px;
        width: 88%;
        font-size: 17px;
        text-align: center;
        text-indent: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    #testIndex a.buyTest {
        height: 41px;
        line-height: 40px;
        width: 88%;
        font-size: 17px;
        text-align: center;
        text-indent: 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    #testIndex a.buyTest span .icon-svg-buy-tests {
        left: -35px;
        font-size: 23px;
    }

    #testIndex a.tryTest span span {
        font-size: 22px;
        left: -39px;
    }

    #testIndex .logo .score div p,
    #testIndex .logo .score .total p {
        font-size: 15px;
        font-weight: normal;
    }

    #testIndex .logo .score div .quantity,
    #testIndex .logo .score div p {
        font-size: 15px;
        font-weight: bold;
    }

    #testIndex .logo .score div .quantity {
        margin: 0 0 0 3px;
    }

    #testIndex .logo .score div p {
        font-weight: normal;
    }

    #testIndex .heading .content {
        margin-bottom: 25px;
    }

    #testIndex .heading .content .computer {
        background-size: 190px;
        width: 190px;
        height: 300px;
        top: -110px;
    }

    #testIndex .heading .content .article:nth-child(2),
    #testIndex .heading .content .article:nth-child(5),
    #testIndex .heading .content .article.quizzes {
        width: 85px;
    }

    #testIndex .heading .content .article h5,
    #testIndex .heading .content .article.questions h5,
    #testIndex .heading .content .article.cats h5,
    #testIndex .heading .content .article.quizzes h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
    }

    #testIndex .heading .content .article h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        line-height: 33px;
    }

    #testIndex .heading .content .article span {
        font-size: 10px;
    }

    #testIndex .heading .content h1 {
        top: -115px;
    }

    #testIndex .heading .content .articleWrap {
        min-height: 210px;
    }

    #testIndex .leftButtons {
        margin: 0 0 20px;
    }

    #testIndex .heading {
        padding: 1px 0 0;
    }

    #testIndex .hardestQuant .information h2,
    #testIndex .hardestQuant.options .information h2 {
        font-size: 20px;
        font-weight: 600;
    }

    #testIndex .hardestQuant .information h3,
    #testIndex .hardestQuant .information h2 span {
        font-size: 20px;
        font-weight: 600;
    }

    #testIndex .hardestQuant .information h3 {
        margin: 0 0 7px 0;
    }

    #testIndex .hardestQuant.options .information h2 span {
        font-weight: normal;
        font-size: 20px;
    }

    #testIndex .hardestQuant .arrow {
        background-size: 50px;
        width: 50px;
        height: 15px;
        margin: 0 auto 25px;
    }

    #testIndex .hardestQuant .information li {
        font-size: 16px;
        padding: 0;
        line-height: 18px;
        margin-left: 0;
        padding: 0 0 0 15px;
    }

    #testIndex .hardestQuant .information li span {
        font-size: 16px;
        padding: 0;
        line-height: 18px;
        margin-left: 0;
    }

    #testIndex .analytics h2,
    #testIndex .testimonials .monialContent h2 {
        font-size: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
    }

    #testIndex .analytics .analyticsImage {
        height: 115px;
    }

    #testIndex .analytics p {
        padding-bottom: 10px;
    }

    #testIndex .hardestQuant.options .information {
        width: 100%;
    }

    .options .quantImage {
        width: 100%;
    }

    #testIndex .hardestQuant.options .information h2 span {
        line-height: 25px;
    }

    #testIndex .testimonials .monialContent .article {
        width: 86%;
        padding: 0 0 0 20px;
    }

    #testIndex .testimonials .monialContent .article p {
        font-size: 16px;
        font-style: italic;
    }

    #testIndex .testimonials .monialContent .article p:before {
        left: -18px;
        top: 0;
        background-size: 45%;
    }

    #testIndex div.bottomDivider,
    #testIndex .testimonials {
        margin: 0 !important;
        background: #fff;
    }

    #testIndex a.tryTest.icon-svg-free-tests {
        position: absolute;
        left: 123px;
        top: 10px;
        width: 36px;
        height: 30px;
        background: url(../gmat-focus-tests/templates/users/assets/images/index/butt-sprite.png);
        background-position: -43px 0;
    }

    #testIndex .hardestQuant {
        -webkit-box-shadow: inset 0 10px 10px #cfcfcf;
        box-shadow: inset 0 10px 10px #cfcfcf;
    }

    #testIndex .hardestQuant .quantImage {
        padding: 0 20px 0;
    }
}

@media screen and (max-width: 640px) and (min-width: 440px) {
    #actionCollections.collection span {
        display: inline-block;
    }
}

@media screen and (max-width: 670px) {
    #testIndex .askedQuestions {
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #testIndex .askedQuestions .blockTitle {
        text-align: center;
        margin-top: 40px;
    }

    #testIndex .askedQuestions .askDesc {
        padding: 0 10px 0 20px;
    }
}

/*320 Tests media END*/
:root {
    --orange: #ee7c00;
    --orange-2: #f57e20;
    --orange-3: #ff8c2a;
    --info: #2b3648;
    --blue: #1a6387;
    --blue-2: #005784;
    --gray: #4f4f4f;
    --gray-2: #c4c4c4;
    --gray-3: #e0e0e0;
    --gray-4: #e6e6e6;
    --gray-5: #9e9e9e;
    --gray-6: #f2f2f2;
    --gray-7: #3f3f3f;
    --base: #333;
    --white: #fff;
    --green: #79bf28;
    --red: #fa353e;
    --chart-green: var(--green);
    --chart-red: var(--red);
    --chart-gray: var(--gray-4);
    --timer: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjIwNyA1Ljg2YzEuMDU1IDEuMDYyIDEuODY3IDIuMjIyIDIuNDM4IDMuNDguNTcgMS4yNTguODU1IDIuNjQ0Ljg1NSA0LjE2IDAgLjk2OS0uMTI1IDEuODk4LS4zNzUgMi43OS0uMjUuODktLjYwMiAxLjcyNi0xLjA1NSAyLjUwNy0uNDUzLjc4MS0xIDEuNDg4LTEuNjQgMi4xMjEtLjY0LjYzMy0xLjM0OCAxLjE4LTIuMTIxIDEuNjQtLjc3NC40NjItMS42MS44MTctMi41MDggMS4wNjdBMTAuNCAxMC40IDAgMDExMSAyNGMtLjk2OSAwLTEuODk4LS4xMjUtMi43OS0uMzc1LS44OS0uMjUtMS43MjYtLjYwMi0yLjUwNy0xLjA1NS0uNzgxLS40NTMtMS40ODgtMS0yLjEyMS0xLjY0YTExLjA3NiAxMS4wNzYgMCAwMS0xLjY0LTIuMTIxQTEwLjIzIDEwLjIzIDAgMDEuODc0IDE2LjMgMTAuNCAxMC40IDAgMDEuNSAxMy41YzAtLjg2Ny4xMDItMS43MS4zMDUtMi41MzEuMjAzLS44Mi40OTYtMS41OTQuODc5LTIuMzIuMzgyLS43MjcuODQzLTEuMzk5IDEuMzgyLTIuMDE2LjU0LS42MTcgMS4xNDEtMS4xNjggMS44MDUtMS42NTNBMTAuNDExIDEwLjQxMSAwIDAxOS41IDMuMTA1VjEuNWgtM1YwSDE0djEuNWgtM1YzYzEuMDg2IDAgMi4xNC4xNiAzLjE2NC40OCAxLjAyNC4zMiAxLjk4Ljc5NyAyLjg3MSAxLjQzbDIuNDM4LTIuNDM3IDEuMDU0IDEuMDU0LTIuMzIgMi4zMzJ6TTExIDIyLjVhOC43MTggOC43MTggMCAwMDMuNDkyLS43MDMgOS4xMSA5LjExIDAgMDA0Ljc5My00Ljc5M0E4Ljg5IDguODkgMCAwMDIwIDEzLjVhOC43MTggOC43MTggMCAwMC0uNzAzLTMuNDkyIDkuMTEgOS4xMSAwIDAwLTQuNzkzLTQuNzkzQTguODg4IDguODg4IDAgMDAxMSA0LjVhOC43MTcgOC43MTcgMCAwMC0zLjQ5Mi43MDMgOS4xMDggOS4xMDggMCAwMC00Ljc5MyA0Ljc5M0E4Ljg4OSA4Ljg4OSAwIDAwMiAxMy41YzAgMS4yNDIuMjM0IDIuNDA2LjcwMyAzLjQ5MmE5LjExIDkuMTEgMCAwMDQuNzkzIDQuNzkzQTguODkgOC44OSAwIDAwMTEgMjIuNXpNMTguNSAxMnYxLjVjMCAxLjA0LS4xOTUgMi4wMTItLjU4NiAyLjkxOGE3LjcwNyA3LjcwNyAwIDAxLTEuNjA1IDIuMzkgNy4zMTIgNy4zMTIgMCAwMS0yLjM4IDEuNjA2QTcuNiA3LjYgMCAwMTExIDIxYTcuMjkzIDcuMjkzIDAgMDEtMi45MTgtLjU4NiA3LjgxIDcuODEgMCAwMS0yLjM5LTEuNTk0IDcuMTQ4IDcuMTQ4IDAgMDEtMS42MDYtMi4zNzkgNy42NTggNy42NTggMCAwMS0uNTg2LTIuOTNjMC0uNjg3LjA5LTEuMzUuMjctMS45OTEuMTgtLjY0MS40My0xLjIzOS43NS0xLjc5My4zMi0uNTU1LjcxLTEuMDU5IDEuMTcxLTEuNTEyLjQ2MS0uNDUzLjk3LS44NDggMS41MjQtMS4xODRhNi45MjQgNi45MjQgMCAwMTEuNzgxLS43NjFBNy45NTQgNy45NTQgMCAwMTExIDZoMS41djZoNnpNMTEgMTkuNWMuODI4IDAgMS42MDUtLjE1NiAyLjMzMi0uNDY5YTYuMTU4IDYuMTU4IDAgMDAxLjkxLTEuMjc3IDUuODg3IDUuODg3IDAgMDAxLjI5LTEuOTFBNS45MjIgNS45MjIgMCAwMDE3IDEzLjVoLTZ2LTZhNS45MjIgNS45MjIgMCAwMC00LjI0MiAxLjc1OCA2LjI5MiA2LjI5MiAwIDAwLTEuMjkgMS45MjJBNS42NjIgNS42NjIgMCAwMDUgMTMuNTIzYTUuOTIzIDUuOTIzIDAgMDAxLjc1OCA0LjIzYy41NDcuNTQgMS4xODMuOTY2IDEuOTEgMS4yNzhBNS44MzcgNS44MzcgMCAwMDExIDE5LjV6IiBmaWxsPSIjRkY4QzJBIi8+PC9zdmc+");
    --status: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSA2VjIuNTJBMTAuMzI1IDEwLjMyNSAwIDAwNC43MzQgNC40NCAxMC42NjYgMTAuNjY2IDAgMDAyLjcyIDcuMTM3bC0xLjM5NS0uNTc0QTEyLjA0NiAxMi4wNDYgMCAwMTYuMjExIDEuNUgzVjBoNnY2SDcuNXptMTMuNzgxIDEuMTM3YTEwLjMwMiAxMC4zMDIgMCAwMC0xLjg2My0yLjU0MyAxMC40NjUgMTAuNDY1IDAgMDAtMi41NTUtMS44NzVsLjU3NS0xLjM4M2ExMi4wMTYgMTIuMDE2IDAgMDEzLjAyMyAyLjIwM2MuODkuODkgMS42MjkgMS44OTggMi4yMTUgMy4wMjNsLTEuMzk1LjU3NXpNMS41IDEyYzAgLjUzMS4wNCAxLjA1OS4xMTcgMS41ODIuMDc4LjUyMy4yIDEuMDQuMzYzIDEuNTQ3bC0xLjM4Mi41NzRBMTEuNjM0IDExLjYzNCAwIDAxMCAxMmMwLTEuMjczLjItMi41MDguNTk4LTMuNzAzbDEuMzk0LjU3NGExMS42OTcgMTEuNjk3IDAgMDAtLjM2MyAxLjU0N0E5Ljc0OCA5Ljc0OCAwIDAwMS41IDEyem0xLjIwNyA0Ljg2M2ExMC4zNTggMTAuMzU4IDAgMDAxLjg3NSAyLjU1NWMuNzU4Ljc1OCAxLjYxIDEuMzgzIDIuNTU1IDEuODc1bC0uNTc0IDEuMzk1YTEyLjI1NiAxMi4yNTYgMCAwMS0zLjAyNC0yLjIxNSAxMi40MTggMTIuNDE4IDAgMDEtMi4yMjctMy4wMzVsMS4zOTUtLjU3NXptMjAuMDE2LS44OWwxLjA1NCAxLjA1NC02LjUyNyA2LjU0LTMuMTUyLTMuMTY1IDEuMDU0LTEuMDU0IDIuMDk4IDIuMDg2IDUuNDczLTUuNDYxek0yMi41IDEyYzAtLjUzMS0uMDQzLTEuMDU5LS4xMjktMS41ODJhMTEuNjg1IDExLjY4NSAwIDAwLS4zNjMtMS41NDdsMS4zOTQtLjU3NEMyMy44MDEgOS40OTIgMjQgMTAuNzI3IDI0IDEyaC0xLjV6TTguODcxIDIyLjAyYTkuNjU3IDkuNjU3IDAgMDAxLjU0Ny4zNjNjLjUyMy4wNzggMS4wNS4xMTcgMS41ODIuMTE3VjI0Yy0xLjI4MSAwLTIuNTItLjItMy43MTUtLjU5OGwuNTg2LTEuMzgzeiIgZmlsbD0iI0ZGOEMyQSIvPjwvc3ZnPg==");
    --barbell: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjA2NiA3LjVsMS41IDEuNS0zLjMxNiAzLjMwNS0zLjc1LTMuNzM5TDguNTY2IDE2LjVsMy43MzkgMy43NUw5IDIzLjU2NmwtMS41LTEuNS0xLjg3NSAxLjg2NC0yLjI1LTIuMjM5Yy0uMDc4LjA3LS4xNTYuMTUzLS4yMzQuMjQ3YTIuMDEgMi4wMSAwIDAxLS4yNTguMjU3IDIuNTEyIDIuNTEyIDAgMDEtLjI5My4yMTEuNjM1LjYzNSAwIDAxLS4zNC4wOTQuNzIuNzIgMCAwMS0uNTI3LS4yMjMuNzIuNzIgMCAwMS0uMTQxLS44NTVjLjA1NS0uMTAyLjEyNS0uMi4yMTEtLjI5My4wODYtLjA5NC4xNzYtLjE4LjI3LS4yNThhMS44MyAxLjgzIDAgMDAuMjQ2LS4yNDZMLjA3IDE4LjM3NSAxLjkzNCAxNi41LjQzNCAxNWwzLjMxNi0zLjMwNSAzLjc1IDMuNzM5TDE1LjQzNCA3LjVsLTMuNzM5LTMuNzVMMTUgLjQzNGwxLjUgMS41TDE4LjM3NS4wN2wyLjI1IDIuMjM5Yy4wNzgtLjA3LjE1Ni0uMTUzLjIzNC0uMjQ3LjA3OC0uMDkzLjE2NC0uMTguMjU4LS4yNTcuMDk0LS4wNzguMTkyLS4xNDkuMjkzLS4yMTFhLjYzNS42MzUgMCAwMS4zNC0uMDk0LjcyLjcyIDAgMDEuNTI3LjIyMy43Mi43MiAwIDAxLjE0MS44NTVjLS4wNTUuMTAyLS4xMjUuMi0uMjExLjI5My0uMDg2LjA5NC0uMTc2LjE4LS4yNy4yNTgtLjA5My4wNzgtLjE3NS4xNi0uMjQ2LjI0NmwyLjIzOSAyLjI1TDIyLjA2NiA3LjV6TTYuNDM0IDIxTDMgMTcuNTY2bC0uODA5LjgwOSAzLjQzNCAzLjQzNC44MDktLjgwOXptMy43NjEtLjc1TDMuNzUgMTMuODA1IDIuNTY2IDE1IDkgMjEuNDM0bDEuMTk1LTEuMTg0ek0xNy41NjYgM0wyMSA2LjQzNGwuODA5LS44MDktMy40MzQtMy40MzQtLjgwOS44MDl6bTMuODY4IDZMMTUgMi41NjYgMTMuODA1IDMuNzVsNi40NDUgNi40NDVMMjEuNDM0IDl6IiBmaWxsPSIjRkY4QzJBIi8+PC9zdmc+");
    --clipboard-mod: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGEyLjQxMiAyLjQxMiAwIDAwLTIuNCAyLjRIMi40QTIuNDEyIDIuNDEyIDAgMDAwIDQuOHYxNC40YzAgMS4zMTYgMS4wODQgMi40IDIuNCAyLjRoMTEuMmMxLjMxNiAwIDIuNC0xLjA4NCAyLjQtMi40VjQuOGMwLTEuMzE2LTEuMDg0LTIuNC0yLjQtMi40aC0zLjJDMTAuNCAxLjA4NCA5LjMxNiAwIDggMHptMCAxLjZjLjQ1MSAwIC44LjM0OS44LjggMCAuNDUxLS4zNDkuOC0uOC44YS43ODguNzg4IDAgMDEtLjgtLjhjMC0uNDUxLjM0OS0uOC44LS44ek0yLjQgNEg0YTEuNiAxLjYgMCAwMDEuNiAxLjZoNC44QTEuNiAxLjYgMCAwMDEyIDRoMS42Yy40NTIgMCAuOC4zNDguOC44djE0LjRjMCAuNDUyLS4zNDguOC0uOC44SDIuNGEuNzg3Ljc4NyAwIDAxLS44LS44VjQuOGMwLS40NTIuMzQ4LS44LjgtLjh6bTkuNTg0IDQuNzkyYS44LjggMCAwMC0uNTUuMjQybC0uNTY1LjU2NkgxMC40YS44LjggMCAxMDAgMS42aC44YS44LjggMCAwMC41NjYtLjIzNGwuOC0uOGEuOC44IDAgMDAtLjU4Mi0xLjM3NHpNNCA5LjZhLjguOCAwIDEwMCAxLjZoMy4yYS44LjggMCAxMDAtMS42SDR6bTYuMzkyIDMuOTkyYS44LjggMCAwMC0uNTU4IDEuMzc0bC4yMzUuMjM0LS4yMzUuMjM0YS44LjggMCAxMDEuMTMyIDEuMTMybC4yMzQtLjIzNS4yMzQuMjM1YS44LjggMCAxMDEuMTMyLTEuMTMybC0uMjM1LS4yMzQuMjM1LS4yMzRhLjguOCAwIDEwLTEuMTMyLTEuMTMybC0uMjM0LjIzNS0uMjM0LS4yMzVhLjguOCAwIDAwLS41NzQtLjI0MnpNNCAxNC40QS44LjggMCAxMDQgMTZoMy4yYS44LjggMCAxMDAtMS42SDR6IiBmaWxsPSIjRkY4QzJBIi8+PC9zdmc+");
    --clipboard: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGEyLjQxMiAyLjQxMiAwIDAwLTIuNCAyLjRIMi40QTIuNDEyIDIuNDEyIDAgMDAwIDQuOHYxNC40YzAgMS4zMTYgMS4wODQgMi40IDIuNCAyLjRoMTEuMmMxLjMxNiAwIDIuNC0xLjA4NCAyLjQtMi40VjQuOGMwLTEuMzE2LTEuMDg0LTIuNC0yLjQtMi40aC0zLjJDMTAuNCAxLjA4NCA5LjMxNiAwIDggMHptMCAxLjZjLjQ1MSAwIC44LjM0OS44LjggMCAuNDUxLS4zNDkuOC0uOC44YS43ODguNzg4IDAgMDEtLjgtLjhjMC0uNDUxLjM0OS0uOC44LS44ek0yLjQgNGgzLjJ2LjhhLjguOCAwIDAwLjguOGgzLjJhLjguOCAwIDAwLjgtLjhWNGgzLjJjLjQ1MiAwIC44LjM0OC44Ljh2MTQuNGMwIC40NTItLjM0OC44LS44LjhIMi40YS43ODcuNzg3IDAgMDEtLjgtLjhWNC44YzAtLjQ1Mi4zNDgtLjguOC0uOHptMi40IDQuOGEuOC44IDAgMTAwIDEuNkg4YS44LjggMCAxMDAtMS42SDQuOHptNi40IDBhLjguOCAwIDEwMCAxLjYuOC44IDAgMDAwLTEuNnpNNC44IDEyYS44LjggMCAxMDAgMS42SDhBLjguOCAwIDEwOCAxMkg0Ljh6bTYuNCAwYS44LjggMCAxMDAgMS42LjguOCAwIDAwMC0xLjZ6bS02LjQgMy4yYS44LjggMCAxMDAgMS42SDhhLjguOCAwIDEwMC0xLjZINC44em02LjQgMGEuOC44IDAgMTAwIDEuNi44LjggMCAwMDAtMS42eiIgZmlsbD0iI0ZGOEMyQSIvPjwvc3ZnPg==");
    --assessment_gray: var(--gray);
    --assessment_green: var(--green);
    --checkbox-bg2: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS41IDguNSI+PHBhdGggZD0iTTEgNC41bDMgM0wxMC41IDEiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
    --checkbox-bg: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDEuNUw0Ljc1IDkuNzVMMSA2IiBzdHJva2U9IiNGM0Y1RjkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    --icons-explain: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQjEwOTYwMjAwODdFMTExOTg4NkQxQzVCMzkwN0VBNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QTk0N0REMDg5NjYxMUUxOTgyNjgxNDUwN0VCNUQ2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QTk0N0RDRjg5NjYxMUUxOTgyNjgxNDUwN0VCNUQ2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOUUzNzA5M0FEODdFMTExQjMzMDk5QTg2Q0FGNTI0MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQjEwOTYwMjAwODdFMTExOTg4NkQxQzVCMzkwN0VBNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrPMUvkAAAEGSURBVHjarJXRDYJADIbhwrsTuAMjeGPwYIIucjCIkfjCGLCBzuAGToCtaRM8W7g7+ZOGC2n5frj2yM+3fRapK0QJcYB4XY7Pz82qqhq4OAjb9/0oFUIO1gwQLeQ0JgFcExwBOw+MGgiigVEOa0wCmMUGshk4kwx4YJYrEsGsB12t8HA0YHkt1Fp+c/x8d4KEgjuIEy5oj62QM2hgrDEEHukz1p6BVTBrwYAIxoWZgVlsIBgcYeBrEgrat9JLqpViFZwiQw/rAnJXwUpXq1PADbdmYAvwj4H5nGsG/gFbbQqwxj9kfAOhe6yO09IYSiccG4hprnapqxUDbT5N0yadm/JjeQswACUieUeR0HpdAAAAAElFTkSuQmCC");
}

.whiteContainer {
    border-radius: 20px;
    background: var(--white);
    padding: 24px;
    font-family: Poppins, sans-serif;
    box-shadow: 2px 4px 12px 0px #00000040;
    overflow-y: hidden;
}

.whiteContainer h1 {
    color: #000;
    font-size: 1.8em;
}

.textCenter {
    text-align: center;
}

.allWidth {
    width: 100%;
}

.marginAuto {
    margin: auto;
}

.marginBottom60 {
    margin-bottom: 60px;
}

.marginTop24 {
    margin-top: 24px;
}

.hide.in {
    display: block !important;
}

#adminLink {
    background: #79bf28;
}

#adminLink:hover,
#adminLink:focus,
#adminLink:active {
    color: #fff;
}

#adminLink:hover {
    background: #2062B3 !important;
    color: white !important;
    ;
}

.btn.tryTest {
    background: #2062b3;
}

.btn.tryTest:hover,
.btn.tryTest:focus,
.btn.tryTest:active {
    color: #fff;
}

.btn.tryTest:hover {
    background: #1c569d;
    outline: #2062b3;
    -webkit-box-shadow: 0 5px 10px rgba(32, 98, 179, 0.4);
    box-shadow: 0 5px 10px rgba(32, 98, 179, 0.4);
}

.btn.takeCats,
.btn.takeQuiz,
.btn.buyTest,
.btn.loginBtn,
.btn.upgradeSub,
#quiz .perf .btn,
#quiz .button.start,
#quiz a.buyNow {
    background: #ff8c2a;
}

.btn.takeCats:hover,
.btn.takeQuiz:hover,
.btn.buyTest:hover,
.btn.loginBtn:hover,
.btn.upgradeSub:hover,
#quiz .perf .btn:hover,
#quiz .button.start:hover,
#quiz a.buyNow:hover,
.btn.takeCats:focus,
.btn.takeQuiz:focus,
.btn.buyTest:focus,
.btn.loginBtn:focus,
.btn.upgradeSub:focus,
#quiz .perf .btn:focus,
#quiz .button.start:focus,
#quiz a.buyNow:focus,
.btn.takeCats:active,
.btn.takeQuiz:active,
.btn.buyTest:active,
.btn.loginBtn:active,
.btn.upgradeSub:active,
#quiz .perf .btn:active,
#quiz .button.start:active,
#quiz a.buyNow:active {
    color: #fff;
}

.btn.takeCats:hover,
.btn.takeQuiz:hover,
.btn.buyTest:hover,
.btn.loginBtn:hover,
.btn.upgradeSub:hover,
#quiz .perf .btn:hover,
#quiz .button.start:hover,
#quiz a.buyNow:hover {
    background: #ff7e11;
    outline: #ff8c2a;
    -webkit-box-shadow: 0 5px 10px rgba(255, 140, 42, 0.4);
    box-shadow: 0 5px 10px rgba(255, 140, 42, 0.4);
}

#quiz .test-state .btn {
    background: #2062b3;
}

#quiz .test-state .btn:hover,
#quiz .test-state .btn:focus,
#quiz .test-state .btn:active {
    color: #fff;
}

#quiz .test-state .btn:hover {
    background: #1c569d;
    outline: #2062b3;
    -webkit-box-shadow: 0 5px 10px rgba(32, 98, 179, 0.4);
    box-shadow: 0 5px 10px rgba(32, 98, 179, 0.4);
}

.btn {
    height: 48px;
    color: #fff;
    border-radius: 3px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.btn.tryTest {
    border: none;
}

.btn.upgradeSub {
    width: 282px;
}

.column-block {
    margin-bottom: 1.25rem;
}

.column-block> :last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

    .column-block> :last-child {
        margin-bottom: 0;
    }
}

html {
    font-family: "Open Sans", Arial, serif;
    font-size: 16px;
    height: 100%;
}

body {
    height: 100%;
    font-family: "Open Sans";
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: var(--base, #333);
}

#testIndex .bottomDivider,
#testIndex .divider,
#quiz .divider {
    background: #e0e0e0;
}

#testIndex .horizontal.bottomDivider,
#testIndex .horizontal.divider,
#quiz .horizontal.divider {
    width: 100%;
    height: 1px;
}

#testIndex .vertical.bottomDivider,
#testIndex .vertical.divider,
#quiz .vertical.divider {
    width: 1px;
    height: 100%;
    background: #c4c4c4;
}

body:not(.mobile) .testNavigation .innerHolder,
.subscriptionMenuWrapper,
#testIndex .analytics .container,
#testIndex .askedQuestions .container,
#testIndex .heading .contentWrap,
#testIndex .hardestQuant,
#testIndex .hardestQuant.options,
#testIndex .question-bank-size,
.ea-tests .block-info,
#quiz .top-block,
#quiz .new-quiz .container {
    margin: 0 auto;
    max-width: 1440px;
}

#testIndex .analytics .container,
#testIndex .askedQuestions .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

#testIndex h2 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 120%;
}

#overallWrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-bottom: 20px;
}

#overallWrap .container .questionList,
#overallWrap .container .mainContent {
    width: 100%;
}

#overallWrap>.container {
    padding-bottom: 0;
}

#testIndex {
    width: 100%;
}

#testIndex>section {
    padding: 70px 0;
}

#testIndex>section.askedQuestions,
#testIndex>section.analytics {
    max-width: 1440px;
}

#testIndex .block-title {
    margin-bottom: 50px;
}

#testIndex .bottomDivider {
    margin: 45px auto 0 auto;
}

#testIndex .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f2f2f2;
}

#testIndex .heading .contentWrap {
    width: 100%;
}

#testIndex .heading .contentWrap .content h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 140%;
    color: #202020;
}

#testIndex .heading .contentWrap .content .computer {
    top: -319px;
}

#testIndex .heading .contentWrap .content .articleWrap {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 20px 0;
}

#testIndex .heading .contentWrap .content .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#testIndex .heading .contentWrap .content .article div {
    margin-left: 15px;
}

#testIndex .heading .contentWrap .content .article h5 {
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: var(--base, #333);
}

#testIndex .heading .contentWrap .content .article span {
    font-size: 16px;
    line-height: 130%;
    color: #4f4f4f;
}

#testIndex .heading .contentWrap .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 45px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#testIndex .heading .contentWrap .actions .mainButtons,
#testIndex .heading .contentWrap .actions .subscriptionData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 10px 0;
}

#testIndex .heading .contentWrap .actions .subscriptionData span {
    color: var(--base, #333);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

#testIndex .heading .contentWrap .actions .subscriptionData span span {
    font-weight: normal;
}

#testIndex .heading .contentWrap .actions .mainButtons .btn {
    width: 217px;
}

#testIndex .hardestQuant .information li::before,
#testIndex .hardestQuant.options .information li::before {
    content: "";
    background: #ff6d11;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 10px;
}

#testIndex .analytics .container .text-content {
    max-width: 540px;
}

#testIndex .analytics .container h2 {
    text-transform: capitalize;
    margin-bottom: 27px;
    text-align: left;
}

#testIndex .analytics .container p {
    text-align: initial;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
}

#testIndex .analytics .container p+p {
    margin-top: 27px;
}

#testIndex .analytics .analyticsImage {
    margin: 0;
    position: relative;
    left: 0;
    bottom: -70px;
}

#testIndex * {
    box-sizing: border-box;
}

#testIndex .question-bank-size {
    max-width: 1440px;
    background: url("/gmat-focus-tests/templates/users/assets/images/index/HomeBanner.png") no-repeat;
    padding-top: 140px;
    padding-left: 128px;
    padding-bottom: 196px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px; */
}

#testIndex .question-bank-size .testIndexTitle {
    max-width: 582px;
    margin-bottom: 15px;
    font-family: Open Sans;
    font-size: 49px;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 0em;
    text-align: left;
}

#testIndex .question-bank-size .testIndexSubtitle {
    max-width: 582px;
    margin-bottom: 56px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

#testIndex .scores {
    height: 100%;
    width: 50%;
    position: relative;
}

#testIndex .scores .score {
    box-shadow: 0px 0px 32.86323547363281px 0px #3F3F3F33;
    position: absolute;
    top: 245px;
    left: 30px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#testIndex .scores .score h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-family: inherit;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: var(--base, #333);
    height: 30px;
    text-align: center;
}

#testIndex .scores .score div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-size: 16px;
    line-height: 21px;
    color: var(--base, #333);
}

#testIndex .scores .score div .quantity {
    color: #ee7c00;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

#testIndex .scores .score div.tests {
    font-weight: bold;
    min-height: 89px;
}

#testIndex .scores .score div.tests .quantity {
    font-size: 50px;
    line-height: 1;
}

#testIndex .scores .score div.main-content {
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    gap: 24px;
}

#testIndex .scores .score div.main-content+.divider {
    min-height: 57px;
}

#testIndex .scores .score div.total {
    font-weight: bold;
    text-transform: uppercase;
}

#testIndex .scores .score div.total .quantity {
    font-size: 26px;
    line-height: 35px;
}

#testIndex .scores .box {
    background-color: white;
    position: absolute;
    max-width: 208px;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    box-shadow: 0px 0px 32.86323547363281px 0px #3F3F3F33;
}

#testIndex .scores .box-1 {
    top: 125px;
    left: 110px;
}

#testIndex .scores .box-2 {
    top: 200px;
    left: 460px;
}

#testIndex .scores .box-3 {
    top: 425px;
    left: 0px;
}

#testIndex .scores .box-4 {
    top: 385px;
    left: 300px
}

#testIndex .scores .box-5 {
    top: 395px;
    left: 500px
}

#testIndex .scores .box .box-title {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
}

#testIndex .scores .box .box-subtitle {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

#testIndex .scores .box-divider {
    margin-right: 15px;
    margin-left: 15px;
    height: 28px;
    width: 1px;
    background: #005784;
}

#testIndex .divider {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #c4c4c4;
}

#testIndex .askedQuestions .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-width: 936px;
}

#testIndex .askedQuestions .container .question-item {
    position: relative;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    cursor: pointer;
}

#testIndex .askedQuestions .container .question-item:before,
#testIndex .askedQuestions .container .question-item:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #c4c4c4;
    left: 0;
    top: 0;
}

#testIndex .askedQuestions .container .question-item:after {
    top: unset;
    left: 0;
    bottom: 0;
}

#testIndex .askedQuestions .container .question-item+.question-item:before {
    display: none;
}

#testIndex .askedQuestions .container .question-item .askTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0.75rem 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#testIndex .askedQuestions .container .question-item .askTitle h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
}

#testIndex .askedQuestions .container .question-item .askTitle span {
    position: relative;
    width: 22px;
    height: 22px;
    right: 35px;
    top: 0;
}

#testIndex .askedQuestions .container .question-item .askTitle span:before,
#testIndex .askedQuestions .container .question-item .askTitle span:after {
    content: "";
    position: absolute;
    background: #4f4f4f;
}

#testIndex .askedQuestions .container .question-item .askTitle span:after {
    visibility: visible;
    width: 2px;
    height: 22px;
    left: 10px;
    top: 0;
}

#testIndex .askedQuestions .container .question-item .askTitle span:before {
    width: 22px;
    height: 2px;
    left: 0;
    top: 10px;
}

#testIndex .askedQuestions .container .question-item .askDesc {
    padding: 1.25rem;
}

#testIndex .askedQuestions .container .question-item[aria-expanded="true"] .askTitle span:after {
    visibility: hidden;
}

#testIndex .askedQuestions .container .collapse {
    display: none;
}

#testIndex .askedQuestions .container .collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#testIndex .heading.testimonials {
    display: block;
    background: unset;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 130px;
}

#testIndex .heading.testimonials .content {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 80px;
}

#testIndex .heading.testimonials .content .testimonials-info {
    max-width: 400px;
}

#testIndex .heading.testimonials .content .block-title {
    text-align: left;
}

#testIndex .heading.testimonials .content .block-subtitle {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 60px;
}

#testIndex .heading.testimonials .content .carousel-buttons {
    display: flex;
}

#testIndex .heading.testimonials .content .carousel-buttons .prev,
#testIndex .heading.testimonials .content .carousel-buttons .next {
    width: 48px;
    height: 48px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testIndex .heading.testimonials .content .carousel-buttons .prev {
    margin-right: 20px;
}

#testIndex .heading.testimonials .content .wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

#testIndex .heading.testimonials .content .wrapper .article {
    margin: 30px;
    position: relative;
    box-shadow: 0px 0px 32.86323547363281px 0px #3F3F3F33;
    padding: 40px;
    padding-bottom: 60px;
    min-width: 80%;
    /* width:100%; */
}

#testIndex .heading.testimonials .content .wrapper .article .quotes {
    position: absolute;
    top: 30px;
    right: 30px;
}

/* #testIndex .heading.testimonials .content .wrapper .article::before {
          content: "";
          position: absolute;
          top: -5px;
          left: 0;
          width: 26px;
          height: 26px;
          background: url("/forum/images/EATests/bx_bxs-quote-right.svg"); } */
#testIndex .heading.testimonials .content .wrapper .article p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5px;
}

#testIndex .heading.testimonials .content .wrapper .article a {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #005784;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#testIndex .heading.testimonials .content .wrapper .article div {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #4f4f4f;
    margin-bottom: 35px;
}

#testIndex .heading.testimonials .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 460px;
}

#testIndex .heading.testimonials .content .actions .btn {
    width: 217px;
}

.ea-tests .block-info {
    height: 70px;
    background: #2b3648;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.ea-tests .block-info .text {
    margin-left: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
}

.ea-tests .mobile_actions {
    display: none;
}

.hardestQuant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px !important;
}

.hardestQuant .QuantWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.hardestQuant .information,
.hardestQuant .quantImage {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 600px;
}

/* .hardestQuant .information {
    margin-right:50px; } */
.hardestQuant .information h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 25px;
}

.hardestQuant .information h2 span {
    line-height: inherit;
}

.hardestQuant .information h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
}

.hardestQuant .information p,
.hardestQuant .information li {
    font-size: 16px;
    line-height: 160%;
    margin-top: 16px;
    margin-bottom: 22px
}

.hardestQuant .information li {
    padding-left: 20px;
}

.hardestQuant .quantImage {
    margin-left: 50px;
}

.hardestQuant .quantImage img {
    -webkit-box-shadow: 43px -43px rgba(26, 99, 135, 0.1);
    box-shadow: 43px -43px rgba(26, 99, 135, 0.1);
}

/* .hardestQuant.options .QuantWrap {
    max-width: 1035px; } */
.hardestQuant.options .QuantWrap .quantImage {
    width: 523px;
    height: 492px;
    background: url(/forum/images/EATests/optionsImageNew.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    bottom: -50px;
}


@media all and (max-width: 1023px) {
    #testIndex .score {
        margin: 20px 0;
    }

    #testIndex .hardestQuant .QuantWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    #testIndex .hardestQuant.options .QuantWrap {
        flex-direction: row;
        align-items: center;
    }

    #testIndex .scores {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: 0;
    }

    #testIndex .analytics .container .text-content {
        max-width: 450px;
    }

    #testIndex .scores .box-1,
    #testIndex .scores .box-3,
    #testIndex .scores .box-4 {
        display: none;
    }

    #testIndex .scores .score {
        position: static;
    }

    #testIndex .hardestQuant .information .mainButtons a {
        width: 216px;
    }

    #testIndex section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #testIndex .question-bank-size .testIndexTitle {
        font-size: 38px;
        line-height: 1.3;
    }

    /* .ea-tests.mobile #testIndex section {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  .ea-tests.mobile #testIndex .analytics .container{
    justify-content: center;
  } */

    .ea-tests.mobile .testNavigation {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .ea-tests.mobile .testNavigation .innerHolder .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        outline: none;
    }

    .ea-tests.mobile .testNavigation .innerHolder .line {
        fill: none;
        stroke: #fff;
        stroke-width: 6;
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ea-tests.mobile .testNavigation .innerHolder .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .ea-tests.mobile .testNavigation .innerHolder .newDropDownButton {
        color: #fff;
        border-radius: 3px;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        outline: none;
    }

    .ea-tests.mobile .testNavigation .innerHolder .newDropDownButton.orange {
        background: #ff8c2a;
    }

    .ea-tests.mobile .testNavigation .innerHolder .newDropDownButton span {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
    }

    .ea-tests.mobile .testNavigation .innerHolder .newDropDownButton.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ea-tests.mobile .testNavigation .innerHolder .dropDownMenu {
        display: none;
    }
}

@media all and (max-width: 768px) {
    #testIndex .scores .score h3 {
        margin-bottom: 10px;
    }

    #testIndex .scores .score div.total {
        margin: 0 auto;
    }

    #testIndex .scores .score div.main-content {
        margin-bottom: 10px;
    }

    /* #testIndex .scores div.box-divider {
             display: none;
            } */
    #testIndex .scores .score div.total {
        margin: 0 auto;
    }

    #testIndex .heading.testimonials .content .wrapper .article {
        margin: 20px;
        box-shadow: 0px 0px 20px 0px #3F3F3F33;
        padding: 25px;
        min-width: 90%;
    }

    #testIndex .hardestQuant .information h2 {
        text-align: center;
    }

    #testIndex section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #testIndex .hardestQuant .QuantWrap {
        align-items: center;
    }

    #testIndex .question-bank-size .testIndexTitle {
        text-align: center;
        font-size: 32px;
        line-height: 1.3;
    }

    #testIndex .question-bank-size .testIndexSubtitle {
        text-align: center;
    }

    #testIndex .question-bank-size {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #testIndex .hardestQuant .information {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #testIndex .hardestQuant.options .QuantWrap {
        justify-content: center;
    }

    #testIndex .heading.testimonials .content {
        flex-direction: column;
        align-items: center;
    }

    #testIndex .heading.testimonials .content .testimonials-info {
        margin-bottom: 20px;
    }

    #testIndex .heading.testimonials .content {
        flex-direction: column;
        align-items: center;
    }

    #testIndex .heading.testimonials .content .testimonials-info .block-title,
    #testIndex .heading.testimonials .content .testimonials-info .block-subtitle {
        text-align: center;
    }

    #testIndex .heading.testimonials .content .carousel-buttons {
        margin: 0 auto;
        width: fit-content;
    }

    #testIndex .hardestQuant .information .mainButtons {
        margin: 0 auto;
        width: fit-content;
    }

    #testIndex .scores {
        justify-content: center;
    }
}

@media all and (max-width: 1600px) and (min-width: 1023px) {
    .ea-tests.mobile .testNavigation .newDropDownButton {
        display: none;
    }

    .ea-tests.mobile .testNavigation .newDropDownButton.menu {
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px) {

    .ea-tests.mobile .testNavigation .innerHolder {
        display: grid;
        grid-template-rows: 1fr 48px;
        row-gap: 25px;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton {
        position: relative;
        width: calc(100% - 30px);
        margin: 5px auto;
        z-index: 99;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .dropDownButton {
        background: #ff8c2a;
        border-radius: 3px;
        height: 48px;
        display: grid;
        grid-template-columns: auto 18px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        z-index: 101;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .icon-svg-burger-copy {
        color: #fff;
        font-size: 13px;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .dropDownMenu {
        position: absolute;
        background-color: #3f3f3f;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 14px;
        top: 110%;
        z-index: 101;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .dropDownMenu li {
        padding: 15px 0;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .dropDownMenu li+li {
        border-top: 1px solid #9e9e9e;
    }

    .ea-tests.mobile .testNavigation .wrapperDropDownButton .dropDownMenu a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .ea-tests.mobile #overallWrap {
        margin-bottom: unset;
    }

    .ea-tests.mobile .block-info,
    .ea-tests.mobile .subscriptionMenuWrapper {
        display: none;
    }

    #testIndex p {
        font: 400 14px/1.6 "Open Sans";
    }

    #testIndex .question-bank-size {
        padding: 40px 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #testIndex a.buyTest {
        width: 216px;
    }

    #testIndex .question-bank-size .logo,
    #testIndex .question-bank-size .logo+.divider {
        display: none;
    }

    #testIndex .question-bank-size .wrapper {
        max-width: 100%;
        margin-left: 0;
    }

    #testIndex .question-bank-size .score {
        row-gap: 20px;
    }

    #testIndex .question-bank-size .score div {
        font: 400 12px/1.3 "Open Sans";
    }

    #testIndex .question-bank-size .score div .quantity {
        font: 700 16px/1.3 "Open Sans";
    }

    #testIndex .question-bank-size .score div.total,
    .ea-tests.mobile #testIndex .question-bank-size .score div.tests {
        min-height: unset;
        font: 700 14px/1.3 "Open Sans";
    }

    #testIndex .question-bank-size .score div.total .quantity,
    .ea-tests.mobile #testIndex .question-bank-size .score div.tests .quantity {
        font: 700 26px/1.3 "Open Sans";
    }

    #testIndex .computer {
        display: none;
    }

    #testIndex .heading .contentWrap .content h1 {
        font-size: 24px;
        line-height: 130%;
        text-align: center;
    }

    #testIndex .analytics .analyticsImage {
        bottom: 0;
    }

    #testIndex .analytics .container h2 {
        text-align: center;
        font: 700 24px/1.3 "Open Sans";
    }

    #testIndex .analytics h2 span {
        font: inherit;
        font-weight: 600;
    }

    #testIndex .hardestQuant {
        padding: 25px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #testIndex .hardestQuant .quantImage {
        margin: 20px 0;
        height: 350px;
        background-position: center;
    }

    #testIndex .hardestQuant .quantImage.first {
        background: url("/forum/images/EATests/quantImage.png") no-repeat;
        height: 290px;
        background-size: contain;
    }

    #testIndex .hardestQuant.options .QuantWrap .quantImage {
        bottom: 0;
    }

    #testIndex .hardestQuant .information {
        margin: 0 15px;
    }

    #testIndex .hardestQuant .information>* {
        padding: 0 !important;
        text-align: left;
    }

    #testIndex .hardestQuant .information h2 {
        font: 700 24px/1.3 "Open Sans";
    }

    #testIndex .hardestQuant .information h2 span {
        font: inherit;
        font-weight: 600;
    }

    #testIndex .hardestQuant .information ul {
        display: block;
        margin-top: 25px;
    }

    #testIndex .hardestQuant .information p,
    #testIndex .hardestQuant .information li {
        font: 14px/1.6 "Open Sans";
    }

    #testIndex .hardestQuant .information li {
        margin: 10px 0;
    }

    #testIndex .heading {
        padding: 40px 0;
    }

    #testIndex .heading .contentWrap {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #testIndex .heading .contentWrap .content .articleWrap {
        margin: initial;
        display: grid;
        grid-auto-flow: row dense;
        grid-template-columns: repeat(auto-fill, 170px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #testIndex .heading .contentWrap .content .article {
        display: grid;
        grid-auto-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: initial;
        width: 100%;
        grid-template-columns: 55px 50%;
    }

    #testIndex .heading .contentWrap .content .article div {
        margin-left: initial;
    }

    #testIndex .heading .contentWrap .content .article h5 {
        font-size: 18px;
    }

    #testIndex .heading .contentWrap .content .article span {
        font-size: 14px;
    }

    #testIndex .heading .contentWrap .actions {
        display: grid;
        width: 100%;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-top: 40px;
    }

    #testIndex .heading .contentWrap .actions .mainButtons {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        display: grid;
        gap: 24px;
        margin: 0;
    }

    #testIndex .heading .contentWrap .actions .mainButtons .btn {
        width: 100%;
    }

    #testIndex .block-title {
        font: 700 26px/1.3 "Open Sans";
        margin-bottom: unset;
        margin: 0 auto 35px;
        text-align: center;
    }

    #testIndex .askedQuestions {
        padding: 40px 10px;
    }

    #testIndex .askedQuestions .container .question-item {
        min-height: 70px;
    }

    #testIndex .askedQuestions .container .question-item .askTitle {
        padding: 0.75rem 10px;
    }

    #testIndex .askedQuestions .container .question-item .askTitle h2 {
        font: 14px/1.4 "Open Sans";
        max-width: 90%;
    }

    #testIndex .askedQuestions .container .question-item .askTitle span {
        right: 0;
    }

    #testIndex .askedQuestions .container .question-item .askDesc {
        padding: 1.25rem 10px;
    }


    .ea-tests.mobile .ea-cats .card__header,
    .ea-tests.mobile .ea-cats .practice__container {
        grid-template-columns: auto;
    }

    .ea-tests.mobile .ea-cats .card__header .border,
    .ea-tests.mobile .ea-cats .practice__container .border {
        --card-padding: 4px;
        border-radius: 6px;
    }

    .ea-tests.mobile .ea-cats.practice {
        margin: 20px 8px;
    }

    .ea-tests.mobile .ea-cats .card {
        --inner-height: 223px;
    }

    .ea-tests.mobile .ea-cats .card .actions {
        margin: 0;
        display: grid;
        align-self: flex-end;
    }

    .ea-tests.mobile .ea-cats .card__content {
        display: grid;
        row-gap: 15px;
        padding-left: initial;
    }

    .ea-tests.mobile .ea-cats .card__content .item {
        margin: 0;
    }

    .ea-tests.mobile .ea-cats .card__content .item .value {
        margin-left: auto;
    }

    .ea-tests.mobile .ea-cats .card__content+.actions,
    .ea-tests.mobile .ea-cats .card__content+form {
        margin-top: 28px;
    }

    .ea-tests.mobile .ea-cats .card .name {
        font: 14px/30px Tahoma;
    }

    .ea-tests.mobile .ea-cats .card .value {
        font: bold 14px/30px Tahoma;
    }

    .ea-tests.mobile .ea-cats .card .inner {
        display: grid;
        padding: 10px 20px 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .ea-tests.mobile .ea-cats .card .btn {
        width: 100%;
        height: 38px;
    }

    .ea-tests.mobile .ea-cats .card .card__header+.divider {
        margin: 4px 0;
    }

    .ea-tests.mobile .ea-cats .card .card__header+.divider+.card__content {
        margin-top: 20px;
    }

    .ea-tests.mobile .ea-cats .card.result .card__content~.card__content>.item:not(.grid-x) .value {
        font: bold 28px/1 "Open Sans";
    }

    .ea-tests.mobile .ea-cats .card.result .card__content~.card__content>.item .result__item .name {
        font: 14px/30px Tahoma;
        margin-left: calc(var(--card-padding) + 6px + var(--iconsize));
    }

    .ea-tests.mobile .ea-cats .card.result .card__content~.card__content>.item .name {
        font: bold 14px/30px Tahoma;
    }

    .ea-tests.mobile .ea-cats .mobile_actions {
        display: block;
        margin-top: 15px;
    }

    .ea-tests.mobile .ea-cats .desktop_actions {
        display: none;
    }

    .ea-tests.mobile #quiz .top-block {
        margin-left: 8px;
        margin-right: 8px;
    }

    .ea-tests.mobile #quiz .header {
        display: grid;
        min-height: 90px;
    }

    .ea-tests.mobile #quiz .header .title {
        padding-left: 45px;
        justify-self: center;
        font-size: 24px;
    }

    .ea-tests.mobile #quiz .header .title::before {
        left: 0;
    }

    .ea-tests.mobile #quiz .test-state {
        display: grid;
    }

    .ea-tests.mobile #quiz .test-state .divider {
        margin: 15px 0;
    }

    .ea-tests.mobile #quiz .test-state h2 {
        display: grid;
        max-width: 58%;
        justify-self: center;
        font-weight: normal;
    }

    .ea-tests.mobile #quiz .test-state h2 div {
        font-weight: normal;
        font-size: 36px;
        margin: 10px 0;
    }

    .ea-tests.mobile #quiz .test-state h2 span span {
        font-weight: bold;
    }

    .ea-tests.mobile #quiz .test-state .btn {
        width: 100%;
    }

    .ea-tests.mobile #quiz .perf .btn {
        width: 100%;
        margin: 10px 8px;
    }

    .ea-tests.mobile #quiz .welcome {
        margin-top: 10px;
    }

    .ea-tests.mobile #quiz .welcome>div {
        padding: 0;
    }

    .ea-tests.mobile #quiz .welcome p {
        font: 12px/1.4 "Open Sans";
        font-style: italic;
    }

    .ea-tests.mobile #quiz .welcome p strong {
        font-size: 14px;
        font-style: normal;
        margin-bottom: 10px;
    }

    .ea-tests.mobile #quiz .welcome p:first-of-type {
        padding-top: 20px;
    }

    .ea-tests.mobile #quiz .qQuantitative,
    .ea-tests.mobile #quiz .verbal.quizSection {
        padding: 0;
    }

    .ea-tests.mobile #quiz .quizCategory+.quizCategory {
        margin-top: 0;
        padding-top: 0;
    }

    .ea-tests.mobile #quiz .field-header {
        margin-bottom: unset;
    }

    .ea-tests.mobile #quiz .field {
        display: grid;
        gap: 30px;
    }

    .ea-tests.mobile #quiz .field.qNumber {
        grid-template-areas: "a a"
            "b c";
        grid-template-columns: unset;
    }

    .ea-tests.mobile #quiz .field.qNumber .label {
        grid-column: 1/-1;
    }

    .ea-tests.mobile #quiz .field.qNumber input {
        margin: 0;
    }

    .ea-tests.mobile #quiz .quizSection .quizCategory span.icon-svg-arrow_copy {
        right: 0;
    }

    .ea-tests.mobile #quiz .quizSection .quizCategory span.icon-svg-arrow_copy:before {
        padding: 15px 7px;
    }

    .ea-tests.mobile #quiz .quizSection .quizCategory span.icon-svg-arrow_copy.arrowRotate {
        right: -1px;
    }

    .ea-tests.mobile #quiz .new-quiz .container>.wrapper {
        display: grid;
        margin: 0 8px;
        padding: 10px 0;
    }

    .ea-tests.mobile #quiz .new-quiz .container>.wrapper h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    .ea-tests.mobile #quiz .new-quiz .container>.wrapper .blue-line {
        margin-bottom: unset;
    }

    .ea-tests.mobile #quiz .new-quiz .step {
        margin: 4px 8px;
        padding: 0 25px;
    }

    .ea-tests.mobile #quiz .new-quiz .step .step-header {
        margin-left: 55px;
    }

    .ea-tests.mobile #quiz .new-quiz .step h3 {
        font: bold 18px/1.2 "Open Sans";
    }

    .ea-tests.mobile #quiz .new-quiz .step ul {
        margin-bottom: 20px;
    }

    .ea-tests.mobile #quiz .new-quiz .step ul li {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ea-tests.mobile #quiz .science {
        display: grid;
    }

    .ea-tests.mobile #quiz .button.start {
        width: 100%;
        max-width: 400px;
        margin: 0 8px;
    }

    .ea-tests.mobile #pricing .section {
        width: 100%;
        grid-template-columns: unset;
    }

    .ea-tests.mobile #pricing .section .priceUnit:hover {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background-color: #fafafa;
    }
}

@media all and (max-width: 1440px) {

    #testIndex .scores .box-2,
    #testIndex .scores .box-5 {
        display: none;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
    .hardestQuant .information {
        max-width: 450px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 771px) {
    .detail-popup .detail-popup-content>div:not(.notice),
    .detail-popup .detail-popup-content>div:not(.notice) * {
        font-size: 20px !important;
    }

    .detail-popup .detail-popup-title {
        font-size: 30px !important;
    }
    
    .detail-popup .faqSectionContent *,
    .detail-popup .testimonials *,
    .detail-popup .faqs * {
        font-size: 16px !important;
    }
    
    .detail-popup .testimonial {
        padding-bottom: 10px;
        margin-bottom: 7px;
    }

    .detail-popup .testimonial-text {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1240px) and (min-width: 1025px) {
    .testNavigation {
        overflow: hidden;
    }
    .testNavigation .innerHolder li a {
        font-size: 14px;
        padding: 0 8px;
    }
}

.dashboard {
    box-sizing: border-box;
    max-width: 1265px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    background: white;
    width: 100%;
    padding-top: 40px;
    font-size: 16px;
}

.dashboard * {
    box-sizing: border-box;
}

.dashboard .dashboard-main-info {
    display: grid;
    gap: 24px;
    margin-bottom: 46px;
    grid-template-columns: repeat(6, 1fr);
}

.dashboard .dashboard-main {
    grid-column: span 4;
}

.dashboard .dashboard-aside {
    grid-column: span 2;
}

.dashboard .globalScore,
.analytics .globalScore {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 15px 20px 12px;
    margin-bottom: 25px;
    height: 175px;
}

.dashboard .globalScore .globalScoreInner,
.analytics .globalScore .globalScoreInner {
    display: flex;
    justify-content: space-between;
}

.dashboard .globalScore .description,
.analytics .globalScore .description {
    font-weight: 700;
    font-size: 18px;
}

.dashboard .globalScore .description svg,
.analytics .globalScore .description svg {
    margin-bottom: -3px;
    margin-left: 5px;
}

.dashboard .globalScore .yourScore,
.analytics .globalScore .yourScore {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

.dashboard .globalScore .progressBar,
.analytics .globalScore .progressBar {
    height: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #3598FA 0%, #79BF28 63.54%);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}

.dashboard .globalScore .progressBar .progressBarInner,
.analytics .globalScore .progressBar .progressBarInner {
    position: relative;
    width: calc(100% - 18px);
}

.dashboard .globalScore .progressBar .progressIndicator,
.analytics .globalScore .progressBar .progressIndicator {
    position: absolute;
    height: 100%;
    left: 18px;
    top: -1px;
}

.dashboard .globalScore .progressBar .progressIndicator:before,
.analytics .globalScore .progressBar .progressIndicator:before {
    position: absolute;
    display: block;
    content: " ";
    right: 0;
    top: 0;
    height: 10px;
    width: 10px;
    border: 4px solid white;
    z-index: 10;
    border-radius: 100%;
}

.dashboard .globalScore .totalProgress,
.analytics .globalScore .totalProgress {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}

.dashboard .globalScore .totalProgress li,
.analytics .globalScore .totalProgress li {
    display: block;
    color: #333333;
    font-size: 8px;
    padding: 0 5px;
    text-align: center;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
}

.dashboard .upgrade-block,
.dashboard .reset-pool,
.dashboard .subscriptions-info {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
}

.dashboard .subscriptions-info .title,
.dashboard .reset-pool .title,
.dashboard .upgrade-block .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.dashboard .upgrade-block {
    height: 236px
}

.dashboard .subscriptions-info .subscription {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.dashboard .subscriptions-info .subscription span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
}

.dashboard .upgrade-block .feature {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-size: 16ox;
}

.dashboard .upgrade-block .feature:last-child {
    margin-bottom: 20px;
}

.dashboard .upgrade-block .feature::before {
    display: block;
    content: "";
    background: #000000;
    width: 3px;
    height: 3px;
    left: 0;
    border-radius: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}

.dashboard .reset-pool .title {
    text-align: center;
}

.dashboard .reset-pool .title svg {
    margin-bottom: -3px;
    margin-left: 5px;
}

.dashboard .reset-pool a.reset-pool-btn,
.dashboard .upgrade-block a,
.dashboard .subscriptions-info a,
.dashboard .have-not-started a {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: 44px;
    background: #FF8C2A;
    border-radius: 3px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.dashboard .reset-pool a.reset-pool-btn,
.dashboard .subscriptions-info a {
    background: none;
    border: 1px solid #FF8C2A;
    ;
    color: #FF8C2A;
}

.dashboard .upgrade-block a {
    background: none;
    color: #79BF28 !important;
    border: 1px solid #79BF28;
}

.dashboard .have-not-started {
    margin-bottom: 34px;
    padding: 25px 60px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    color: #979797;
    background-color: #f9f9f9;
    font-size: 14px;
}

h2.hidden {
    display: none;
}

.dashboard .have-not-started .cols {
    margin-top: 55px;
    margin-bottom: 55px;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
}

.dashboard .have-not-started .firstRow {
    /* margin-bottom: 15px; */
}

.dashboard .have-not-started .buttons {
    margin-top: 0 !important;
    /* padding-top: 5px; */
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.dashboard .have-not-started .buttons .free_test_btn {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    height: 44px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    text-wrap: nowrap;
    padding: 0 10px 0 10px;
    line-height: 44px;
    position: relative;
    background: #FF8C2A;
    box-sizing: border-box;
    width: 100%;
}

.dashboard .have-not-started .buttons form {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 175px;
    min-height: 44px;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 !important;
    margin: 0 !important;
}

.dashboard .have-not-started .buttons form input[type=submit] {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 175px;
    min-height: 44px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 999999;
    -webkit-appearance: none;
}

.dashboard .have-not-started .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.dashboard .have-not-started a {
    width: 233px !important;
}

.dashboard .overall-results .overall-results-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dashboard .overall-results .overall-results-content>div:first-of-type {
    width: 100%;
    max-width: 362px;
}

.dashboard .overall-results .title,
.dashboard .available-tests .title,
.dashboard .practice-history .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 25px;
}

.dashboard .available-tests .title .notice {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 12px 24px 12px 24px;
    line-height: 17px;
    color: #2a2a2a;
}

.dashboard .available-tests .title .notice .alert {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FA353E;
    font-weight: 600;
}


.dashboard .overall-results .timer {
    width: 100%;
    max-width: 362px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 82px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 20px;
}

.dashboard .overall-results .timer .timer-title {
    display: flex;
    align-items: center;
    gap: 2px;
}

.dashboard .overall-results .timer .h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    margin: 0 12px;
}

.dashboard .overall-results .timer>span {
    font-weight: 700;
    font-size: 20px;
    color: #2062B3;
}

.dashboard .overall-results .category,
.analytics .grid-row .category {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 134px;
    padding: 0 25px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.dashboard .overall-results .category ul li,
.analytics .category ul li {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard .overall-results .category ul li:last-child,
.analytics .category ul li:last-child {
    margin-bottom: 0px;
}

.dashboard .overall-results .category ul div,
.analytics .category ul div {
    display: flex;
    align-items: center;
}

.dashboard .overall-results .category ul li svg,
.analytics .category ul li svg {
    margin-right: 12px;
}

.dashboard .overall-results .category ul li a,
.analytics .category ul li a {
    font-weight: 700;
    color: #2062B3;
    text-decoration: none;
}

.dashboard .overall-results .answers-chart {
    height: 236px;
    width: 100%;
    max-width: 426px;
    padding: 0 25px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.dashboard .overall-results .answers-chart .chart-container {
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px auto 10px;
    height: 190px;
}

.dashboard .overall-results .answers-chart .chart {
    height: 210px;
    width: 210px;
}

.dashboard .overall-results .answers-chart .chart-container .this-week {
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.dashboard .overall-results .answers-chart .chart-container .last-week {
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.dashboard .overall-results .answers-chart .chart-container .last-week::after {
    display: block;
    content: "";
    background: #000000;
    height: 1px;
    width: 57px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    left: 65px;
}

.dashboard .overall-results .answers-chart .chart-container .last-week::before {
    display: block;
    content: "";
    background: #000000;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    left: 122px;
}

.dashboard .overall-results .answers-chart .chart-container .this-week::before {
    display: block;
    content: "";
    background: #000000;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    right: 65px;
}

.dashboard .overall-results .answers-chart .chart-container .this-week::after {
    display: block;
    content: "";
    background: #000000;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    right: 93px;
}

.dashboard .overall-results .answers-chart-legend {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
}

.dashboard .overall-results .answers-correct {
    position: relative;
    color: #79BF28;
    margin-right: 30px;
    padding-right: 10px;
}

.dashboard .overall-results .answers-incorrect {
    position: relative;
    color: #FA353E;
    padding-right: 10px;
}

.dashboard .overall-results .answers-correct::after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translatey(-50%);
    display: block;
    background: #79BF28;
    border-radius: 2px;
    content: "";
    height: 12px;
    width: 12px;
}

.dashboard .overall-results .answers-incorrect::after {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translatey(-50%);
    display: block;
    background: #FA353E;
    border-radius: 2px;
    content: "";
    height: 12px;
    width: 12px;
}

.dashboard .available-tests .section {
    margin-bottom: 26px;
    position: relative;
}

.dashboard .available-tests .title a svg {
    margin-left: 5px;
    margin-bottom: -3px;
}

.dashboard .available-tests .section-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5px;
    margin-bottom: 5px;
}

.dashboard .available-tests .section-info .solved {
    font-weight: 700;
    font-size: 18px;
}

.dashboard .available-tests .section-info .total {
    font-weight: 700;
    font-size: 14px;
    color: #828282;
}

.dashboard .available-tests .section-info a {
    text-decoration: none;
    color: #005679;
    font-weight: 600;
}

.dashboard .available-tests .section-info a:hover {
    text-decoration: underline;
}

.dashboard .available-tests .section-progressbar {
    background: #F2F2F2;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    height: 14px;
    width: 100%;
    overflow: hidden;
}

.dashboard .available-tests .quantitative .section-progressbar-indecator {
    height: 12px;
    background-color: #8BCFD0;
}

.dashboard .available-tests .verbal .section-progressbar-indecator {
    height: 12px;
    background-color: #C982CA;
}

.dashboard .available-tests .di .section-progressbar-indecator {
    height: 12px;
    background-color: #EA5858;
}

.dashboard .available-tests .practice .section-progressbar-indecator {
    height: 12px;
    background-color: #F98827;
}

.dashboard .available-tests .full-length .section-progressbar-indecator {
    height: 12px;
    background-color: #6395CF;
}

.dashboard .available-tests .legendary .section-progressbar-indecator {
    height: 12px;
    background-color: #F2C94C;
}

.dashboard .available-tests .adaptive-tests-link {
    display: flex;
    margin: 79px auto 75px;
    color: white;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 2px;
    gap: 10px;
    width: 300px;
    height: 44px;
    background: #F98827;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
}

.dashboard .available-tests .adaptive-tests-link:hover,
.dashboard .available-tests .adaptive-tests-link:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 12px;
}

.dashboard .available-tests .adaptive-tests-link:hover {
    transform: scale(1.01)
}

.dashboard .restrict-message-wrapper {
    backdrop-filter: blur(1px);
    height: 68px;
    display: flex;
    position: absolute;
    top: 0%;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
}

.dashboard .restrict-message {
    color: #979797;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
}

.dashboard .restrict-message span {
    font-weight: 700;
    color: #979797;
}

.dashboard .restrict-message a {
    color: #F98827;
    ;
}

.dashboard .practice-history-table {
    max-height: 431px;
    overflow-y: scroll;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 25px;
    padding-top: 0;
    margin-bottom: 33px;
}

.dashboard .practice-history-header {
    position: sticky;
    top: -1px;
    z-index: 10;
    background-color: white;
    display: grid;
    grid-template-columns: 4fr 3fr 2fr 3fr 2fr 1fr;
    font-weight: 700;
    font-size: 10px;
    padding-bottom: 14px;
    padding-top: 25px;
    border-bottom: 2px solid #E6E6E6;
    text-transform: uppercase;
    color: #9E9E9E;
    padding-left: 17px;
    padding-right: 17px;
}

.dashboard .practice-history-row {
    display: grid;
    grid-template-columns: 4fr 3fr 2fr 3fr 2fr 1fr;
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 17px;
    align-items: center;
    padding-right: 17px;
}

.dashboard .practice-history-row div a {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

.dashboard .practice-history-row:nth-child(odd) {
    background: #FBFBFC;
}

.dashboard .practice-history-row .tableResults {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.dashboard .practice-history-row .tableResults .overallScore {
    font-size: 18px;
    font-weight: 700;
}

.dashboard .practice-history-row .more {
    text-align: end;
    position: relative;
}

.dashboard .practice-history-row .morePopup {
    display: none;
    position: absolute;
    right: 0px;
    top: 32px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 174px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
}

.dashboard .practice-history-row .more:hover .morePopup {
    display: block;
    z-index: 20;
}

.dashboard .morePopup .action {
    text-align: left;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}

.dashboard .morePopup .action a {
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 16px;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}

.dashboard .morePopup .action:last-child {
    margin-bottom: 0px;
}

.dashboard .morePopup .action svg {
    margin-right: 5px;
}

.dashboard .blurredTable {
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    margin-bottom: 33px;
}

.dashboard .blurredTable svg {
    max-width: 100%;
}

.dashboard .blurredTable .restrict-message {
    display: flex;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.blurredTable .restrict-message a {
    margin: 0 5px;
    font-weight: 600px;
}

.dashboard .dashboard-main-info .tooltip .tooltip-arrow {
    display: none;
}

.dashboard .dashboard-main-info .tooltip.in {
    opacity: 1;
}

.dashboard .dashboard-main-info .tooltip .tooltip-inner {
    background-color: white;
    color: #595959;
    border: 1px solid #595959;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    text-align: left;
}

.dashboard .performance-summary .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.dashboard .performance-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}

.dashboard .performance-summary-header .select-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-weight: 600;
    font-size: 14px;
    /* font-weight: 700;
    font-size: 10px;
    text-transform: uppercase; */
    color: #828282;
}

.dashboard .performance-summary-header select {
    text-align: center;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 4px;
    height: 24px;
    width: 110px;
}

.dashboard .performance-summary-chart {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 100%;
    height: 460px;
    margin-bottom: 50px;
    text-align: center;
}

.dashboard .performance-summary .filters {
    /* display: flex;
    align-items: center; */

}

.dashboard .performance-summary .input-date-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
}

.dashboard .performance-summary .input-date-wrapper label {
    font-weight: 600;
    font-size: 14px;
    color: #828282;
}

.dashboard .performance-summary .input-date-wrapper input {
    text-align: center;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 4px;
    height: 24px;
    width: 110px;
}

.dashboard .performance-summary .apply-filters {
    background: #FF8C2A;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    width: 60px;
    font-family: 'Montserrat';
}

.dashboard .performance-summary .date-pickers {
    display: none;
}

.dashboard .performance-summary .date-pickers.show {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#noAccess .noAccessMessage {
    margin: 50px 30px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
}

@media all and (max-width: 1023px) {
    .dashboard .dashboard-main {
        grid-column: span 6;
    }

    .dashboard .dashboard-aside {
        grid-column: span 6;
    }

    .dashboard .have-not-started .cols {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 819px) {
    .dashboard .overall-results .overall-results-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dashboard .overall-results .category {
        margin-bottom: 20px;
    }

    .dashboard .practice-history-table {
        padding: 0;
        padding-bottom: 10px;
    }

    .dashboard .practice-history-table .testType {
        display: none;
    }

    .dashboard .practice-history-header {
        grid-template-columns: 4fr 2fr 3fr 2fr 1fr;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 15px;
    }

    .dashboard .practice-history-row {
        grid-template-columns: 4fr 2fr 3fr 2fr 1fr;
        font-size: 10px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .dashboard .practice-history-row .tableResults .overallScore {
        font-size: 12px;
        font-weight: 700;
    }

    .dashboard .performance-summary-chart {
        height: 420px;
    }

    .dashboard .performance-summary-header.active {
        margin-bottom: 50px;
    }

    .dashboard .performance-summary .date-pickers.show {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        max-width: 100%;
        margin-top: 15px;
    }

    .dashboard .performance-summary .title {
        padding-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

.analytics {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Open Sans';
    font-style: normal;
    padding-bottom: 24px;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.analytics * {
    box-sizing: border-box;
}

.analytics .grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.analytics .grid-row .header {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
}

.analytics .header .return {
    display: flex;
    text-decoration: none;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2062B3;
    margin-bottom: 35px;
}

.analytics .header .return svg {
    margin-right: 10px;
}

.analytics .header .detailTitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #333333;
}

.analytics .header .detailTitleWrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.analytics .header .detailTitleWrapperInner {
    position: relative;
}

.analytics .header .detailTitleWrapperInner.active {
    min-width: 170px;
}

.analytics .header #editSessionName {
    cursor: pointer;
}

.analytics .header #sessionNameInput {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    display: none;
    min-width: 170px;
    width: 100%;
}

.analytics .header #sessionNameInput.active {
    display: block;
}

.analytics .header #edit.hide {
    display: none;
}

.analytics .header #save {
    display: none;
}

.analytics .header #save.show {
    display: block;
}

.analytics .header .detailDate {
    font-size: 14px;
    margin-right: 30px;
}

.analytics .header .detailDateContainer {
    display: flex;
    align-items: center;
}

.analytics .header .detailDateContainer .mode {
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #F98827;
}

.analytics .header .detailDateContainer .icon-svg-timer_mark_right {
    color: #F98827;
    margin-right: 7px;
}

/* .analytics .header .downloadEsr{
    color: #F98827;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 15px;
    gap: 10px;
    width:100%;
    max-width: 175px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #F98827;
    border-radius: 2px;
 } */
.analytics .col1 {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    height: 134px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.analytics .col2 {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    height: 134px;
    padding: 20px;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.analytics .col1 #resultsPie {
    min-width: 95px;
    min-height: 95px;
    border: 4px solid #E6E6E6;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 27px;
}

.analytics .col1 .corrWrap {
    width: 100%;
}

.analytics .col1 .corrWrap div {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.analytics .col1 .corrWrap div .span1 {
    grid-column: span 8;
}

.analytics .col1 .corrWrap div .span2,
.analytics .col1 .corrWrap div .span3 {
    grid-column: span 2;
}

.analytics .col1 .corrWrap div:last-child {
    margin-bottom: 0px;
}

.analytics .col1 .corrWrap div .span1 svg {
    margin-right: 8px;
}

.analytics .col1 .corrWrap div .span1,
.analytics .col1 .corrWrap div .span3 {
    color: #79BF28;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.analytics .col1 .corrWrap div:last-child .span1,
.analytics .col1 .corrWrap div:last-child .span3 {
    color: #EB5757;
}

.analytics .col2 .title {
    font-weight: 700;
    font-size: 18px;
}

.analytics .col2 .time {
    font-weight: 600;
    font-size: 34px;
    color: #2062B3;
    text-wrap: nowrap;

}

.analytics .col2 .colon {
    color: #2062B3;
}

.analytics .col2 .icon-svg-timer_mark_right {
    color: #2062B3;
    margin-right: 15px;
}

.analytics .col2 .fullTime {
    color: #BDBDBD;
    border-left: 1px solid #D9D9D9;
    padding-left: 20px;
    margin-left: 20px;
}

.analytics .second {
    margin-bottom: 40px;
}

.analytics .title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    margin-bottom: 24px;
}

.analytics .results-by-difficulty {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    padding: 45px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    width: 100%;
}

.analytics .results-by-difficulty .difficulty-col {
    display: flex;
    align-items: center;
    gap: 35px;
}

.analytics .results-by-difficulty .difficulty-col .pie-chart {
    width: 174px;
    height: 174px;
    border: 4px solid #E6E6E6;
    border-radius: 100%;
    overflow: hidden;
}

.analytics .results-by-difficulty .difficulty-col .chart-name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 18px;
}

.analytics .results-by-difficulty .difficulty-col .amount-row {
    gap: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.analytics .results-by-difficulty .difficulty-col .amount-correct {
    padding: 0 4px;
    background: #79BF28;
    border-radius: 4px;
    color: white;
    font-weight: 700;
}

.analytics .results-by-difficulty .difficulty-col .amount-incorrect {
    padding: 0 4px;
    border-radius: 4px;
    background: #FA353E;
    color: white;
    font-weight: 700;
}

.analytics .results-by-difficulty .difficulty-col .avarage-time {
    margin-top: 18px;
}

.analytics .section-wrapper {
    margin-bottom: 40px;
}

.analytics .section {
    /* height: 52px; */
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    /* padding-b: 15px; */
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    ;
}

.analytics .section .section-title {
    color: #3F3F3F;
    font-weight: 700;
    font-size: 14px;
    padding-left: 36px;
    padding-top: 5px;
}

.analytics .section .section-data {
    width: 100%;
    max-width: 896px;
}

.analytics .section .percentages {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    margin-bottom: 3px;
}

.analytics .section .percentages .correct,
.analytics .section .percentages .incorrect {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 700;
    font-size: 12px;
    color: #4F4F4F;
}

.analytics .section .progress-bar {
    overflow: hidden;
    width: 100%;
    height: 12px;
    border-radius: 3px;
    background: #FA353E;
    margin-bottom: 15px;
}

.analytics .section .progress-bar .correct {
    background: #79BF28;
    height: 12px;
    width: 60%;
}

.analytics .section .collapsible {
    position: absolute;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    top: 15px;
    left: 0;
    cursor: pointer;
    transition: all 0.3s linear;
}

.analytics .section .collapsible.active {
    transform: rotate(180deg);
}

.analytics .section .categories-data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.analytics .section .categories-data .category {
    width: 48%;
    margin-bottom: 25px;
}

.analytics .section .category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analytics .section .category-title {
    font-weight: 700;
    font-size: 14px;
    color: #3F3F3F;
}

.analytics .section .category-progress-bar {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background: #E6E6E6;
    border-radius: 3px;

}

.analytics .section .category-progress-bar .correct {
    background: #79BF28;
    height: 4px;
    width: 60%;
}

.analytics .answers-details {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 20px;
}

.analytics .answers-details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.analytics .answers-details-row:last-child {
    margin-bottom: 0;
}

.analytics .answers-details-row .answers-title {
    font-weight: 700;
    color: #3F3F3F;

}

.analytics .answers-details-row .answers-details-data {
    width: 100%;
    max-width: 874px;
    display: flex;
    align-items: center;
    gap: 1px;
}

.analytics .answers-details-row .answer {
    height: 30px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #79BF28;
    border-radius: 2px;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.analytics .answers-details-row .answer.incorrect {
    background: #FA353E;
}

.analytics .answers-details-row .answer a {
    color: white;
    text-decoration: none;
}

@media all and (max-width: 1023px) {
    .analytics .grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .analytics .results-by-difficulty {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .analytics .globalScore {
        grid-column: span 2;
    }

    .analytics .answers-details-row {
        flex-wrap: wrap;
    }

    .analytics .answers-details-row .answers-title {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 820px) {
    .analytics .grid-row {
        grid-template-columns: 1fr;
    }

    .analytics .results-by-difficulty {
        padding: 20px;
    }

    .analytics .results-by-difficulty .difficulty-col {
        gap: 20px;
    }

    .analytics .results-by-difficulty .difficulty-col .pie-chart {
        min-width: 174px;
        min-height: 174px;
    }

    .analytics .answers-details-row .answers-details-data {
        flex-wrap: wrap;
    }

    .analytics .section {
        flex-wrap: wrap;
    }

    .analytics #questionListGrid_c5,
    .analytics #questionListGrid_c7,
    .analytics #questionListGrid_c8,
    .analytics #questionListGrid_c6,
    .analytics #questionListGrid_c10,
    .analytics #questionListGrid_c12,
    .analytics .guessedTab,
    .analytics .qDate,
    .analytics .qReviewed,
    .analytics .notedTab,
    .analytics .difficultyTab,
    .analytics .bookmarkedTab {
        display: none;
    }

    .analytics .questionList .items-wraper {
        padding-left: 10px;
    }

    .questionList .items TR TD.blue-inscription span {
        font-size: 10px;
        height: 32px;
    }

    .questionList .items TR TD.blue-inscription i {
        font-size: 10px;
    }
}

@media all and (max-width:540px) {
    .analytics .grid-row .header {
        flex-wrap: wrap;
    }

    .analytics .header .downloadEsr {
        margin-top: 20px;
    }

    .analytics .section .categories-data .category {
        width: 100%;
    }
}

.container-landing-page-subscriptions .landing-banner-top {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 26px;
    justify-content: center;
    padding: 0 15px;
    height: 70px;
    background: #2B3648;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    max-width: 1225px;
}

.container-landing-page-subscriptions .landing-banner-top div {
    max-width: 517px;
}

.container-landing-page-subscriptions .landing-banner-top a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

.container-landing-page-subscriptions .landing-banner-top a:hover {
    text-decoration: underline;
}

.container-landing-page-subscriptions .landing-banner-top svg {
    box-sizing: border-box;
    display: block;
    min-width: 50px;
}

.detail-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: #1D1D1F7A;
    z-index: 100000;
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.detail-popup {
    background: #FAFAFC;
    border-radius: 20px;
    width: 462px;
    padding: 30px 30px 30px;
    font-size: 18px;
}

#my_subs .detail-popup {
    width: 570px;
}

.stats-actions .stats-action>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0A8CBD;
}

.detail-popup-close-icon,
.detail-popup-close {
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    float: right;
}

.detail-popup-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
}

.detail-popup-content {
    gap: 24px;
    display: flex;
    margin: 24px 0px 24px 0px;
}

#quiz .detail-popup {
    width: 500px;
}

#quiz .detail-popup-content {
    align-items: center;
    font-size: 18px;
    color: #1d1d1f;
    font-weight: 500;
    line-height: 2;
    font-family: Poppins, sans-serif;
    text-wrap: nowrap;
}

#quiz .detail-popup .action-buttons {
    display: flex;
    margin-top: 34px;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}

#quiz .detail-popup .action-buttons button {
    border: 1px solid #8D8D8D;
    color: #8D8D8D;
    min-width: 90px;
    text-decoration: none;
    border-radius: 18px;
    padding: 6px 12px;
    text-transform: capitalize;
    background: transparent;
    display: block;
    width: fit-content;
    box-sizing: border-box;
    height: 30px;
    transition: 0.1s;
    cursor: pointer;
    margin-left: unset;
}

#quiz .detail-popup .action-buttons button:hover {
    background: #8D8D8D;
    color: #FFFFFF;
}

#quiz .detail-popup .action-buttons .button-save {
    border: 1px solid #2062B3;
    color: #2062B3;
}

#quiz .detail-popup .action-buttons .button-save:hover {
    background: #2062B3;
    color: #FFFFFF;
}

#quiz .detail-popup-content.time input {
    text-align: center;
    width: 80px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.detail-popup-container>a {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #2062B3;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 18px;
    padding: 6px 12px;
    text-transform: capitalize;
    white-space: nowrap;
    width: fit-content;
    margin: 0 auto;
}

.detail-popup-container>a:hover {
    background: #2062B3;
    color: #FFFFFF;
}

#subs-info .detail-popup-close {
    background: none;
}

#subs-info .free,
#subs-info .lite,
#subs-info .starter,
#subs-info .pro,
#subs-info .elite {
    position: relative;
    margin-bottom: 24px;
    background-color: #E1EBFA;
    border-radius: 20px;
}

#subs-info .free .subscriptionTitle,
#subs-info .lite .subscriptionTitle,
#subs-info .starter .subscriptionTitle,
#subs-info .pro .subscriptionTitle,
#subs-info .elite .subscriptionTitle {
    background-color: #E1EBFA;
    border-radius: 20px;
    padding: 25px;
    padding-bottom: 0;
    top: -30px;
}

#subs-info .free .faqSectionWrapper,
#subs-info .lite .faqSectionWrapper,
#subs-info .starter .faqSectionWrapper,
#subs-info .pro .faqSectionWrapper,
#subs-info .elite .faqSectionWrapper {
    padding: 25px;
}

#subs-info.free-plan .lite,
#subs-info.free-plan .starter,
#subs-info.free-plan .pro,
#subs-info.free-plan .elite {
    background: #E4E4E4;
}

#subs-info.lite-plan .starter,
#subs-info.lite-plan .pro,
#subs-info.lite-plan .elite {
    background: #E4E4E4;
}

#subs-info.starter-plan .pro,
#subs-info.starter-plan .elite {
    background: #E4E4E4;
}

#subs-info.pro-plan .elite {
    background: #E4E4E4;
}

#subs-info.free-plan .lite .subscriptionTitle,
#subs-info.free-plan .starter .subscriptionTitle,
#subs-info.free-plan .pro .subscriptionTitle,
#subs-info.free-plan .elite .subscriptionTitle {
    background: #E4E4E4;
}

#subs-info.lite-plan .starter .subscriptionTitle,
#subs-info.lite-plan .pro .subscriptionTitle,
#subs-info.lite-plan .elite .subscriptionTitle {
    background: #E4E4E4;
}

#subs-info.starter-plan .pro .subscriptionTitle,
#subs-info.starter-plan .elite .subscriptionTitle {
    background: #E4E4E4;
}

#subs-info.pro-plan .elite .subscriptionTitle {
    background: #E4E4E4;
}

#subs-info.free-plan .lite::after,
#subs-info.free-plan .starter::after,
#subs-info.free-plan .pro::after,
#subs-info.free-plan .elite::after {
    display: block;
    content: '';
    background: #FAFAFC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

#subs-info.lite-plan .starter::after,
#subs-info.lite-plan .pro::after,
#subs-info.lite-plan .elite::after {
    display: block;
    content: '';
    background: #FAFAFC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

#subs-info.starter-plan .pro::after,
#subs-info.starter-plan .elite::after {
    display: block;
    content: '';
    background: #FAFAFC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

#subs-info.pro-plan .elite::after {
    display: block;
    content: '';
    background: #FAFAFC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

#subs-info.free-plan .free,
#subs-info.lite-plan .lite,
#subs-info.starter-plan .starter,
#subs-info.pro-plan .pro,
#subs-info.elite-plan .elite {
    box-shadow: 0px 0px 25px 0px #00000073;
}

#subs-info .actions {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
}

#subs-info .actions button {
    background-color: #ffffff;
    border: 1px solid #2062B3;
    color: #2062B3;
    padding: 8px 40px;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    z-index: 1;
}

#subs-info .actions button:hover {
    background-color: #2062B3;
    color: #ffffff;
}

#subs-info .actions button.btn-free {
    background-color: #ffffff;
    border: 1px solid #3AB36A;
    color: #3AB36A;
    padding: 8px 40px;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;
}

#subs-info .actions button.btn-free:hover {
    background-color: #3AB36A;
    color: #ffffff;
}

.g-confirm {
    width: 600px;
    background-color: #FFFFFF;
    border-radius: 4px !important;
    top: 20%;
    position: fixed;
    left: 50%;
    z-index: 100000;
    margin-left: -280px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    outline: none;
    font-family: 'Poppins', sans-serif;
    border-radius: 20px;
}

.g-confirm .closeButton {
    height: 23px;
    width: 23px;
    margin-top: 10px;
    position: absolute;
    top: 10px;
    right: 20px;
}

.g-confirm .closeButton button {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.g-confirm .warningSvg {
    margin: 0 auto;
    margin-top: 52px;
    display: block;
}

.g-confirm .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #3F3F3F;
    display: block;
    padding: 30px 0 15px 0;
    margin: auto;
    text-align: center;
    width: 480px;
}

.g-confirm .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #3F3F3F;
    display: block;
    padding: 30px 0 15px 0;
    margin: auto;
    text-align: center;
    width: 480px;
}

.g-confirm .content {
    color: #565656;
    font-size: 16px;
    line-height: 27px;
    display: block;
    margin: 0 auto;
    width: 480px;
    text-align: left;
}

.g-confirm .buttonWrap {
    width: 565px;
    height: 50px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.g-confirm .buttonWrap .cancelButton,
.g-confirm .buttonWrap .okButton {
    width: 220px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-decoration: none;
    padding: 0 25px;
    color: #FF8C2A;
    background: #fff;
    border: 1px solid #FF8C2A;
    border-radius: 50px;
    transition: all 0.3s;
}

.g-confirm .buttonWrap .cancelButton:hover,
.g-confirm .buttonWrap .okButton:hover {
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 0 25px;
    padding: 0 25px;
    width: 220px;
    height: 48px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    background: #FF8C2A;
}

.section-total {
    color: #0A8CBD;
    font-weight: bold;
}

.tests-date-row {
    position: relative;
}

.tests-date-row .paused-date {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 15px;
    background: white;
    font-size: 14px;
    text-wrap: nowrap;
    border-radius: 5px;
    color: #000000;
    padding: 5px 10px;
    box-shadow: 2px 4px 12px 0px #00000040;
    z-index: 1;
    font-weight: 400;
}

.tests-date-row:hover .paused-date {
    display: block;
}

.customTestsTableRow .categoryTitle {
    display: none;
}

.counter .decreaseIcon,
.counter .increaseIcon {
    border: 1px solid #e0e0e0;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #005579;
    cursor: pointer;
}

.customTestsTableRow .rowName>svg {
    display: none;
}

.stat-section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mobileTotal {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mobileTotal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: 10px;
        border-radius: 100%;
        background-color: #edf3fb;
    }

    .quiz {
        padding-bottom: 40px;
    }

    .topButtons {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 60px;
    }

    .topButtons div:last-of-type {
        width: 100%;
        justify-content: center;
    }

    .topButtons div:last-of-type .topBtn {
        width: 100%;
        padding: 9px 12px;
    }

    .customTestsTableContent {
        border: none;
    }

    .topButtons div:first-of-type {
        width: 100%;
        margin-bottom: 24px;
    }

    .topButtons div:first-of-type .topBtn {
        flex-grow: 1;
    }

    .topButtons .topBtn {
        padding: 9px 30px;
    }

    #quizForm {
        background-color: transparent;
        padding: 0px;
        border-radius: none;
        padding-bottom: 0px;
    }

    .settingsTableHead {
        display: none;
    }

    .settingsTableContent {
        border: none;
    }

    .customTestsTableRow {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 12px;
        height: auto;
    }

    .customTestsTableRow.big {
        height: 85px;
        border: none;
    }

    .customTestsTableRow>div {
        display: none;
        width: 100%;
        justify-content: space-between;
        padding: 24px;
        padding-bottom: 2px;
    }

    .customTestsTableRow>div.rowName {
        display: flex;
    }

    .settigsContainer {
        background-color: #fff;
        padding: 12px;
        border-radius: 8px;
    }

    .customTestsTableRow.active {
        height: auto;
    }

    .customTestsTableRow.active>div,
    .customTestsTableRow.active div.counter {
        display: flex;
    }

    .customTestsTableRow .rowName>svg {
        display: block;
    }

    .customTestsTableRow.active .rowName>svg {
        transform: rotate(180deg);
    }

    .customTestsTableRow>div,
    .customTestsTableRow section {
        border-right: none;
    }

    .customTestsTableRow.active .mobileTotal {
        display: none;
    }

    .customTestsTableRow div.counter {
        border-right: none;
        justify-content: center;
        max-width: none;
        gap: 12px;
        padding-bottom: 2px;
        width: 100%;
    }

    .customTestsTableRow .rowName {
        justify-content: center;
        width: 100%;
        gap: 10px;
        height: auto;
        padding: 16px;
    }

    .customTestsTableRow .total {
        padding: 18px 24px;
    }

    .customTestsTableRow .total.amount {
        padding-right: 85px;
    }

    .customTestsTableRow .categoryTitle {
        display: flex;
        font-weight: 500;
        font-size: 16px;
        padding-right: 10px;
        flex-grow: 1;
    }

    .counter .decreaseIcon,
    .counter .increaseIcon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }

    .total span {
        display: flex;
        flex-grow: 1;
        font-weight: 500;
        font-size: 11px;
    }

    .switches {
        flex-wrap: wrap;
        background: #ffffff;
        border: none;
        border-radius: 8px;
        gap: 15px;
    }

    .switches div.counter {
        padding-right: 0;
        border-right: none;
    }

    .switches .timeCounter .switch-group {
        display: grid;
        grid-template-columns: 55px 1fr;
        gap: 15px 0;
    }

    .switches .switch-group {
        justify-content: flex-start;
    }

    .switch-group.adaptiveSwitch {
        margin-bottom: 15px;
    }

    .switch-group.adaptiveSwitch .adaptiveTip .adaptiveInfo {
        top: -225px;
        transform: translateX(-80%);
        width: 320px;
    }

    .switches g-options,
    .switches g-total {
        width: 100%;
    }

    .switches .input-group.minuts::before {
        left: 38px;
    }

    .timeCounter {
        justify-content: space-between;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 25px;
        align-items: flex-end;
    }

    .mobileTotal {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: 10px;
        border-radius: 100%;
        background-color: #edf3fb;
    }

    .customTestsTableHead {
        display: none;
    }

    .stats-head {
        flex-wrap: wrap;
    }

    .vertical-divider {
        display: none;
    }

    .stats-actions.left {
        margin-right: 0;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .stats-actions.left,
    .stats-actions.left .stats-action,
    .stats-actions.left .stats-action a,
    .stats-actions.left .stats-action a .reset-button {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .stats-summary {
        display: block;
        width: 100%;
    }

    #quiz .divider {
        display: none;
    }

    .customTestsSwitches {
        display: block;
        height: auto;
        padding: 4px 8px;
    }

    .customTestsSwicher {
        padding: 6px 0;
    }

    .totalCategory {
        display: none !important;
    }

    .stats-actions {
        width: 100%;
        display: block;
        margin-bottom: 16px;
    }

    .stats-actions .stats-action {
        justify-content: space-between;
    }

    .stats-actions .stats-action .history-icon {
        margin: unset;
    }

    .tests-table {
        min-width: unset;
    }

    .tests-head {
        height: unset;
        padding: 3px 5px;
        font-size: 10px;
    }

    .tests-row {
        height: unset;
        padding: 4px 5px;
        font-size: 12px;
    }

    .stats-summary {
        text-align: right;
    }

    .stat-section {
        width: 100%;
        justify-content: flex-end;
    }

    .horizontal-divider {
        display: block;
        margin-bottom: 8px;
        margin-top: 4px;
    }

    .hide-on-mobile {
        display: none;
    }

    .categories-head {
        font-size: 10px;
        min-width: unset;
    }

    .categories-row {
        font-size: 15px;
        min-width: unset;
        padding: 14px 6px;
    }

    .categories-head>div, .categories-row>div {
        min-width: unset;
    }
    .categories-head .category-attempted {
        min-width: 64px;
    }

    .tests-row .test-report .download-score {
        padding: 5px 8px;
        height: 30px;
    }

    .categories-head>div, .categories-row>div {
        width: 16%;
    } 

    div.category-type {
        min-width: unset;
        width: 36%;
    }

    .tests-head .test-type,
    .tests-row .test-type {
        width: 75%;
    }

    .categories-row .category-attempted {
        font-weight: 300;
        font-size: 14px;
    }
}

@media screen and (min-width: 1025px) {
    .show-on-mobile {
        display: none;
    }

    #qvGraphicForm {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-height: 620px) {
    .modal.hide.in {
        top: 10%;
    }
}