﻿* {
    font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #084141;
    line-height: 1.8em;
    font-size: 14px;
}

ol.e {
    list-style-type: cjk-ideographic;
}

a, select {
    outline: none;
    border: 0;
}

.logoimg {
    margin: 14px 0px 5px 0px;
}

#navmenu {
    background: #13a5a4;
    border-color: #0d6d6c;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    #navmenu li {
        font-weight: bold;
    }

    #navmenu a {
        color: #fff;
        text-decoration: none;
        padding-right: 7px;
        padding-left: 7px;
    }

        #navmenu a:hover, a:active {
            color: #fff;
        }


body {
    padding-top: 70px;
    padding-bottom: 20px;
}

hr {
    color: #13a5a4;
    border: 1px solid #13a5a4;
    border-radius: 6px;
}

.breadcrumbs {
    padding: 10px 0;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 25px 15px 0 15px;
}

.container .nolist {
    list-style: none;
}

.container h1, .container h1 .title {
    padding: 10px 0 15px;
    /* border-bottom: 2px solid #1fb0fe; */
    color: #13a5a4;
    text-shadow: 0px 0px 6px #8c9999;
    margin: 0;
}

    .container h1 .title {
        font-size: 36px;
    }

.CourseCon.content .newsTitle {
    padding: 0;
}

.content .btn-default {
    background: #13a5a4;
}

.dropdown-menu > li > a:hover span {
    color: #fff;
}

.content .btn-default:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: #0d6d6c;
}

.dropdown-menu {
    background: #fff;
}

.dropdown-toggle.btn-default, .dropdown-toggle.btn-default:hover {
    background: #fff;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: #fff;
    color: #084141;
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
}

.dropdown-submenu > a:after {
    border-left-color: #fff;
    margin-right: 1px;
}

.contentBG h3, .contentBG h3 .title {
    font-weight: bold;
    padding-top: 15px;
    font-size: 24px;
}

.contentBG h4 {
    font-weight: bold;
}


.container .suList {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .container .suList li {
        list-style: none;
        float: left;
        border-right: 1px solid #1fb0fe;
        text-align: center;
        /* width: 95px; */
        margin: 5px 0;
        cursor: pointer;
        padding: 0 15px;
    }

        .container .suList li:last-child {
            border-right: 0;
        }

.container .surLeader, .container .surMember {
    padding-left: 25px;
}

    .container .surLeader .title, .container .surMember .title {
        float: left;
        width: 25%;
    }

    .container .surMember .member {
        float: left;
        width: 75%;
    }

.container .surName {
    float: left;
    width: 10%;
    padding-left: 25px;
}

.container .surUnite {
    float: left;
    width: 90%;
}

.container .surName, .container .surLeader .title, .container .surMember .title {
    float: left;
    width: 17%;
}

.container .surUnite, .container .surMember .member {
    float: left;
    width: 83%;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.logoimg {
    width: 270px;
}

.box {
    margin: 0px 0px 0px 0px;
    border: solid #ccc 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px 1px #ccc;
    box-shadow: 1px 1px 8px 1px #ccc;
}

.box2 {
    margin: 20px 5px 0px 5px;
    border: solid #ccc 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px 1px #ccc;
    box-shadow: 1px 1px 8px 1px #ccc;
}

    .box2 .title {
        color: #fff;
        border-radius: 6px 6px 0 0;
        /* border-bottom: 1px solid #0d6d6c; */
        padding-left: 5px;
        display: inline-block;
        width: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fb0fe+0,7db9e8+100&1+80,0+100 */
        background: -moz-linear-gradient(top, rgba(31,176,254,1) 0%, rgba(106,183,236,1) 80%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(31,176,254,1) 0%,rgba(106,183,236,1) 80%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
        /* background: linear-gradient(to bottom, rgba(31,176,254,1) 0%,rgba(106,183,236,1) 80%,rgba(125,185,232,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb0fe', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    }

        .box2 .title h2 {
            margin: 10px 0 10px 15px;
        }

.navbar-header {
    z-index: 999;
    position: relative;
}

.navbar .navbar-collapse {
    position: relative;
    border-color: #0d6d6c;
}

    .navbar .navbar-collapse > ul {
        position: absolute;
        bottom: 0;
        right: 0%;
        max-width: 73%;
    }


@media screen and (min-width: 797px) and (max-width: 1024px) {

    .navbar-nav {
        width: 60%;
    }

    .course .content .newsDate {
        display: none;
    }

    .course .content div.signDate {
        /* float: right; */
        /* width: 36%; */
        /* text-align: right; */
    }

    .createUser ul.education li div input[type="text"] {
        float: none;
        width: 31%;
    }
}

@media screen and (max-width: 1125px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) { /*mobile*/
    .navbar-toggle {
        margin-top: 12px;
    }

    .logoimg {
        width: 255px;
        margin: 5px 0px 5px 0px;
    }

    .navbar .navbar-collapse > ul {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }

    .root:hover > .dropdown-menu, .root.open > ul.dropdown-menu {
        width: 100%;
        background: #1fb0fe;
        position: relative;
        margin-bottom: 10px;
    }

    .root:hover > ul.dropdown-menu.multi-level .dropdown-submenu:hover .dropdown-menu {
        position: relative;
        left: 0;
        background: #1fb0fe;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
        text-indent: 15px;
    }

    .root.open > ul.dropdown-menu {
        display: block;
    }

    .root > ul.dropdown-menu {
        display: none;
    }

    .navbar .navbar-collapse > ul {
        max-width: none;
    }

    #navmenu a {
        padding-top: 10px;
    }

    .body-content {
        padding: 0px 15px 0 15px;
    }

    .container .col-md-4 {
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 100%;
        height: 17em;
        margin: 2% 0;
    }

    .container .row {
        margin: 0 auto;
    }

    .container .surName, .container .surLeader .title, .container .surMember .title {
        float: left;
        width: 28%;
    }

    .container .surUnite, .container .surMember .member {
        float: left;
        width: 71%;
    }

    .contentBG .leftMenu {
        display: none;
    }

    .contentBG .content {
        width: 100%;
        border: 1px solid #fffcfc;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 2%;
        border-radius: 6px;
        display: inline-block;
    }

    .contentBG .fullcontent {
        width: 100%;
        border: 1px solid #fffcfc;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 2%;
        border-radius: 6px;
    }

    div.marquee {
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 93%;
    }

    .container .selBG {
        padding-bottom: 10px;
    }

    .newsList .item .newsTitle {
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 69%;
    }

    .content .newsCat.pDown {
        display: block;
        width: 65px;
        font-weight: bold;
    }

    /*.content .newsTitle {
        font-size: 25px;
    }*/

    .course .content .newsTitle {
        width: 70%;
    }

    .content .newsCat {
        width: 10%;
        color: #666;
        display: none;
    }

    .content .newsDate {
        color: #666;
    }

    .course .content .newsDate, .course .content .signStatus {
        display: none;
    }

    .course .content .signDate {
        /*float: right;*/
    }

    .credit-status .newsTitle, .credit-status .newsList .item .newsTitle {
        width: 40%;
    }

    .credit-status .status {
        float: left;
        width: 25%;
        text-align: center;
    }

        .credit-status .status.file {
            display: none;
        }

    .Date {
        float: left;
        width: 30%;
        text-align: center;
    }

    .memo {
        width: 44%;
    }

    .Date div {
        line-height: 9px;
        text-align: center;
        width: 100%;
    }

    .course .item .Date {
        margin-top: 6px;
    }

    .attendanceList .Date {
        width:34%;
    }
    .DIV_pageInfo .DIV_pager {
        text-align: center;
    }

    .DIV_pageInfo .span_totalPage {
        display: none;
    }

    .DIV_pageInfo .perPage {
        display: none;
    }

    .createUser ul {
        margin: 0;
        padding: 0;
    }

    .createUser li .serviceUnit input[type="text"] {
        margin: 0 2% 15px 0;
        width: 47%;
    }

    .createUser .education li input[type="text"], .createUser .experience li input[type="text"] {
        margin: 0 2% 15px 0;
    }

    .createUser .education li .eduDur {
        padding-top: 10px;
    }

        .createUser .education li .eduDur input[type="text"], .createUser .experience li .eduDur input[type="text"] {
            width: 33%;
        }

    .createUser li .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        display: inline-block;
    }

    .createUser li .serviceUnit input[type="text"].zipcode {
        width: 25%;
        margin-bottom: 0;
    }

    .createUser li .serviceUnit input[type="text"].address {
        width: 69%;
        margin: 0;
    }

    .contentBG .forget {
        width: 80%;
        margin: 0 auto;
    }

    .signupList div .name {
        width: 45%;
    }

    .signupList div .signStatus {
        width: 30%;
    }

    .signupList .unit {
        display: none;
    }

    .search.login {
        padding-bottom: 15px;
    }

    .createUser li .text-danger {
        padding-left: 0%;
    }

    .MealMsg {
        width: 100%;
        display: inline-block;
    }

    .creditList .newsList .item .newsTitle, .creditList .newsHeader .newsTitle {
        white-space: inherit;
        text-overflow: inherit;
        -o-text-overflow: inherit;
        overflow: auto;
        width: 45%;
        padding-right: 10px;
    }

    .creditList .newsCat {
        color: inherit;
        display: block;
    }

    .payList .newsList .item .newsCat:not(.payStatus), .content .payList .newsCat:not(.payStatus), .payList .newsList .item div.newsCat:not(.payStatus) {
        display: none;
    }

    .payList .newsTitle, .payList .item .newsTitle {
        width: 14%;
    }

    .payList .newsList .item .newsCat.payStatus, .content .payList .newsCat.payStatus {
        width: 26%;
        display: table;
        text-align: center;
        color: inherit;
    }

    .course .login input[type=text],.credit .login input[type=text]{
        width: 175px;
    }

    .btn-print {
        display: none;
    }
        
    .content.attendanceList .search input[type=text] {
    width: 55%;
    margin-top: 10px;
}
    .galleryItm {
        width: 48%;
    }

    footer div {
        font-size: 10px;
        -webkit-transform: scale(0.83);
    }
}

.navbar .dropdown-menu {
    background: #13a5a4;
    padding: 0px 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #0d6d6c;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #0d6d6c;
    color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #0d6d6c;
}

.container .btn-primary, .btn-default {
    background: #13a5a4;
    border-color: #0d6d6c;
    color: #fff;
}

    .container .btn-primary:hover, .btn-default:hover {
        background: #0d6d6c;
        color: #fff;
    }

.container .sur1, .container .sur2, .container .sur3, .container .sur4, .container .sur5, .container .sur6, .container .sur7, .container .sur8, .container .sur9, .container .sur10, .container .sur11 {
    display: inline-block;
    width: 100%;
}

.download {
    padding-top: 40px;
}

    .download .imgFileIcon {
        width: 5%;
        padding-left: 10px;
    }

b.caret {
    color: #fff;
}

.selBG .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 170px;
}

.container .selBG.search input[type=submit] {
    width: 70px;
    margin-left: 10px;
}

@media (min-width: 768px) { /*desktop*/

    .container .col-md-4 {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-right: 1%;
        width: 32.6%;
        height: 17em;
    }

        .container .col-md-4:last-child {
            margin-right: 0;
        }

    .contentBG {
        display: inline-block;
        width: 100%;
        min-height: 650px;
    }


        .contentBG .leftMenu {
            float: left;
            width: 25%;
            margin-right: 20px;
            background: #b8e1e1;
            border-radius: 6px;
            /* margin-top: 30px; */
            border: 1px solid #0d6d6c;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

        .contentBG .content {
            float: left;
            width: 72%;
            /* box-shadow: inset 0px 8px 8px -8px #8f8f8f, 0px 8px 8px -8px #8f8f8f; */
            border: 1px solid #fffcfc;
            -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.175);
            box-shadow: 0px 3px 12px rgba(0,0,0,.175);
            padding: 2%;
            border-radius: 6px;
        }

        .contentBG .fullcontent {
            float: left;
            width: 100%;
            /* box-shadow: inset 0px 8px 8px -8px #8f8f8f, 0px 8px 8px -8px #8f8f8f; */
            border: 1px solid #fffcfc;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            padding: 2%;
            border-radius: 6px;
        }

        .contentBG .moveto {
            padding-top: 20px;
        }

    .course .selBG .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        display: none;
    }

    .container .selBG {
        position: absolute;
        /* top: 55px; */
        right: 0px;
        bottom: 15px;
    }

        .container .selBG.search input[type=text] {
            width: 67%;
        }

    div.marquee {
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 93%;
    }

    .newsList .item .newsTitle {
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 78%;
    }

    .fancybox-inner .contentBG .content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .content .newsTitle {
        float: left;
        width: 78%;
    }

    .credit-status .newsTitle, .credit-status .newsList .item .newsTitle {
        width: 40%;
    }

    .credit-status .status {
        float: left;
        width: 20%;
        text-align: center;
    }

        .credit-status .status > a:last-child {
            padding-left: 10px;
        }

    .creditList .newsTitle, .creditList .newsList .item .newsTitle {
        float: left;
        width: 62%;
    }

    .content.attendance .newsTitle { width: 62%;
    }
    .course .content .newsTitle {
        width: 57%;
    }

    .content .newsCat {
        float: left;
        /*color: #666;*/
        width: 10%;
        text-align: center;
    }

    .content .newsDate {
        color: #666;
        float: right;
    }

    .course .content .signDate {
        /* width: 22%; */
        /* float: left; */
        /* text-align: center; */
    }

    .content .newsCat.pDown {
        position: absolute;
        bottom: 10px;
        right: 80px;
        font-weight: bold;
        display: block;
    }

    .content .newsDate.pDown {
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .Date {
        float: left;
        width: 18%;
        text-align: center;
    }

    .memo {
        width: 44%;
    }

    .course .item .Date {
        margin-top: 6px;
    }

    .Date div {
        line-height: 9px;
        text-align: center;
        width: 100%;
    }

    .course .signStatus {
        float: left;
        width: 15%;
        text-align: center;
    }


    .DIV_pageInfo .DIV_pager {
        float: right;
    }

    .createUser li .serviceUnit input[type="text"], .createUser .education li input[type="text"] {
        margin: 0 2% 0 0;
        width: 23%;
    }

    .createUser .education li div input[type="text"] {
        float: none;
        width: 28%;
    }

    .createUser .education li .eduDur, .createUser .experience li .eduDur {
        float: left;
        padding: 15px 0 0 23%;
    }

    .createUser .experience li div input[type="text"] {
        float: none;
        width: 36%;
        margin: 0 2% 0 0;
    }


        .createUser .experience li div input[type="text"].oneField {
            width: 93%;
        }

    .createUser li > span:not(form-radiobutton) {
        float: left;
        width: 23%;
    }

    .createUser li input[type="text"].name {
        width: 51%;
    }

    .createUser li input[type="text"], .createUser li input[type="password"], .createUser li textarea {
        /*float: left;*/
        width: 77%;
        max-width: none;
        /* height: 39px; */
    }

    .createUser li .serviceUnit {
        width: 77%;
        float: left;
    }

        .createUser li .serviceUnit input[type="text"].address {
            width: 74%;
            margin: 0;
        }

    .contentBG .forget {
        width: 50%;
        margin: 0 auto;
    }

        .contentBG .forget input {
            max-width: none;
        }

    .halfTitle h3 {
        float: left;
        width: 64%;
    }

    .halfTitle .search {
        float: right;
        /*width: 36%;*/
        padding-top: 25px;
    }

    .createUser li .text-danger {
        padding-left: 23%;
    }

    .signupList.exam .number {
        width: 40%;
    }

    .signupList.exam .name {
        width: 45%;
    }

    .payList .newsTitle, .payList .item .newsTitle {
        width: 26%;
        text-align: center;
    }

    .payList .newsList .item .newsCat.payStatus, .content .payList .newsCat.payStatus {
        width: 14%;
    }

    .btn-print {
        width: 70px;
        position: absolute;
        right: 25px;
    }

        .btn-print .btn-default {
            padding: 6px;
            border: 1px solid #0d6d6c;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
            -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
            border-radius: 4px;
            width: 70px;
            text-align: center;
        }

        .content.attendanceList .search input[type=text]{width:39%;
}
    .galleryItm {
        width: 22.8%;
    }

    footer div {
        font-size: 13px;
    }
}

.login input.more {
    width: 80px;
    float: right;
}

.contentBG .leftMenu ul {
    padding: 0;
    margin: 0;
    border-radius: 6px;
}

.contentBG .leftMenu li {
    list-style: none;
    padding-left: 10px;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
}

    .contentBG .leftMenu li:first-child:hover, .contentBG .leftMenu li:first-child.actived {
        border-radius: 6px 6px 0 0;
    }

    .contentBG .leftMenu li:last-child:hover, .contentBG .leftMenu li:last-child.actived {
        border-radius: 0 0 6px 6px;
    }

    .contentBG .leftMenu li:hover, .contentBG .leftMenu li.actived {
        background: #0d6d6c;
        color: #fff;
    }

    .contentBG .leftMenu li a {
        text-decoration: none;
        width: 100%;
        display: inline-block;
        color: #084141;
        height: 50px;
        line-height: 50px;
    }

        .contentBG .leftMenu li a:hover, .contentBG .leftMenu li.actived a {
            color: #fff;
        }

.newsHeader {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 10px;
    font-weight: bold;
}

    .newsHeader .newsTitle, .newsList .item .newsTitle, .newsHeader .newsCat, .newsList .item .newsCat {
        float: left;
    }

.creditList .newsList .item .newsCat {
    display: table;
    height: 60px;
    text-align: center;
}

    .creditList .newsList .item .newsCat > span {
        display: table-cell;
        vertical-align: middle;
    }


.payList .newsList .item .newsCat, .content .payList .newsCat {
    width: 12%;
    text-align: center;
}


.newsHeader .newsDate, .newsList .item .newsDate {
    float: right;
}

.newsList .item,.exam tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

    .newsList .item:last-child {
        border-bottom: 0;
    }


.CourseCon li span.title {
    color: #666;
    font-weight: bold;
}

.DIV_pageInfo {
    padding-top: 20px;
}

    .DIV_pageInfo .DIV_pager input[type=submit] {
        background: transparent;
        border: 1px solid #eee;
        border-radius: 6px;
    }

.createUser li, .createUser tr {
    list-style: none;
    padding: 10px 0;
    display: inline-block;
    width: 95%;
}

    .createUser li > span:first-child {
        padding-right: 10px;
        text-align: left;
        line-height: 39px;
    }

    .createUser li .text-danger {
        float: none;
        width: 100%;
        display: block;
    }

    .createUser li input[type="radio"] {
        width: auto;
        margin: 0 5px 0 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .createUser li .form-radiobutton {
        /* padding: 13px 0; */
        float: none;
        width: auto;
        display: inline-block;
        line-height: 39px;
    }

    .createUser li .serviceUnit > div {
        display: inline-block;
        width: 100%;
    }

    .createUser li .serviceUnit input[type="text"]:nth-child(4) {
        margin: 0 0 0 0;
    }

    .createUser li .serviceUnit input[type="text"]:nth-child(6), .createUser li .serviceUnit .address {
        margin: 0 2% 0 0;
        width: 23%;
    }

.datepicker.dropdown-menu table tr td.day:hover, .datepicker.dropdown-menu table tr td.day.focused {
    background: #13a5a4;
    color: #fff;
    cursor: pointer;
}



.createUser .bootstrap-select {
    top: -2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}

.course .newsList .item .newsCat, .course .newsList .item .signStatus {
    line-height: 76px;
}

.CourseCon .commitBg {
    width: 100%;
}

.commitBg {
    width: 50%;
    margin: 30px auto 20px;
    text-align: center;
}

    .commitBg .commit {
        max-width: 200px;
        display: inline-block;
    }

        .commitBg .commit.disable, .commitBg .commit.disable:hover, .commitBg .commit.disable:active {
            background: #ccc;
            border: 1px solid #eee;
            box-shadow: none;
        }

.CourseCon .commitBg .commit {
    margin-bottom: 15px;
}

.signupList .header > div {
    background: #1fb0fe;
    color: #fff;
    font-weight: bold;
}

.signupList .number {
    float: left;
    width: 25%;
    text-align: center;
}

.signupList .name {
    width: 30%;
    float: left;
    text-align: center;
}

.signupList .unit {
    width: 30%;
    float: left;
    text-align: center;
}

.signupList .signStatus {
    width: 15%;
    float: left;
    text-align: center;
}

.halfTitle {
    display: inline-block;
    width: 100%;
}

    .halfTitle .search.login input[type="text"] {
        width: 100px;
    }

    .halfTitle .btn-default {
        width: 70px;
        margin-left: 10px;
    }

#searchResult {
    height: 200px;
    display: table;
    width: 300px;
    margin: 0 auto;
}

    #searchResult > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    #searchResult input[type="submit"] {
        margin-top: 15px;
        width: 36%;
    }

textarea {
    resize: none;
    width: 100%;
}

.MealMsg {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    line-height: 39px;
}

.creditLists {
    display: inline-block;
    width: 100%;
}

    .creditLists li {
        float: left;
        width: 43%;
    }

.btnExt {
    border-radius: 4px;
    background: #1fb0fe;
    border: 0;
    color: #fff;
    width: 70px;
    margin-left: 5px;
}

    .btnExt.disable {
        background: #ccc;
        color: #000;
    }

.content.attendance .item .check.status,.content.attendance .item .Date{line-height:50px;
}

.content.attendanceList .search .bootstrap-select{ float: left;
    padding-right: 10px;
}

.content.attendanceList .listUplad {padding:30px 0;
}
.content.attendanceList .listUplad input[type="file"]{ float:left; margin-right:10px;
}
.content.attendanceList .listUplad input[type="submit"]{width:100px;}
.galleryItm {
    float: left;
    border: 2px solid #0d6d6c;
    border-radius: 6px;
    margin: 1%;
    position: relative;
    overflow: hidden;
    /* width: 22.8%; */
}

    .galleryItm .photo {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

        .galleryItm .photo .fancybox > img {
            left: -18%;
            top: -25%;
            position: relative;
            max-width: 400px;
        }

    .galleryItm > .photoName {
        z-index: 100;
        height: 50px;
        max-height: 0;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        width: 93%;
    }

    .galleryItm:hover > .photoName {
        max-height: 50px;
        transition: max-height 0.25s ease-in;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, .6);
        width: 100%;
        color: #fff;
    }

.spanHL {
    color: #008000;
    font-weight: bold;
}
/* ===========================
   ====== Feedback Form ======= 
   =========================== */


#GorillaPortalTemplate_MainContent_TabContainer1_body {
    width: 622px;
    float: left;
}

.tabstrip .ajax__tab_header {
    float: left;
    width: 623px;
    color: #444;
}

.tabstrip .ajax__tab_inner {
    display: block;
    padding: 5px 15px 5px;
    text-decoration: none;
    color: #777;
}

.tabstrip .ajax__tab_outer {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.tabstrip .ajax__tab_tab {
    color: #444;
    outline: none;
}

.tabstrip .ajax__tab_body {
    border-width: 1px;
    border-color: #999;
    background-color: #fff;
    margin-right: 9px;
    margin-top: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.tabstrip .ajax__tab_hover .ajax__tab_outer {
    text-decoration: none;
    color: #444;
}

.tabstrip .ajax__tab_hover .ajax__tab_inner {
    display: block;
    padding: 5px 15px 5px;
    text-decoration: none;
    color: #444;
}

.tabstrip .ajax__tab_hover .ajax__tab_tab {
    color: #777;
}

.tabstrip .ajax__tab_active .ajax__tab_outer {
}

.tabstrip .ajax__tab_active .ajax__tab_inner {
}

.tabstrip .ajax__tab_active .ajax__tab_tab {
    color: #444;
}

#GorillaPortalTemplate_MainContent_TabContainer2_body {
    width: 800px;
    float: left;
    padding: 15px;
}

.tabstrip_product .ajax__tab_header {
    float: left;
    width: 100%;
    color: #444;
    border-bottom: 2px solid #1fb0fe;
}

.tabstrip_product .ajax__tab_inner {
    display: block;
    padding: 5px 15px 5px;
    text-decoration: none;
    color: #777;
}

.tabstrip_product .ajax__tab_outer {
    float: left;
    width: auto;
    margin: 0;
    padding: 0; /* height: 45px; */
}

.tabstrip_product .ajax__tab_tab {
    color: #444;
    outline: none;
    text-decoration: none;
}

.tabstrip_product .ajax__tab_body {
    background-color: #fff;
    margin-right: 9px;
    margin-top: 0px;
    text-align: justify;
    line-height: 22px;
    display: inline-block;
    width: 100%;
}

    .tabstrip_product .ajax__tab_body img {
        display: block;
        padding-top: 10px;
    }

    .tabstrip_product .ajax__tab_body h3 {
    }

    .tabstrip_product .ajax__tab_body ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .tabstrip_product .ajax__tab_body ul li { /* float:none; */
            list-style-type: disc; /* display:list-item; */ /* line-height:22px; */ /* color:#666; */ /* font-size:12px; */
            margin-left: 20px;
        }

.tabstrip_product .ajax__tab_hover .ajax__tab_outer {
    text-decoration: none;
    color: #444;
}

.tabstrip_product .ajax__tab_hover .ajax__tab_inner {
    display: block;
    padding: 5px 15px 5px;
    text-decoration: none;
    color: #444;
}

.tabstrip_product .ajax__tab_inner div {
    font-size: 20px;
}

.tabstrip_product .ajax__tab_active div {
    color: #fff;
}

.tabstrip_product .ajax__tab_hover .ajax__tab_tab {
    color: #777;
}

.tabstrip_product .ajax__tab_active .ajax__tab_outer { /* background:url(../Styles/img/tab_right_on.jpg) no-repeat right top; */ /* border-bottom: 3px solid #1fb0fe; */
    background: #1fb0fe;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tabstrip_product .ajax__tab_active .ajax__tab_inner {
}

.tabstrip_product .ajax__tab_active .ajax__tab_tab {
    color: #444;
    text-decoration: none;
}

.heavyTable th {
    width: 23%;
    display: inline-block;
    float: left;
}

.feedback {
    margin-top: 25px;
}

    .feedback input, .feedback textarea, .login input, .commit, .login textarea {
        padding: 6px;
        border: 1px solid #0d6d6c;
        width: 100%;
        max-width: 500px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
        border-radius: 4px;
    }

    .feedback textarea {
        width: 100%;
        height: 250px;
        max-width: 100%;
        line-height: 18px;
    }

        .feedback input:hover, .feedback textarea:hover,
        .feedback input:focus, .feedback textarea:focus,
        .login input:hover, .login input:focus {
            border: 1px solid #C9C9C9;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
            -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
        }

    /* ===========================
   ====== Submit Button ====== 
   =========================== */
    .feedback .submit {
        text-align: center;
    }

/*.feedback .submit input {
        width: 100px;
        height: 45px;
        background-color: #474E69;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }*/



footer {
    color: #bbb;
}

.modal-content {
    padding: 30px;
}

    .modal-content h4 {
        font-weight: bold;
        text-align: center;
    }

    .modal-content p {
        text-indent: -28px;
        margin-left: 28px;
    }

        .modal-content p + div {
            margin-left: 28px;
        }

    .modal-content li {
        /*text-indent: -11px;*/
        margin-left: 5px;
    }

        .modal-content li li {
            /*text-indent: -18px;*/
            margin-left: 9px;
        }

.modal-footer {
    text-align: center;
}

.radio-toolbar {
float:left;
}
    .radio-toolbar table td {
    padding:0px;
    }

.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
    cursor:pointer;
    display:inline-block;
    background-color:#eee;
    padding:4px 11px;
    font-family:Arial;
    font-size:14px;
}
    .radio-toolbar label {-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
    }

    .radio-toolbar label:last-child {-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
    }

.radio-toolbar input[type="radio"]:checked + label { 
       background: #13a5a4;
    border: 1px solid #0d6d6c;
    color: #fff;
}
.exam table {    width: 100%;
}
    .exam table td {width:32%;display:inline-block;text-align:center;
    }
.exam table thead td{    color: #084141;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: bold;
}

.errCon{display: table;
    height: 500px;    width: 100%;}

    .errCon > div {    text-align: center;
    vertical-align: middle;
    display: table-cell;
    }