body {
    background-color: #F2F8F9;
    font-family: "Microsoft Jhenghei";
    padding-top: 60px;
}

h1,h2,h3,h4{
    font-family: inherit;
    font-weight: normal;
    line-height: 0.8;
   /* color: inherit;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;        
    color:darkblue;
    font-weight:bold;     

}
h2{
    font-size: 20px;
}
h3 {
    font-size: 18px;
    color:darkblue;
    font-weight:bold;  
}
h4 {
    font-weight:bold;
}

p{
    font-family: 15px;
}
span.green{
    color: #8CB808;
}

.spline{
    height: 1px;
    background-color: #E3E3E3;
    margin: 25px 0;
}
.clearbo{
    clear: both;
}
.capinfo{
    margin-top: 5px;
    margin-bottom: px;
    position: relative;
    display: block;
    color: RED;
}
    .capinfo.spec {
        clear: both;
        padding-left: 14px;
        padding-top: 5px;
        margin-left: 16.66666667%;
    }

/*nav tab setting*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #f2f8f9;
}
.vt-mddle {
    vertical-align: middle!important;
}
/* simple margin/padding control */
/* *********************************************** */
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.clear-mgl{
    margin-left:0;
}
.clear-mgr {
    margin-right: 0;
}
.clear-pdl {
    padding-left: 0;
}

.clear-pdr {
    padding-right: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

/* END - simple margin/padding control */
/* *********************************************** */

/* 表單設定 */
/* *********************************************** */
.form-group {
    margin-bottom: 13px;
}

.form-control{
    border: 1px solid #e4e4e4;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.form-horizontal .control-label{
   /* color: #5F5F5F;*/
    color:black;
    font-weight:bold;
    text-align: right;
    font-weight: bold;
    padding-top: 10px;
}

.multitype{}
.multitype .col-sm-1, .multitype .col-sm-10, .multitype .col-sm-11, .multitype .col-sm-12, .multitype .col-sm-2, .multitype .col-sm-3, .multitype .col-sm-4, .multitype .col-sm-5, .multitype .col-sm-6, .multitype .col-sm-7, .multitype .col-sm-8, .multitype .col-sm-9{
    width: auto;
    min-width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    
}
.multitype label{
    width: 16.66666667%!important;
    padding-right: 15px!important;
    margin-right: 10px;
}




/* END 表單設定 */
/* *********************************************** */

/* 按鈕設定 */
/* *********************************************** */
.btnall.focus, .btnall:focus, .btnall:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.btnall{
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; 
    /* max-height: 40px; */
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 10 1px 3px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
    font-size: 15px;
    line-height: 20px;
}
.btn{
    padding: 10px 12px;
    font-size: 15px;
}

.btn-green {
    color: #fff;
    background-color: #8CB808;
    border-color: #80ab01;
}
.btn-blue {
    color: #fff;
    background-color: #16AFC9;
    border-color: #16AFC9;
}
.btn-yellow{
        background-color: #e88204;
    border-color: #bd6b05;
    color: #fff;
}
.btn-dgray {
    color: #fff;
    background-color: #797979;
    border-color: #6d6d6d;
}

.btn-header{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    background-color: #FAFAFA;
    border-color: #CECECE;
    max-height: 40px;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 10 1px 3px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
}
.btn-header:hover{
    color: #000;
    opacity: 0.8;
}
/* END 按鈕設定 */
/* *********************************************** */


.shadow{
    box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
    -webkit-box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 1px 3px 0px rgba(51, 51, 51, 0.15);
}

.cornerall{
 border-radius: 5px;
}


.header{
     width: 100%; 
    /* margin: 0 auto; */
    height: 60px;
    position: absolute;
    top: 0;
    background-color: #FFF;
    padding: 10px 0;
}
.header-inner{
    padding-left:15px!important;
    padding-right:15px!important;
}
.header-brand{
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    width: 500px;
}
.header-brand  a:hover{
    text-decoration: none;
}
.header-brand .logo{
    display: inline-block;
}
    .header-brand .title {
        border-left: 1px solid #a2a2a2;
        color: darkblue;                
        padding-left: 15px;
        margin-left: 15px;
        font-size: 24px;
        font-weight: bolder;
    }
.header-right{
    float: right;
    /* margin-right: -5px; */
}

.container-full{
    padding: 0 15px 0 15px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.content-area {
    margin-top: 15px;
    /* float: left;*/
    width: 100%;
    margin-bottom: 20px;
}

.content-inner {
    background-color: #FFF;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* float: left;*/
    width: 100%;
}
.content-area .cntfooter{
    text-align: center;
}
.content-area .cntfooter input{
    margin: 0 10px;
    min-width: 170px;
    display: inline-block;
}

.content-inner .rdbtm{
    height: 30px;
    padding-top: 10px;
    display: inline-block;
}
.content-inner .dlsymp{
    float: left;
    font-size: 25px;
    color: #333;
}

.content-area span.red{
    color: red;
}

.content-inner .rdbtm label{
    margin-right: 15px;
}


.content-inner .table{
    margin-bottom: 0px;
}
.content-inner tbody{
    border-left:1px solid #E4EDEF;
    border-right:1px solid #E4EDEF;
}
.content-inner th{
    background-color: #F2F8F9;
   /* color: #5C5C5C;
       font-weight: normal;
   */
    color:black;
    font-weight:bold;
   
    border-color: #E4EDEF!important;
    vertical-align: middle!important;
    border-left:1px solid #E4EDEF!important;
    border-right:1px solid #E4EDEF!important;
    text-align:center;
}
.content-inner td{
   /* color: #5C5C5C;
     font-weight: normal;

   */
   color:black;
    font-weight:bold;

    border-color: #E4EDEF!important;
    border-left:1px solid #E4EDEF!important;
    border-right:1px solid #E4EDEF!important;
}
.content-inner .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}

.content-inner .smicon{
    width: 30px;
    height: 30px;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
}
.content-inner .smicon.edit{
    background-image: url(../img/smicon.png);
}
.content-inner .smicon.del{
    background-image: url(../img/smicon02.png);
}
.menublk{}
.menublk .menulist{
    width: calc(100% / 3);
    float: left;
    padding: 5px 0;
}
.menublk .menulist a{
   /* color: #5F5F5F;*/
    color:black;
    font-weight:bold;

    font-size: 15px;
    display: block;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    text-decoration: none;
}
.menublk .menulist a:hover{
    background-color: #f5f5f5;
    border-radius: 3px;
}
.menublk .menulist a .arrow{
    color: #8CB808;
}

/* LoginPanel Page */
/* --------------------------------------------- */
.content-area .login-panel {
    margin: 30px auto;
    width: 98%;
}
.login-panel .form-horizontal .control-label{
    text-align: left;
}

.content-area .panel-heading{
    background-color: #E5F4F7;
    height: 55px;
}
.content-area  .panel-default{
    border: 1px solid #C6E6EB;
}
.content-area .panel-title{
    font-size: 20px;
    line-height: 35px;
    color: #5F5F5F;
}

.content-area .captcha{
    margin-top: -6px;
}
.content-area .recaptcha{
    margin-left: -25px;
    margin-top: 8px;
}
.content-area .recaptcha span{
    text-align: center;
    float: unset;
}
.content-area .recaptcha a{
    color: #5F5F5F;
    border-bottom: 1px solid #575757;
    padding-bottom: 2px;
}
.content-area .recaptcha a:hover{
    text-decoration: unset;
    border-bottom: 1px solid #c7c7c7;
    color: #c7c7c7;
    cursor: pointer;
}

/*graduation check */
/* --------------------------------------------- */
.gradchk-title {
    text-align: center;
}
.gradchk-final {
    margin: 20px 1.5%;
    
    padding: 15px 0;
    width: 97%;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    
    font-weight: bolder;

}
.gradchk-final.grat {
    color: #2d4354;
    border: 1px solid #b5deff;
    background-color: #e3f1fd;
}
.gradchk-final.notgrat {
    color: #54342d;
    border: 1px solid #ffb5b5;
    background-color: #fde7e3;
}
.gradbg-clr {
    background-color: #e3f1fd;
}

.chkTable tbody {
    border: 0px solid #000;
}


@media only screen and (max-width:1000px) {
    .container-full, .header{
        width: 100%;
    }
    .header-brand{
        width: e0%;
    }
}


/*翊芸*/
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius:0px;
}

.list-group-item {
    display:inline;
}

.table input[type="text"] {
    width: 100%
}
.table th p{
    margin-top: 0px;
    margin-bottom: 0px;
}

.table td label{
    margin-right:10px;
}

.table td .col-sm-3 {
    padding-left: 0px;
}

.table td .col-sm-12 {
    padding-left: 0px;
}

.table td, .table th, .table > tbody > tr > td {
    vertical-align: middle;
}
