.pti-clear-margin {
    margin: 0px;
}

.pti-clear-padding {
    padding: 0px;
}

.pti-panel {
    margin-bottom: 20px;
}

.pti-introduction {
    overflow-wrap: break-word;
}

.pti-description {
    font-size: 16px;
    overflow-wrap: break-word;
}

.pti-form-inline {
    display:flex;
    gap:0 10px;
}

.pti-only-tbody > tr:first-child > td {
    border-top: 0;
}

.pti-tree ul {
    padding: 0;
}

.pti-tree ul > li {
    list-style-type: none;
}

.pti-tree ul > li > label {
    font-weight: normal;
    cursor: pointer;
}

.pti-user-agreement {
    color:#337ab7;
}

.pti-label {
    display: inline;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

a.pti-label:focus, a.pti-label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* core start */

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%
}

body > header {
    flex:0 0 auto;
}

body > main {
    flex:1 0 auto;
    margin-top: 100px;
}

body > footer {
    flex:0 0 auto;
}

a {
    color: rgb(0, 0, 0);
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100;
}

.toolbar-container {
    border-bottom: 1px solid #ccc;
}

.editor-container {
    height: 500px;
}

.editor-container-sm {
    height: 200px;
}

/* core end */
/*  header start */

.pti-header {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.pti-header-nav {
    height: 80px;
    position: relative;
    display: flex;
}

.pti-header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.pti-header-logo img {
    max-height:40px;
    max-width:200px;
}

.pti-header-navbar {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
}

.pti-header-navbar-theme {
    margin: 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.pti-header-navbar-theme > li > a {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    display: block;
    color: rgb(255, 255, 255);
}

.pti-header-navbar-theme > li > a:hover {
    background-color: rgba(0, 50, 90, 0.9);
    color: rgb(243, 152, 28);
    border-bottom: 2px solid rgb(243, 152, 28);
}

.pti-header-sub-theme > li > a:hover {
    color: rgb(243, 152, 28);
}

.pti-header-navbar-tool {
    display: flex;
    align-items: center;
}

.pti-header-navbar-tool > a, .dropdown > a {
    font-size: 16px;
    padding: 10px;
    color: rgb(255, 255, 255);
}

.pti-header-sub {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 50, 90, 0.9);
}

.pti-header-sub-theme {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.pti-header-sub-theme > li > a {
    font-size: 16px;
    padding: 20px;
    display: block;
    color: rgb(255, 255, 255);
}

.pti-header-mobile {
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 0;
    background-color: rgb(255, 255, 255, .9);
}

.pti-header-mobile-navbar-theme {
    padding: 15px 0;
    font-size: 18px;
    list-style: none;
}

.pti-header-mobile-navbar-theme > li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}

.pti-header-mobile-sub-theme {
    padding: 10px 20px;
    font-size: 16px;
    list-style: none;
}

.pti-header-mobile-sub-theme > li {
    padding: 10px 0;
}

.pti-header-mobile-navbar-theme > li > a, .pti-header-mobile-sub-theme > li > a {
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.pti-header-userinfo {
    padding: 10px 20px;
}

.pti-header-userinfo > p {
    margin: 2px 0;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .pti-header-nav {
        height: 60px;
    }

    .pti-header-logo img {
        max-height: 30px;
        max-width: 100px;
    }

    .pti-header-navbar-theme {
        display: none;
    }

    .pti-header-mobile-navbar-button {
        display: block;
    }
}

@media (min-width: 992px) {
    .pti-header-mobile-navbar-button {
        display: none;
    }
}

/*  header end */
/*  footer start */

.pti-footer, .pti-footer a {
    color: rgb(255, 255, 255);
}

.pti-footer-message {
    padding: 80px 0;
    background-color: rgb(0, 29, 69);
}

.pti-footer-contact {
    display: flex;
    justify-content: space-between;
}

.pti-footer-qr {
    height: 120px;
    width: 120px;
    margin-right: 50px;
}

.pti-footer-detail {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pti-footer-title {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(152, 152, 152);
}

.pti-footer-content {
    display: flex;
    justify-content: space-between;
}

.pti-footer-content-item {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.pti-footer-content-item > p {
    margin: 0;
}

.pti-footer-bottom {
    padding: 5px 0;
    background-color: rgb(0, 16, 44);
}

.pti-footer-bottom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}

@media (max-width: 992px) {
    .pti-footer-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pti-footer-content-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .pti-footer-qr {
        margin-right: 20px;
    }
}

/*  footer end */
/*  error-page start */

.pti-error-page {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    min-height: 50vh;
}

.pti-error-page > div {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    text-align: center;
}

/*  error-page end */

