﻿p {
    font-size: 16px;
    line-height: 1.4;
}

.inline-block {
    display: inline-block
}

.align-items {
    align-items: center;
    display: flex !important;
}

.img-applogo {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    margin-bottom: 70px;
    border: 1px solid #ccc
}

    .img-applogo.verify {
        width: 90px;
        height: 90px;
        margin-bottom: 35px
    }

#login, #verify, #verify-scd {
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%
}

.img-verified {
    max-width: 300px;
    height: auto;
    margin-bottom: 25px
}

    .img-verified ~ h1 {
        font-weight: 700;
    }

    .img-verified ~ h3 {
        color: #999999
    }

.error-msg {
    border: 1px solid #008061;
    border-radius: 5px;
    padding: 15px 20px;
    background: #f1f1f1;
    margin-bottom: 45px;
    font-weight: 600
}

#verify .error-msg {
    margin-top: 15px
}

#verify .btn-add {
    margin: 0 15px 0 0
}

.btn-resend {
    font-size: 16px;
    color: #999999;
    padding: 10px 0;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
}


/* Material Icons */
.material-icons.store {
    font-size: 14px;
    line-height: 0;
    margin-right: 7px;
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4)
}

.material-icons.clear {
    position: absolute;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all
}

    .material-icons.clear.pdf-clear {
        right: 6px;
    }

.form-box {
    margin: 65px 15px 0;
    background: #fff;
    border-radius: 6px;
    padding: 25px 40px;
    min-height: 250px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
}

    .form-box.store-detail {
        width: 90%
    }

    .form-box.w-activate {
        margin: 0 15px;
    }

        .form-box.w-activate .msg-style {
            width: 93%
        }

.form-title {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.content-wrap {
    padding: 30px 0
}

.form-wrap {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 25px
}

.pad-right {
    padding-right: 5%
}

#upload-wrap {
    margin-top: 10px;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
}

.pdf-cell {
    min-width: 45%;
    padding: 6px 6px 6px 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: .3s all;
    opacity: 0.65;
    position: relative
}

.store-cell {
    border-radius: 5px;
    border: 1px solid #d1d3d4;
    min-width: 45%;
    padding: 6px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    transition: .3s all;
    opacity: 0.65
}

    .store-cell:hover, .pdf-cell:hover {
        cursor: pointer;
        opacity: 1;
    }

        .store-cell:hover > .material-icons.clear, .pdf-cell:hover > .material-icons.clear {
            opacity: 1;
            visibility: visible
        }

.icn-for-cell {
    width: 60px;
    height: auto;
    margin-right: 5px
}

    .icn-for-cell.pdf {
        width: 50px;
        height: auto;
    }

.cell-header {
    font-weight: 800;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 57%;
    overflow: hidden;
}

.cell-desc {
    font-weight: 500;
    color: #a7a9ac;
    font-size: 14px;
}

    .cell-desc.pdf-date {
        font-size: 13.5px;
    }

.divider {
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc
}

.btn-add.btn-delete {
    color: #ed1c24;
    background-color: #fff;
    border: 1px solid #ed1c24;
    padding: 8px 15px 6px 20px
}

    .btn-add.btn-delete:hover {
        color: #fff;
        background-color: #ed1c24;
    }

        .btn-add.btn-delete:hover > .btn-icn.delete {
            filter: brightness(100) !important;
        }

.btn-active {
    background-color: #f4821f !important;
    color: #fff !important;
}

.btn-deactive {
    background-color: #B33C12 !important;
    color: #f1f1f1 !important;
}

.bg-deactive {
    opacity: 0.4;
    transition: .3s all;
    cursor: default !important;
    pointer-events: none;
    background-image: none;
}

.btn-icn.delete {
    margin-left: 3px
}

.mar-del {
    margin: 0 5px 15px !important
}

#date-pop {
    padding: 30px 30px 60px !important
}

.nav-pills.nav-justified > li {
    display: table-cell !important;
    transition: .2s all
}

.nav > li:hover {
    color: #008061 !important;
    filter: saturate(3) !important;
    -webkit-filter: saturate(3) !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    color: #008061;
    background-color: #fff;
    padding: 15px 15px;
}

    .nav-pills > li.active > a:hover {
        color: #00684d;
        background-color: #fff;
    }

.form-box a {
    color: #bcbec0;
    background-color: #f4f4f0;
    padding: 15px !important;
    transition: .2s all
}

    .form-box a:hover {
        color: #aaa;
        background-color: #f7f3e7;
    }

.form-box .pager a {
    color: #bcbec0;
    background-color: #fff;
    padding: 15px 20px !important;
    transition: .3s all
}

    .form-box .pager a:hover {
        background-color: #f4f4f0;
    }

.tabs-font {
    margin-left: 13px;
    font-family: 'Roboto Condensed';
    letter-spacing: 0.5px
}

.tab-content {
    margin-top: 3px;
    padding: 50px 15px 10px;
}

#gdetails h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

#gdetails h5 {
    font-weight: 400;
    line-height: 1.3;
}

.form-group.btm-18 {
    margin-bottom: 18px
}

.input-group-addon .fa-search {
    padding: 8px 6px 1px;
}

.ass-pop-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 1000;
    overflow-y: auto;
}

.ass-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1001;
    overflow-y: auto;
}

.ass-box {
    background-color: #FFFFFF;
    z-index: 101;
    width: 80%;
    min-height: 175px;
    padding: 30px 45px 20px;
    border-radius: 8px;
    margin: 5% auto;
    position: relative;
}

    .ass-box.width-auto {
        width: calc(80% - 10%) !important;
    }

.btn-add.btn-popup {
    margin: 3px 0 40px 0;
    padding: 8px 5% 6px;
    font-size: 14px
}

.btn-add.btn-ass-pop {
    margin: 3px 0 40px 0;
    padding: 8px 4% 7px 5%;
    font-size: 14px;
}

    .btn-add.btn-ass-pop > .btn-icn {
        width: 22px;
        height: 22px;
        margin-left: 8px;
        margin-bottom: 1px;
    }

.btn-two.btn-popup {
    padding: 8px 5% 6px
}

.btn-two.btn-loadmore {
    padding: 8px 5% 6px;
    border: 1.5px solid #ddd !important;
    margin: 3px 0 20px
}

    .btn-two.btn-loadmore:hover {
        background: #ccc !important;
        border: 1.5px solid #ccc !important
    }

.img-proto {
    width: 65px;
    height: 65px;
    margin-right: 12px;
    object-fit: contain;
    object-position: center;
    border-radius: 6px
}

    .img-proto.avatar {
        width: 45px;
        height: 45px;
    }


#proto-wrap, #store-wrap, #user-wrap {
    margin: 15px -15px 30px;
    min-height: 200px
}

    #proto-wrap .form-group {
        margin-bottom: 25px;
        position: relative
    }

.proto-cell {
    border-radius: 5px;
    min-width: 45%;
    padding: 6px;
    display: flex;
    align-items: center;
    transition: .3s all;
    border: 1px solid transparent;
    opacity: 0.65;
    z-index: 2;
}

    .proto-cell:hover {
        border: 1px solid #d1d3d4;
        cursor: pointer;
        opacity: 1;
    }

        .proto-cell:hover > .material-icons.clear {
            opacity: 1;
            visibility: visible
        }

    .proto-cell.selected-cell {
        border: 1px solid #008061;
        cursor: pointer;
        opacity: 1;
    }

    .proto-cell.avatar {
        padding: 12px
    }

#proto-pop .pop-h1, #store-pop .pop-h1, #user-pop .pop-h1, #app-pop .pop-h1, #user-store-pop .pop-h1, #role-pop .pop-h1 {
    font-family: 'Roboto Condensed';
    text-align: left
}

.img-checked {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -15px;
}

.paginate {
    margin: 25px -15px 5px;
    min-height: 200px
}

    .paginate .items {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px
    }

    .paginate .form-group {
        margin-bottom: 25px;
        position: relative
    }

.pager {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
}

    .pager .previousPage, .pager .nextPage {
        font-size: 25px;
        width: 50px;
        cursor: pointer;
        background-color: #fff !important;
        padding: 6px 20px 11px !important
    }

        .pager .previousPage:hover, .pager .nextPage:hover {
            background-color: #f4f4f0 !important;
        }

.pageNumbers {
    font-weight: bold
}

.proto-name {
    background-color: transparent;
    margin: 30px 0 -38px 20px;
}

    .proto-name input {
        background-color: transparent !important
    }

#icontype-wrap {
    margin: 50px -15px;
    min-height: 200px
}


/* Table for Recent Files */
#recent-tbl.table-style {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    letter-spacing: 0.5px;
    color: #000
}

#recent-tbl table {
    width: 100%;
}

#recent-tbl thead tr td {
    font-weight: bold;
    padding: 15px 5px
}

#recent-tbl tbody tr td {
    font-weight: bold;
    padding: 10px 5px
}

    #recent-tbl thead tr td.pdf, #recent-tbl tbody tr td.pdf {
        width: 15%;
        text-align: center
    }

    #recent-tbl tbody tr td.divider, #recent-tbl tbody tr td.divider-0 {
        padding: 0 !important;
    }

    #recent-tbl tbody tr td.divider {
        border-bottom: 1px solid #e5e5e5;
    }

#recent-tbl .table-responsive {
    border: 0 solid transparent !important
}

#recent-tbl tbody:before, #recent-tbl tbody:after {
    content: '';
    display: block;
    height: 15px;
}

.img-tbl-pdf {
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: center;
}

.tbl-footer {
    padding: 20px 25px;
    color: #a7a9ac;
}

.icn-app-logo {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#app-icn-wrap img {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    background: #f1f1f1;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

    #app-icn-wrap img:hover {
        filter: brightness(1.1);
        transition: 0.4s all
    }

.app-h1 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    letter-spacing: 1px;
}

.app-h2 {
    font-size: 15px;
    font-weight: 500;
    color: #8e8e8e;
    margin-top: 3px;
}

.app-text {
    margin-left: 65px;
    display: inline-block;
}

    .app-text .btn-two {
        margin: 15px 0 0;
        padding: 8px 15% 6px
    }

.app-divider {
    display: inline-block;
    width: 100%;
    margin: 50px 0 60px;
    padding: 0 15px;
}

    .app-divider .divider {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.dashed input {
    border-bottom: 2px dashed #e5e5e5 !important
}

.dashed input, .dashed label {
    pointer-events: none
}

.secret-refresh {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    bottom: 13%;
    right: 16%;
    padding: 10px;
    transition: .4s all
}

    .secret-refresh:hover {
        transform: rotate(270deg);
    }

.width-98 {
    float: left !important
}

.msg-style.width-100 {
    width: 93%
}

.btn-btm {
    margin: 0
}

    .btn-btm .btn-add {
        margin-bottom: 10px
    }

.btn-delete {
    border: 1px solid #ed1c24;
    border-radius: 3rem;
    color: #ed1c24;
    padding: 8px 20px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0 40px 15px;
    letter-spacing: 0.5px;
    transition: .3s all
}

    .btn-delete:hover {
        background-color: #ed1c24;
        color: #fff
    }

        .btn-delete:hover .btn-icn {
            filter: brightness(100);
        }

.warn-pop .dropdown.dd-field {
    margin: 0 auto;
    text-align: left
}

.en-btn {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #f58220;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    background-color: #f58220;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s all;
    width: 100%;
    text-align: center;
}

    .en-btn:hover {
        background-color: #f49022;
        border: 1px solid #f49022;
    }

.dis-btn {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    background-color: #ccc;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s all;
    width: 100%;
    text-align: center;
}

    .dis-btn:hover {
        background-color: #ccc;
        border: 1px solid #ccc;
    }

.role-border {
    border-bottom: 1px solid #ccc;
    margin: 30px 0
}

    .role-border .fa-pencil-alt {
        padding: 8px 6px 1px 0;
        margin-left: -8px;
    }

.form-title .icn-action {
    border-radius: 5px;
    margin: 0 -10px 3px 15px;
    padding: 8.5px
}

    .form-title .icn-action:hover {
        background-color: #ddd
    }

#sgroup-box.form-box {
    margin: 20px 15px 0
}

.survey-wrap, .report-visit-wrap {
    margin-bottom: 60px;
    transition: .3s all
}

    .survey-wrap .row {
        margin-top: 30px
    }

        .survey-wrap .row div {
            margin-bottom: 5px
        }

        .survey-wrap .row .proto-cell span {
            white-space: normal;
            max-height: 43px
        }

.popover {
    border: 0 !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: 600;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.15) !important;
    color: #333 !important;
    letter-spacing: 1.1px
}

    .popover.bottom > .arrow {
        border-bottom-color: rgba(0, 0, 0, .05) !important
    }

.popover-content {
    padding: 12px 15px 7px !important
}

/* Timeline */
.timeline {
    border-left: 2px solid #f1b683;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    margin: 35px 0 90px 45px;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px 15px 50px 130px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 70%;
}

    .timeline .store {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 25px;
        margin-bottom: 50px;
        position: relative
    }

        .timeline .store:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

#tl-dash h4 {
    margin: 10px 0 20px;
    border-left: 4.5px solid #f58220;
    padding: 8px 20px
}

.store-no:before, .store-no:after {
    position: absolute;
    display: block;
    top: 0;
}

.store-no {
    opacity: 0.7;
    transition: .3s all
}

    .store-no:hover, .store-no:active, .store-no:focus {
        opacity: 1
    }

    .store-no:before {
        left: -235.5px;
        content: attr(data-store);
        text-align: right;
        font-weight: 600;
        min-width: 120px;
        font-size: 16px;
    }


.tl-circle {
    border-radius: 50%;
    background: #f4f3ef;
    margin-left: 15px;
    position: absolute;
    top: -23px;
    margin-left: -84px;
}

    .tl-circle img {
        width: 65px;
        height: 65px;
    }

.timeline .rate {
    font-size: 21px;
    max-width: 31px;
    margin-left: 5px;
    margin-top: -3px
}

.tl-circle-bg {
    width: 65px;
    height: 65px;
    top: -23px;
    position: absolute;
    border-radius: 50%;
    background: #f4f3ef;
    margin-left: -164px;
}

#tl-dash a {
    color: #918a82
}

    #tl-dash a:hover {
        color: #756e65
    }

.btn-bd {
    border: 1.5px solid #f1b683;
    border-radius: 7px;
    color: #f1b683;
    padding: 8px 17px 6px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin: 3px 0 40px;
    letter-spacing: 0.5px;
    transition: .3s all
}

    .btn-bd:hover {
        background: #f1b683;
        color: #fff
    }

.tl-viewall {
    position: absolute;
    margin-top: -94px;
}

.form-box.report-box {
    padding: 25px;
    margin: 15px 15px 0;
}

.form-box.staff {
    padding-bottom: 50px !important
}

.report-wrap {
    margin: 15px 0 30px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

#report-cell .proto-cell {
    padding: 10px 6px;
}

    #report-cell .proto-cell:hover {
        border: 1px solid transparent;
        cursor: pointer;
        opacity: 1;
        background: #fff;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)
    }

.report-wrap div {
    margin-bottom: 10px;
}

.ass-wrap .pop-h1 {
    font-family: 'Roboto Condensed';
    text-align: left
}

.btn-two.btn-loadmore.select-all {
    margin-right: 10px;
    font-size: 14px;
    padding: 9px 5% 8px 4.5%;
}

.select-all.active {
    color: #fff;
    background: #bbb;
    border: 1.5px solid #b1b1b1 !important;
    font-weight: 500
}

.rate-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 14px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.report-cell .proto-cell {
    padding: 15px 10px;
    margin-bottom: 5px
}

    .report-cell .proto-cell:hover {
        border: 1px solid transparent;
        cursor: pointer;
        opacity: 1;
        background: #fff;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)
    }


.report-visit-wrap {
    margin: 0 -15px 20px;
    padding: 10px 22px 24px;
    border-radius: 6px;
    transition: .3s all
}

    .report-visit-wrap h4 {
        line-height: 1.7;
        padding-bottom: 3px;
    }

    .report-visit-wrap .row {
        margin-top: 25px
    }

h4 .total-desc {
    font-weight: 500;
    color: #a7a9ac;
    font-size: 15px;
    letter-spacing: 0.3px;
}

h4 .fas {
    margin-right: 6px;
    color: #999;
}

.rate-4 {
    background: #00bcd4 !important
}

.rate-3 {
    background: #c59494 !important
}

.rate-2 {
    background: #bcd462 !important
}

.rate-1 {
    background: #ffbebe !important
}

.btn-two .fa-filter, .btn-add .fa-search, .btn-add .fa-share-square {
    font-size: 12px;
    margin-right: 8px;
}

.pretty {
    margin-bottom: 25px
}

    .pretty .state {
        margin-top: -2px;
        margin-left: 7px
    }

        .pretty .state label {
            line-height: normal !important;
            position: inherit !important
        }

            .pretty .state label:after, .pretty .state label:before {
                display: block;
                transition: .3s all
            }

    .pretty.p-default input:checked ~ .state label.custom:after {
        background-color: #f58220 !important
    }

.filter-wrap {
    margin-top: 50px
}

    .filter-wrap .row {
        margin: 0
    }

.row.row-15 {
    margin: 0 15px 25px
}

.filter-box {
    background: #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 25px 18px 2px
}

.btn-add.btn-apply {
    margin: 0;
    padding: 9px 5% 8px 4%;
    font-size: 14px;
    border: 1.5px solid #f58220 !important;
    transition: .3s all
}

.btn-add.btn-export {
    margin: 4px -15px 0;
    padding: 9px 40px 8px;
    font-size: 14px;
    transition: .3s all
}

.visit-wrapper {
    display: inline-block;
    width: 100%;
}

.visit-box {
    border-radius: 5px;
    min-width: 45%;
    padding: 20px 25px;
    transition: .3s all;
    z-index: 2;
    background: #fff;
    height: 240px;
    margin: 0 0 20px
}

    .visit-box:hover, .visit-big-box:hover {
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)
    }

    .visit-box h3 {
        margin: 0 0 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 21px
    }

    .visit-box h4 {
        margin: 0 0 5px;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 21px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.visit-head {
    margin: 20px 15px 25px;
    font-weight: 600;
    letter-spacing: 0.7px;
    font-size: 20px
}

    .visit-head .material-icons {
        margin-right: 12px;
        font-size: 17px;
    }

.visit-title {
    color: #333;
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.rate-lbl {
    font-size: 1.45em
}

.visit-box .divider {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.visit-box .fas {
    margin-right: 11px;
    font-size: 14px
}

    .visit-box .fas.rate-circle {
        font-size: 18px;
        background: #f58220
    }

    .visit-box .fas.custom, .visit-box .fab.custom {
        margin-right: 11px;
        font-size: 12px
    }

    .visit-box .fas ~ a, .visit-box .fab ~ a {
        font-size: 16px
    }

.visit-box.img-box {
    height: 500px
}

h5.cell-desc {
    margin-bottom: 1px
}

.to-bot {
    margin-top: 85px
}

    .to-bot.staff {
        margin-top: 127px
    }

        .to-bot.staff strong {
            font-size: 43px
        }

.to-top {
    margin-bottom: 85px
}

.m-0 {
    margin: 0
}

.visit-box p strong {
    font-size: 25px;
    margin-right: 5px
}

.mb-4 {
    margin-bottom: 2rem;
/*    margin-top: 5rem*/
}

.img-cell {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 15px 25px;
    transition: .3s all;
    opacity: 0.8
}

    .img-cell:hover {
        cursor: pointer;
        opacity: 1;
        transform: scale(1.06)
    }

section {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%
}

.clist-cell {
    padding-bottom: 25px;
    margin-bottom: 20px;
    color: #333;
}

    .clist-cell h4 {
        letter-spacing: 0.6px;
        margin-bottom: 25px;
        border-bottom: 1px solid #bbb;
        display: inline-block;
        font-weight: bold;
        padding-bottom: 5px;
        font-size: 19px
    }

    .clist-cell h5 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.5px;
        margin-bottom: 6px
    }

    .clist-cell p {
        font-weight: normal;
        color: #918a82
    }

    .clist-cell .sub-ques {
        margin-bottom: 25px
    }

.clist-img {
    margin: 35px 0 0
}

.visit-big-box {
    padding: 20px 30px;
    transition: .3s all;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
}

.sub-ques:last-of-type {
    margin: 0
}

.form-title.staff {
    border: none;
    padding: 0;
    font-size: 16px;
    margin: 10px 0 25px 15px
}


@media (max-width: 767px) {
    .nav-pills.nav-justified > li {
        width: 10%;
    }
}


@media only screen and (max-width:992px) {
    .form-box {
        margin: 55px -25px 0 !important;
        padding: 25px 30px !important
    }

        .form-box.w-activate {
            margin: 0 -25px 0
        }

            .form-box.w-activate .msg-style {
                width: 100%
            }

        .form-box.report-box {
            margin: 15px -25px 0 !important;
        }

    #cgroup-box.form-box {
        margin: 20px -25px 0;
        padding: 25px 30px
    }

    .pad-right {
        padding-right: 15px;
        margin-bottom: 25px
    }

    #date-pop {
        width: 97% !important;
        padding: 30px 20px 30px
    }

    .warn-pop-footer.delete {
        width: 100%;
        position: relative !important;
        padding: 0
    }

    #date-pop .form-group input {
        width: 85% !important
    }

    .mar-del {
        margin: 0 8px 15px
    }

    .form-box.store-detail {
        width: auto !important;
    }

    .form-group.btm-18 {
        margin-bottom: 35px
    }

    .tab-content {
        padding: 50px 0 10px;
    }


    /* Table */
    td.pdf:nth-of-type(1):before {
        content: "";
    }

    td.head:nth-of-type(2):before {
        content: "File Name";
    }

    td.head:nth-of-type(3):before {
        content: "Uploaded File";
    }

    td.head:nth-of-type(4):before {
        content: "Time";
    }

    #recent-tbl thead tr td.pdf, #recent-tbl tbody tr td.pdf {
        border-bottom: 0 !important;
    }

    .tbl-footer {
        padding: 0 25px 20px;
        text-align: center
    }

        .tbl-footer.hide {
            padding: 20px 25px;
            border-bottom: 1px solid #e5e5e5;
            display: block !important
        }

    #recent-tbl tbody:before {
        content: '';
        display: block;
        height: 4px;
        background-color: #eee
    }

    .secret-refresh {
        right: 2%;
    }

    .ass-box.width-auto {
        width: 98% !important;
        padding: 30px 30px 20px
    }

    .width-98 {
        width: 97.5%
    }

    .msg-style.width-100 {
        width: 100%
    }

    #state-pop .warn-pop, #cluster-pop .warn-pop, #group-pop .warn-pop, #region-pop .warn-pop, #size-pop .warn-pop {
        padding-bottom: 25px !important
    }

    .warn-pop {
        width: 98%
    }

    .input-group.pull-left {
        float: none !important;
    }

    .nav-pills.nav-justified > li {
        display: block !important;
        width: 100% !important
    }

    #date-cell h4 {
        padding-bottom: 60px
    }

        #date-cell h4 span {
            float: left;
            width: 100%;
            margin: 18px 0 0 -15px
        }

    .timeline {
        max-width: 100%;
        margin: 35px 0 90px 25px;
    }

    #tl-dash h4 {
        margin: 10px -15px 20px
    }

    .title-h1 {
        margin: 0 0 30px !important
    }

    .report-wrap div, .report-wrap #report-cell {
        padding-right: 0;
        padding-left: 0
    }

    .filter-box {
        margin: 0 -40px 0;
        padding: 35px 10px 15px;
    }

    .btn-add.btn-apply, .btn-two.btn-loadmore.select-all {
        padding: 9px 9% 8px
    }

    .divider-export {
        padding-bottom: 45px;
        border-bottom: 1px solid #ccc;
        margin-top: -15px;
    }

    .btn-add.btn-export {
        margin: 0
    }

    .filter-wrap {
        margin-top: 15px;
    }

    .visit-date {
        margin-left: 0;
        margin-right: 0
    }

    .visit-box, .visit-big-box {
        margin: 0 -15px 20px;
    }

    .img-cell {
        width: 120px;
        height: 120px;
        margin: 0 20px 25px
    }
    .hide {
        display: none !important;
    }
}
