﻿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;
    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-2 {
    margin: 65px 15px 0;
    background: #fff;
    border-radius: 6px;
    padding: 0px 40px;
    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;
}

.tab-content-2 {
    margin-top: 3px;
    padding: 10px 0px 0px;
}

#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
    }
hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: rgba(102, 97, 91, 0.3);
    height: 1px;
}
.btn-three.btn-popup {
    padding: 8px 5% 6px;
    margin-top: -2rem;
}

.btn-three.btn-loadmore {
    padding: 8px 5% 6px;
    border: 1.5px solid #ddd !important;
    margin: 3px 0 20px
}

    .btn-three.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-2 {
    border-radius: 5px;
    min-width: 45%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    transition: .3s all;
    border: 1px solid transparent;
    opacity: 1;
    z-index: 2;
}

.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 {
    font-family: 'Roboto Condensed';
    text-align: left
}

.img-checked {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -15px;
}
.img-reset {
    width: 25px;
    height: 25px;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
    cursor: pointer;
}
.img-device {
    width: 40px;
    height: 40px;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    object-fit: contain;
    object-position: center;
    border-radius: 6px
}
.btn-four.btn-popup {
    padding: 8px 3% 6px;
    margin-top: -1rem;
    float: none;
    margin-left: 3rem;
}

.btn-four.btn-loadmore {
    padding: 8px 5% 6px;
    border: 1.5px solid #ddd !important;
    margin: 3px 0 20px
}

    .btn-four.btn-loadmore:hover {
        background: #ccc !important;
        border: 1.5px solid #ccc !important
    }
	
.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
        }

        


@media (max-width: 767px) {
    .nav-pills.nav-justified > li {
        width: 10%;
    }
}


@media only screen and (max-width:992px) {
    .form-box {
        margin: 55px -25px 0;
        padding: 25px 30px
    }

        .form-box.w-activate {
            margin: 0 -25px 0
        }

            .form-box.w-activate .msg-style {
                width: 100%
            }

    .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
    }
}
