/*全頁上方*/

.page-head-title {
    background: #8ab93e;
    padding: 5% 0% 1.3% 0%;
}
.page-head-title-fixed {
    background: #769e35;
    padding: 3% 0%;
    /**/
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.page-head-title-fixed .container {
    padding: 0 3%;
    margin: 0 auto;
}
.page-head-title h2,
.page-head-title-fixed h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 10px #858585;
}
.page-head-title-fixed h2 {
    font-size: 1.4rem;
    white-space: nowrap;
}
.breadcrumbs {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 0px 0px 10px #858585;
    padding-left: 8px;
    white-space: nowrap;
}
.breadcrumbs:before {
    content: '/';
    padding-right: 8px;
}
.dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*區塊下功能menu*/

.page-menu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0px;
    clear: both;
    white-space: nowrap;
    overflow-x: auto;
}
.page-menu a {
    color: #8ab93e;
font-size: 16px;
    padding: 12px 7px 10px 7px;
    display: inline-block;
}
.page-menu a.active {
        color: #f99339;
    border-bottom: 3px solid #f99339;
}
.page-menu::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}
.page-menu::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.3); 
    border-radius: 10px;
    display: none;
}
.page-menu::-webkit-scrollbar-thumb:hover {
    background: #555; 
    display: block;
}
.page-menu::-webkit-scrollbar-track {
    display: none;
}

/*區塊標題*/

.block-title {
    font-size: 1.5rem;
    /*font-weight: bold;*/
    color: #6b6b6b;
    border-left: 11px solid #4d691e;
    padding-left: 9px;
}

/*所有功能按鈕*/

.btn-pj {
    color: #fff;
    background-color: #f99339;
    border-color: #f99339;
}
.btn-pj:hover {
    color: #fff;
    background-color: #e87a17;
    border-color: #e87a17;
}

/*標題與按鈕群組*/

.title-font {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6b6b6b;
}
.title-group-dropdown,
.title-group {
    margin-bottom: 15px;
}
.title-group .block-title {
    display: inline-block;
    margin-top: 5px;
}
.title-group a {
    float: right;
    margin-left: 8px;
}
.title-group-dropdown .block-title {
    margin-top: 15px;
}
.title-group-dropdown .dropdown {
    margin-top: 11px;
}
.title-group-dropdown a.select-btn {
    text-align: left;
    position: relative;
    color: #9e9e9d;
}
.title-group-dropdown a.select-btn::after {
    content: '\f0d7';
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    right: 4%;
    top: 22%;
}

/*-------------------------------*/
/*POPUP FOOT*/

.modal-select-footer {
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-select-footer p {
    display: inline-block;
    margin: 0;
}
.modal-select-footer a{
    float: right;
    margin-right:7px;
}
/*
.btn-send {
    float: right;
}*/

/*--刪除的popup--*/
/*.btn-send-pj-delete, .btn-send-pj-delete-y{
    float: right;
}
.btn-send-pj-delete{
margin-right:7px;
}*/

@media (min-width: 992px) {
    .page-head-title-fixed {
        padding: 1.5% 0%;
    }
}
@media (max-width: 320px) {
    .page-menu a {
        padding-right: 7px;
        font-size: 14px;
    }
}
