﻿.headerGroupName {
    -moz-box-shadow: 0 0 5px 1px rgba(209, 207, 209, .58);
    -webkit-box-shadow: 0 0 5px 1px rgba(209, 207, 209, .58);
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    box-shadow: 0 0 5px 1px rgba(209, 207, 209, .58);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    font-size: 2.2em;
    margin-bottom: 10px;
    padding: 12px 0;
}

.clsfirstitem { margin-left: 0 }

.clsdevexam {
    -ms-box-shadow: 0 0 2px grey;
    -webkit-box-shadow: 0 0 2px grey;
    border: 1px solid #808080;
    box-shadow: 0 0 2px grey;
    cursor: pointer;
    height: 60px;
    margin-right: 3%;
    vertical-align: central;
    width: 45%;
}

.axs { font-size: 1em }

.panel > .panel-heading { font-size: 1.2em }

@media (min-width: 320px) {
    .clswidth {
        display: inline-block;
        width: 100%;
    }

    .axs { font-size: 1.3em }

    .clsfirstitem { margin-left: 0 }
}

@media (min-width: 480px) {
    .clswidth {
        display: inline-block;
        width: 100%;
    }

    .axs { font-size: 1.3em }

    .clsfirstitem { margin-left: 0 }
}

@media (min-width: 600px) {
    .clswidth {
        display: inline-block;
        width: 100%;
    }

    .axs { font-size: 1em }

    .clsfirstitem { margin-left: 0 }
}

@media (min-width: 801px) {
    .clswidth {
        display: inline-block;
        width: 100%;
    }

    .axs { font-size: 1em }

    .clsfirstitem { margin-left: 0 }
}

@media (min-width: 1025px) {
    .clswidth {
        min-height: 100px;
        width: 31%;
    }

    .axs { font-size: 1em }

    .clsfirstitem { margin-left: 5px }
}

@media (min-width: 1281px) {
    .clswidth {
        min-height: 100px;
        width: 31%;
    }

    .axs { font-size: 1em }

    .clsfirstitem { margin-left: 5px }
}

.home-page-menu .gc1 { background-color: #2c65b3 }

.home-page-menu .gc1 h2 { border-bottom: 1px solid #77aefa }

.home-page-menu .gc1 ul li a { border: 1px solid #4782d3 }

.home-page-menu .gc1 ul li a:hover { color: #2c65b3 }

.home-page-menu .gc2 { background-color: #e1560b }

.home-page-menu .gc2 h2 { border-bottom: 1px solid #f5b9ab }

.home-page-menu .gc2 ul li a { border: 1px solid #d78a78 }

.home-page-menu .gc2 ul li a:hover { color: #e1560b }

.home-page-menu .gc3 { background-color: #336f19 }

.home-page-menu .gc3 h2 { border-bottom: 1px solid #5ada74 }

.home-page-menu .gc3 ul li a { border: 1px solid #50a160 }

.home-page-menu .gc3 ul li a:hover { color: #336f19 }

.home-page-menu .gc4 { background-color: #aa58a5 }

.home-page-menu .gc4 h2 { border-bottom: 1px solid #f49aee }

.home-page-menu .gc4 ul li a { border: 1px solid #d071ca }

.home-page-menu .gc4 ul li a:hover { color: #aa58a5 }

.home-page-menu .gc5 { background-color: #339384 }

.home-page-menu .gc5 h2 { border-bottom: 1px solid #7df0de }

.home-page-menu .gc5 ul li a { border: 1px solid #41ae9e }

.home-page-menu .gc5 ul li a:hover, .home-page-menu .gc5 ul li a.active { color: #339384 }

.home-page-menu .gc {
    color: #fff;
    margin: 10px 0 30px 0;
    padding: 5px;
}

.home-page-menu .gc h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}

.home-page-menu .gc ul {
    border-spacing: 5px;
    margin: 0 auto;
    text-align: center;
}

.home-page-menu .gc ul li { vertical-align: top }

.home-page-menu .gc ul li a {
    -moz-transition: .25s;
    -webkit-transition: .25s;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 80px;
    padding: 26px 5px;
    transition: .25s
}

.home-page-menu .gc ul li a:hover, .home-page-menu .gc ul li a.active {
    background-color: #fff;
    font-size: 22px
}

.sub-group {
    background-color: #fff;
    border: 1px solid #41ae9e;
    border-top-width: 0;
    display: none;
    margin-top: -6px;
    padding: 10px;
}

.sub-group .service-item {
    float: right;
    text-align: right;
    width: 280px;
}

.sub-group .service-item a {
    color: #339384;
    display: block;
    font-size: 16px;
    padding: 5px 10px;
}

.sub-group .service-item a:hover {
    background-color: #339384;
    color: #fff
}

.sub-group .service-item a i { font-size: 20px }

.navigatebar {
    background-color: #f1f1f1;
    font-family: 'B Koodak', BKoodak, tahoma;
    margin-bottom: 10px;
    padding: 0 10px;
}

.navigatebar .back-to-group-page {
    float: right;
    margin-left: 10px
}

.navigatebar .back-to-group-page a {
    -moz-transition: .25s;
    -webkit-transition: .25s;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #555;
    display: block;
    font-size: 15px;
    padding: 4px 10px 5px 10px;
    transition: .25s
}

.navigatebar .back-to-group-page a:hover { border-color: #333 }

.navigatebar .page-visit {
    float: left;
    font-size: 16px;
    padding: 4px 10px;
}

a:hover { text-decoration: none !important }

.nav-menu a {
    direction: ltr;
    padding: 1px 10px
}

.ent-content {
    font-family: 'B Koodak', BKoodak, tahoma;
    font-size: 12px
}

.ent-content .title-box {
    background-color: #dedede;
    border-top: 7px solid #cdcdcd;
    color: #b00;
    font-size: 20px;
    padding: 25px 5px;
    text-align: center;
}

.ent-content .body-box {
    position: relative;
    text-align: right;
}

.ent-content .body-box .test-date-box-p {
    display: inline-block;
    margin-left: 1px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 66.2%;
}

.ent-content .body-box .test-date-box { margin-bottom: 50px }

.ent-content .body-box .test-date-box-fixed {
    bottom: 0;
    position: fixed;
    width: 662px;
}

.ent-content .body-box .all-content-box-p {
    display: inline-block;
    margin-right: 1px;
    margin-top: 10px;
    vertical-align: top;
    width: 33.3%;
}

.ent-content .body-box .all-content-box { margin-bottom: 50px }

.ent-content .body-box .all-content-box-fixed {
    bottom: 0;
    position: fixed;
    width: 333px;
}

.test-date-box .test-date-content { padding: 5px 10px }

.ent-content .body-box .full-width-box {
    margin: 40px 0;
    padding: 5px
}

.movie-box {
    clear: both;
    margin-bottom: 80px
}

.movie-box ul li {
    display: inline-block;
    margin: 5px;
    text-align: center;
    vertical-align: top;
    width: 31%;
}

.movie-box ul li a {
    display: block;
    height: 110px;
    overflow: hidden
}

.movie-box ul li a img { width: 100% }

.movie-box ul li a .black-layer {
    background-color: #000;
    display: none;
    height: 110%;
    margin-top: -120px;
    opacity: .5;
    position: relative;
    width: 110%;
}

.movie-box ul li a .desc {
    -moz-transition: .25s;
    background: #656565;
    background: -moz-linear-gradient(top, #000 5%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, #000 5%, transparent 100%);
    background: -o-linear-gradient(top, #000 5%, transparent 100%);
    background: -ms-linear-gradient(top, #000 5%, transparent 100%);
    background: linear-gradient(top, #000 21%, transparent 100%);
    color: #fff;
    margin-top: -33%;
    padding: 5px;
    position: relative;
    text-align: right;
    transition: .25s;
    webkit-transition: .25s;
}

.movie-box ul li a .desc h1 {
    font-size: 15px;
    margin-bottom: 10px
}

.movie-box ul li a .desc h2 { font-size: 13px }

.movie-box ul li a .desc div { padding-top: 20px }

.movie-box ul li a .desc span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
}

.movie-box ul li a .desc span i { margin-left: 2px }

.movie-box ul li a:hover .desc { margin-top: -55% }

.movie-box ul li a:hover .black-layer { display: block }

.movie-box1 { clear: both }

.movie-box1 ul li {
    display: inline-block;
    margin: 5px;
    text-align: center;
    vertical-align: top;
}

.movie-box1 ul li a {
    display: block;
    height: 110px;
    overflow: hidden
}

.movie-box1 ul li a img { width: 100% }

.movie-box1 ul li a .black-layer {
    background-color: #000;
    display: none;
    height: 110%;
    margin-top: -120px;
    opacity: .5;
    position: relative;
    width: 110%;
}

.movie-box1 ul li a .desc {
    -moz-transition: .25s;
    background: #656565;
    background: -moz-linear-gradient(top, #000 5%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, #000 5%, transparent 100%);
    background: -o-linear-gradient(top, #000 5%, transparent 100%);
    background: -ms-linear-gradient(top, #000 5%, transparent 100%);
    background: linear-gradient(top, #000 21%, transparent 100%);
    color: #fff;
    margin-top: -20%;
    padding: 5px;
    position: relative;
    text-align: right;
    transition: .25s;
    webkit-transition: .25s;
}

.movie-box1 ul li a .desc h1 {
    font-size: 15px;
    margin-bottom: 10px
}

.movie-box1 ul li a .desc h2 { font-size: 13px }

.movie-box1 ul li a .desc div { padding-top: 20px }

.movie-box1 ul li a .desc span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
}

.movie-box1 ul li a .desc span i { margin-left: 2px }

.movie-box1 ul li a:hover .desc { margin-top: -35% }

.movie-box1 ul li a:hover .black-layer { display: block }

.test-date-box .project-list {
    clear: both;
    margin-bottom: 10px;
    padding-right: 5px
}

.test-date-box .project-list ul { text-align: right }

.test-date-box .project-list ul li {
    display: inline-block;
    margin: 0 1px 0 2px;
    padding: 0;
    text-align: center;
    width: 79px;
}

.test-date-box .project-list ul li a {
    color: #999;
    cursor: default;
    display: block;
    font-size: 13px;
    padding: 17px 0;
    vertical-align: top;
}

.test-date-box .project-list ul li a:hover { color: #999 }

.test-date-box .project-list ul li a.enable { color: #0072c6 }

.test-date-box .project-list ul li a.enable:hover {
    background-color: #e8e8e8;
    cursor: pointer
}

.test-date-box .project-list ul li a.active {
    background-color: #dedede;
    color: #164fb6
}

.test-date-box .test-date-list {
    background-color: #dedede;
    clear: both;
    margin-bottom: 20px;
    text-align: center
}

.test-date-box .test-date-list ul li {
    display: inline-block;
    margin: 0 1px 0 2px;
    padding: 0;
    width: 90px
}

.test-date-box .test-date-list ul li a {
    border-top: 5px solid #cdcdcd;
    color: #999;
    cursor: default;
    display: block;
    font-size: 13px;
    padding: 17px 5px;
    vertical-align: top;
}

.test-date-box .test-date-list ul li a.enable { color: #164fb6 }

.test-date-box .test-date-list ul li a.enable:hover {
    background-color: #e8e8e8;
    border-top: 5px solid #447bdf;
    cursor: pointer
}

.test-date-box .test-date-list ul li a.active {
    background-color: #fff;
    border-top: 5px solid #447bdf;
    color: #164fb6
}

.tdc-box { margin-top: 80px }

.tdc-box .tdc-box-title {
    border-top-style: solid;
    border-top-width: 2px;
    font-size: 17px;
    padding: 10px 5px 10px 5px;
}

.tdc-box .tdc-box-title i {
    display: inline-block;
    font-size: 10px;
    margin-left: 3px;
}

.tdc-box .tdc-box-title h2 { display: inline-block }

.tdc-box .tdc-box-content { padding: 5px 25px 5px 5px }

.tdc-box .tdc-box-title-green {
    border-top-color: #006400;
    color: #006400;
}

.tdc-box .tdc-box-title-red {
    border-top-color: #b00;
    color: #b00;
}

.tdc-box .tdc-box-title-blue {
    border-top-color: #164fb6;
    color: #164fb6;
}

.tdc-box .tdc-box-title-orange {
    border-top-color: #ff4500;
    color: #ff4500;
}

.tdc-box .tdc-box-title-bluered {
    border-top-color: #4b0082;
    color: #4b0082;
}

.tdc-box .tdc-box-title-pink {
    border-top-color: #9f2268;
    color: #9f2268;
}

.ls { text-align: center }

.ls li {
    display: inline-block;
    margin: 5px 0 0 5px;
    vertical-align: top;
}

.ls li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #efefef;
    background: -moz-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #efefef));
    background: -webkit-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -o-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: linear-gradient(top, #dedede 20%, #efefef 80%);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #232323;
    display: table-cell;
    font-size: 15px;
    height: 100px;
    padding: 10px 2px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

.ls li a:hover {
    background: -moz-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #ccc));
    background: -webkit-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -o-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: linear-gradient(top, #dedede 20%, #ccc 80%);
    border-color: #aaa;
    color: #9f2268;
}

.ls li a div {
    color: #808080;
    margin-top: 10px;
}

.br-movie a {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 90px;
    width: 100%;
}

.br-movie a:hover { opacity: .7 }

.br-movie a:hover > .play-icon { opacity: 1 }

.br-movie .play-icon {
    opacity: .4;
    position: relative;
    right: 60px;
    top: 20px;
    width: 25%;
}

.test-key-link {
    -moz-transition: .25s;
    background: #fff url(/Images/GroupPage/gp/TestKey.jpg) no-repeat top center;
    display: block;
    height: 80px;
    text-align: center;
    transition: .25s;
    webkit-transition: .25s;
    width: 100%;
}

.test-key-link .dark-layer {
    background: #000;
    background: -moz-linear-gradient(top, #000 5%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, #000 5%, transparent 100%);
    background: -o-linear-gradient(top, #000 5%, transparent 100%);
    background: -ms-linear-gradient(top, #000 5%, transparent 100%);
    background: linear-gradient(top, #000 21%, transparent 100%);
    color: #fff;
    font-size: 14px;
    height: 100%;
    opacity: .1;
    padding-top: 20px;
    width: 100%;
    zoom: 2
}

.test-key-link:hover { height: 200px }

.test-key-link:hover > .dark-layer { opacity: .8 }

.half-box {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    width: 49%;
}

.half-box > a.ts-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #efefef;
    background: -moz-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #efefef));
    background: -webkit-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -o-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: linear-gradient(top, #dedede 20%, #efefef 80%);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #232323;
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    padding: 10px 5px;
}

.half-box > a.ts-link:hover {
    background: -moz-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #ccc));
    background: -webkit-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -o-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: linear-gradient(top, #dedede 20%, #ccc 80%);
    border-color: #aaa;
    color: #a00;
}

.half-box .course-list li {
    display: inline-block;
    margin: 0 0 4px 2px;
    width: 49%;
}

.half-box .course-list li a {
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc;
    color: #323232;
    display: block;
    font-size: 14px;
    padding: 4px 3px;
}

.half-box .course-list li a:hover {
    border-color: #900;
    color: #900
}

.mistake-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #efefef;
    background: -moz-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #efefef));
    background: -webkit-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -o-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: linear-gradient(top, #dedede 20%, #efefef 80%);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #232323;
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    padding: 10px 10px;
}

.mistake-link:hover {
    background: -moz-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #ccc));
    background: -webkit-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -o-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: linear-gradient(top, #dedede 20%, #ccc 80%);
    border-color: #aaa;
    color: #4b0082;
}

.mistake-link i { font-size: 26px }

.analysis-movie a {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 163px;
    width: 290px;
}

.analysis-movie a:hover { opacity: .7 }

.analysis-movie a:hover > .play-icon { opacity: 1 }

.analysis-movie .play-icon {
    opacity: .4;
    position: relative;
    right: 105px;
    top: 40px;
    width: 25%;
}

.test-analysis-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #232323;
    display: block;
    font-size: 14px;
    padding: 15px 5px;
}

.test-analysis-link:hover {
    background-color: #f2f2f2;
    border-color: #aaa;
    color: #1e90ff;
}

.pdf-test-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #efefef;
    background: -moz-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #efefef));
    background: -webkit-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -o-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #efefef 80%);
    background: linear-gradient(top, #dedede 20%, #efefef 80%);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #232323;
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    padding: 10px 10px;
}

.pdf-test-link:hover {
    background: -moz-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dedede), color-stop(80%, #ccc));
    background: -webkit-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -o-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: -ms-linear-gradient(top, #dedede 20%, #ccc 80%);
    background: linear-gradient(top, #dedede 20%, #ccc 80%);
    border-color: #aaa;
    color: #ce4410;
}

.pdf-test-link i { font-size: 26px }

.toggle-box {
    -moz-transition: .25s;
    border-right-style: solid;
    border-right-width: 2px;
    margin-bottom: 40px;
    max-height: 100px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 7px;
    transition: .25s;
    webkit-transition: .25s;
}

.toggle-box:hover { max-height: 1000px }

.toggle-box:hover > span { display: none }

.toggle-box .toggle-box-title { font-size: 17px }

.toggle-box .toggle-box-title i {
    display: inline-block;
    font-size: 10px;
    margin-left: 3px;
}

.toggle-box .toggle-box-title h2 { display: inline-block }

.toggle-box .toggle-box-content { padding-top: 5px }

.toggle-box-blue {
    border-right-color: #0072c6;
    color: #0072c6
}

.toggle-box-green {
    border-right-color: #006400;
    color: #006400;
}

.toggle-box-green a { color: #24ad24 }

.toggle-box-red {
    border-right-color: #b00;
    color: #b00;
}

.toggle-box-red a { color: #c00 }

.toggle-box-orange {
    border-right-color: #ff4500;
    color: #ff4500;
}

.toggle-box-orange a { color: #ff7c32 }

.toggle-box-bluered {
    border-right-color: #4b0082;
    color: #4b0082;
}

.toggle-box-bluered a { color: #8f0082 }

.article-list { list-style-type: none }

.article-list li {
    border-bottom: 1px solid #f9f9f9;
    overflow: hidden
}

.article-list li a {
    display: block;
    min-height: 65px;
    padding: 5px 5px 10px 5px;
}

.article-list li a:hover { background-color: #efefef }

.article-list li a img {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    max-height: 55px;
    width: 50px;
}

.article-list li a span {
    font-size: 14px;
    vertical-align: top
}

.article-list li a p { color: #000 }

.more-article {
    background-color: #f0f0f0;
    clear: both;
    color: #1e3e93;
    display: block;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 2px;
    text-align: center;
}

.panel-body:hover .more-article {
    background-color: #0babd0;
    color: #fff
}

.more-article:hover {
    background-color: #0babd0;
    color: #fff
}

.link-box {
    border-right-color: #4b0082;
    border-right-style: solid;
    border-right-width: 2px;
    padding: 0 7px 10px 0
}

.link-box .link-box-title { font-size: 17px }

.link-box .link-box-title i {
    display: inline-block;
    font-size: 10px;
    margin-left: 3px;
}

.link-box .link-box-title h2 { display: inline-block }

.link-box .link-box-content { padding-top: 5px }

.link-box ul {
    line-height: 1.8;
    margin-right: 20px;
}

.link-box ul li { font-size: 15px }

.link-box ul li i { font-size: 12px }

.link-box ul li a { color: #8322cb }

.link-box ul li a:hover {
    color: #4b0082;
    text-decoration: underline !important;
}

.department-list { text-align: center }

.department-list li {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: top;
}

.department-list li a {
    border: 1px solid #dedede;
    border-top-width: 5px;
    display: block;
    height: 125px;
    padding: 5px 2px;
    width: 120px;
}

.department-list li a:hover {
    background-color: #fafafa;
    border-color: #9a9a9a;
}

.department-list li a img {
    max-height: 130px;
    width: 70px;
}

.department-list li a div { font-size: 14px }

.std-birthday { text-align: center }

.std-birthday li, .std-birthday .std-birthday-item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #898989;
    border-radius: 5px;
    display: inline-block;
    margin: 2px;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
    width: 180px;
}

.std-birthday li img, .std-birthday .std-birthday-item img {
    border: 1px solid #efefef;
    display: inline-block !important;
    height: 150px;
    width: 120px;
}

.std-birthday li div, .std-birthday .std-birthday-item div {
    color: #000;
    font-size: 16px;
    padding: 5px;
    text-align: center
}

/*.image1 {
    margin: 0 auto !important;
    text-align: center;
}

.image1 li {
    border: 1px solid #f5e7e7;
    display: inline-block;
    height: 170px;
    margin: 2px;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
    width: 18%;
}

.image1 li a { display: block }

.image1 li a:hover { background-color: #f2f2f2 }

.image1 li img {
    border: 1px solid #efefef;
    height: 100px;
    width: 100%;
}

.image1 li div {
    color: #000;
    padding: 5px;
    text-align: center
}*/

.std-twins { text-align: center }

.std-twins li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #898989;
    border-radius: 5px;
    display: inline-block;
    margin: 2px;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
    width: 300px;
}

.std-twins li img {
    border: 1px solid #efefef;
    height: 150px;
    max-width: 260px !important;
    width: auto !important;
}

.std-twins li div {
    color: #000;
    font-size: 16px;
    padding: 5px;
    text-align: center
}

.carouselCource-control {
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    background: #222;
    border: 3px solid #fff;
    border-radius: 23px;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    line-height: 30px;
    margin-top: -20px;
    opacity: .5;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 40%;
    width: 40px;
}

a.right.carouselCource-control {
    color: #868686;
    font-size: 102px;
    right: -1%;
    text-decoration: none;
    top: -117px;
}

.carouselCource-control {
    position: relative;
    width: 2%;
}

a.left.carouselCource-control {
    color: #868686;
    font-size: 102px;
    right: 95.5%;
    text-decoration: none;
    top: -117px;
}

.tes .project-list {
    clear: both;
    margin-bottom: 3px;
    padding-right: 0
}

.tes .project-list ul { text-align: right }

.tes .project-list ul li {
    display: inline-block;
    margin: 0 1px 0 2px;
    padding: 0;
    text-align: center;
    width: 79px;
}

.tes .project-list ul li a {
    color: #999;
    cursor: default;
    display: block;
    font-size: 13px;
    padding: 17px 0;
    vertical-align: top;
}

.tes .project-list ul li a:hover { color: #999 }

.tes .project-list ul li a.enable { color: #0072c6 }

.tes .project-list ul li a.enable:hover {
    background-color: #e8e8e8;
    cursor: pointer
}

.tes .project-list ul li a.active {
    background-color: #eee;
    color: #164fb6
}

.tes .test-date-list {
    background-color: #eee;
    clear: both;
    margin-bottom: 5px;
    text-align: center
}

.tes .test-date-list ul li {
    display: inline-block;
    padding: 0;
    width: 90px
}

.tes .test-date-list ul li a {
    border-top: 5px solid #cdcdcd;
    color: #999;
    display: block;
    font-size: 13px;
    padding: 12px 5px;
    position: relative;
    vertical-align: top;
}

.tes .test-date-list ul li a.active:after {
    border-bottom: 27px solid #eee;
    border-right: 30px solid rgba(238, 238, 238, 0);
    border-top: 27px solid #eee;
    content: " ";
    display: block;
    height: 0;
    left: 0;
    margin-top: -36px;
    position: absolute;
    width: 0;
    z-index: 3
}

.tes .test-date-list ul li a.active:before {
    border-bottom: 27px solid rgba(255, 255, 255, 0);
    border-right: 30px solid #eee;
    border-top: 27px solid rgba(255, 255, 255, 0);
    content: " ";
    display: block;
    height: 0;
    margin-right: -5px;
    margin-top: -17px;
    position: absolute;
    width: 0;
    z-index: 3
}

.tes .test-date-list ul li a.enable {
    border-top: 5px solid #0babd0 !important;
    color: #164fb6 !important;
}

.tes .test-date-list ul li a.enable:hover {
    background-color: #e8e8e8;
    border-top: 5px solid #0babd0;
    cursor: pointer
}

.tes .test-date-list ul li a.active {
    background-color: #0babd0;
    color: #fff
}

.video-list-thumbs > li { margin-bottom: 12px }

.video-list-thumbs li a {
    background-color: #f7f7f7;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
}

.video-list-thumbs > li > a:hover {
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    text-decoration: none;
    transition: all 500ms ease;
}

.video-list-thumbs h2 {
    bottom: 0;
    font-size: 14px;
    height: 50px;
    margin: 8px 0 0
}

.video-list-thumbs h3 {
    background-color: #0babd0;
    color: #fff;
    height: 40px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.video-list-thumbs h3.edu { background-color: #b00 }

.video-list-thumbs .icon-play-circle {
    color: #fff !important;
    font-size: 50px;
    opacity: .6;
    position: absolute;
    right: 35%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    top: 30%;
}

.video-list-thumbs > li > a:hover .icon-play-circle {
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    transition: all 500ms ease
}

@media (min-width: 320px) and (max-width: 480px) {
    .video-list-thumbs .icon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0
    }
}




/*-----------------------------------------------------------------------------------*/
.mistakelink {
    height: 130px;
}

.more-article {
    background-color: #f0f0f0;
    clear: both;
    color: #1e3e93;
    display: block;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px 2px;
    text-align: center;
}

.article-list li a span {
    font-size: 14px;
    vertical-align: top;
}

.leftlink {
    display: block;
    border-radius: 0;
    margin: 1px;
    padding: 10px;
    font-size: 1.1em;
    text-shadow: 0 0px 0;
}


/*-----------------------------------------------------------------------------------*/
.objecttitle {
    padding: 10px;
    font-size: 8px;
    margin-left: 1px;
}

.more-object {
    cursor: pointer;
    display: block;
    background-color: #f5f1f1;
    border: 1px solid #CECCCC;
    text-align: center;
    margin: 0.1em;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    padding: 1px;
}

.more-object2 {
    cursor: pointer;
    display: block;
    background-color: #6f6767;
    background-color: rgba(111, 103, 103, 0.65);
    border: 1px solid #CECCCC;
    text-align: center;
    margin: 0.1em;
    text-decoration: none;
    color: white;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    padding: 1px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

    .more-object2 i {
        vertical-align: middle;
        color: #428bca;
    }

.more-object i {
    vertical-align: middle;
    color: #CECECE;
}

.more-object:hover i {
    color: #0BABD0;
}

.more-object:hover {
    background-color: #DED9D9;
}

.col-md-4:hover a.more-object {
    background-color: #0BABD0;
    color: white;
}

.objlist .media-left .icon-play-circle {
    color: #fff !important;
    font-size: 31px;
    opacity: 0.6;
    position: absolute;
    padding: 6px 12px;
    padding-top: 7px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.tblDatesumcrs .media:first-child {
    padding: 7px 0;
}

.tblDatesumcrs .media:hover {
    background-color: #F1F1F1;
}

.tblDatesumcrs td, .tblDatesumcrs th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.listObjName li.liObjName {
    padding: 7px 10px;
    border: 1px solid #9A9A9A;
    font-size: 10px;
    display: inline;
    float: right;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    background-color: #0BABD0;
    color: #fff;
}

.listObjName li.liObjName2 {
    padding: 5px;
    /*border: 1px solid #9A9A9A;*/
    font-size: 10px;
    display: inline;
    float: right;
    /*-moz-border-radius: .2em;
            -webkit-border-radius: .2em;
            border-radius: .2em;
            background-color: #0BABD0;
            color: #fff;*/
}

.img-back {
    text-align: center; /*background-color: #cecece*/
    border-radius: 5px;
    margin: 2px;
}

.paneltitles {
    padding: 8px;
    font-size: 18px;
    color: white;
    background-color: #0BABD0;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.dabestanMoshavereLink {
    background-color: #eaeaea;
    padding: 9px;
    color: black;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    margin: 4px;
}

/*-----------------------------------------------------------------------------------*/


.gp-book-box .book-list {
    clear: both;
    text-align: right;
}

.gp-book-box .book-list li {
    display: inline-block;
    height: 185px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    font-family: tahoma;
    font-size: 11px;
}

    .gp-book-box .book-list li a {
        display: block;
        border: 3px solid #fff;
        text-align: center;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        /* CSS3 Transition: */
        -webkit-transition: 0.30s;
        /* Future proofing (these do not work yet): */
        -moz-transition: 0.30s;
        transition: 0.30s;
    }

        .gp-book-box .book-list li a:hover {
            color: #174d1c;
        }

        .gp-book-box .book-list li a img {
            display: block;
            max-height: 132px;
            margin-bottom: 7px;
            border: 1px solid #fff;
            -webkit-box-shadow: 0 7px 6px -3px #a09f98;
            -moz-box-shadow: 0 7px 6px -3px #a09f98;
            box-shadow: 0 7px 6px -3px #a09f98;
        }

        .gp-book-box .book-list li a:hover > img {
            border: 1px solid #174d1c;
            -webkit-box-shadow: 0 7px 6px -3px #174d1c;
            -moz-box-shadow: 0 7px 6px -3px #174d1c;
            box-shadow: 0 7px 6px -3px #174d1c;
        }


/*-----------------------------------------------------------------------------------*/