/* Minification failed. Returning unminified contents.
(288,42): run-time error CSS1046: Expect comma, found '0'
(288,45): run-time error CSS1046: Expect comma, found '/'
(532,36): run-time error CSS1046: Expect comma, found '0'
(532,40): run-time error CSS1046: Expect comma, found '/'
(553,48): run-time error CSS1046: Expect comma, found '245'
(553,56): run-time error CSS1046: Expect comma, found '/'
(553,72): run-time error CSS1046: Expect comma, found '240'
(553,80): run-time error CSS1046: Expect comma, found '/'
(644,36): run-time error CSS1046: Expect comma, found '0'
(644,40): run-time error CSS1046: Expect comma, found '/'
(723,29): run-time error CSS1046: Expect comma, found '255'
(723,37): run-time error CSS1046: Expect comma, found '/'
(1386,36): run-time error CSS1046: Expect comma, found '0'
(1386,40): run-time error CSS1046: Expect comma, found '/'
(1490,29): run-time error CSS1046: Expect comma, found '229'
(1490,37): run-time error CSS1046: Expect comma, found '/'
(1976,36): run-time error CSS1046: Expect comma, found '0'
(1976,40): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'Kanit-Light';
    src: url('../Assets/Font/Kanit-Light.eot') format('embedded-opentype'), url('../Assets/Font/Kanit-Light.woff') format('woff'), url('../Assets/Font/Kanit-Light.ttf') format('truetype'), url('../Assets/Font/Kanit-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../Assets/Font/GothamBook.eot') format('embedded-opentype'), url('../Assets/Font/GothamBook.woff') format('woff'), url('../Assets/Font/GothamBook.ttf') format('truetype'), url('../Assets/Font/GothamBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'GothamBook','Kanit-Light',sans-serif !important;
    padding-bottom: 18px;
    margin-bottom: 0px;
    position: relative;
    background: transperent;
    font-size: 15px;
    padding-top: 65px;
    overflow-x: hidden;
}

body.page-theme {
    background: linear-gradient( 160deg, #F5F8FB, #d7e3ef);
    min-height: 100vh;
    background-image: url(../Assets/Image/bg/theme-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-attachment: fixed;
    z-index: -1;    
}

/*--------------------------------------- 
    Text
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h4, .h4 {
    font-size: 17px;
}
a {
    color: #484848;
}

    a:hover {
        color: #2d4e9e;
        text-decoration: none;
    }

    a:focus {
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
        text-decoration: none;
    }

.red-num, .red-num p {
    color: #db3545;
    text-align: right;
}

.text-danger {
    color: #e18a8a;
    font-weight: 600;
    font-size: 13px;
}

.text-red-b {
    font-size: 18px;
    color: #db3545;
    font-weight: bold;
}

.text-pink-b {
    color: #2d4e9e;
    font-weight: bold;
}

.text-green-b {
    color: #11c1a8;
    font-weight: bold;
    font-size: 22px;
}

button {
    transition: all ease .3s;
}

    button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

input:-webkit-autofill::first-line {
    font-family: 'GothamBook','Kanit-Light', sans-serif;
    font-size: 18px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 30px;
    padding-right: 30px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


/*--------------------------------------- 
    Margin & Padding
---------------------------------------*/
.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.p-0 {
    padding: 0px;
}


/*--------------------------------------- 
    Layout
---------------------------------------*/
.full-width.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0px 20px;
}

section {
    min-height: calc(87vh - 3px);
}

.clear-none {
    clear: none;
    flex: none;
    float: left;
}

.item-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile {
    display: none;
}

.ul-nonestyle {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.item-2-col li {
    width: 50%;
    padding: 1%;
    display: inline-block;
    float: left;
    clear: none;
}

ul.item-3-col li {
    width: 33.33333333%;
    padding: 1%;
    display: inline-block;
    float: left;
    clear: none;
}
ul.item-3-col li:nth-child(3n+1) {
    clear:left;

}

ul.item-4-col li {
    width: 25%;
    padding: 1%;
    display: inline-block;
    float: left;
}

ul.item-5-col li {
    width: 20%;
    padding: 5px;
    display: inline-block;
    float: left;
}

/*--------------------------------------- 
    Image
---------------------------------------*/
.img-100 {
    width: 100%;
}

.img-icon {
    height: 22px;
    color: #fff;
}

.img-small {
    height: 16px;
}

.btn .img-icon {
    margin-top: -3px;
    margin-right: 5px;
}

/*--------------------------------------- 
    Button
---------------------------------------*/
/*--- button theme ---------*/
.btn {
    cursor: pointer;
    font-weight: normal;
    padding: 8px 12px;
    font-size: 15px;
    transition:all ease .3s;
}

.btn-theme {
    background: #2d4e9e;
    min-width: 90px;
    border-radius: 5px;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
    border: none;
    color: #fff !important;
    margin: 10px 5px 0px;
    letter-spacing: 0.8px;
    display: inline-block;
    text-align: center;
}

    .btn-theme:hover {
        background: #444;
        color: #fff !important;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    }

.btn-select {
    background: #cedcff;
    width: 100%;
    text-align: left;
    min-height: 36px;
    font-size: 17px;
    white-space: normal;
    border-radius: 30px;
    padding: 5px 32px 5px 15px;
    box-shadow: inset 3px -3px 4px rgb(0 0 0/ 8%);
}
    .btn-select:before {
        content: '';
        position: absolute;
        background-image: url('../Assets/Image/icon/arrow-down.png');
        background-size: 100%;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50%;
        transform:translate(0% ,-50%)
    }
    .btn-select:hover {
        background: #baceff;
    }
    .detail-tools .btn-tools {
    display: inline-block;
    min-width: 45px;
    height: auto;
    padding: 0px 2px 0px;
    border-radius: 4px;
    text-align: center;
    float: left;
    clear: none;
    margin-right: 2px;
    position: absolute;
    top: 2px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
    transition: all ease .3s;
}

.btn-tools:hover {
    background: #737373;
}

.file {
    background: #2d4e9e;
    color: #fff !important;
}

/*--------------------------------------- 
    Form
---------------------------------------*/
.form-group {
    margin-bottom: 0px;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #ccc;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:hover {
    color: #495057;
    background-color: #fffcfe;
    border-color: #b0c6fd;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: #f9f9f9;
    border-color: #eee;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 2px;
}

.input-link span.link {
    position: absolute;
    background: #e18baa;
    height: 42px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    top: auto;
    left: auto;
    padding-top: 8px;
}

.input-link input {
    padding-left: 42px;
}

/*--------------------------------------- 
    Menu
---------------------------------------*/
.nav-theme {
    background: rgba(255,255,255,0.5);
    /*box-shadow: 0px 2px 4px rgba(0,0,0,0.1);*/
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 6px 20px;
    position: fixed;
    display: block;
    height: 55px;
    box-shadow: none;
    margin-bottom: 10px;
    top: 0px;
}

.nav-theme .main-logo {
    color: #002784;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

.nav-theme .main-logo img.logo {
    margin-right: 5px;
    height: 42px;
}

.nav-theme .navbar-collapse {
    margin-left: 30px;
    width: auto;
    display: inline-block !important;
    border-left: 1px solid #ddd;
}

.nav-theme .navbar-nav > li > a {
    padding: 10px 14px;
    font-weight: bold;
    color: #2d4e9e;
    transition:all ease .3s;
}

.nav-theme .navbar-nav > li > a .img-icon {
    margin-right: 5px;
    margin-top: -3px;
}

.nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 5%;
    background: #dfe8ff;
    height: 100%;
    width: 90%;
    transition: all ease .3s;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
}
.nav > li > a:hover:after, .nav > li.active > a:after {
    opacity:1;
}
        .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
            background-color: transparent;
        }

    /*.nav > li > a:hover .img-icon, .nav > li > a:focus .img-icon, .nav > li.active > a .img-icon {
        filter: brightness(0) invert(1);
    }*/
    .nav-theme .menu-right {
    float: right;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

        .nav-theme .menu-right .menu-icon {
            color: #002784;
            font-size: 28px;
            padding: 0px;
        }

            .nav-theme .menu-right .menu-icon span {
                font-size: 14px;
                line-height: 30px;
                height: 28px;
                margin-top: 6px;
                margin-right: 8px;
                font-weight: bold;
                display: inline-block;
                float: left;
            }

            .nav-theme .menu-right .menu-icon:hover {
                color: #fe9800;
            }

.text-user-name {
    color: #ec8f41 !important;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
}
.text-user-name .txt-wel {
    color:#939393;
    margin-right:5px;
}
.lines {
    display: inline-block;
    height: 2px;
    width: 22px;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
}

    .lines, .lines:before, .lines:after {
        background-color: #2d4e9e !important;
    }

        .lines:before, .lines:after {
            display: inline-block;
            height: 2px;
            width: 16px;
            border-radius: 4px;
            transition: 0.3s;
            content: '';
            position: absolute;
            left: 0;
            -webkit-transform-origin: 2.85714px center;
            transform-origin: 2.85714px center;
            width: 100%;
        }

        .lines:before {
            top: 5px;
        }

        .lines:after {
            top: -5px;
        }

/*--------------------------------------- 
    Main-Layout
---------------------------------------*/
.frame-item {
    display: inline-block;
    width: 100%;
    /*background: rgb(255 255 255 / 58%);*/
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    min-height: 75px;
    padding: 6px 15px 5px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(45deg, #ecf5ff, #d6d4ff40);
}

    .frame-item.no-bg {
        background: transparent;
        box-shadow: none;
        padding: 10px 5px;
    }

    .no-bg {
        background: transparent!important;
    }

    .head-form {
    background: linear-gradient(45deg, rgb(236 245 255 / 70%), rgb(240 240 255 / 70%));
    position:relative;
    /*background-image: url(../Assets/Image/box-bg/3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.body-detail {
}

.head-form label.title {
    color: #737373;
    font-size: 13px;
    font-weight: normal;
}

.head-form p {
    font-weight: bold;
    margin-bottom:0px;
}

    .head-form p.big-txt {
        font-weight: bold;
        font-size: 17px;
    }

.head-form-detail {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 0px 15px 0px;
    position:relative;
}
    .head-form-detail .icon-detail {
        position: absolute;
        top:10px;
        right: 15px;
        display:inline-block;
        border-radius:10px;
        cursor: pointer;
    }
    .head-form .form-group {
        display: inline-block;
        width: 100%;
    }

.head-form .cop-title {
    min-height:62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-form .cop-title .big-txt{
    margin-bottom:0px;
    padding-left:60px;
    position:relative;
}
.head-form .cop-title img {
    position:absolute;
    height: 50px;
    left:15px;
    top:10px;
}
.project-total {
    float: right;
}
.project-total > .form-group {
    background: #f7fbff;
    padding: 5px;
    border-radius: 5px;
    color: #2d4e9e;
    text-align: center;
    border: 1px solid #c3d9ec;
    min-height:62px;
}

.head-form .project-total .form-group label.title {
    color: #2d4e9e;
}

/*-----------------------------------
    Home - Show All Project
-------------------------------------*/


.item-pj {
    /*background: rgb(255 255 255 / 58%);*/
    background-image: url(../Assets/Image/box-bg/1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    min-height: 100px;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all ease .3s;
    display:inline-block;
}

    .item-pj:hover {
        margin: -4px 4px 4px -4px;
    }

    .item-pj p.title {
        color: #2d4e9e;
        font-size: 18px;
        font-weight: bold;
        /*height: 52px;*/
        max-height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
        transition: all ease .3s;
    }

    .item-pj:hover p.title {
        color: #d46e19;
    }

    /*.item-pj ul {
        width:100%;
    }
    .item-pj ul.item-2-col > li {
        width: 50%;
        padding: 0px;
        padding-right:5px;
    }
    .item-pj ul.item-2-col > li p {
        margin-bottom:3px;
    }
    .item-pj ul.item-3-col > li {
        width: 33.33333333%;
        padding: 0px;
        padding-right: 5px;
    }
    .item-pj ul.item-3-col > li {
        margin-bottom:3px;
    }
    .item-pj .border-bottom {
        border-bottom:1px solid #ccc;
        margin-bottom:3px;
    }
    .item-pj .border-bottom p {
        margin-bottom: 3px;
        color:#737373;
    }
    .item-pj .border-bottom p b{
        color:#484848;
    }*/
    .item-pj .detail-box {
        min-height:180px;
    }
    .item-pj .detail-box .description {
        height: 158px;
        max-height:158px;
        color: #646464;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        margin-bottom: 10px;
        transition: all ease .3s;
        background: rgb(255 255 255 / 60%);
        border: 1px solid #c3d9ec;
        padding: 5px;
        border-radius: 5px;
    }
       
    .item-pj p.support {
        color: #737373;
        width: calc(100% - 145px);
        display: inline-block;
        float: left;
        margin-bottom: 3px;
    }
    .item-pj p.inc-pending {
        width: 145px;
        color: #d30400;
        display: inline-block;
        float: right;
        text-align: right;
        margin-bottom: 3px;
    }
    .item-pj p.date {
        width: 50%;
        color: #919191;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 2px;
        display: inline-block;
        float: left;
        letter-spacing: .5px;
    }

    .item-pj p.date.expired {
        text-align: right;
        color: #ec8f41;
        /*color: #646464;*/
    }

        .item-pj p.date.update {
            position: absolute;
            font-size: 13px;
            right: 0px;
            bottom: -2px;
            background: #f0f5ff;
            color: #ec8f41;
            display: inline-block;
            padding: 5px;
            border-radius: 4px;
            letter-spacing: 0.8px;
            display: none;
        }
/*ul.item-4-col li:nth-child(4n+1) {
    clear:left;
}*/
/*------------------------------------------ 
    Search & Table Style
--------------------------------------------*/
.head-search {
    margin-bottom: 20px;
}

/*.head-search .form-frame {
    min-height: 100px !important;
}*/

.head-search .status-filter {
    margin-top: 20px;
    border: 1px solid #E18BAA;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

        .head-search .status-filter label.title {
            position: absolute;
            top: -15px;
            left: 10px;
            font-weight: bold;
            padding: 0px 8px;
            line-height: 25px;
            border-radius: 10px;
            z-index: 1;
        }

        .head-search .status-filter label.title:before {
            z-index: -1;
            content: '';
            position: absolute;
            background: #f9f2f6;
            width: 100%;
            height: 1px;
            top: 14px;
            left: 0px;
        }

.status-filter ul > li {
    position: relative;
}

    .status-filter ul > li label {
        padding-left: 30px;
    }


.btn-add-group {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
    float: left;
}

    .btn-add-group .btn {
        margin-top: -20px;
    }

/*Search*/
.search-group .col-form-label {
    width: 75px;
    text-align: right;
    padding-right: 10px;
    display: inline-block;
    float: left;
    line-height: 32px;
    color:#737373;
}
.search-group .search-fill {
    width: calc(100% - 130px);
    display: inline-block;
    float: left;
}
.search-group .btn-theme.mini {
    display: inline-block;
    min-width: 38px;
    height: 33px;
    padding: 4px 6px;
    margin-top: 0px;
}
/* -------- Search Table Resoult --------- */
.search-result {
    padding: 3px 18px;
}

    .search-result .table-frame, .search-result .table-frame-block {
        width: 100%;
    }

    .search-result table {
        overflow: hidden;
        width: 100%;
    }

    .search-result .table-frame table {
        width: 100%;
    }

.limit-view {
    height: calc(100vh - 235px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    vertical-align: top;
    display: block;
}

/*.limit-view-popup {
    height: 300px;
     height: calc(100vh - 380px); 
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    vertical-align: top;
    display: block;
}*/

.search-result table .topic th,
.search-result table .detail td {
    display: inline-block;
    /*padding: 6px 5px;*/
    float: left;
    clear: none;
    line-height: 22px;
    min-height:26px;
    /*border:1px solid #000;*/
}

.search-result table .topic th {
    padding: 5px 0px!important;
    line-height: 16px;
    font-weight: normal;
}
.search-result table .topic th:first-child {
    padding-left:5px!important;
}
    .search-result table .topic {
    border-radius: 8px 0px 0px 0px;
    background: #2D4E9E;
    color: #fff;
}

    .search-result table .topic.total {
        background: #fff;
        color: #ec8126;
        border-bottom: 1px solid #ec8f41;
    }

        .search-result table .topic.total th {
            font-weight: bold;
        }

.search-result .detail {
    border: 0px solid #f7f7f7;
    border-bottom: 3px dashed #eee;
}
    .search-result .detail tr {
        width:100%;
        display:inline-block;
    }
    .search-result .detail tr:nth-child(odd) {
        background: #fff;
    }

    .search-result .detail tr:nth-child(even) {
        background: #F5F5F5;
    }

    .search-result .detail .total-month {
        width: 100%;
        padding: 2px 0px;
        display: inline-block;
    }

        .search-result .detail .total-month > td {
            width: 100%;
            display: inline-block;
        }

    .search-result .detail tr.total-ofmonth {
        background: #dce6ff;
        padding: 8px 0px;
        display: inline-block;
        width: 100%;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 3px;
    }

    .search-result .detail .total-ofmonth .detail-date {
        padding-left: 10px;
    }

[aria-expanded="true"] .arrow {
    transform: rotate(-180deg);
}

.search-result .detail .list-date {
    width: 100%;
    color: #000;
}

    .search-result .detail .list-date tr {
        padding: 3px 0px;
        display: inline-block;
        width: 100%;
        transition: all ease .3s;
        border-bottom:1px solid #e7e7e7;
     }

        .search-result .detail .list-date tr:hover {
            background: #fff4e4;
            font-weight: bold;
            z-index: 2;
        }

.detail .list-date .detail-date {
    padding-left: 5px;
}

.detail-type {
    padding-left: 5px
}
/*.search-result .detail tr {
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}*/


.search-result .topic.topic-mobile {
    display: none;
}

.search-result .detail.detail-mobile span.text-topic {
    display: none;
    /*font-size: 20px;*/
    font-weight: bold;
    /*width: 100px;
    position: absolute;
    left: 5px;*/
}

.show-m {
    display: none !important;
}

/* -------- Footer Search --------- */
.footer-search {
    padding: 0px 30px;
}

    .footer-search .status-data p {
        font-size: 13px;
        color: #989898;
    }

    .footer-search .page-number {
        text-align: right;
    }

        .footer-search .page-number ul {
            display: inline-block;
            margin: 0px;
        }

            .footer-search .page-number ul li {
                float: left;
                text-align: center;
                width: 30px;
                height: 30px;
                /* border: 1px solid #c6d8ff; */
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                cursor: pointer;
                border-right: none;
                border-radius: 5px;
                margin: 0px 1px;
            }

                .footer-search .page-number ul li a {
                    color: #737373;
                    font-weight: bold;
                    width: 100%;
                    padding:6px 0px;
                }

                .footer-search .page-number ul li:nth-child(2) {
                    border-left: none;
                }

                .footer-search .page-number ul li:first-child, .footer-search .page-number ul li.PagedList-skipToPrevious {
                    /*border-radius: 30px 0px 0px 30px;*/
                    border: none;
                    font-weight: bold;
                    margin-right: 5px;
                }

                .footer-search .page-number ul li:last-child, .footer-search .page-number ul li.PagedList-skipToNext {
                    /*border-radius: 0px 30px 30px 0px;*/
                    border: none;
                    font-weight: bold;
                    margin-left: 5px;
                }

                    .footer-search .page-number ul li.PagedList-skipToPrevious a, .footer-search .page-number ul li.PagedList-skipToNext a {
                        color: #2d4e9e;
                        font-size: 18px;
                    }

li.PagedList-skipToLast {
    border: none !important;
    /* background: #a5bef3; */
    border-radius: 50% !important;
    margin-left: 5px;
    font-weight: bold;
}

li.PagedList-skipToFirst {
    border: none !important;
    /* background: #a5bef3; */
    border-radius: 50% !important;
    margin-right: 5px;
    font-weight: bold;
}

.footer-search .page-number ul li span {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 22px;
    padding:5px 0px;
    color: #2d4e9e;
    font-weight: bold;
    transition: all ease .3s
}

/*.footer-search .page-number ul li:hover span, .footer-search .page-number ul li:focus span, .footer-search .page-number ul li:hover, .footer-search .page-number ul li:focus,*/
.footer-search .page-number ul li:active span, .footer-search .page-number ul li.active span, .footer-search .page-number ul li:active, .footer-search .page-number ul li.active {
    background: #2d4e9e;
    color: #fff;
}
.footer-search .page-number ul li:hover a, .footer-search .page-number ul li:focus a{
    color: #2d4e9e;
}
    .footer-search .page-number ul li:active a, .footer-search .page-number ul li.active a {
    color: #fff;
}

.footer-search .page-number ul li span.btn-arrow i, li.PagedList-skipToPrevious, li.PagedList-skipToNext {
    /* background: #a5bef3; */
    color: #fe9800;
    transition: all ease .3s;
    font-size: 18px;
}

.footer-search .page-number ul li span.btn-arrow img {
    margin-top: -2px;
}

.footer-search .page-number ul li.previous:hover,
.footer-search .page-number ul li.previous:focus,
.footer-search .page-number ul li.previous:active,
.footer-search .page-number ul li.next:hover,
.footer-search .page-number ul li.next:focus,
.footer-search .page-number ul li.next:active,
.footer-search .page-number ul li.previous:hover span,
.footer-search .page-number ul li.previous:focus span,
.footer-search .page-number ul li.previous:active span
.footer-search .page-number ul li.next:hover span,
.footer-search .page-number ul li.next:focus span,
.footer-search .page-number ul li.next:active span,
li.PagedList-skipToPrevious:hover,
li.PagedList-skipToNext:hover,
li.PagedList-skipToLast:hover,
li.PagedList-skipToFirst:hover {
    background: #f7d3e2 !important;
    color: #737373 !important;
}

    li.PagedList-skipToPrevious:hover a,
    li.PagedList-skipToNext:hover a {
        color: #737373 !important;
    }
/*------------------------------------------ 
    End: Search & Table Style
--------------------------------------------*/
.search-result .topic .topic-tools, .search-result .detail .detail-tools {
    width: 68px;
    float: right !important;
    text-align: right;
    position: relative;
    min-height: 26px;
}
.search-result .topic .topic-tools {
    text-align: left;
}

/*.search-result .tools-group {
    position: fixed;
    right: 20px;
    display: inline-block;
    background: #fff;
    height: auto;
    padding: 7px;
    margin-top: -10px;
    border-radius: 10px;
}*/

/*------------- Page Error-------------*/
.frame-error {
    position: relative;
    height: auto;
    min-height: calc(100vh - 110px);
}

.error_detail {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -55%);
    width: 100%;
}

    .error_detail .number {
        font-size: 60px;
        font-weight: bold;
    }

    .error_detail .textgroup .number {
        font-size: 6rem;
        line-height: normal;
        font-weight: bold;
        color: #6888a2;
    }

    .error_detail .textgroup .text {
        font-size: 1.8rem;
        line-height: 3.2rem;
        color: #6888a2;
    }

        .error_detail .textgroup .text.header-margin {
            margin-top: 10px;
            margin-bottom: 25px;
        }

    .error_detail .textgroup .btn-theme {
        margin-bottom: 12px;
    }

/*----------------------------------
    Modal
-----------------------------------*/
.modal-dialog {
    margin: 65px auto 30px;
}

.modal-content {
    border-radius: 5px;
}

.modal-title {
    width: auto;
    display: inline-block;
    padding-right: 30px;
}

.close {
    opacity: 0.5;
}

.modal-footer {
    text-align: center;
    padding: 0px 15px 15px;
    border-top: 0px;
}

/*-------------Modal Select-----------*/
ul.select-list li a, a.select-all {
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 17px;
    transition: all ease .3s;
}
.select-project a.select-all {
    font-weight: bold;
    color: #2d4e9e;
}
ul.select-list li:nth-child(even) a {
    background: #fff;
}

ul.select-list li:nth-child(odd) a {
    background: #f7f7f7;
}

ul.select-list li a:hover, a.select-all:hover {
    background: #e5f2fd;
    color: #2d4e9e;
}

.select-list .filename {
    margin-left: 8px;
}

.select-list .item-file {
    padding-left: 28px;
}

    .select-list .item-file img {
        margin-left: -20px
    }

.border-dashed {
    border-bottom: 2px dashed #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/*-------------Modal Summary Informaiton-----------*/
.summary-info {
    padding:0px;
}
.summary-info .tab-inner {
    border: 1px solid #ddd;
    border-radius: 0px 10px 10px 10px;
}
.summary-info .tab-inner.limit-view {
    height: 380px;
}
.summary-info .tab-menu {
    padding: 5px 10px 0px;
    margin-bottom: -3px;
}
/*.summary-info .head-form p {
    font-weight:normal;
}
.summary-info .head-form label.title {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}*/

.summary-info .desktop {
    padding-top: 15px;
    border-bottom: 2px dashed #eee;
}

.summary-info .desktop h4 {
    font-size: 16px;
}

.summary-info label .title {
    color: #898989;
    font-size: 13px;
    letter-spacing: .3px;
}
/*-----------------------------------
    Copyright
------------------------------------*/
    footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.copyright {
    text-align: right;
    padding: 0px 30px 0px 30px;
}

    .copyright p {
        color: #fff;
        line-height: 25px;
        margin-bottom: 0px;
        font-size: 10px;
    }

/*--- go on top ---------*/
.btnGoTop {
    border-radius: 4px;
    padding: 4px 7px 10px 7px;
    border-color: transparent;
    opacity: .5;
    background: #2d4e9e;
    margin-bottom: 12px;
    position: fixed;
    bottom: 6px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    height: 32px;
    width: 32px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / .2);
    transition: all ease 0.3s;
    text-align: center;
    overflow: hidden;
}

    .btnGoTop i {
        position: absolute;
        left: 8px;
        top: 6px;
        font-size: 18px;
        color: #fff;
    }

    .btnGoTop:before {
        content: '';
        position: absolute;
        background: #2d4e9e;
        height: 0;
        width: 100%;
        left: 0px;
        top: 100px;
        transition: all ease .3;
        opacity: 0;
    }

    .btnGoTop:hover {
        opacity: .95;
    }

        .btnGoTop:hover:before {
            top: 0px;
            height: 100%;
            opacity: 1;
        }

#ServicesModal .mobile {
    display: none;
}
/*--------------------------------------------------------
    Start: Responsive
----------------------------------------------------------*/
@media (max-width: 1199px) and (min-height: 769px) {
}

@media (max-width: 1199px) and (max-height: 769px) {
}

@media (max-width: 1199px) {
    body.page-theme {
        padding-top: 70px;
    }

    .nav-theme {
        padding:6px 20px;
    }

    ul .item-3-col li, ul.item-4-col li {
        width: 50%;
    }

    .limit-view {
        height: calc(100vh - 290px);
    }
}

@media (max-width: 991px) and (max-height: 481px) {
}

@media (max-width: 991px) {
    ul.item-3-col li {
        width:50%;
    }
    ul.item-3-col li:nth-child(3n+1) {
        clear: none;
    }
    ul.item-3-col li:nth-child(2n+1) {
        clear: left;
    }
    .form-group {
        margin-bottom: 6px;
    }
    .nav-theme .main-logo {
        position: relative;
        left: 50px;
    }
    .navbar-header {
        display:inline-block;
    }
    .navbar-toggle {
        position: absolute;
        left: 10px;
        top: 12px;
        display: inline-block;
        margin: 0px;
        padding: 0px 7px 8px;
        background: #e0e9fe;
    }
    .nav-theme .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 55px;
        margin: 0px;
        background: rgb(218 229 255 / 70%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-top: 1px solid #eee;
        padding:0px;
        border-right:none;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .nav-theme .navbar-collapse.collapse.in {
        display: inline-block !important;
    }
    .navbar-nav, .navbar-nav > li {
        width:100%;
        display:inline-block;
        margin:0px;
    }
    /*.nav-theme .navbar-nav > li > a {
        border:none;
    }*/

    .nav > li > a:after {
        display:none;
    }
    .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
        background-color: #cbdafb;
    }

    .text-user-name .txt-wel {
        display: none;
    }

    .item-pj p.support, .item-pj p.inc-pending {
        width: 100%;
        float: left;
        text-align: left;
    }

    .footer-search .status-data, .footer-search .page-number {
        width: 50%;
    }

    .limit-view {
        height: 300px;
    }
    .summary-info .head-form p {
        font-weight: normal;
    }

    .summary-info .head-form label.title {
        font-weight: bold;
        font-size: 15px;
        color: #333333;
    }

    #ServicesModal .desktop {
        display: none;
    }

    #ServicesModal .mobile {
        display: block;
    }
}
/* iPad*/
@media (max-width: 769px) {
    .item-pj ul.item-3-col > li {
        width: 50%;
    }
    .head-form-detail .icon-detail {
        /*position: relative;*/
        top: 8px;
        right: 15px;
    }
   
    .limit-view {
        height: calc(100vh - 360px);
    }
}

@media (max-width: 769px) and (max-height: 481px) {
}

@media (max-width: 767px) {
    body.page-theme {
        padding-bottom:25px;
    }
    ul .item-3-col li, ul.item-4-col li {
        width: 100%;
        padding: 8px 0px;
        clear:none;
    }

    .nav-theme .main-logo span{
        display:none;
    }

    .item-pj .detail-box {
        min-height: 60px;
    }

    .item-pj .detail-box .description {
        height: auto;
        max-height: 200px;
        -webkit-line-clamp: 9;
    }
    .limit-view {
        height: 300px;
    }
    .modal-dialog {
        margin: 50px auto 30px;
    }
}
/* Smartphone*/
@media (max-width: 569px) {
    ul.item-3-col li {
        width: 100%;
    }
    .text-user-name span {
        max-width:200px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    /*.item-pj ul.item-2-col > li, .item-pj ul.item-3-col > li{
        width: 100%;
        padding: 0px;
        padding-right: 5px;
    }*/
    .item-pj p.title {
        max-height: 82px;
        -webkit-line-clamp: 3;
    }
    .footer-search .status-data, .footer-search .page-number {
        width: 100%;
        text-align: center;
    }

    .footer-search .page-number {
        padding-bottom: 5px;
    }
}

@media (max-width: 481px) {
    .full-width.container {
        padding: 0px 10px;
    }

    .nav-theme {
        padding: 6px 10px;
    }

    .limit-view {
        height: 450px;
    }

    .copyright {
        text-align: right;
        padding: 0px 10px 0px 10px;
    }

    .modal-select .modal-body {
        padding: 10px 5px;
    }
}

@media (max-width: 414px) {
}
/* iPhone6*/
@media (max-width: 376px) {
    .text-user-name span {
        max-width: 180px;
    }
}
/* iPhone4,5*/
@media (max-width: 321px) {
    .text-user-name span {
        max-width: 135px;
    }
    .item-pj p.date.update {
        position: relative;
    }
}
/*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

.custom-scrollbar-css::-webkit-scrollbar {
    width: 7px;
}

.custom-scrollbar-css::-webkit-scrollbar {
    height: 7px;
}

.custom-scrollbar-css::-webkit-scrollbar-track {
    background: #e3e3e3;
}

.custom-scrollbar-css::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #737373;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 100;
    text-align: center;
    display: none;
}

    .loading:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0px;
        top: 0px;
        background-image: url('../Assets/Image/loader.svg');
        background-position: 50% 47%;
        background-size: 80px;
        background-repeat: no-repeat;
    }

.loading-text {
    position: absolute;
    top: 54%;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

/*Custom Hover*/
.hvr-wobble-vertical-img img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical-img:hover img, .hvr-wobble-vertical-img:focus img, .hvr-wobble-vertical-img:active img {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical-img {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical-img {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*--------------------------------------- 
    Service Table
---------------------------------------*/
/*-------------service-table-------------*/
.service-table .topic .topic-date, .service-table .detail .detail-date {
    width: 105px;
}

/*.service-table .topic .topic-value, .service-table .detail .detail-value,{
    width: 40px;
    text-align:center;    
}*/
.service-table .topic .topic-status, .service-table .detail .detail-status {
    width:90px;
    padding-left:5px;
}
.service-table .topic .topic-type, .service-table .detail .detail-type {
    width:7%;
}
.service-table .detail .detail-type {  
    padding-left:0px;
}
.service-table .topic .topic-incident, .service-table .detail .detail-incident {
    width: 100px;
    padding-left: 5px;
}

.service-table .topic .topic-support, .service-table .detail .detail-support {
    width: 7%;   
    padding-right: 5px;
    padding-left: 5px;
}
.service-table .detail .detail-support {
    color: #2d4e9e;
}
.service-table .topic .topic-name, .service-table .detail .detail-name {
    width: 13%;
    padding-right: 5px;
    padding-left: 5px;
}
/*.service-table .topic .topic-severity, .service-table .detail .detail-severity {
    width: 6%;
    padding-left: 5px;
}*/
.service-table .detail .detail-severity {
    line-height:19px;
}
.service-table .detail .detail-severity {
    color: #965600;
}
.service-table .topic .topic-subject, .service-table .detail .detail-subject {
    width: 50%;
    /*width:calc(100% - 795px);*/
    padding-right: 5px;
    padding-left: 5px;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.search-result.admin .detail tr.collapse {
    display: none;
}
.search-result.admin .detail tr.collapse.in {
    display: inline-block;
}
.search-result.admin .detail tr {
    width: 100%;
    display: inline-block;
}
.topic .topic-arrow, .detail .detail-arrow {
    width: 35px;
    padding-left:5px;
}
.topic .topic-customer, .detail .detail-customer {
    width: 44%;
}
.topic .topic-date, .detail .detail-date {
    width:12%;
}
.topic .topic-hour, .detail .detail-hour {
    width: 12%;
}
/*.topic .topic-service, .detail .detail-service {
    width: 12%;
}*/
.detail-service, .detail-hour, .detail-customer {
    padding-left:10px;
}
/*--------------------------------------- 
    Service Detail
---------------------------------------*/
/*--- Tab Menu ---------*/
.tab-menu {
    padding: 5px 40px 0px 8px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .tab-menu button.close {
        margin-right: -25px;
        margin-top: 5px;
    }

    .tab-menu .collapse:not(.show) {
        display: block;
    }

    .tab-menu > ul > li {
        padding: 0px !important;
        min-width: 190px;
    }

        .tab-menu > ul > li > a.tab-link {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding: 10px;
            border-radius: 5px 5px 0px 0px;
            background: #dcdcdc;
            border: 1px solid #eee;
            border-bottom: none;
            font-size: 16px;
            position: relative;
            z-index: 0;
            margin-bottom: -2px;
            cursor: pointer;
            transition: all ease .3s;
        }

            .tab-menu > ul > li > a.tab-link:hover {
                font-weight: bold;
                color: #2d4e9e;
                background: #dce6ff;
            }

            .tab-menu > ul > li > a.tab-link.active {
                background: #2d4e9e;
                z-index: 2;
                border-color: #2d4e9e;
                color: #fff;
                box-shadow: 0px -5px 5px rgba(0,0,0,0.04);
            }

/*-------------------Service Detail-------------------*/
.service-detail {
    display: inline-block;
    width: 100%;
    height: calc(100vh - 162px);
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    padding-bottom: 15px;
}

.service-detail {
    /*display:none;*/
}

    .service-detail .inner {
        padding: 0px 24px 10px;

    }

        .service-detail .inner.limit-view {
            height: calc(100vh - 224px);
        }

    .service-detail .activity .limit-view {
        height: calc(100vh - 305px);
    }

    .service-detail .service-border-group {
       /*position:relative;*/
       border-left: 3px solid #2d4e9e;
       padding-left:0px;
       margin-top:3px;
    }
    /*.service-detail .service-border-group:before {
        content: '';
        position: absolute;
        left: 15px;
        width: 3px;
        height: 100%;
        background: #2d4e9e;   
    }*/

        .service-detail h4 {
            color: #2d4e9e;
            padding: 10px;
            margin-bottom: 0px;
            background: #edf3fd;
        }
    .service-detail .service-border-group p.text-topic{
        padding-left:10px;
    }

    .service-border-group ul li {
        width: 100%;
        display: inline-block;
        line-height: 32px;
    }

    .service-border-group ul li:nth-child(odd), .service-detail .detail tr:nth-child(odd) {
        background: transparent;
    }

    .service-border-group ul li:nth-child(even), .service-detail .detail tr:nth-child(even) {
        background: #f7f7f7;
    }

.service-detail .line-detail p {
    margin-bottom: 0px;
}

.service-detail .line-detail .title, .service-detail .line-detail .detail {
    display: inline-block;
    float: left;
    clear: none;
    line-height: 22px;
}

.service-detail .line-detail .title {
    width: 30%;
    padding: 0px 15px 0px 10px;
    position: relative;
    font-weight: bold
}

    .service-detail .line-detail .title:after {
        content: ':';
        position: absolute;
        right: 10px;
        top: -4px;
        color: #939393;
        font-weight: bold;
        font-size: 18px;
    }

.service-detail .line-detail .detail {
    width: 70%;
}


/*Service Activity Table*/
.service-detail .search-result table .topic th,
.service-detail .search-result table .detail td {
    padding: 5px;
}

.service-detail .search-result table .topic {
    background: #fff;
    border-radius: 0px;
    color: #2d4e9e;
    border-bottom: 1px solid #2d4e9e;
}

    .service-detail .search-result table .topic th {
        font-weight: bold;
    }

.service-detail .search-result .detail {
    border: 0px solid #f7f7f7;
    border-bottom: 3px dashed #eee;
}

    .service-detail .search-result .detail > tr {
        width: 100%;
        display: inline-block;
    }

.service-detail .topic .topic-date, .service-detail .detail .detail-date {
    width: 7%;
}

.service-detail .topic .topic-type, .service-detail .detail .detail-type {
    width: 7%;
}

.service-detail .topic .topic-subject, .service-detail .detail .detail-subject {
    width: 28%;
}

.service-detail .topic .topic-detail, .service-detail .detail .detail-detail {
    width: 57%;
}

.frame-item.attachment {
    /*border:1px solid #ddd;
    background:#f5f5f5;*/
    box-shadow: none;
    padding-top: 0px;
}

    .frame-item.attachment .head-form {
        background: transparent;
        /*color: #fff!important;
    border-radius:4px 4px 0px 0px;*/
        padding: 5px 15px;
        margin-bottom: 10px;
    }

        .frame-item.attachment .head-form p.big-txt {
            margin: 0px;
            color: #2d4e9e;
        }

/*ul.item-3-col li.attach-item {
    padding: 4px 4px 4px 15px;
}*/

.attach-item .inner {
    background: #fff;
    padding: 3px;
    border-radius: 8px;
    min-height: 35px;
    position: relative;
    transition: all ease .3s;
    border: 1px solid #abb7d5;
}

    .attach-item .inner img {
        height: 28px;
        padding: 5px;
        border-radius: 8px;
        background: #2d4e9e;
        position: absolute;
        left: 3px;
        top: 3px;
    }

    .attach-item .inner p {
        margin-bottom: 0px;
        padding: 3px 0px;
        padding-left: 35px;
    }

    .attach-item .inner:hover {
        background: #2d4e9e;
    }

        .attach-item .inner:hover p {
            color: #fff;
        }
/*Modal*/
.modal-full {
    width: 100%;
    padding: 0px 40px;
}

.modal-dialog.modal-full {
    margin: 315px auto 30px;
}

.open-incident, .open-onsite {
    cursor: pointer;
}


.search-result .table-frame-block {
    overflow-x: scroll;
}

.search-result .table-frame-block > table {
    width: 100%;
    min-width: 1300px;       
}
.search-result table {
    border-radius: 5px 5px 0px 0px;
}
.detail .detail-type > .txt-onsite, .detail .detail-type > .txt-incident {
    display: inline-block;
    width: 100%;
}
.txt-incident {
    color: #df8902;
}
.txt-onsite {
    color: #135dd6;
}
.txt-preventive {
    color: #8b42a9;
}
.status {
    border-radius: 10px;
    background: #e1e1e1;
    padding:0px 5px;
    font-size:13px;
}

.status.completed {
    background: #93ff80;
}
.status.waiting {
    background: #ffeb00;
}
.status.new {
    background: #7bd4ff;
}
.status.pending {
    background: #e2cfb3;
}
/*--------------------------------------------------------
    Start: Responsive
----------------------------------------------------------*/
        @media (max-width: 1199px) and (min-height: 769px) {
    /*---Login Page --------- */
}

        @media (max-width: 1199px) and (max-height: 769px) {
            /*---Login Page --------- */

        }

        @media (max-width: 1199px) {
            .service-detail {
                height: calc(100vh - 218px);
            }
            .service-detail .inner.limit-view {
                height: calc(100vh - 275px);
            }
            .service-detail .activity .limit-view {
                height: calc(100vh - 338px);
            }
        }

        @media (max-width: 991px) {
            .service-detail {
                height: 381px;
            }

                .service-detail .inner.limit-view {
                    height: 322px;
                }

                .service-detail .activity .limit-view {
                    height: 280px;
                }
                /*.service-detail .activity .search-result .table-frame-block > table {
                    width: 1060px;
                    min-width: auto;
                }*/
                .service-detail .inner.activity {
                    padding: 5px 20px 20px;
                }

                .service-detail .activity .search-result .table-frame-block > table {
                    width: 100%;
                    min-width: 100%;
                }

            .activity .search-result table .topic {
                display: none;
            }

            .service-detail .topic .topic-date, .service-detail .detail .detail-date, .service-detail .topic .topic-type, .service-detail .detail .detail-type {
                width: 50%;
            }

            .service-detail .activity .search-result .detail > tr {
                padding: 10px 5px;
            }

            .service-detail .detail .detail-subject, .service-detail .detail .detail-detail,
            .service-detail .detail .detail-type span.text-topic, .service-detail .detail .detail-date span.text-topic {
                width: 100%;
            }

            .service-detail .detail .detail-detail {
                border: 1px solid #ccc;
                border-radius: 5px;
            }

            .service-detail .detail span.text-topic {
                display: inline-block !important;
                color: #2d4e9e;
                padding-right: 15px;
            }
             .service-detail .activity .search-result .detail {
                border: 3px dashed #eee;
            }
            .activity .search-result .table-frame-block {
                overflow-x: hidden;
            }
        }
        /* iPad*/
        @media (max-width: 769px) {
            .tab-menu > ul > li {
                min-width: 185px;
            }
            .service-detail {
                height: calc(100vh - 287px);
            }

            .service-detail .inner.limit-view {
                height: calc(100vh - 345px);
            }

            .service-detail .activity .limit-view {
                height: calc(100vh - 385px);
            }
        }

        @media (max-width: 769px) and (max-height: 481px) {
        }

        @media (max-width: 767px) {
            ul.item-3-col li.attach-item {
                padding: 3px 10px;
            }

            .service-detail {
                height: 381px;
            }

                .service-detail .inner.limit-view {
                    height: 322px;
                }

                .service-detail .activity .limit-view {
                    height: 278px;
                }
        }
        /* Smartphone*/
        @media (max-width: 569px) {
            .tab-menu button.close {
                position: absolute;
                right: 40px;
            }

            .search-result .mobile-x-scroll {
                overflow-x: scroll;
            }

            .search-result .mobile-x-scroll > table {
                width: 100%;
                min-width: 750px;
            }

            .service-detail {
                height: 420px;
            }

            .service-detail .inner.limit-view {
                height: 360px;
            }

            .service-table .search-result .table-frame-block > table {
                width: 620px;
            }

            .search-result .detail tr.total-ofmonth {
                position: relative;
            }

            .search-result .detail tr.total-ofmonth .detail-tools {
                position: absolute;
                left: 90px;
            }

            /*.search-result table .topic.total, .service-table .topic .topic-value, .service-table .detail .detail-value {
                display: none;
            }

            .service-table .topic .topic-date, .service-table .detail .detail-date {
                width: 6%;
            }

            .service-table .topic .topic-value.show-m, .service-table .detail .detail-value.show-m, 
                .service-table .topic .topic-status, .service-table .detail .detail-status {
                display: inline-block !important;
                padding-left: 5px;
                width: 9%;
                text-align: left;
            }

            .service-table .detail .detail-value.show-m {
                padding: 0px 10px;
            }
            .service-table .topic .topic-name, .service-table .detail .detail-name {
                width: 14%;
            }

            .service-table .topic .topic-subject, .service-table .detail .detail-subject {
                width: 40%;
            }

            .search-result .topic .topic-tools, .search-result .detail .detail-tools {
                width: 70px;
            }*/

            .service-detail .activity .limit-view {
                height: 290px;
            }

        }

        @media (max-width: 481px) {
            .tab-menu {
                padding: 5px 40px 0px 5px;
            }
            .tab-menu > ul > li {
                min-width: 160px;
                line-height:21px;
            }         

            .service-detail {
                height: 557px;
            }

            .service-detail .inner.limit-view {
                height: 480px;
                padding: 0px 16px;
            }

            .service-detail .activity .limit-view {
                height: 411px;
            }

            .service-detail .line-detail .title, .service-detail .line-detail .detail {
                width: 100%;
            }

            .service-detail .line-detail .detail {
                padding: 0px 0px 0px 20px;
            }

            .service-detail .service-border-group {
                padding-right: 0px;
                margin-bottom:10px;
            }

            .service-detail .line-detail .title:after {
                display: none;
            }
        }

        @media (max-width: 414px) {
           
        }
        /* iPhone6*/
        @media (max-width: 376px) {
            .tab-menu > ul > li > a.tab-link {
                padding: 5px 0px;
                height: 54px;
                align-items: center;
                display: flex;
                justify-content: center;
            }

            .tab-menu > ul > li {
                min-width: 130px;
            }
        }
        /* iPhone4,5*/
        @media (max-width: 321px) {
            .tab-menu > ul > li {
                min-width: 112px;
            }

            .tab-menu > ul > li > a.tab-link {
                padding: 0px;
                font-size: 15px;
            }
        }
        /*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/

