﻿/* 因應 Logo 圖檔的關係，而更改 padding */
body {
    font-family: Microsoft JhengHei, Jost;
}

#divMegaNav {
    height: 90px;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s ease;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#divMegaNav .navbar-custom {
    /*padding: 0.9rem 1rem;*/
    height: 90px;
    display: block;
    border-bottom: 1px solid #e5e5e5 !important;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s ease;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    #divMegaNav .navbar-custom .container .divBrand {
        height: 89px;
        /*padding-top: 16px;*/
        -webkit-transition: height 0.3s;
        -o-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s ease;
        transition-property: height;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }

#divMegaNav .navbar-shadow {
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.1);
}

#divMegaNav .fixed-top {
    position: fixed;
    /* top: 0; */
    /* right: 0; */
    /*left: 0;*/
    z-index: 1030;
    /* width: 100%; */
    width: 100vw;
}

/*********** NOTIFICATIONS & POPUPS Begin ***********/
.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.info {
    color: #31708f;
	background-color: #d9edf7;
}
.bar-notification.white {
    font-size: 16px;
    color: #666;
    background-color: #fff;
}
.bar-notification.del {
    font-size: 16px;
    color: #666;
    background-color: #fffafa;
}
.bar-notification .content {
	/*float: left;*/
    text-align:center;
	margin: 0 10px 0 0;
    font-size:15px;
    height: auto;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .closeicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}
/*********** NOTIFICATIONS & POPUPS End   ***********/

/*********** CONTENT NOTIFICATIONS & POPUPS Begin ***********/
.content-bar-notification {
	display: none;
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
    min-height: 60px;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 1;
    box-shadow: 0 0.1rem 0.4rem rgba(0,0,0,.1);
    position: fixed;
}
.content-bar-notification.success {
	background-color: #4bb07a;
}
.content-bar-notification.error {
	background-color: #e4444c;
}
.content-bar-notification.info {
    color: #31708f;
    background-color: #d9edf7;
}
.content-bar-notification.white {
    font-size: 16px;
    color: #666;
    background-color: #fff;
}
.content-bar-notification.del {
    font-size: 16px;
    color: #666;
    background-color: #fffafa;
}
.content-bar-notification .content {
	/*float: left;*/
    text-align:center;
	margin: 0 10px 0 0;
    font-size:16px;
    height: auto;
}
.content-bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.content-bar-notification .closeicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}
/*********** CONTENT NOTIFICATIONS & POPUPS End   ***********/

/********** DataPager CSS Begin *********/
.pagination {
    margin-top: 5px;
    text-align: center;
    display: inline-block;
}
    .pagination a {
        /*border: 1px solid #ddd;*/
        border: 1px solid #e5e5e5;
        border-width: 0 0 1px 0;
        padding: 6px 12px;
        display: inline-block;
        text-decoration: none;
        /*margin: auto 2px;*/
    }

    .pagination a:hover {
        color: #ff6f61;
    }

    .pagination span span {
        /*border: 1px solid #ddd;*/
        border: 1px solid #e5e5e5;
        border-width: 0 0 1px 0;
        padding: 6px 12px;
        display: inline-block;
        /*margin: auto 2px;*/
    }

    .pagination .first {
        border-width: 0;
        color: inherit;
    }
    .pagination .last {
        border-width: 0;
        color: inherit;
    }

    .pagination .current {
        /*background-color: inherit;
        color: #fff;*/
        border-color: inherit;
        color: #ff6f61;
    }
    .pagination .numeric {
        color: inherit;
    }
    .pagination .next {
        color: inherit;
    }

    .pagination a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }
/********** DataPager CSS Begin *********/

/********** 修正 jquery.confirm 的 button 高度 Begin *********/
.btn-height {
    height: auto;
}
/********** 修正 jquery.confirm 的 button 高度 End *********/

/********** 變更課程區塊間距 Begin *********/
.classSpacing {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/********** 變更課程區塊間距 End *********/
/* Scroll-top Arrow CSS Start */
.scroll-top {
    /*bottom: 10px;*/
    /*bottom: 84px;*/
    bottom: 86px;
    position: fixed;
    /*right: 10px;*/
    right: 34px;
    z-index: 2;
}
.scroll-top .scrollup:before {
	color: #fff;
	/*font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "";*/
	font-size: 18px;
}
.scroll-top .scrollup {
	background: #ff6f61;
	border: 2px solid #fff;
	display: none;
	cursor: pointer;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
/* Scroll-top Arrow CSS End */