﻿/*Main Style*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.control-find-info {
    max-width: 290px;
}

@media screen and (max-width:786px) {
    .control-find-info {
        max-width: 280px;
    }
}

@media screen and (max-width:786px) {
    .tracuu-frame .container-fluid {
        padding: 0;
    }

    .tracuu-frame #thong-tin-hs, .tracuu-frame #qua-trinh-gq {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tracuu-frame .btn-back {
        margin-left: -15px;
        margin-bottom: 10px;
    }
}

.tutorial ul {
    counter-reset: tutorial;
    padding-left: 0;
}

    .tutorial ul li {
        list-style: none;
        margin-bottom: 10px;
        line-height: 25px;
        position: relative;
    }

        .tutorial ul li .content-tutorial {
            margin-left: 70px;
            padding-top: 2px;
        }

        .tutorial ul li:before {
            position: absolute;
            counter-increment: tutorial;
            content: attr(data) " " counter(tutorial);
            border: 1px solid #1565c0;
            color: #1565c0;
            border-radius: 50px;
            padding: 0px 7px;
            margin-right: 5px;
            margin-left: 0px;
        }

.table-content {
    font-size: 14px;
}

    .table-content .row {
        border-bottom: 1px solid #dedede;
        margin-bottom: 10px;
        padding: 0 0 10px 0;
        margin-left: 0;
        margin-right: 0;
    }

@media screen and (min-width:786px) {
    .table-content .row div:last-child {
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    .table-content .row div:first-child {
        color: #c3c0c0;
        font-size: 12px;
    }

    .table-content .row div:last-child {
        margin-top: 5px;
    }




    #qua-trinh-gq {
        margin-top: 30px;
    }
}


.tab-content #progressbar {
    counter-reset: sothutu;
    padding: 0;
    /*position: absolute;*/
}
/*.tab-pane{
    position:relative;
}*/
/*progressbar*/
#progressbar li {
    list-style-type: none;
    color: #0070c9;
    /*text-transform: uppercase;*/
    font-size: 9px;
    width: 100%;
    position: relative;
    min-height: 100px;
}

.tracuu-frame .btn-primary {
    color: #1565c0;
    background-color: transparent;
    border-color: #1565c0;
}

    .tracuu-frame .btn-primary:hover {
        color: #fff;
        background-color: #1565c0;
        border-color: #1565c0
    }

.list-item-title {
    font-size: 1.25rem;
}

#progressbar li:before, #progressbar li:after {
    background: #1565c0;
    color: #1565c0;
    position: absolute;
}

.content-tab {
    margin-left: 50px;
    padding-top: 7px;
}

.list-item-content {
    color: #848282;
}

#progressbar li:before {
    counter-increment: sothutu;
    content: counter(sothutu);
    width: 40px;
    height: 40px;
    border: 1px solid #1565c0;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    z-index: 2;
}
/*#progressbar li:last-child::after{
    content:none;
}*/
#progressbar li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
}



body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #58595b;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Tinos", "Times New Roman", Times, serif;
    font-weight: 500;
    line-height: 1.1;
    color: #1565c0
}

/*@@@ google icon @@@*/
.material-icons {
    vertical-align: middle;
    font-size: 1.2rem
}

.btn .material-icons {
    font-size: 1rem
}

.bg-transparent {
    background: transparent !important
}

.bg-gradient {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #b8cce4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #b8cce4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #b8cce4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8cce4',GradientType=0 )
}

.bg-gradient-strong, body, body.login {
    background: #1565c0 url("/images/strong_bg.png") left top repeat-x
}

/*@@@ misc @@@*/
.list-group-item.active a {
    color: #fff
}

.color-white {
    color: #fff
}

.btn-top-list {
    margin-top: -0.5rem
}

.tab-content {
    padding: 1rem;
    border: solid 1px #ddd;
    border-top: none
}

.tracuu-frame .tab-content {
    border: none;
}

.icon-block {
    /*width: 40px;*/
    /*height: 40px;*/
    margin-bottom: 0.4rem
}

.card-hover {
    transition: all 0.3s
}

    .card-hover:hover {
        box-shadow: 0 0 10px #cdcdcd
    }

        .card-hover:hover a {
            text-decoration: none
        }

        .card-hover:hover img {
            opacity: 0.8
        }

.toggle-status {
    border-radius: 1000px;
    background-color: #fff;
    border: solid 1px #1565c0;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center
}

/*.form-group label {
    color: #8b8c8e
}*/

.form-group .option-hidden {
    display: none
}

html {
    font-size: 12px
}

@media (min-width: 576px) {
    html {
        font-size: 14px
    }
}
/*@@@ body @@@*/
html {
    min-height: 100%
}

body {
    min-height: 100%
}

/*@@@ login @@@*/
.login-wrap {
    max-width: 100%;
    margin: 10px auto 0 auto
}

    .login-wrap .logo-large {
        width: 110px;
        max-width: 120px;
        margin-bottom: 1rem;
    }

        .login-wrap .logo-large.landing {
            max-width: 150px;
            margin-bottom: 1.5rem
        }

    .login-wrap .login-frame {
        background: rgba(255, 255, 255, 0.5);
        /*border: solid 1px #cdcdcd;
        border-radius: 0.25rem;*/
        padding: 2rem;
        margin: 1rem 0 5rem 0;
        /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);*/
        min-height: 285px;
        position: relative;
    }

        .login-wrap .login-frame input.form-control, .login-wrap .login-frame .form-text {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto
        }

    .login-wrap .large-title {
        color: red;
        line-height: 1.2;
        font-size: 2rem;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
    }

        .login-wrap .large-title.landing {
            font-size: 2.5rem;
            line-height: 1.3
        }

/*@@@ header  @@@*/
#header {
    min-height: 65px
}

    #header .navbar {
        color: #fff;
        border-bottom: solid 2px #ee1d24
    }

        #header .navbar a {
            color: #fff
        }

        #header .navbar .navbar-brand {
            font-family: "Tinos", "Times New Roman", Times, serif
        }

            #header .navbar .navbar-brand img {
                height: 50px;
                width: 50px;
                margin-top: -15px;
                margin-bottom: -16px
            }

        #header .navbar .panel {
            justify-content: flex-end;
            display: flex;
            width: 100%
        }

            #header .navbar .panel .search {
                position: relative
            }

                #header .navbar .panel .search input.search-textbox {
                    border-radius: 25px;
                    padding-right: 20px;
                    width: 250px
                }

                #header .navbar .panel .search .search-button {
                    position: absolute;
                    right: 5px;
                    color: #58595b
                }

                #header .navbar .panel .search #search-result {
                    min-width: 100%
                }

                    #header .navbar .panel .search #search-result a {
                        padding-left: 1rem;
                        padding-right: 1rem;
                        white-space: nowrap;
                        color: inherit
                    }

            #header .navbar .panel .user-place {
                padding: 0 20px 0 10px;
                margin-left: 10px;
                vertical-align: middle;
                line-height: 33px;
                position: relative;
                font-weight: 300
            }

                #header .navbar .panel .user-place:before {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    bottom: 3px;
                    content: '';
                    width: 1px;
                    margin: 3px 0;
                    background-color: rgba(255, 255, 255, 0.2);
                    box-shadow: 1px 0 0 #0b3564
                }

                #header .navbar .panel .user-place img {
                    border-radius: 1000px;
                    width: 33px;
                    height: 33px;
                    object-fit: cover
                }

            #header .navbar .panel .menu {
                margin: -1rem -1rem -1rem 0;
                background-color: #0b3564;
                transition: background-color 0.3s
            }

                #header .navbar .panel .menu .menu-button {
                    display: block;
                    padding: 1rem;
                    line-height: 33px
                }

                    #header .navbar .panel .menu .menu-button .material-icons {
                        font-size: 2rem
                    }

                #header .navbar .panel .menu:hover {
                    background-color: #061c36
                }

                #header .navbar .panel .menu .dropdown-menu {
                    right: 10px
                }

                    #header .navbar .panel .menu .dropdown-menu a {
                        color: #1565c0;
                        line-height: inherit;
                        padding-top: 0.8rem;
                        padding-bottom: 0.8rem
                    }

/*@@@ main @@@*/
#main {
    padding: 2rem 5rem 1rem 5rem;
}

    #main .left-column {
        float: left;
        width: 300px
    }

@media (max-width: 1400px) {
    #main .left-column {
        width: 250px
    }
}

#main .right-column {
        padding-left: 300px
}

    #main .right-column #main-content {
        margin-left: 2rem;
        padding: 2rem 2rem
    }

@media (max-width: 1400px) {
    #main .right-column {
        padding-left: 250px
    }
}

#main #main-content {
    border: solid 1px #ebebeb;
    border-radius: 0.25rem;
    /*min-height: 400px;*/
    background: #fff;
    padding: 2rem 1rem;
    min-height: 80vh;
}

/*@@@ footer @@@*/
#footer {
    padding-bottom: 0.5rem;
    color: #fff
}

/*@@@ vertical nav @@@*/
.vertical-nav {
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-radius: 0.25rem;
    border: solid 1px #ebebeb;
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center
}

    .vertical-nav a {
        text-align: center;
        display: block;
        color: inherit;
        position: relative;
        margin-top: 1rem;
        flex: 1
    }

        .vertical-nav a .badge {
            border: solid 1px #b5bcc0;
            color: inherit;
            background-color: #fff;
            position: relative;
            width: 50px;
            height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 42px;
            border-radius: 1000px;
            z-index: 1;
            transition: all 0.3s;
            font-size: 90%
        }

            .vertical-nav a .badge i.material-icons {
                font-size: 1.4rem
            }

        .vertical-nav a .title {
            display: flex;
            height: 50px;
            justify-content: center;
            align-content: center;
            flex-direction: column
        }

        .vertical-nav a:before {
            content: '';
            position: absolute;
            width: 50%;
            height: 1px;
            top: 24px;
            left: 0;
            background-color: #b5bcc0;
            z-index: 0
        }

        .vertical-nav a:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 1px;
            top: 24px;
            right: 0;
            background-color: #b5bcc0;
            z-index: 0
        }

        .vertical-nav a:first-child:before {
            display: none
        }

        .vertical-nav a:last-child:after {
            display: none
        }

        .vertical-nav a.active, .vertical-nav a.active:hover {
            text-decoration: none
        }

            .vertical-nav a.active .badge, .vertical-nav a.active:hover .badge {
                background-color: #1565c0;
                color: #fff;
                border-color: #0b3564
            }

            .vertical-nav a.active .title, .vertical-nav a.active:hover .title {
                color: #1565c0;
                font-weight: bold
            }

        .vertical-nav a:hover {
            text-decoration: none
        }

            .vertical-nav a:hover .badge {
                background-color: #1565c0;
                color: #fff;
                border-color: #0b3564
            }

/*@@@ search box @@@*/
.search-box {
    display: inline-block;
    position: relative;
    width: 320px
    /*padding-right: 1rem;*/
    /*margin-bottom: 1rem*/
}

    .search-box .form-control {
        border-radius: 25px;
        padding-right: 15px
    }

    .search-box .search-button {
        position: absolute;
        right: 0.5rem;
        top: 4px;
        background: none;
        border: 0;
        cursor: pointer
    }


/*@@@ grid @@@*/
.grid table {
    border-bottom: solid 1px #b3b3b3;
    border-left: solid 1px #b3b3b3;
    border-right: solid 1px #b3b3b3
}
/*@@@ circle div @@@*/
.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 100px;
    height: 100px;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: fill;
    object-fit: contain;
    object-fit: none;
    object-fit: scale-down;
}

.circleLarge {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 120px;
    height: 120px;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: fill;
    object-fit: contain;
    object-fit: none;
    object-fit: scale-down;
}

.circleSmall {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 35px;
    height: 35px;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: fill;
    object-fit: contain;
    object-fit: none;
    object-fit: scale-down;
}
/*@@@ iconcolor @@@*/
.iconcolor {
    color: blue;
    font-size: 24px
}
/*@@@ cursor @@@*/
a:hover {
    cursor: pointer
}

button:hover {
    cursor: pointer
}

.not-active {
    pointer-events: none;
    cursor: default
}

.not-allow:hover {
    cursor: not-allowed
}
/*@@@ color for <h> @@@*/
.darkbluesky {
    color: rgb(76, 148, 173);
    font-size: 24px
}

/*@@@ form control error @@@*/
select.form-control.error {
    color: #464a4c !important;
    border: 1px solid red;
    background-color: #fee
}
/*@@@ checkbox @@@*/
.checkbox label {
    display: block;
    padding-right: 10px;
    white-space: nowrap
}

.checkbox input {
    vertical-align: middle
}

.checkbox label span {
    vertical-align: middle
}
/*@@@ table select @@@*/
#dsNhomAn tr.slr:hover {
    background-color: rgb(136,175,236);
    cursor: pointer
}
/*@@@ custom button @@@*/
.btn-sample {
    color: #7719AA;
}

    .btn-sample:hover {
        color: #ffffff;
        background-color: #7719AA
    }

/*@@@ Padding @@@*/
.pl-2-5 {
    padding-left: 0.75rem !important;
}

/*@@@ card nv @@@*/
.custom-NVItem {
    border: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    width: 400px;
    height: 160px;
    margin: auto;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: table
}

/*@@@ login @@@*/
.tracuu-wrap {
    max-width: 100%;
    margin: 10px auto 0 auto
}

    .tracuu-wrap .logo-large {
        max-width: 120px
    }

        .tracuu-wrap .logo-large.landing {
            max-width: 150px;
            margin-bottom: 1.5rem
        }

    .tracuu-wrap .tracuu-frame {
        background: rgba(255, 255, 255, 0.5);
        /*border: solid 1px #cdcdcd;
        border-radius: 0.25rem;*/
        padding: 2rem;
        margin: 1rem 0 2rem 0;
        /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);*/
        min-height: 285px;
        position: relative;
    }

    .tracuu-wrap .large-title {
        color: red;
        line-height: 1.2;
        font-size: 2rem;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
    }

        .tracuu-wrap .large-title.landing {
            font-size: 2.5rem;
            line-height: 1.3
        }
/*gdttt*/
.hoidongxx_custom {
    display: block;
    padding: 5px
}

.border-line-bottom {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

.border-line-top {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

fieldset {
    padding: 10px;
    border: 1px solid gray;
    border-radius: 5px;
}

    fieldset legend {
        font-size: 1rem;
        margin-bottom: 0px;
    }

.image-item {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    transition: all 0.2s ease;
}

.image-item:hover .image-overlay {
    opacity: 1;
}

.image-overlay .btn {
    padding: 4px 8px;
}


.timeline {
    position: relative;
    margin: 30px 0;
    padding-left: 40px;
}

/* Line dọc */
.timeline::before {
    content: '';
    position: absolute;
    left: 7px; /* canh giữa với dot */
    top: 0;
    width: 2px;
    height: 100%;
    background: #d6d6d6;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

/* Dot */
.timeline-dot {
    position: absolute;
    left: -40px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #bdbdbd;
    z-index: 2;
}

/* Step hiện tại */
.timeline-item.current .timeline-dot {
    background: #ff8a00;
}
.timeline-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 16px;
    transition: all .2s;
}

    .timeline-card:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,.08);
    }

.timeline-header {
    font-weight: 600;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

    .timeline-header .title {
        font-weight: 600;
        color: #222;
    }

.timeline-content {
    font-size: 14px;
    line-height: 1.7;
    color: #444;
/*    white-space: pre-line;*/
}

.timeline-tag {
    display: inline-block;
    background: #f4f4f4;
    color: #666;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
}

.timeline-item.current .timeline-tag {
    background: #fff1df;
    color: #ff8a00;
}

.gray-card {
    background: #fff;
    border: 1px solid #c7c2c2;
    border-radius: 10px;
    padding: 16px;
    transition: all .2s;
    position: relative;
}
    .gray-card div i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 30px;
        text-align: center;
        right: 0;
        position: absolute;
        top: 0;
        border-top-right-radius: 10px;
        border-top: none;
        border-right: none;
    }

.orange-card {
    background: #ffa5005e;
    border: 1px solid #f0ad4e;
    border-radius: 10px;
    padding: 16px;
    transition: all .2s;
    position: relative;
}
.orange-card-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffa500f0;
    border: 1px solid #f0ad4e;
    width: 50px;
    height: 30px;
    text-align: center;
    right: 0;
    position: absolute;
    top: 0;
    border-top-right-radius: 10px;
    border-top: none;
    border-right: none;
}

    .orange-card-label label {
        margin: 0;
        line-height: 1;
        font-size: 12px;
        color: white;
    }

.icon-pdf {
    font-size: 24px;
    color: #a50404;
}
.icon-excel {
    font-size: 24px;
    color: #207245;
}
.icon-word {
    font-size: 24px;
    color: #207245;
}

.divide {
    width: 100%;
    height: 1px;
    background: #a8c8d7;
    margin: 16px 0;
}

[data-notify="container"] {
    z-index: 999999 !important;
}

.dz-error-message > span[data-dz-errormessage] {
    color: white !important;
}