﻿body {
    color: #424446;
    font-size: 16px;
}

.form-control {
    color: #424446;
}

/*.btn-default {
    color: #424446;
}*/

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: #c67c22;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.note {
    color: #888;
    font-size: 13px;
}

.required::after {
    content: "*";
    color: #ff0000;
    margin-left: 5px;
}

/*body.modal-open {
        overflow: inherit;
    }*/
select {
    -webkit-appearance: none;
}

/*select::after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
    }*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}

h1 {
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: 800;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 4px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

.radio-inline, .checkbox-inline {
    margin-right: 10px;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutter > [class*='col'] {
        padding-right: 0;
        padding-left: 0;
    }

    .row.no-gutter label {
        margin-bottom: 0px;
    }

.fa {
    font-size: 16px;
}

.btn > i.fa, a > i.fa {
    margin-right: 5px;
}

.nav > li > a.btn {
    padding: 6px 12px;
}

.nav.btn-group > li + li {
    margin-left: -1px
}

.nav.btn-group > li .btn {
    border-radius: 0px;
}

.nav.btn-group > li:first-child .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav.btn-group > li:last-child .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-default:hover:active, .active.btn-default:hover, .open > .btn-default.dropdown-toggle:hover, .btn-default:focus:active, .active.btn-default:focus, .open > .btn-default.dropdown-toggle:focus, .focus.btn-default:active, .focus.active.btn-default, .open > .focus.btn-default.dropdown-toggle {
    border-color: #e0e0e0;
}

.logo {
    float: left;
    font-weight: 900;
    line-height: 55px;
    font-size: 18px;
    width: 164px;
    border-right: 1px solid #eaeaea;
    padding: 0 15px;
}

.fixed-navbar #header {
    z-index: 1030;
}

/*#header .color-line .loading {
    display: none;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#FFFFFF 50%,rgba(255,255,255,0) 100%);
    background-size: 10% 100%;
    background-repeat: no-repeat;
    animation: loading 2s linear infinite;
}

    #header .color-line .loading.show {
        display: block;
    }*/

#header > .title {
    position: absolute;
    padding: 0px 15px;
    width: 100%;
    text-align: center;
}

    #header > .title h1 {
        line-height: 55px;
        height: 55px;
        font-size: 20px;
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.stats-label {
    width: 160px;
    margin: 0 auto;
}

@keyframes loading {
    0% {
        background-position: -10% 50%
    }

    100% {
        background-position: 110% 50%
    }
}

.header-link {
    background-color: #fff;
    border: none;
    position: relative;
    width: 66px;
    margin-right: 0px;
}

.breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu {
    font-size: 14px;
    border-color: #eaeaea;
}

    .dropdown-menu > li > a {
        padding: 5px 20px;
    }

.dropdown .dropdown-toggle {
    margin-bottom: 4px;
}

.dropdown .dropdown-menu {
    margin-top: 0px;
}

.dropdown.hover-open:hover .dropdown-menu {
    display: block;
}

.dropdown > a > i {
    vertical-align: middle;
}

.dropdown > a > span {
    font-size: 16px;
}

.dropdown-menu.hdropdown {
    border: none;
    font-size: 14px;
    position: absolute;
}

    .dropdown-menu.hdropdown.noti {
        width: 430px;
        border: none;
        font-size: 14px;
    }

        .dropdown-menu.hdropdown.noti:before {
            content: '';
            display: block;
            position: absolute;
            width: 14px;
            height: 14px;
            top: -8px;
            right: 24px;
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            border-left: 1px solid #eaeaea;
            transform: rotate(45deg);
        }

        .dropdown-menu.hdropdown.noti .message {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .dropdown-menu.hdropdown.noti .day-counter {
            font-size: 12px;
            font-weight: 100;
        }

        .dropdown-menu.hdropdown.noti .read-all {
            position: absolute;
            right: 0px;
            padding: 12px;
            top: 0px;
            display: block;
        }

        .dropdown-menu.hdropdown.noti .body {
            overflow-x: hidden;
            overflow-y: auto;
            max-height: 500px;
        }

            .dropdown-menu.hdropdown.noti .body a {
                padding: 8px 12px;
                display: block;
                line-height: 1.42857143;
                word-wrap: break-word;
                color: #333;
                background-color: #fafbfc;
                border-bottom: 1px solid #eaeaea;
            }

                .dropdown-menu.hdropdown.noti .body a:hover, .dropdown-menu.hdropdown.noti .body a.read {
                    background-color: #fff;
                }

        .dropdown-menu.hdropdown.noti .bottom a {
            padding: 12px 12px;
            text-align: center;
            border-bottom: 1px solid #eaeaea;
            display: block;
        }


    .dropdown-menu.hdropdown li {
        padding: 0px;
    }

        .dropdown-menu.hdropdown li a {
            padding: 15px 20px;
        }

.loading-time {
    font-size: 12px;
}

/*Bootstrap 4調整---------------------------*/
.input-group-text {
    line-height: 1;
}

.form-control, .btn {
    font-size: 14px;
}

.header-link {
    padding: 17px 26px;
}

.navbar-nav {
    -ms-flex-direction: initial;
    flex-direction: row;
    text-align: right;
    flex-wrap: wrap;
    float: right;
}

    .navbar-nav > li {
        display: inline-block;
        align-self: center;
    }

        .navbar-nav > li > a {
            display: block;
            padding: 8px 20px;
            outline: none;
        }

        .navbar-nav > li:last-child > a {
            padding-right: 20px;
        }

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu > li > a {
    display: block;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #f5f5f5;
    }

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

#side-menu {
    -ms-flex-direction: column;
    flex-direction: column;
}

    #side-menu li a {
        text-transform: none;
        padding: 12px 20px;
    }

    #side-menu .collapse:not(.show) {
        display: block;
    }

    #side-menu .collapse:not(.in) {
        display: none;
    }

.tabs-container .nav-tabs > li {
    margin-bottom: -1px;
}

.mobile-menu {
    display: none;
}

    .mobile-menu .navbar-toggler {
        margin: 8px 15px 8px 0;
        padding: 9px 10px;
    }

.img-circle {
    border-radius: 50%;
}

.label {
    border-radius: .25em;
    color: #fff;
}

/*Bootstrap 4調整---------------------------*/

ul.sitmap {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    display: inline-block;
}

    ul.sitmap li {
        display: inline-block;
    }

        ul.sitmap li + li::before {
            content: ">";
            padding: 0 5px;
        }

        ul.sitmap li.del {
            text-decoration: line-through;
        }

.mobile-navbar {
    border-bottom: solid 1px #eaeaea;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
    position: fixed;
}

    .mobile-navbar ul {
        padding: 0px;
    }

        .mobile-navbar ul li {
            list-style: none;
            float: left;
            width: 25%;
        }

            .mobile-navbar ul li a {
                display: block;
                padding: 8px;
                text-align: center;
                border-right: 1px solid #f9f9f9;
                border-bottom: 1px solid #f9f9f9;
            }

                .mobile-navbar ul li a:hover {
                    background-color: #f9f9f9;
                }

            .mobile-navbar ul li i {
                font-size: 22px;
            }
/*左選單*/
#menu {
    width: 230px;
    z-index: 1010;
    background-color: #ffffff;
    border-right: 1px solid #eaeaea;
    margin-top: -1px;
}

body.hide-sidebar #menu {
    margin-left: -230px
}

#side-menu {
    background-color: #ffffff
}

    #side-menu ul {
        list-style: none;
        padding-left: 0px;
    }

    /*#side-menu li:first-child {
        border-top: none;
    }*/

    #side-menu li > a {
        display: block;
        font-size: 16px;
        position: relative;
    }

    #side-menu li > ul > li > a {
        padding: 10px 10px 10px 30px;
    }

    #side-menu li > a:hover, #side-menu li > a:focus, #side-menu li.active > a {
        background-color: #f7f9fa;
    }

    #side-menu li > a[href='#']::before {
        content: "\f104";
        display: block;
        font-family: FontAwesome;
        transition: all ease .5s;
        position: absolute;
        right: 15px;
    }

    #side-menu li.active > a[href='#']::before {
        transform: rotate(-450deg);
    }

#wrapper {
    margin-left: 230px;
    border-left: none;
    top: 61px !important;
}

.hpanel .hbuilt {
    padding: 20px;
}

.hpanel.del {
    text-decoration: line-through;
}

.panel-heading + .panel-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-body .row.separate + .row.separate {
    border-top: 1px solid #eaeaea;
}

.panel-body .row.separate:hover {
    background-color: #f3f3f3;
}

.panel-body .tools .feature {
    margin-bottom: 10px;
}

.panel-body .page {
    text-align: right;
    margin-bottom: 10px;
}

    .panel-body .page .form-control {
        display: inline-block;
        width: auto;
    }

.list-null {
    text-align: center;
    padding: 30px 10px;
}

.list .img:not(.file) {
    width: 100px;
    height: 50px;
    border: solid 1px #eaeaea;
    display: block;
    overflow: hidden;
}

.list img {
    width: 100%;
    height: auto;
}

.img-container {
    position: relative;
}

    .img-container .img {
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    .img-container a.del {
        position: absolute;
        right: -13px;
        top: -13px;
        background-color: rgba(255,255,255,0.9);
        width: 26px;
        height: 26px;
        border: 1px solid #eaeaea;
        text-align: center;
    }

    .img-container .img:hover {
        background-color: rgba(0,0,0,0.05);
    }


.ui-sortable .panel-heading {
    cursor: move;
}

.ui-sortable .panel-body {
    cursor: default;
}

.comma-separate > span::after, .comma-separate > li::after {
    content: ",";
}

.comma-separate > span:last-child::after, .comma-separate > li:last-child::after {
    content: "";
}

.process-separate > span, .process-separate > li {
    margin-right: 25px;
    position: relative;
    display: inline-block;
}

    .process-separate > span::after, .process-separate > li::after {
        position: absolute;
        content: "\f061";
        font-family: FontAwesome;
        margin: 0 5px;
        right: -25px;
    }

    .process-separate > span:last-child, .process-separate > li:last-child {
        margin-right: 0px;
    }

        .process-separate > span:last-child::after, .process-separate > li:last-child::after {
            display: none;
        }

/*流程樣式*/
.process .item {
    position: relative;
    display: inline-block;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    margin-right: 30px;
    margin-bottom: 15px;
    text-align: center;
    min-width: 100px;
}

    .process .item::after {
        width: 20px;
        height: 20px;
        position: absolute;
        right: -30px;
        top: 50%;
        margin-top: -10px;
        content: "\f061";
        font-family: FontAwesome;
        display: block;
        text-align: center;
    }

    .process .item:last-child::after {
        display: none;
    }

    .process .item .name {
        background-color: #e0e0e0;
        padding: 5px 25px;
    }

    .process .item .executer {
        padding: 5px 25px;
    }

    .process .item .dropdown.pull-right {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .process .item .dropdown .btn {
        border: none;
        background-color: transparent;
        padding: 5px 0 5px 10px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .process .item .dropdown .dropdown-menu {
        margin-right: -1px;
        min-width: 100px;
    }

table .action {
    text-align: right;
}

    table .action a {
        margin-left: 5px;
        margin-bottom: 5px;
    }

table {
    word-break: break-all;
}

    table tr.del {
        text-decoration: line-through;
        background-color: #ccc;
    }

    table > tbody > tr > td > span.footable-toggle {
        margin-left: -23px;
        margin-right: 3px;
    }


.table-responsive table th, .table-responsive table td {
    white-space: nowrap;
}

/*.table th, .table td {
    border-left: dashed 1px #ddd;
}

    .table th:first-child, .table td:first-child {
        border-left: none;
    }*/

.footable > tbody > tr.footable-detail-row > td {
    border-top: dashed 1px #ddd;
}

.footable-details > tbody > tr > th, .footable-details > tbody > tr > td {
    border-top: dashed 1px #ddd;
}

tr.footable-detail-row > td {
    padding: 0px !important;
}

div.footable-loader {
    height: 50px;
}

.dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 10px;
}

.dd-item {
    font-size: 16px;
}

    .dd-item > button {
        font-family: FontAwesome;
        height: 34px;
        width: 33px;
        color: #c1c1c1;
    }

        .dd-item > button[data-action="collapse"]:before {
            content: "\f068";
        }

        .dd-item > button:before {
            content: "\f067";
        }

.pagination-container .pagination {
    margin-top: 1rem;
    text-align: center;
}

.uploader .table-responsive {
    height: 300px;
    overflow-y: auto;
}

/*jquery-ui*/
.ui-autocomplete {
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    /*list-style: none;*/
    background-color: #ffffff;
    border: 1px solid #eaeaea !important;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background-color: #f7f9fa;
    color: inherit;
    margin: 0px;
}

/*.tab-pane*/
.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus {
    border-color: transparent;
}

.tab-pane .panel-body {
    border: 1px solid #eaeaea;
}

.tab-pane .crud > .search {
    border-radius: 0px;
    border-top: none;
}

.tab-pane .crud > .panel-body {
}

/*model*/
.modal {
    background-color: rgba(0,0,0,.4);
}

.modal-header, .modal-body, .modal-footer {
    padding: 15px 20px;
}

.modal-title {
    font-size: 24px;
}

.modal .tab-pane .search {
    border: none;
    padding: 5px 0px;
    display: none;
}

.modal .tab-pane .panel-body {
    border: none;
}

.modal .tab-pane > .panel-body {
    padding: 15px;
}

.modal-body > .hpanel {
    margin: -16px -20px -15px -20px;
}

.modal .tab-pane .hpanel .panel-body {
    padding: 0;
}

.modal .tab-pane .forum-box .hpanel .panel-body {
    padding: 10px 15px;
    border: 1px solid #eaeaea;
}

.modal-body .panel-heading, .modal .panel-body {
    border-radius: 0px;
    /*border-left: none;
    border-right: none;*/
}

.modal .forum-box .hpanel .panel-heading, .modal .forum-box .hpanel .panel-body {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

/*model*/
.feature-panel:not(.hold, .center) {
    margin-top: 60px;
}

.feature-panel.center {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1050;
}

    .feature-panel.center .bg {
        background-color: rgba(0,0,0,.6);
    }

.feature-panel .list > div.row {
    margin: 0px;
    padding: 8px 8px;
    border-bottom: 1px solid #eaeaea;
}

.feature-panel .tab-pane > .body > .hpanel {
    margin: -21px;
}

.feature-panel .body > .hpanel {
    margin: -21px -21px -21px -21px;
}

.feature-panel .body > .breadcrumb {
    margin: -21px -21px 21px -21px;
}

/*修正feature-panel裡面放crud*/
.feature-panel .forum-box .hpanel .panel-heading, .feature-panel .forum-box .hpanel .panel-body {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

.feature-panel .list > div.forum-box {
    padding: 0px;
    border: none;
}

    .feature-panel .list > div.forum-box:hover {
        background-color: transparent;
    }

/*dropdown.pull-right*/
.dropdown.pull-right {
    margin-top: -3px;
    margin-right: -20px;
}

    .dropdown.pull-right .btn {
        border: none;
        background-color: transparent;
    }

        .dropdown.pull-right .btn:active {
            box-shadow: none;
        }

    .dropdown.pull-right .dropdown-menu {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-right: -1px;
        top: auto !important;
        right: 0px !important;
        left: auto !important;
        transform: none !important;
    }

.open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus {
    background-color: transparent;
}

.dropdown.pull-right i {
    width: 16px;
}

/*v-timeline*/
.v-timeline {
    margin-top: 0px;
}

    .v-timeline:before {
        display: none;
    }

.vertical-timeline-block {
    margin: 1em 0;
}

.vertical-timeline-icon img {
    border-radius: 100%;
    width: 38px;
    height: 38px;
}

.vertical-timeline-content::after {
    border-right-color: #f5f5f5;
}

.vertical-timeline-content .panel-heading {
    border-bottom: 1px solid #eaeaea;
    background: #f7f9fa;
    padding: 10px 20px;
}

.vertical-timeline-content .alert {
    font-size: 0.8rem;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #eaeaea;
}

/*forum-box*/
.forum-box .day-counter {
    font-size: 16px;
    font-weight: bold;
}

.forum-box .panel-heading {
    font-size: 100%;
    border-bottom: 1px #eaeaea solid;
}

.forum-box .panel-body {
    border-bottom: 1px #eaeaea solid;
    margin-top: -1px;
}

.forum-box .media.del {
    text-decoration: line-through;
}

.forum-box .media, .media-body {
    overflow: visible;
}

.forum-box .media-body {
    word-break: break-all;
}

    .forum-box .media-body h5 {
        font-size: 16px;
    }

    .forum-box .media-body p {
        margin-bottom: 0px;
    }

.forum-box .media .system {
    text-align: center;
    flex: 1;
}

    .forum-box .media .system .message {
        background-color: #ddd;
        color: #6a6c6f;
        border-radius: 10px;
        padding: 0 5px;
        font-size: 14px;
    }

.forum-box .media-body ul.process {
    padding: 0px;
    margin: 5px 0px 0px 50px;
}

    .forum-box .media-body ul.process:before {
        content: "簽核：";
        margin-left: -50px;
        width: 50px;
    }

    .forum-box .media-body ul.process li {
        display: inline-block;
        background-color: #ccc;
        border-radius: 3px;
        padding: 0px 5px;
        margin-bottom: 5px;
    }

        .forum-box .media-body ul.process li > span {
            background-color: #FFFFFF;
            border-radius: 3px;
            padding: 0px 5px;
            margin: 2px -3px 2px 0;
            display: inline-block;
        }

            .forum-box .media-body ul.process li > span .sign {
                display: inline;
            }

        .forum-box .media-body ul.process li.active::before {
            content: "";
            position: absolute;
            top: -10px;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #ccc transparent transparent transparent;
        }

.forum-box .media-body .user-pic {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
}

.forum-box .media-body .attach .file {
    margin: 5px;
    padding: 5px;
    margin-left: 0px;
    display: inline-block;
    border: solid 1px #eaeaea;
    background-color: #fff;
}

    .forum-box .media-body .attach .file.img {
        width: 150px;
        height: 150px;
        line-height: 150px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }


/*.forum-box .forum-comments .sign label {
    margin-bottom: 0px;
}*/

.forum-box .forum-comments .sign .name {
    margin-right: 10px;
}

.forum-box .douser span::after {
    content: ",";
}

.forum-box .douser span:last-child::after {
    content: "";
}

.forum-box .forum-comments {
    float: left;
    width: 100%;
}

    .forum-box .forum-comments .media > .dropdown.pull-right {
        visibility: hidden;
    }

    .forum-box .forum-comments .media:hover > .dropdown.pull-right {
        visibility: visible;
    }

.forum-box .hpanel {
    margin-bottom: 10px;
}

.full-height .hpanel {
    display: flex;
    flex-direction: column;
    height: calc(100% - 10px);
}

.full-height .panel-body {
    flex: 1;
}

.fc-del {
    display: none;
    position: absolute;
    background-color: #f00;
    text-align: center;
    border-radius: 100%;
    z-index: 3;
    color: #fff;
    line-height: 20px;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

    .fc-del:before {
        content: "\f00d";
        display: block;
        font-family: FontAwesome;
        text-align: center;
    }

.fc-event:hover .fc-del {
    display: block;
}

.fc-event {
    color: #fff !important;
}

.colorpicker .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker .colorpicker-hue,
.colorpicker .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

/*.slimScrollDiv {
    -webkit-overflow-scrolling: touch;
}*/
/*#navigation {
    position: relative;
    overflow-y: auto;
    width: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}*/

.loading {
    position: fixed;
    border-radius: 100%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    left: 50%;
    top: -60px;
    margin-top: -25px;
    margin-left: -25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 45px;
    font-size: 25px;
    opacity: 0;
    transition: all ease .5s;
    z-index: 9999;
}

    .loading.show {
        top: 15%;
        opacity: 1;
    }

/*fix-feature*/
.fix-feature {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 1005;
}

    .fix-feature > * {
        width: 48px;
        height: 48px;
        border-radius: 100%;
        display: block;
        margin-top: 5px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #eaeaea;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        color: #aaa;
        text-align: center;
        padding: 3px;
    }

        .fix-feature > *:hover {
            background-color: #f7f8fa;
        }

        .fix-feature > * i {
            line-height: 40px;
            font-size: 30px;
            margin-right: 0px !important;
        }

    .fix-feature .scrollToTop {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

        .fix-feature .scrollToTop.fadeToTop {
            -webkit-animation-name: fadeToTop;
            animation-name: fadeToTop;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            visibility: visible;
        }

        .fix-feature .scrollToTop.fadeToBottom {
            -webkit-animation-name: fadeToBottom;
            animation-name: fadeToBottom;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            visibility: hidden;
        }

@-webkit-keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeToTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToBottom {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@media (min-width:768px) {
    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (max-width:767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }

    .logo {
        display: none;
    }

    .content {
        padding: 0px 0px 15px 0px;
    }

        .content h1 {
            padding: 0px 10px;
            text-align: center;
            font-size: 20px;
        }

    #header > .title {
        padding: 0 65px;
    }

        #header > .title h1 {
            font-size: 18px;
        }

    #header .mobile-menu {
        padding-left: 15px;
        position: absolute;
        right: 0px;
        background-color: #FFF;
        height: 55px;
        display: block;
    }

    #header .mobile-menu-toggle {
        transition: all ease .5s;
    }

    #header [aria-expanded='true'].mobile-menu-toggle {
        transform: rotate(-540deg);
    }

    #menu {
        margin-left: -230px;
    }

    #wrapper {
        margin-left: 0;
    }

    ul.sitmap {
        padding: 10px;
    }

    .show-sidebar #menu {
        margin-left: 0;
    }

    .show-sidebar #wrapper {
        margin-left: 0px;
    }

    .breadcrumb {
        margin-bottom: 0px;
        padding: 10px;
    }

    .dropdown.pull-right .btn {
        margin-right: -10px;
    }

    .dropdown.pull-right .dropdown-menu {
        margin-right: -11px;
    }

    .panel {
        border-radius: 0px;
    }

    .panel-body {
        padding: 10px 0px;
    }

    .hpanel .hbuilt {
        padding: 10px;
    }

    .hpanel .panel-heading, .hpanel .panel-body {
        padding: 10px;
        border-radius: 0px;
    }

    .hpanel .hpanel .panel-heading + .panel-body {
        border-radius: 0 0 2px 2px;
    }

    #wrapper .tools, #wrapper .list {
        margin-left: -10px;
        margin-right: -10px;
    }

    #wrapper .feature, .page {
        padding-left: 10px;
        padding-right: 10px;
    }

    #wrapper .list.not-full {
        margin-left: 0px;
        margin-right: 0px;
    }

    .forum-box .hpanel {
        margin-bottom: -1px;
    }

        .forum-box .hpanel:last-child {
            margin-bottom: 10px;
        }

    .forum-box .panel-body {
        padding: 15px 10px;
    }

        .forum-box .panel-body .media-image {
            margin-right: 10px;
            min-width: 80px;
        }

    .forum-box .media-body ul.process {
        font-size: 13px;
    }

    .hpanel .panel-heading, .hpanel .panel-body {
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .forum-box .hpanel .panel-body .panel-heading, .forum-box .hpanel .panel-body .panel-body {
        border-left-width: 1px;
        border-right-width: 1px;
    }

    .not-full .hpanel .panel-heading, .not-full .hpanel .panel-body {
        border-left: 1px solid #eaeaea !important;
        border-right: 1px solid #eaeaea !important;
    }

    .vertical-timeline-content {
        margin-left: 0px;
    }

    table > tbody > tr > td > span.footable-toggle {
        margin-left: 0px;
        display: block;
    }

    table .action {
        width: 80px;
    }

        table .action a {
            display: block;
        }

    .modal-header, .modal-body, .modal-footer {
        padding: 15px 10px;
    }

        .modal-body > .hpanel {
            margin: -16px -10px -15px -10px;
        }

    .feature-panel.center {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
