@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600&display=swap');

html {
    height: 100%;
}
body {
    background: #f9f9f9;
    height: 100%;
    font-weight: 300;
    font-family: 'Prompt', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
}
.btn{
    border-radius: 2px;
}
b, strong{
    font-weight: bold;
}
a.logout{
    color: #fff;
    display: none;
}
.viewhtmls {
    max-width: 1180px;
    margin: auto;

    font-family: "ap_honda";
    font-size: 20px;
    line-height: normal;
    color: #000000;
    min-height: -webkit-fill-available;
    padding-top: 72px;
    font-weight: normal;
}
.viewhtmls > h1{
    font-size: 28px;
}
.cke_1 .cke_dialog_tab{
    margin-right: 5px;
}
ul.nav-tabs > li.nav-item{
    margin-right: 5px;
}
ul.nav-tabs > li.nav-item > a{
    font-weight: bold;
    font-size: 16px;
}
a {
    color: #000;
}
.fancybox-container{
    z-index: 10;
}
.hidden {
    display: none;
}
.input-group span.is-invalid{
    display: none!important;
}
.dropdown-item.active, .dropdown-item:active{
    background: #0a2959;
}
.dropdown-item.active > a, 
.dropdown-item:active > a{
    color: #fff;
}
header {
    background: #0a2959;
    position: relative;
    z-index: 10;
}

header .nav-config>li>a,
header .ul-mainmenu.navbar-nav>li>a {
    color: #fff;
}

header .nav-config>li:hover>a,
header .ul-mainmenu.navbar-nav>li:hover>a {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}
header .ul-mainmenu.navbar-nav>li.group>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    line-height: 0;
}
.navbar-light .navbar-brand{
}
header .navbar-brand{
    padding-bottom: 10px;
}
header .navbar-brand>img {
    height: 45px;
    object-fit: cover;
}

.nav-config {
    margin-left: auto;
}
.nav-config ul.dropdown-menu > li > a{
    text-decoration: none;
    display: block;
}
.nav-config ul.dropdown-menu > li > a > span{
    margin-right: 10px;p
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 200px;
    position: relative;
    background: #f7f7f7;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    background: #e6e6e6;
}

.dropzone.dz-drag-hover .dz-message {
    color: #999;
}

.dropzone .dz-message {
    text-align: center;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: bold;
}

.dropzone .dz-message>span {
    visibility: none;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999;
}

.dropzone .dz-preview.dz-file-preview .dz-image img {
    opacity: 0;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 3px;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    /*     -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(2px);
    filter: blur(2px); */
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.form-control:focus {
    outline: none;
}

.form-text .form-group {
    margin-bottom: 0px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

footer {
    background: #ddd;
}

footer .footerlink {
    background: #444444;
    color: #fff;
    padding: 40px 0;
}

footer .footerlink .title {
    font-size: 20px;
    margin-bottom: 10px;
}

footer .copyright {
    background: #000;
    color: #fff;
    padding: 15px 0;
}

.userlists {
    list-style: none;
    padding: 0;
}

.userlists>li {
    float: left;
}

.userlists>li>a {
    display: block;
    border: 1px solid #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
}

.userlists>li>a img {
    height: 30px
}

.taglists {
    list-style: none;
    padding: 0;
}

.taglists>li {
    float: left;
}

.taglists>li>a {
    display: block;
    border: 1px solid #bbb;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #bbb;
    padding: 3px 5px;
    font-size: 12px;
}

.taglists>li>a:hover {
    color: #fff;
    border-color: #fff;
}

.linklists {
    list-style: none;
    padding: 0;
}

.linklists>li {
    float: left;
}

.linklists>li>a {
    display: block;
    margin-bottom: 5px;
    color: #bbb;
    padding: 0px 10px;
    font-size: 12px;
    position: relative;
}

.linklists>li>a:before {
    content: '|';
    padding: 0 5px;
    position: absolute;
    left: -5px;
}

.linklists>li:first-child>a {
    padding-left: 0;
}

.linklists>li:first-child>a:before {
    display: none;
}

.linklists>li>a:hover {
    color: #fff;
}

.newslists {
    list-style: none;
    padding: 0;
}

.newslists>li {}

.newslists>li>a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.newslists>li>a .img {
    width: 80px;
    height: 40px;
    float: left;
}

.newslists>li>a .img img {
    width: 100%;
    min-height: 100%;
}

.newslists>li>a .subject {
    padding-left: 95px;
}

.logcontainer {
    padding: 70px 0;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    padding-top: 300px;
}

.logcontainer form {
    padding: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.logcontainer .boxlink {
    padding: 10px 0;
    text-align: center;
}

.loginform {
    max-width: 350px;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.loginform .form-group {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
}

.loginform h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
}

.loginform a {
    color: #007BFF;
}

.loginform {}


.btn-primary {
    background-color: #007BFF;
}

.btn .fas {
    margin-right: 5px;
}

.loginbox .form-group .form-control.isicon {
    padding-left: 35px;
}

.loginbox .form-group .lb {
    position: absolute;
    left: 12px;
    top: 7px;
    color: #666;
    font-size: 16px;
}

.loginform .recommend {
    font-size: 12px;
    color: #666;
}

#ifm {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    z-index: 999999;
    background: #fff;
    /*display: block!important;*/
}

.innermodules {
    padding: 0;
    padding-top: 0;
    display: flex;
    min-height: calc(100% - 76px);
}

.leftmenu {
    background: #f8f8f8;
    flex-basis: 20%;
    min-width: 250px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    max-width: 350px;
}

.leftmenu .boxmember {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.leftmenu .boxmember.userinfo {
    background: #f2f2f2;
}
.leftmenu .boxmember .img {
    width: 45px;
    height: 45px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.leftmenu .boxmember .img>img {
    width: 100%;
    min-height: 100%;
}

.leftmenu .boxmember .info {
    padding-left: 55px;
}

.leftmenu .boxmember .info .name {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    display: block;
    text-decoration: none;
}

.leftmenu .boxmember .info .desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.leftmenu .boxmember .info .logout {
    font-size: 12px;
    background: #333;
    padding: 1px 8px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.leftmenu .fmsearch {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.leftmenu .fmsearch input {
    width: 100%;
}

.leftmenu .menu>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}
.leftmenu .menu>ul>li {
    margin-bottom: 2px;
}
.leftmenu .menu>ul>li.divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.leftmenu .menu>ul>li>a {
    display: block;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-left: 5px solid #1e7bbd;
}

.leftmenu .menu>ul>li:hover>a {
    background: #f1f1f1;
}

.leftmenu .menu>ul>li.active>a {
    background: #9a9a9a;
    color: #fff;
}

.leftmenu .menu>ul>li>a>span {
    margin-right: 5px;
    width: 15px;
}

.leftmenu .menu>ul>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* border-top: 1px solid #eee; */
}

.leftmenu .menu>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 4px 15px;
    padding-left: 35px;
    color: #000;
    text-decoration: none;
}

.leftmenu .menu>ul>li>ul>li.active>a,
.leftmenu .menu>ul>li>ul>li:hover>a {
    background: #ddd;
}

.leftmenu .menu>ul>li>ul:hover>li:not(:hover)>a {
    background: none;
}

.leftmenu .menu>ul>li>ul>li>a::before {
    content: '-';
    position: absolute;
    margin-left: -10px;
}

.leftmenu .menu>ul>li>ul>li>ul {
    padding-left: 53px;
    padding-bottom: 5px;
}

.leftmenu .menu>ul>li>ul>li>ul>li>a {
    font-size: 12px;
    color: #333;
    display: block;
}

.righbody {
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
    box-shadow: 0 7px 14px 0 rgba(60,66,87, 0.10), 0 3px 6px 0 rgba(0,0,0, 0.10);
}

.righbody .innerhtml {
    padding: 10px;
}

.righbody .innerhtml img,
.righbody .innerhtml iframe {
    max-width: 100%;
}

.recommend {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

.form-control.is-invalid {
    border: 1px solid red !important;
}

span.is-invalid {
    font-size: 12px;
    color: red;
}

.logcontainer #BoxRegis {
    margin: auto;
    max-width: 700px;
}

.logcontainer #BoxRegis .form-group {
    width: 100%;
}

.logcontainer #BoxRegis .form-group .lb {}

.logcontainer #BoxRegis .form-control:not([type='file']) {
    width: 100%;
}

.logcontainer #BoxRegis .leftinfo .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.logcontainer #BoxRegis .leftinfo .img>img {
    width: 100%;
    min-height: 100%;
}

.boxAvataUpload {
    margin-top: 10px;
}

.boxAvataUpload div.form-valid::before {
    display: none !important;
}

.boxAvataUpload .recommetn {
    text-align: center;
    font-size: 0.9em;
}

.btnNewsUpload {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 3px solid #eee;
    cursor: pointer;

    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload .icon {
    position: absolute;
    font-size: 5em;
    line-height: 0;
    width: 80px;
    height: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #eee;
    z-index: 3;
}

.btnNewsUpload:hover .icon {
    z-index: 2;
}
.btnNewsUpload img {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnNewsUpload:hover img {
    opacity: 0.1;
}

.btnNewsUpload input[type=file] {
    font-size: 99em;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btnNewsUpload img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.logcontainer .boxAvataUpload {
    float: left;
}

.logcontainer .boxAvataUpload .btnNewsUpload {
    margin: 0;
}

.boxAvataUpload.CoverImg {
    text-align: left;
    max-width: 330px;
}
.boxAvataUpload.CoverImg .btnNewsUpload {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.boxAvataUpload.LogoImg .btnNewsUpload {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.hrbox {
    padding: 15px;
    /* max-width: 1180px; */
    margin: auto;
}

.innerobx {}

.innerobx th {
    font-weight: 600;
    vertical-align: middle !important;
    background: #eee;
}

.innerobx th,
.innerobx td {
    font-size: 15px;
}

.innerobx .tools {
    text-align: center;
}

.innerobx .tools .cstatus {
    border-top: 1px solid #eee;
    padding-top: 5px;
}

.innerobx .tools .edittools {
    margin-bottom: 5px;
}

.innerobx .tools .edittools>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.innerobx .tools .edittools>ul.list-inline {
    white-space: nowrap;
    display: inline-flex;
}

.innerobx .tools .edittools>ul.list-inline>li {
    padding: 0;
}

.innerobx .tools .edittools>ul>li>a {
    padding: 3px 5px;
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    border-radius: 3px;
}

.innerobx .tools .edittools>ul>li>a:hover {
    text-decoration: none;
}
.innerobx .tools .edittools>ul>li>ul.dropdown-menu>li {
    padding: 0;
}
.innerobx .tools .edittools>ul>li>ul.dropdown-menu>li>a{
    display: block;
    padding: 5px 15px;
}
.innerobx .tools a.btn {
    font-size: 11px;
    font-weight: 100;
    padding: 3px 10px;
    font-weight: 100;
    text-decoration: none !important;
}

.innerobx .tools a:hover {
    text-decoration: underline;
}

.innerobx .tools a.edit {
    color: #007BFF;
    padding: 0 3px;
}

.innerobx .tools a.edit:hover {
    background: #007BFF !important;
    color: #fff;
}

.innerobx .tools a.delete {
    color: red;
    padding: 0 3px;
}

.innerobx .tools a.delete:hover {
    background: red !important;
    color: #fff;
}

.innerobx .cstatus {
    font-weight: 300;
    text-align: center;
}

.innerobx .cstatus.Enable,
.innerobx .cstatus.Approve {
    color: green;
}

.innerobx .cstatus.Disable,
.innerobx .cstatus.Reject {
    color: red;
}

.innerobx .cstatus.Waiting {
    color: #e2bf00;
}

.innerobx a.subject {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.innerobx a.subject>span {}

.innerobx table .desc {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.innerobx table .desc:hover {
    -webkit-line-clamp: 100;
}

.innerobx table .desc .btn {
    font-size: 11px;
    padding: 3px 10px;
    margin-top: 5px;
}

.innerobx table .desc .btn .fa {
    margin-right: 5px;
}

.innerobx table .desc>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.innerobx table .desc>ul>li {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px dotted #999;
    margin-left: 10px;
    padding-bottom: 5px;
}

.innerobx table .desc>ul>li:first-child {
    border-bottom: 0;
}
.innerobx table .desc>ul>li .badge{
    padding: 3px 5px;
    border-radius: 3px;
}
.innerobx table .info {
    font-size: 12px;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    color: #666;
}

.filterbox {
    padding-bottom: 10px;
    width: 100%;
}

.filterbox .btn {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 100px;
}
.filterbox .btn.pr{
    margin-right: 5px;
}
.innerobx .btnlink {
    margin-bottom: 5px;
}

.filterbox .boxadvancesearch {
    padding: 15px 0;
    padding-top: 0;
    padding-bottom: 0;
}

.filterbox .boxadvancesearch>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filterbox .boxadvancesearch>ul>li {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
    margin-bottom: 10px;
    max-width: 350px;
}
.filterbox .boxadvancesearch>ul>li > label{
    font-weight: bold;
}
.filterbox .boxadvancesearch>ul>li.fullwidth {
    min-width: 100%;
}

.filterbox .boxadvancesearch>ul>li .boxcalendar,
.filterbox .boxadvancesearch>ul>li .inputsearch {
    display: block;
    margin-left: 0;
    width: 100%;
}

.filterbox .boxadvancesearch>ul>li .boxcalendar .form-control.daterang {
    width: 100%;
}

.searchbottom {
    text-align: right;
}

.searchbottom .btn {
    min-width: 100px;
    margin: 5px 2px;
}

.white-popup-block {
    background: #FFF;
    padding: 0px 0px;
    text-align: left;
    max-width: 650px;
    margin: 20px auto;
    position: relative;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
}

.white-popup-block .popup_headbar {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 17px;
    background: #24285A;
    color: #fff;
    border-bottom: 1px solid #eee;
    height: 47px;
}

.white-popup-block .popup_body {
    padding: 15px 0px;
}
.white-popup-block .popup_body .btn{
    min-width: 150px;
}
.mfp-close-btn-in .mfp-close {
    height: 20px;
    width: 20px;
    margin-top: 12px;
    margin-right: 12px;
    font-size: 0;
    color: #fff;
    background: url('../images/i-x.png') center center no-repeat;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.mfp-close-btn-in .mfp-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form_input .control-label {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}

/* .white-popup-block .btn {
    padding-left: 25px;
    padding-right: 25px;
} */
.headgroup {
    background: #eee;
    padding: 15px 15px;
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    border-left: 5px solid #24285a;
}
.headgroup.first {
    margin-top: 0;
}
#popupform .form-group .col-sm-4 {
    width: 25%;
}

#popupform .form-group .col-sm-8 {
    width: 75%;
}

.inline {
    width: inherit;
}

.boxcalendar {
    position: relative;
    display: inline-block;
}

.boxcalendar .form-control {
    padding-left: 35px;
    min-width: 170px;
    background-color: #fff;
}

.boxcalendar .form-control.daterang {
    width: 100%;
}

.boxcalendar:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    left : 10px;
    top: 5px;
    font-size: 18px;
    color: #ccc;
}
.boxcalendar .form-control.is-valid{
    padding-right: 50px;
    background-position: center right calc(.375em + 1.5rem);
}
.boxcalendar .form-control.daterang {
    width: 250px;
}

.selectbox {
    position: relative;
    display: inline-block;
    min-width: 300px;
    max-width: 100%;
}

.selectbox .form-control {
    padding-left: 40px;
}

.selectbox.project:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f594";
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    color: #ccc;
}

.selectbox.emp:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0b1";
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    color: #ccc;
}

.searchbox {
    text-align: right;
}

.inputsearch {
    display: inline-block;
    position: relative;
    text-align: right;
    width: 250px;
    margin-left: 5px;
}

.inputsearch button[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: none;
    border: none;
    font-size: 18px;
    color: #ccc;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
}

.inputsearch input[type="text"] {
    width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.innerPagination {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px
}

.innerPagination .pagination {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}
.innerPagination .pagination > li{
    display: inline-block;
}
.innerPagination .pagination > li > a{
    padding: 3px 10px;
    text-decoration: none;
}
.innerPagination .boxleft {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.innerPagination .boxleft>li,
.innerPagination .boxright>li {
    white-space: nowrap;
    padding-right: 10px;
    float: left
}

.innerPagination .boxright {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.innerPagination label {
    padding: 2px 5px;
    margin-bottom: 0;
}

.innerPagination select.form-control {
    min-width: 70px;
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #999;
    border-color: #999
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px
}

.pagination.mini>li>a {
    font-size: 0.8em;
    padding: 3px 7px
}

.thtools {
    width: 80px;
}

.thno {
    width: 50px;
}

.thcode {
    width: 100px;
}

.thdate {
    width: 85px;
    text-align: center;
}

.thstatus {
    width: 80px;
}

.thimg {
    width: 100px;
}

.tdimg .img {
    width: 100px;
    overflow: hidden;
}

.tdimg .img img {
    width: 100%;
    min-height: 100%;
}

.datanotfound {
    text-align: center;
    padding: 35px 0 !important;
    background: #f8f8f8;
    color: #bbb;
    width: 100% !important;
}

.settionbox .grouphead {
    font-size: 18px;
    font-weight: 400;
    border-left: 5px solid #24285A;
    padding: 10px 15px;
    background: #eee;
}

.settionbox ul.permissionlists {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.settionbox ul.permissionlists>li {
    padding: 5px 15px;
}

.settionbox ul.permissionlists>li .rowsetting .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

..fstElement{
    width: 100%;
}
.settionbox .fstMultipleMode .fstControls,
.settionbox .fstElement {
    width: 100% !important;
}

.reportfilter {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-top: 15px;
    font-size: 14px;
}

.filterbox .report_title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.reportfilter hr {
    border-color: #ccc;
}

.reportfilter label {
    font-weight: bold;
    padding-right: 10px;
}

.reportfilter legend {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    border-color: #ccc;
}

.mfp-bg {
    background: #000;
    opacity: 0.5;
}

.popupimagelink {
    display: inline-block;
    margin: 5px;
}

.datagrite>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.datagrite>ul>li {
    position: relative;
}

.datagrite ul.projectlists {
    margin-left: -5px;
    margin-right: -5px;
}

.datagrite ul.projectlists>li {
    float: left;
    width: 50%;
    padding: 5px;
}

.datagrite ul.projectlists>li .img {
    height: 180px;
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
}

.datagrite ul.projectlists>li .img:before {
    content: '';
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 2;
}

.datagrite ul.projectlists>li .projectinfo {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 0;
    text-align: left;
    z-index: 3
}

.datagrite ul.projectlists>li .projectinfo .logo {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
}

.datagrite ul.projectlists>li .projectinfo .logo>img {
    width: 100%;
    min-height: 100%;
}

.datagrite ul.projectlists>li .projectinfo .info {
    padding-left: 95px;
    position: absolute;
    bottom: 15px;
    padding-right: 15px;
}

.datagrite ul.projectlists>li .img {
    background-size: cover;
    color: #fff;
}

.datagrite ul.projectlists>li .img .subject {
    font-size: 20px;
}

.datagrite ul.projectlists>li .img .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.toolslists {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
}

.toolslists button {
    border: none;
    font-size: 16px;
    background: #464646;
    color: #fff;
}

.dropdown-menu {
    border-radius: 0;
    border-color: #eee;
    box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.15);
}

.moblie_member .dropdown-menu>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.moblie_member .dropdown-menu>li>ul>li>a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 200px;
    padding: 3px 15px;
    color: #333;
    padding-left: 45px;
    text-decoration: none;
}

.moblie_member .dropdown-menu>li>ul>li>a::before {
    content: '- ';
}

.toolslists a.delete {
    color: red;
}

.toolslists a.delete:hover {
    background: red;
    color: #fff;
}

.objminibox {
    position: relative;
    margin-bottom: 15px;
}

.objminibox .objtitle {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    padding-left: 5px;
}

.row-group {
    margin-bottom: 10px;
}

.btn-seemore {
    background: #f1f1f1;
    color: #333;
    font-size: 13px;
}

/* Loading */
#lds-main {
    display: block;
    position: relative;
    width: 64px;
    height: 40px;
    margin: 0 auto;
}

#lds-main div {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-main div:nth-child(1) {
    left: 6px;
    animation: lds-main1 0.6s infinite;
}

#lds-main div:nth-child(2) {
    left: 6px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(3) {
    left: 26px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(4) {
    left: 45px;
    animation: lds-main3 0.6s infinite;
}

@keyframes lds-main1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-main3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-main2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
#main_loading{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#main_loading #lds-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fstChoiceItem {
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.fstChoiceRemove {
    left: auto !important;
    right: 0 !important;
    top: 10px !important;
}

.fstNoResults {
    font-size: 14px !important;
}

#drop_photo_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height: 200px;
    padding: 40px 8px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

#drop_photo_zone.fileover {
    background-color: #dedede;
}

#drag_upload_file {
    width: 50%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
    color: #b3b3b3;
    font-size: 13px;
}

#drag_upload_file p.ms {
    font-size: 18px;
}

#drag_upload_file input[type='button'] {
    min-width: 200px;
}

#drag_upload_file input[type='file'] {
    display: none;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    height: 48px;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

#drop_file_zone #drag_upload_file {
    width: 100%;
}

#drop_file_zone #drag_upload_file .fmessage {
    float: left;
    font-size: 12px;
    color: #999;
    padding-top: 2px;
}

#drop_file_zone #drag_upload_file .boxbtn {
    float: right;
}

#drop_file_zone #drag_upload_file .boxbtn .btn {
    float: left;
    font-size: 12px;
    padding: 2px 10px;
    margin-left: 5px;
}

.previewfilelists>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.previewfilelists>ul>li {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
    padding-left: 25px;
}

.previewfilelists>ul>li:hover {
    background: #f8f8f8;
}

.previewfilelists>ul>li:last-child {
    border-bottom: none;
}

.boxfilelists {
    position: relative;
}

.boxfilelists .fileinfo {
    padding-right: 50px;
}

.boxfilelists .fileinfo .ficon {
    float: left;
}


.boxfilelists .fileinfo .ficon .fa-file-pdf {
    color: #D5121C;
}

.boxfilelists .fileinfo .ficon .fa-file-archive {
    color: #6f6f6f;
}

.boxfilelists .fileinfo .ficon .fa-file-word {
    color: #295495;
}

.boxfilelists .fileinfo .ficon .fa-file-excel {
    color: #1F6F43;
}

.boxfilelists .fileinfo .ficon .fa-file-powerpoint {
    color: #CC4525;
}



.boxfilelists .fileinfo .fname {
    padding-left: 20px;
}

.boxfilelists .fileinfo .fname .filename {
    font-weight: bold;
    padding-bottom: 5px;
    word-break: break-word;
}

.postdata .boxfilelists .fileinfo .fname .filename {
    padding-right: 30px;
}

.boxfilelists .fileinfo .fname .filedesc {
    color: #999;
    font-size: 12px;
}

.boxfilelists .fileinfo .fname .filedesc>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    position: relative;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:first-child {
    padding-left: 0;
}

.boxfilelists .fileinfo .fname .filedesc>ul>li:last-child {
    border-right: none;
}

.boxfilelists .filetools {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
}

.boxfilelists .filetools a {
    display: block;
    float: left;
    padding: 0 7px;
    font-size: 14px;
}

.postdata .boxfilelists .filetools a {
    font-size: 16px;
    color: #999;
}

.postdata .boxfilelists .filetools a:hover {
    font-size: 16px;
    color: #333;
}

.boxfilelists .filetools a.fnfolder {
    color: #FEC108;
}

.boxfilelists .filetools a.fnsorting {
    color: #007BFF;
    cursor: move;
}
.single_upload .boxfilelists .filetools a.fnsorting{
    display: none;
}
.boxfilelists .filetools a.fnedit {
    color: #28A745;
}

.boxfilelists .filetools a.fnMenuFileDelete,
.boxfilelists .filetools a.fndelete {
    color: #DB3545;
}

.fr-toolbar.fr-top,
.second-toolbar {
    border-radius: 0 !important;
}

.second-toolbar #logo {
    display: none;
}

.fr-box.fr-basic.fr-top .fr-wrapper>div:first-child {
    display: none;
}

.fr-box.fr-basic .fr-element {
    padding: 5px 10px !important;
}

.boxtimeselect {
    display: inline-block;
    width: 110px;
}

.boxdatetimeselect .boxcalendar,
.boxdatetimeselect .boxtimeselect {
    float: left;
    margin-right: 5px;
}

.multipleSelect {
    display: none;
}

.tooltip {
    white-space: nowrap;
}

.dropdown-menu>li>a .fa,
.dropdown-menu>li>a .far,
.dropdown-menu>li>a .fab,
.dropdown-menu>li>a .fas {
    margin-right: 5px;
    width: 18px;
}

.postuserinfo {
    min-height: 35px;
    padding: 10px 15px;
    padding-top: 15px;
    display: block;
}

.postuserinfo>.img {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    outline: none;
}

.postuserinfo>.img>img {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: block;
}

.postuserinfo>.info {
    padding-left: 55px;
}

.postuserinfo>.info .name {
    font-weight: bold;
    font-size: 18px;
}

.postuserinfo>.info .postdate {
    font-size: 14px;
    color: #666;
}

.postuserinfo>.info .postdate .likecount {
    color: #666;
}

.postuserinfo>.info .postdate .likecount .f_icon {
    margin-right: 5px;
}

.postuserinfo>.info .user_tag {
    display: inline;
}

.postuserinfo>.info .user_tag a {
    display: inline-block;
    padding: 0 4px;
}

.btn_mclose {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url('../images/i-close.svg') center center no-repeat;
    overflow: hidden;
    text-indent: -999px;
}

.btn_mclose:hover {}

.popupemotion {
    width: 320px;
    position: absolute;
    display: none;
    z-index: 999999;
}

.popupemotion::before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #fff;
    border-right: 5px solid transparent;
    /* ซ่อนขอบขวา */
    border-left: 5px solid transparent;
    /* ซ่อนขอบซ้าย */
    top: -6px;
    right: 9px;
    position: absolute;
    z-index: 2;
    display: none;
}

.popupemotion::after {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 7px solid #999;
    border-right: 6px solid transparent;
    /* ซ่อนขอบขวา */
    border-left: 6px solid transparent;
    /* ซ่อนขอบซ้าย */
    top: -7px;
    right: 8px;
    position: absolute;
    z-index: 1;
    display: none;
}

.Error404 {
    position: relative;
    text-align: center;
    padding: 0;
    font-size: 24px;
    color: #ccc;
    padding-top: 300px;
    padding-bottom: 250px;
    background: rgba(0, 0, 0, 0.5) url('../images/bg-new.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.Error404::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.Error404>div {
    z-index: 1;
    position: relative;
}

.navbar-member {
    padding: 0;
}

.note-editor {
    border: none;
    box-shadow: 0 0 1px #999;
    border-radius: 0;
}

.dropdown-submenu>a,
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a>.caret {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.dropdown-submenu.open>a>.caret {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-submenu.open>ul {
    display: block;
    left: 100%;
    top: 0;
}

.moblie_member {
    display: none;
    float: right;
    position: relative;
}

.moblie_member>a {
    padding: 18px 15px;
    color: #fff;
    text-decoration: none !important;
    display: block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moblie_member>a>img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.calendarbox {
    padding: 15px;
}

.calendarbox .cal-help {
    padding-top: 5px;
    font-size: 13px;
}

.calendarbox .cal-help .txtleft {
    float: left;
}

.calendarbox .cal-help .textright {
    text-align: right;
}

@media (max-width: 600px) {
    .calendarbox .cal-help .txtleft {
        float: none;
        text-align: center;
    }

    .calendarbox .cal-help .textright {
        text-align: center;
        padding-top: 5px;
    }
}

.chosen-container {
    width: 100% !important;
}

.fancybox-button svg {
    color: #ccc;
}

.swal2-container {
    z-index: 999999;
}

#popup-calendar {
    max-width: 600px !important;
}

.daterangepicker,
.popover {
    z-index: 99993;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    padding-right: 5px;
}

.innernewsbox {
    padding: 15px;
    padding-bottom: 40px;
}

ul.innernewslists {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.innernewslists>li {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    padding: 5px 0;
}

ul.innernewslists>li:hover {
    background: #f8f8f8;
}

ul.innernewslists>li .new_date {
    width: 180px;
    float: left;
    font-size: 13px;
    padding-left: 15px;
}

ul.innernewslists>li .new_info {
    padding-left: 195px;
    display: block;
}

ul.innernewslists>li .new_info .new_subject {
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    padding-right: 40px;
}

ul.innernewslists>li .new_info .new_subject span {
    padding: 2px 8px;
}

ul.innernewslists>li .new_info .postuserinfo {
    padding: 5px 0;
    min-height: 0;
}

ul.innernewslists>li .new_info .postuserinfo>.info {
    padding-left: 25px;
    font-size: 12px;
}

ul.innernewslists>li .new_info .postuserinfo>.img {
    height: 20px;
    width: 20px;
}

ul.innernewslists>li .new_info .postuserinfo>.info .name {
    font-size: 13px;
}

ul.innernewslists>li .new_info .postuserinfo>.info .postdate {
    font-style: 11px;
}

ul.innernewslists>li .new_info .postuserinfo>.info .previewfilelists>ul>li {
    padding-left: 0;
}

ul.innernewslists>li .new_info .description {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}

ul.innernewslists>li .new_info .description>ul>li {
    border-left: 1px solid #ccc;
}

ul.innernewslists>li .new_info .description>ul>li:first-child {
    border-left: none;
}

.boxfilelists .fileinfo .ficon,
ul.innernewslists.fileslists>li .boxfilelists .fileinfo .ficon {
    font-size: 28px;
}

.boxfilelists .fileinfo .fname,
ul.innernewslists.fileslists>li .boxfilelists .fileinfo .fname {
    font-size: 13px;
    padding-left: 30px;
    padding-top: 2px;
}

ul.innernewslists.fileslists>li .new_info .postuserinfo>.info .name {
    font-size: 16px;
}

ul.innernewslists.fileslists>li .new_info .postuserinfo>.img {
    width: 35px;
    height: 35px;
}

ul.innernewslists.fileslists>li .new_info .postuserinfo>.info {
    padding-left: 45px;
}

ul.innernewslists.fileslists>li .new_date {
    padding-top: 5px;
}

.viewhtmls .thumbnail {
    border: none;
    border-radius: 0;
}

.viewhtmls img {
    max-width: 100%;
}

ul.inneralbum {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

ul.inneralbum>li {
    position: relative;
    width: 33.33%;
    height: 170px;
    float: left;
    padding: 0 5px;
    padding-bottom: 10px;
}

ul.inneralbum>li a.albumlists {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

ul.inneralbum>li a.albumlists>img {
    width: 100%;
    min-height: 100%;
}

ul.inneralbum>li a.albumlists .albumname {
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
}

ul.inneralbum>li a.albumlists .albumname .name {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.inneralbum>li a.albumlists .albumname .count {
    font-size: 12px;
}

ul.inneralbumlists {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
}

ul.inneralbumlists>li {
    position: relative;
    width: 25%;
    height: 150px;
    float: left;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 10px;
}

ul.inneralbumlists>li a.img {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

ul.inneralbumlists>li a.img>img {
    width: 100%;
    min-height: 100%;
}

.inneralbumbox {
    padding: 15px;
    clear: both;
}

.inneralbumbox ul.innernewslists>li {
    border-bottom: none;
    background: none !important;
    padding: 0;
    position: relative;
}

.inneralbumbox ul.innernewslists>li .fnposttools {
    top: -20px;
}

.fstMultipleMode.fstActive .fstResults {
    max-height: 300px;
}

.fancybox-content {
    overflow: initial;
}

.form-horizontal .note-editor .modal-body .form-group {
    margin-left: 0;
    margin-right: 0;
}

.open>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#NavbarMenuBar {}

.ul-mainmenu.navbar-nav>li {
    border: none;
}

.ul-mainmenu.navbar-nav>li>a {
    padding: 15px 20px;
}

#NavbarMenuBar .ul-mainmenu>li {
    position: inherit;
    color: #fff;
}

#NavbarMenuBar .ul-mainmenu>li>.submenu {
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    right: 0;
    background: rgb(10 41 89 / 0.85);
    padding-top: 60px;
    padding-bottom: 50px;

}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu {
    display: block;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul {
    list-style: none;
    padding: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul>li {
    float: left;
    padding-right: 20px;
    width: 25%;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul>li a {
    color: #fff;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul>li>a {
    display: block;
    padding: 5px 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul>li>ul {
    padding-left: 20px;
    padding-bottom: 15px;
}

#NavbarMenuBar .ul-mainmenu>li.show>.submenu>.container>ul>li>ul>li>a {
    display: block;
    padding: 2px 0;
}

.sorting_row_data {
    list-style: decimal;
    padding: 0;
}

.sorting_row_data li {
    border-bottom: 1px dotted #ddd;
    padding: 3px 10px;
    cursor: move;
    background: url('../images/arrow-move.png') center right no-repeat;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
}

.sorting_row_data li.active,
.sorting_row_data li:hover {
    background-color: #f8f8f8;
}

.sorting_row_data li:last-child {
    border-bottom: none;
}

.desc-block {
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fnlisttools,
.fnposttools {
    position: absolute;
    right: 10px;
    top: 3px;
}

.fnlisttools button,
.fnposttools button {
    background: none;
    border: none;
    outline: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.fnlisttools .open button,
.fnlisttools button:hover,
.fnposttools .open button,
.fnposttools button:hover {
    background: rgba(255, 255, 255, 0.5);
}

tr.Disable td:not(.fnrowtools) {
    opacity: 0.5;
    text-decoration: line-through;
}

.sharebox {
    padding: 0 15px;
    text-align: right;
}

.sharebox a {
    text-decoration: none;
    font-size: 16px;
}

.newsimg {
    width: 150px;
    display: block;
    position: relative;
}

.newsimg::before {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 7px #000;
}

.newsimg.photo::before {
    content: "\f03e";
}

.newsimg.MP4::before {
    content: "\f144";
}

.newsimg.Youtube::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
    color: #ec0500;
    text-shadow: 0 0 7px #fff;
}

.newsimg>img {
    width: 100%;
}

.fnStatusLists .btnstatus {
    font-size: 13px;
    text-decoration: none !important;
}

.fnStatusLists .btnstatus>span {
    margin-right: 10px !important;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}
.fnStatusLists .btnstatus::before{
    content: '\f058';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 8px;
    opacity: 0;
    font-weight: bold;
}
.fnStatusLists .btnstatus[data-val="Enable"] {
    color: #007BFF;
}
.Enable .fnStatusLists .btnstatus[data-val="Enable"]::before{
    opacity: 1;
}
.Disable .fnStatusLists .btnstatus[data-val="Disable"]::before{
    opacity: 1;
}

.Disable .fnStatusLists .updatestatus>span:before {
    content: "\f204" !important;
}

.fnStatusLists .dropdown-menu {
    top: 0;
}

.table-responsive {}

.multiuploadbox #drop_file_zone {
    padding: 15px 15px;
    height: auto;
}

.multiuploadbox #drop_file_zone #drag_upload_file .boxbtn .btn {
    min-width: 150px;
    height: 35px;
}

@media (max-width: 550px) {
    .multiuploadbox #drop_file_zone {}
}

.faqbox .icon {
    float: left;
    font-size: 40px;
    width: 80px;
    text-align: center;
    font-weight: bold;
}

.faqbox .desc {
    margin-left: 80px;
    border-left: 1px solid #f1f1f1;
    padding-left: 15px;
}

.faqbox .previewfilelists>ul>li {
    padding-left: 10px;
    padding-right: 10px;
}

#menu_calendar .fc-center>h2 {
    font-size: 18px;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
}

.righbody ul.nav-tabs>li>a {
    padding: 15px 25px;
    display: block;
    color: #ccc;
    text-decoration: none;
}
.righbody ul.nav-tabs>li>a > .fas,
.righbody ul.nav-tabs>li>a > .fa,
.righbody ul.nav-tabs>li>a > .far{
    margin-right: 10px;
}
.righbody ul.nav-tabs>li.active>a {
    color: #000;
}
.navbar-light .navbar-toggler{
    color: #fff;
    border-color: #fff;
    outline: none;
    border: none;
}
/* .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} */
.btnColSorting{
    white-space: nowrap;
    text-decoration: none;
    color: #000!important;
}
.btnColSorting.active::after{
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: '\f0dc';
    margin-left: 5px;
}
.crename > span{
    display: block;
    white-space: nowrap;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
}
.table-hover tbody tr:hover{
    background-color: rgba(0,0,0,0.015);
}
.site_infomation .rowinfo strong,
.site_infomation .rowinfo span{
    display: block;
}
.site_infomation .rowinfo strong{
    width: 100px;
    float: left;
}
.site_infomation .rowinfo span{
    padding-left: 100px;
}
.nav_form.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #f6b518;
    color: #fff;
    border: none;
}
.nav_form.nav-tabs > li.nav-item{
    margin: 0;
}
.nav_form.nav-tabs > li{
    display: contents;
    float: none;
}
.nav_form.nav-tabs>li>a{
    padding: 10px 20px;
    padding-bottom: 10px;
}
.nav_form.nav-tabs > li.nav-item > a{
    margin-right: 5px;
    border: none;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect{
    font-size: 14px;
    border-color: #eee;
    border-radius: 3px;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 14px;
    height: 30px;
    width: 40px;
}
.righbody .breadcrumb{
    margin-bottom: 0;
}
.innerobx .crename{
    margin-top: 5px;
}
.help-block{
    color: #999;
}
.photo_layout .boxfilelists .fileinfo > .img{
    width: 100px;
    float: left;
}
.photo_layout .boxfilelists .fileinfo > .img > img{
    width: 100%;
}
.photo_layout .boxfilelists .fileinfo .fname{
    padding-left: 115px;
}
.photo_layout .previewfilelists>ul>li{
    padding-left: 0;
}
#mobile_menu{
    display: none;
}
.menu_title{
    font-size: 30px;
    text-align: center;
}
.fstElement{
    width: 100%;
}
.nav-tab-mini{
    padding: 0;
}
.nav-tab-mini > li{
    float: left;
}
.nav-tab-mini > li > a{
    margin: 0;
    border: none!important;
    font-size: 14px;
}
.nav-tab-mini > li > a.nav-link.active{
    background: #ddd;
    color: #000;
}
.tab-content-mini{
    padding: 15px 0px;
}
.custom-file-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
}
.tb_headgroup > td{
    background: #0C243F;
    color: #fff;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
}
.breadcrumb a:hover{
    color: #fff;
}
.box_files_select{
    border: 1px solid #ddd;
    padding: 15px 15px;
}
ul.sort_select_files{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.sort_select_files > li{
    padding-bottom: 10px;
    padding-top: 0px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    padding: 15px 20px;
}
ul.sort_select_files > li:hover{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
ul.sort_select_files > li::last-child{
    margin-bottom: 0;
    border-bottom: none;
}
ul.sort_select_files > li .btn-info{
    cursor: move!important;
}
ul.sort_select_files .fn_select_files{
    min-width: 30px!important;
    text-align: center;
}
ul.sort_select_files > li > a.fn_files_delete{
    position: absolute;
    top: 10px;
    right: 20px;
    color: red;
}
ul.sort_select_files > li > a.fn_files_sort{
    position: absolute;
    top: 10px;
    right: 55px;
    color: #999;
    cursor: move;
}
.fn_selectfiles_box{
    margin-bottom: 15px;
}