
.scroll {
    overflow: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.table-membership-summary {
    width: 100%;
}

    .table-membership-summary tr td:last-child {
        width: 20%;
        color: #fff;
        text-align: center;
    }

    .table-membership-summary tr td {
        padding: 5px;
        text-align: center;
    }

        .table-membership-summary tr td ul {
            list-style: none;
            text-align: left;
            margin: 0 0 0px 0px;
        }

            .table-membership-summary tr td ul li {
                width: 97%;
                margin: 0 0 0px 0px;
            }

.test-info {
    background-color: #62a8d1;
    color: #fff;
}

.sub-div {
    background-color: #62a8d1;
    color: #fff;
}

    .sub-div h1, h2, h3, h4 {
        margin-bottom: 0px;
        margin-top: 2px;
    }

.white-div {
    background-color: #ffffff !important;
}
.test-info-tc {
    color: #fff;
    padding: 3px 10px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.test-info-c {
    color: #fff;
    padding: 3px 10px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.test-info-m {
    color: #fff;
    padding: 2px 8px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.test-info-s {
    color: #fff;
    
    padding: 2px 11px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.test-info-r {
    color: #fff;
    padding: 2px 11px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.test-info-a {
    color: #fff;
    padding: 2px 11px !important;
    font-family: sans-serif;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.table-membership-subject {
    width: 100%;
}

    .table-membership-subject tr td {
        padding: 5px;
        height: auto !important;
        text-align: left;
    }

.thumbnail {
    display: block;
    padding: 4px;
    margin: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnail-leader-board {
    display: block;
    padding: 4px;
    margin: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail-leader-board > img,
    .thumbnail-leader-board a > img {
        max-width: 200px;
        min-width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail-leader-board:hover,
a.thumbnail-leader-board:focus,
a.thumbnail-leader-board.active {
    border-color: #337ab7;
}

.thumbnail-leader-board .caption {
    padding: 9px;
    color: #333;
}

    .thumbnail-leader-board .caption h1 {
        margin: 0;
        line-height: 1;
        font-weight: bold;
    }

    .thumbnail-leader-board .caption h3 {
        margin: 0;
        padding-left: 5px;
        line-height: 0.5;
        margin-bottom: 5px;
    }

.thumbnail-leader-board-green {
    background-color: #D3F9C3;
}

    .thumbnail-leader-board-green h1 {
        color: #5F7656;
    }

    .thumbnail-leader-board-green h3 small {
        color: #5F7656;
    }

.thumbnail-leader-board-blue {
    background-color: #BDE1F9;
}

    .thumbnail-leader-board-blue h1 {
        color: #516B7C;
    }

    .thumbnail-leader-board-blue h3 small {
        color: #516B7C;
    }

.thumbnail-leader-board-orange {
    background-color: #FFCEAA;
}

    .thumbnail-leader-board-orange h1 {
        color: #846148;
    }

    .thumbnail-leader-board-orange h3 small {
        color: #846148;
    }

@media (max-width: 30em) {
    .widget-box-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .widget-box-flex .first_div {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
        }

        .widget-box-flex .second_div {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
        }

    .header-row .page-header {
        margin: 0px;
        *zoom: 1;
    }

    .site-logo-responsive {
        /*max-width:170px;*/
        max-width: 180px !important;
        display: inline-block;
        /*margin:5px;*/
        /*margin-top: 15% !important;*/
        float: left;
    }
}

@media (min-width: 1200px) {
    .widget-box-flex-347 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .widget-box-flex .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .widget-box-flex .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .header-row .page-header {
        margin: 0px;
        *zoom: 1;
    }

    .site-logo-responsive {
        /*max-width:170px;*/
        max-width: 180px !important;
        display: inline-block;
        /*margin:5px;*/
        /*margin-top: 15% !important;*/
        float: left;
    }
}

.site-logo-responsive {
    width: 240px !important;
}

.site-logo-responsive {
    width: 240px !important;
    display: inline-block;
    /*margin:5px;*/
    float: left;
}

.pageName{
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px !important;
    color: #fff !important;

}
.pageName-TestType{
    margin: 0 6px;
    font-size: 14px;
    font-weight: normal;
    color: #fff !important;
}
.header-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -8px;
    *zoom: 1;
}

    .header-row h1 {
        margin: 0 !important;
        *zoom: 1;
    }



    .header-row .page-header-computer {
        background: #335f0c;
        background: -moz-linear-gradient(left, #335f0c 0%, #577f34 57%, #729852 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #335f0c), color-stop(57%, #577f34), color-stop(100%, #729852));
        background: -webkit-linear-gradient(left, #335f0c 0%, #577f34 57%, #729852 100%);
        background: -o-linear-gradient(left, #335f0c 0%, #577f34 57%, #729852 100%);
        background: -ms-linear-gradient(left, #335f0c 0%, #577f34 57%, #729852 100%);
        background: linear-gradient(to right, #335f0c 0%, #577f34 57%, #729852 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335f0c', endColorstr='#729852', GradientType=1 );
    }
        .header-row .page-header-science {
	background: #a9032a;
	background: -moz-linear-gradient(left, #a9032a 0%, #e63a90 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #a9032a), color-stop(100%, #e63a90));
	background: -webkit-linear-gradient(left, #a9032a 0%, #e63a90 100%);
	background: -o-linear-gradient(left, #a9032a 0%, #e63a90 100%);
	background: -ms-linear-gradient(left, #a9032a 0%, #e63a90 100%);
	background: linear-gradient(to right, #a9032a 0%, #e63a90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9032a', endColorstr='#e63a90', GradientType=1 );
    }
        .header-row .page-header-math {
	background: #ad7f00;
	background: -moz-linear-gradient(left, #ad7f00 0%, #e87605 69%, #e87605 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ad7f00), color-stop(69%, #e87605), color-stop(100%, #e87605));
	background: -webkit-linear-gradient(left, #ad7f00 0%, #e87605 69%, #e87605 100%);
	background: -o-linear-gradient(left, #ad7f00 0%, #e87605 69%, #e87605 100%);
	background: -ms-linear-gradient(left, #ad7f00 0%, #e87605 69%, #e87605 100%);
	background: linear-gradient(to right, #ad7f00 0%, #e87605 69%, #e87605 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad7f00', endColorstr='#e87605', GradientType=1 );
    }
            .header-row .page-header-english {
	background: #660099;
	background: -moz-linear-gradient(left, #660099 0%, #b855fa 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #660099), color-stop(100%, #b855fa));
	background: -webkit-linear-gradient(left, #660099 0%, #b855fa 100%);
	background: -o-linear-gradient(left, #660099 0%, #b855fa 100%);
	background: -ms-linear-gradient(left, #660099 0%, #b855fa 100%);
	background: linear-gradient(to right, #660099 0%, #b855fa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660099', endColorstr='#b855fa', GradientType=1 );
    }
                .header-row .page-header-gk {
	background: #004b80;
	background: -moz-linear-gradient(left, #004b80 0%, #6c74cc 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #004b80), color-stop(100%, #6c74cc));
	background: -webkit-linear-gradient(left, #004b80 0%, #6c74cc 100%);
	background: -o-linear-gradient(left, #004b80 0%, #6c74cc 100%);
	background: -ms-linear-gradient(left, #004b80 0%, #6c74cc 100%);
	background: linear-gradient(to right, #004b80 0%, #6c74cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b80', endColorstr='#6c74cc', GradientType=1 );
    }

        .header-row .page-header {
        background: rgb(255,101,40);
        background: -moz-linear-gradient(top, rgba(255,101,40,1) 0%, rgba(247,142,22,1) 0%, rgba(249,108,0,1) 0%, rgba(249,136,49,1) 0%, rgba(255,97,35,1) 24%, rgba(255,76,0,1) 49%, rgba(255,76,0,1) 74%, rgba(255,127,81,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,101,40,1) 0%,rgba(247,142,22,1) 0%,rgba(249,108,0,1) 0%,rgba(249,136,49,1) 0%,rgba(255,97,35,1) 24%,rgba(255,76,0,1) 49%,rgba(255,76,0,1) 74%,rgba(255,127,81,1) 100%);
        background: linear-gradient(to bottom, rgba(255,101,40,1) 0%,rgba(247,142,22,1) 0%,rgba(249,108,0,1) 0%,rgba(249,136,49,1) 0%,rgba(255,97,35,1) 24%,rgba(255,76,0,1) 49%,rgba(255,76,0,1) 74%,rgba(255,127,81,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6528', endColorstr='#ff7f51',GradientType=0 );
    }

        .header-row .page-header:first-child h1 {
            color: #fff !important;
            padding-left: 20px;
            font-size: 15px !important;
            line-height: 23px !important;
            padding-top: 5px !important;
        }

            .header-row .page-header:first-child h1 small {
                color: #fff !important;
            }

@media only screen and (max-width:475px) {
    .header-row {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: -8px;
        *zoom: 1;
    }

        .header-row .page-header:first-child h1 {
            color: #fff !important;
            padding-left: 30px !important;
        }

    .thumbnail-leader-board > img,
    .thumbnail-leader-board a > img {
        max-width: 100px;
        min-width: 100px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-panel {
        padding-right: 0;
        text-align: center !important;
        background-color: #fff;
    }
}

.logo-panel {
    padding-right: 0;
    text-align: left;
    background-color: #fff;
}

@media only screen and (max-width:992px) {
    .header-row {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: -8px;
        *zoom: 1;
    }

        .header-row .page-header:first-child h1 {
            color: #fff !important;
            padding-left: 20px !important;
        }

    .thumbnail-leader-board > img,
    .thumbnail-leader-board a > img {
        max-width: 100px;
        min-width: 100px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width:1200px) {

    .header-row .page-header:first-child h1 {
        color: #fff !important;
        padding-left: 20px !important;
    }

    .thumbnail-leader-board > img,
    .thumbnail-leader-board a > img {
        max-width: 100px;
        min-width: 100px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar .brand {
        padding: 5px 40px 5px !important;
    }

    .ace-nav > li {
        line-height: 49px !important;
        max-height: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:1380px) {
    .navbar .brand {
        padding: 5px 40px 5px !important;
    }

    .ace-nav > li {
        line-height: 49px !important;
    }

    .img-logo {
        width: 100px !important;
    }
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

    .carousel-control.right {
        right: 15px;
        left: auto;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

    .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 5px;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .carousel-caption h4,
    .carousel-caption p {
        line-height: 20px;
        color: #ffffff;
    }

    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .carousel-caption p {
        margin-bottom: 0;
    }

.img-logo {
    width: 170px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.ButtonGray {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #7a7c7a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonGray:hover {
        background-color: #0098DA;
        text-decoration: none;
    }

.ButtonDarkGold {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #AD8000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonDarkGold:hover {
        background-color: #002EAD;
        text-decoration: none;
    }

.ButtonPurple {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #820BBB;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonPurple:hover {
        background-color: #660198;
        text-decoration: none;
    }

.ButtonGrayOuter {
    /*-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;*/
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #575D57;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px 3px 4px;
    text-decoration: none;
    line-height: 18px;
    text-align: center;
}

    .ButtonGrayOuter:hover {
        border: 1px solid #575D57;
        padding: 0px 3px 2px 3px;
        text-decoration: none;
    }

.ButtonGreen {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #177649;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonGreen:hover {
        background-color: #F98833;
        text-decoration: none;
    }

.ButtonBlue {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #019ad2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonBlue:hover {
        background-color: #F98833;
        text-decoration: none;
    }

.ButtonRed {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #ff0000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonRed:hover {
        background-color: #177649;
        text-decoration: none;
    }

.ButtonOrange {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #F98833;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonOrange:hover {
        background-color: #019ad2;
        text-decoration: none;
    }

.ButtonComputer {
    background-color: #3C700E;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonComputer:hover {
        background-color: #009900;
        text-decoration: none;
    }

.ButtonScience {
    background-color: #a9032a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonScience:hover {
        background-color: #CC0066;
        text-decoration: none;
    }

.ButtonMath {
    background-color: #AD8000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonMath:hover {
        background-color: #CC6600;
        text-decoration: none;
    }

.ButtonEnglish {
    background-color: #660099;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonEnglish:hover {
        background-color: #9900FF;
        text-decoration: none;
    }

.ButtonGK {
    background-color: #004a80;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #ffffff !important;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 6px 10px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
}

    .ButtonGK:hover {
        background-color: #330099;
        text-decoration: none;
    }

    
.ButtonDarkGoldSmall {

    background-color: #AD8000;
    display: inline-block;
    color: #ffffff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: Tahoma, Arial;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    line-height: 16px;
    text-align: center;
}

    .ButtonDarkGoldSmall:hover {
        background-color: #002EAD;
        text-decoration: none;
    }
    
.ButtonGreenSmall {

    background-color: #177649;
    color: #ffffff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: Tahoma, Arial;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    line-height: 16px;
    text-align: center;
}

    .ButtonGreenSmall:hover {
        background-color: #F98833;
        text-decoration: none;
    }
    
.ButtonRedSmall {
    background-color: #ff0000;
    color: #ffffff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: Tahoma, Arial;
    font-size: 10px;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    line-height: 16px;
    text-align: center;
}

    .ButtonRedSmall:hover {
        background-color: #177649;
        text-decoration: none;
    }

canvas {
    max-height: 135px !important;
    max-width: 135px !important;
    margin: 5px;
}



.graph-marker {
    list-style: none;
    padding: 0;
    margin: 5px;
}

    .graph-marker li {
        text-align: left;
        line-height: 12px;
        font-size: .8em;
    }

.roundedBoxGray {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #575d57;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxGrayOutline {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    /*background-color: #575d57;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #575d57;
    display: inline-block;
    color: #000 !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 4px;
    text-decoration: none;
}

.roundedBoxOrangeOutline {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    /*background-color: #575d57;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FF8033;
    display: inline-block;
    color: #FF8033 !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxBlueOutline {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #007FC9;
    display: inline-block;
    color: #007FC9 !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxPurpleOutline {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #660198;
    display: inline-block;
    color: #660198 !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxBlackOutline {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #000000;
    display: inline-block;
    color: #000 !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxBlue {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #007FC9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #fff !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.bigRoundedBoxBlue {
    -webkit-box-shadow: #a3a3a3 8px 8px 8px;
    -moz-box-shadow: #a3a3a3 8px 8px 8px;
    box-shadow: #a3a3a3 8px 8px 8px;
    background-color: #007FC9;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: #fff !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.bigRoundedBoxBlueOutline {
    -webkit-box-shadow: #a3a3a3 8px 8px 8px;
    -moz-box-shadow: #a3a3a3 8px 8px 8px;
    box-shadow: #a3a3a3 8px 8px 8px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #007FC9;
    display: inline-block;
    color: #000000 !important;
    font-family: Tahoma,Arial, sans-serif;
    padding: 4px 5px 4px 5px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
}

.bigRoundedBoxPurpleOutline {
    -webkit-box-shadow: #a3a3a3 8px 8px 8px;
    -moz-box-shadow: #a3a3a3 8px 8px 8px;
    box-shadow: #a3a3a3 8px 8px 8px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #660198;
    display: inline-block;
    color: #000000 !important;
    font-family: Tahoma,Arial, sans-serif;
    padding: 4px 5px 4px 5px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
}

.roundedBoxOrange {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #FF8033;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

.roundedBoxBlack {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background-color: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #ffffff !important;
    font-family: Arial;
    font-weight: bold;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}
/*#sublist{
        position:absolute;
        z-index:1000;
        width:41.35%;
    }*/
/*@media only screen and (max-width:749){
    #sublist{
        width:95.3% !important; 
        top:0;
    }

}*/
.pro-pic-edit{
    float: right;
    font-size: 15px;
    padding: 0 10px;
    color: rgb(236, 169, 141);
    text-decoration:none;
}
.pro-pic-edit:hover{
    color: rgb(255, 89, 22);
}
.pro-pic-edit:after{
    color: rgb(255, 89, 22);
}
label.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/
.myLabel {
    color:rgb(255, 86, 17);
    display: inline;
    padding:10px;
}
.myLabel:hover {
    color: rgb(255, 86, 17);
    
}
/*.myLabel:active {
   
}*/
.myLabel :invalid + span {
    color:rgb(255, 86, 17);
}
.myLabel :valid + span {
    color: rgb(255, 86, 17);
}
.pro-img-div{
        position: relative;
    top: -11px;
    background-color: transparent;
    margin-right: -1px;
    display: inline;
    float: right;
     
     padding:10px;
}
.widget-body-computer{
       background: rgba(51, 95, 12, 0.46); 
    background: -moz-linear-gradient(left, rgba(51, 95, 12, 0.33) 0%, rgba(87, 127, 52, 0.43) 57%, rgba(114, 152, 82, 0.53) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 95, 12, 0.43)), color-stop(57%, rgba(87, 127, 52, 0.43)), color-stop(100%, rgba(114, 152, 82, 0.53)));
     background: -webkit-linear-gradient(left, rgba(51, 95, 12, 0.33) 0%, rgba(87, 127, 52, 0.43) 57%, rgba(114, 152, 82, 0.53) 100%); 
    background: -ms-linear-gradient(left, rgba(51, 95, 12, 0.33) 0%, rgba(87, 127, 52, 0.43) 57%, rgba(114, 152, 82, 0.53) 100%);
    background: linear-gradient(to right, rgba(51, 95, 12, 0.33) 0%, rgba(87, 127, 52, 0.43) 57%, rgba(114, 152, 82, 0.53) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(51, 95, 12, 0.33)', endColorstr='rgba(114, 152, 82, 0.43)', GradientType=1 );
    border-color: #3c700e;
}
.widget-body-science{
    background: rgba(169, 3, 42, 0.45);
    background: -moz-linear-gradient(left, rgba(169, 3, 42, 0.33) 0%, rgba(230, 58, 144, 0.43) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169, 3, 42, 0.33)), color-stop(100%, rgba(230, 58, 144, 0.43)));
     background: -webkit-linear-gradient(left, rgba(169, 3, 42, 0.45) 0%, rgba(230, 58, 144, 0.92) 100%); 
    background: -o-linear-gradient(left, rgba(169, 3, 42, 0.33) 0%, rgba(230, 58, 144, 0.43) 100%);
    background: -ms-linear-gradient(left, rgba(169, 3, 42, 0.33) 0%, rgba(230, 58, 144, 0.43) 100%);
     background: linear-gradient(to right, rgba(169, 3, 42, 0.33) 0%, rgba(230, 58, 144, 0.43) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(169, 3, 42, 0.33)', endColorstr='rgba(230, 58, 144, 0.43)', GradientType=1 );
    border-color: rgba(169, 3, 42, 0.33);
}
.widget-body-math{
        background: rgba(173, 127, 0, 0.33);
    background: -moz-linear-gradient(left, rgba(173, 127, 0, 0.33) 0%, rgba(232, 118, 5, 0.43) 69%, rgba(232, 118, 5, 0.43) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173, 127, 0, 0.33)), color-stop(69%, rgba(232, 118, 5, 0.43)), color-stop(100%, rgba(232, 118, 5, 0.43)));
    background: -webkit-linear-gradient(left, rgba(173, 127, 0, 0.33) 0%, rgba(232, 118, 5, 0.43) 69%, rgba(232, 118, 5, 0.43) 100%);
    background: -o-linear-gradient(left, rgba(173, 127, 0, 0.33) 0%, rgba(232, 118, 5, 0.43) 69%, rgba(232, 118, 5, 0.43) 100%);
    background: -ms-linear-gradient(left, rgba(173, 127, 0, 0.33) 0%, rgba(232, 118, 5, 0.43) 69%, rgba(232, 118, 5, 0.43) 100%);
    background: linear-gradient(to right, rgba(173, 127, 0, 0.33) 0%, rgba(232, 118, 5, 0.43) 69%, rgba(232, 118, 5, 0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(173, 127, 0, 0.33)', endColorstr='rgba(232, 118, 5, 0.43)', GradientType=1 );
    border-color: #AD8000;
}
.widget-body-english{
        background: rgba(102, 0, 153, 0.48);
    background: -moz-linear-gradient(left, rgba(102, 0, 153, 0.48) 0%, rgba(184, 85, 250, 0.43) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102, 0, 153, 0.48)), color-stop(100%, rgba(184, 85, 250, 0.43)));
    background: -webkit-linear-gradient(left, rgba(102, 0, 153, 0.48) 0%, rgba(184, 85, 250, 0.43) 100%);
    background: -o-linear-gradient(left, rgba(102, 0, 153, 0.48) 0%, rgba(184, 85, 250, 0.43) 100%);
    background: -ms-linear-gradient(left, rgba(102, 0, 153, 0.48) 0%, rgba(184, 85, 250, 0.43) 100%);
    background: linear-gradient(to right, rgba(102, 0, 153, 0.48) 0%, rgba(184, 85, 250, 0.43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(102, 0, 153, 0.48)', endColorstr='rgba(184, 85, 250, 0.43)', GradientType=1 );
    border-color: #660099;
}
.widget-body-gk{
        background: rgba(0, 75, 128, 0.33);
    background: -moz-linear-gradient(left, rgba(0, 75, 128, 0.33) 0%, rgba(108, 116, 204, 0.43) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 75, 128, 0.33)), color-stop(100%, rgba(108, 116, 204, 0.43)));
    background: -webkit-linear-gradient(left, rgba(0, 75, 128, 0.33) 0%, rgba(108, 116, 204, 0.43) 100%);
    background: -o-linear-gradient(left, rgba(0, 75, 128, 0.33) 0%, rgba(108, 116, 204, 0.43) 100%);
    background: -ms-linear-gradient(left, rgba(0, 75, 128, 0.33) 0%, rgba(108, 116, 204, 0.43) 100%);
    background: linear-gradient(to right, rgba(0, 75, 128, 0.33) 0%, rgba(108, 116, 204, 0.43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 75, 128, 0.33)', endColorstr='rgba(108, 116, 204, 0.43)', GradientType=1 );
    border-color: #004a80;
}
#Noticedetails li{
            display:none;
            font-size:16px;
            text-align:left;
        }
.text, .name{
    padding-bottom:10px;
}
.ExtraBold{
    font-size:18px;
}
.redC{
    color:red;
    font-weight:bold;
}
.nSub{
    width:70px;
    margin-right:-30px;
    float:right;
}
.textColorChange {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    -webkit-animation: text-color-change 2s infinite;
    -moz-animation: text-color-change 2s infinite;
    -o-animation: text-color-change 2s infinite;
    -ms-animation: text-color-change 2s infinite;
    animation: text-color-change 2s infinite;
}


@-webkit-keyframes text-color-change {
    0% {
        color: yellow;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

@-moz-keyframes text-color-change {
    0% {
        color: yellow;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

@-ms-keyframes text-color-change {
    0% {
        color: yellow;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

@-o-keyframes text-color-change {
    0% {
        color: yellow;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}

@keyframes text-color-change {
    0% {
        color: yellow;
    }

    50% {
        color: white;
    }

    100% {
        color: yellow;
    }
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.1;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.chapter-title {
    color: #1e1e1e;
    background-color: #ffd800; /*#5dc3f6;*/
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.training-module-link{
    font-size: 14px;
    color:black;
}
.center-aling-flexBox {
    border: none;
    position: absolute;
    display: flex;
    height: 869px;
    width: 88%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #fff;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.footer-training-ctrlbox {
    position: fixed !important;
    bottom: 20px !important;
    width: 84%;
}
#warningtab, #extratab, #desctab, #maintab {
    
    padding-top: 19px;
}