﻿/* CUSTOM STYLES */
/*預設字色*/

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-family: verdana, 微軟正黑體, 'Microsoft JhengHei', sans-serif;
    line-height: 25px;
}

h1, h2, h3 {
    font-weight: 900;
}

.tmulogo {
    /*width: 260px;*/
    width: 400px;
    /*min-width:125px;*/
    /*background-image: url(http://oit.tmu.edu.tw/ezfiles/2/1002/img/56/tmulogo-Lw.png);*/
    background-image: url(../LOGO-1.png);
    background-size: 120px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px;
    padding-left: 130px;
}

.showCursor {
    cursor: pointer;
}

/*Header系統名稱*/

#sysname {
    font-size: 1.8rem;
    margin: 0px 25px 0px 0px;
}


/*table.pager 分頁樣式*/
.tablepager table {
    margin: 0 auto;
}

    .tablepager table tr td span, .tablepager table tr td a {
        padding: 2px 8px;
        border-radius: 50%;
        display: block;
    }

    .tablepager table tr td span, .tablepager table tr td a {
        background: #ff6a00;
    }

    .tablepager table tr td a {
        background: #d8d8d8;
    }

        .tablepager table tr td a:hover {
            background: #ffd800;
        }


/*自訂margin-top*/

.mt-5 {
    margin-top: 3em;
}

.mt-3 {
    margin-top: 1em;
}

/*自訂margin-bottom*/

.mb-5 {
    margin-bottom: 3em;
}

.mb-3 {
    margin-bottom: 1em;
}




