﻿@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;700&display=swap');

html, body
{
    background: #F3F3F3;
    font-family: 'Karla', sans-serif;
}

h1
{
    font-size: 24px;
    color: #313131;
}

.cstm-header
{
    background: #fff;
    box-shadow: 0px 1px 2px #00000029;
}

    .cstm-header .navbar-brand
    {
        background: #fff url(../images/logo.png) no-repeat 25px center;
        height: 84px;
        box-shadow: 0px 1px 2px #00000029;
    }

.display-sm
{
    display: none;
}

.logout
{
    margin-top: 20px;
}

.user-det a
{
    color: #3b454e;
    cursor: pointer;
    display: inline-block;
}

    .user-det a:hover
    {
        text-decoration: none;
    }

.user-det label
{
    display: inline-block;
    margin-bottom: 0;
    font: normal 16px/20px;
    margin-top: 20px;
    font-weight: 600;
}

.user-det span
{
    display: block;
    font-size: 14px;
    color: #8a8c8c;
}

.user-det img
{
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.topbar-divider
{
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(82px - 0px);
    margin: 0 20px;
}

.menu
{
    border: 1px solid #00C691;
    color: #00C691;
    background: transparent; /*#00C691;*/ /*height:28px;*/
    padding: 0 !important;
    border: 0 !important;
}

    .menu:hover
    {
        color: #00C691;
        box-shadow: none !important;
    }

    .menu:focus
    {
        color: #00C691;
        box-shadow: none !important;
    }

.login_bg
{
    background: #fff url('../images/Login_bg.svg') no-repeat right top;
}

.login
{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #00000029;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    padding: 45px;
}

    .login h2
    {
        color: #00C691;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .login input
    {
        padding: auto;
        padding: 12px 20px;
        font-size: 16px;
    }

    .login .btn
    {
        background: #00C691;
        color: #fff;
        font-size: 16px;
        border-radius: 4px;
        width: 100%;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 25px;
    }

        .login .btn:hover
        {
            background: #0EB487;
        }

    .login a
    {
        color: #00C691;
        text-align: center;
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }

        .login a:hover
        {
            text-decoration: underline;
        }

    .login .form-group
    {
        margin-bottom: 20px;
    }

    .login .btn
    {
        margin: 10px 0 25px 0;
    }

.icon-input
{
    position: relative;
}

    .icon-input a
    {
        position: absolute;
        top: 13px;
        right: 15px;
        color: #00C691;
    }

    .icon-input input
    {
        padding-right: 35px;
    }

.icon-input1
{
    position: relative;
}

    .icon-input1 a
    {
        position: absolute;
        top: 7px;
        right: 15px;
        color: #00C691;
    }

    .icon-input1 input
    {
        padding-right: 35px;
    }

.cstm-content
{
    padding: 25px 5px 5px 5px;
}

.cstm-tabs
{
}

    .cstm-tabs .nav-link
    {
        color: #00C691;
    }

.logo-wrap h6
{
    font-size: 40px;
    font-weight: 400;
    color: #00C691;
    margin-top: 20px;
}

footer
{
    color: #949494;
    border-top: #E2E2E2 1px solid;
    text-align: center;
}

.btn-close
{
    background: url(../images/close.svg) no-repeat;
    opacity: 1;
    width: 14px;
    height: 20px;
    padding: 0 15px 0 0 !important;
}

.modal-content
{
    border-radius: 0;
    border: 0 none;
}

.model-cstm .modal-dialog
{
    max-width: 560px;
}

.model-cstm .modal-body
{
    padding: 1.8rem;
}

.form-group label
{
    margin-bottom: .5rem;
}

.form-group
{
    margin-bottom: 1rem;
}

.modal-footer
{
    border-top: 0;
}

hr:not([size]).hr-text
{
    height: 42px;
}

.hr-text
{
    line-height: 1em;
    size: 18px;
    font-weight: 500;
    position: relative;
    outline: 0;
    border: 0;
    color: #fff;
    text-align: center;
    height: 1.5em;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

    .hr-text:before
    {
        content: '';
        border-bottom: 1px #00C691 solid;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after
    {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: #fff;
        padding: 13px 6px;
        border-radius: 50%;
        line-height: 0.5em;
        color: #1E2629;
        background-color: #fff;
        border: 1px #00C691 solid;
        font-size: 18PX;
        font-weight: 500;
        top: 4px;
        text-transform: uppercase;
    }

.button-wrapper
{
    margin-top: 25px;
}

    .button-wrapper .btn
    {
        min-width: 150px;
        padding: 14px 25px;
        border: 1px solid #00C691;
        font-size: 18px;
        font-weight: 500;
        margin: 0 15px;
        border-radius: 5px;
    }

.btn.btn-secondary
{
    background: none;
    color: #00C691;
}

    .btn.btn-secondary:hover
    {
        background: #00C691;
        color: #1E2629;
    }

.btn.btn-primary
{
    background: #00C691;
    color: #1E2629;
}

    .btn.btn-primary:hover
    {
        background: #0EB487;
        box-shadow: none;
    }

.button-wrapper1
{
    margin-top: 25px;
}

    .button-wrapper1 .btn
    {
        min-width: 150px;
        padding: 14px 25px;
        border: 1px solid #00C691;
        font-size: 18px;
        font-weight: 500;
        margin: 0 15px;
        border-radius: 5px;
    }

        .button-wrapper1 .btn.btn-secondary
        {
            margin: 0 10px 0 0;
        }

        .button-wrapper1 .btn.btn-primary
        {
            margin: 0 0 0 10px;
        }

ul.search
{
    margin: 0 0 15px 0;
    padding: 0;
    text-align: right;
}

    ul.search > li
    {
        list-style-type: none;
        display: block;
        margin-bottom: 10px;
    }

        ul.search > li input
        {
            padding: 0.375rem 40px 0.375rem 0.45rem;
            border: 1px solid #BFBFBF;
            border-radius: 0;
            background-color: #fff;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            height: 40px;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        ul.search > li .icon
        {
            display: block;
            position: absolute;
            right: 15px;
            top: 6px
        }

        ul.search > li.input-bx
        {
            position: relative;
        }

        ul.search > li.select-c1
        {
            font-size: 14px;
        }

            ul.search > li.select-c1 button
            {
                font-size: 14px;
            }

        ul.search > li .btn-link
        {
            display: block;
            border: 1px solid #00BB89;
            color: #00BB89;
            height: 41px;
            padding: 0.377rem 1rem;
            text-align: center;
            line-height: 25px;
            text-decoration: none;
            font-weight: 600;
        }

            ul.search > li .btn-link:hover, ul.search > li .btn-link:focus
            {
                background: #00BB89;
                color: #fff;
                text-decoration: none;
            }

.table-wrap
{
    background: #fff;
    padding: 20px;
}

    .table-wrap .dataTables_wrapper
    {
        width: 100% !important;
    }
/*.signature-pad--body canvas{
    height: auto!important;
}*/
.cstm-table table
{
    margin-bottom: 0;
}

    .cstm-table table tr td, .cstm-table table tr th
    {
        padding: 13px 15px;
    }

    .cstm-table table tr th
    {
        border-bottom: 1px solid #D2D2D2;
    }

    .cstm-table table tr:last-child td
    {
        border-bottom: 0 none;
    }

.tb-icon
{
    color: #00C691;
    display: inline-block;
    margin: 0 5px;
    font-size: 1.3rem;
}

    .tb-icon:hover
    {
        color: #0EB487;
    }

span.active
{
    color: #5AA53A;
}

span.inactive
{
    color: #DF4A59;
}

.pagination .page-item a::before
{
    content: '';
    height: 20px;
    width: 1px;
    background: #D2D2D2;
    position: absolute;
    left: 0;
}

.pagination li:nth-child(2) a::before
{
    display: none !important;
}

.page-item.active .page-link
{
    color: #1E2629;
    background: none;
}

.page-link
{
    font-weight: 600;
    color: #8A8C8C;
}

    .page-link:hover
    {
        background: none;
        color: #00C691;
    }

.arrow a:hover
{
    background: #e9ecef !important;
}

.pagination .page-item:last-child a, .pagination .page-item:first-child a
{
    color: #00C691;
    font-size: 22px;
}

.page-item.arrow
{
    border: 0 !important;
}

.prp-stat h4
{
    color: #fff;
}

.prp-stat h6
{
    margin-bottom: 3px;
}

.prp-stat
{
    position: relative;
    background: #353B41;
    padding: 10px 50px 10px 10px;
    margin-bottom: 15px;
}

    .prp-stat .icon
    {
        font-size: 32px;
        position: absolute;
        right: 15px;
        top: 12px
    }

.sb-sidenav-footer .prp-stat:last-child
{
    margin-bottom: 0;
}


.content-wrap
{
    background: #fff;
    padding: 25px;
}

ol.breadcrumb
{
    margin-top: 10px;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before
{
    content: ">";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.breadcrumb-item a
{
    color: #8A8C8C;
    position: relative;
    text-decoration: none;
}

.breadcrumb-item.active
{
    color: #1E252B;
}

.back-btn
{
    border: 1px solid #00BC8A;
    color: #00BC8A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}

    .back-btn svg
    {
        margin: 2px 10px 0 0;
    }

    .back-btn:hover
    {
        background: #00BC8A;
        color: #fff;
    }

/*Radio*/

[type="radio"]:checked,
[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 24px;
        display: inline-block;
        color: #1E2629;
        padding-right: 50px;
        font-weight: 500;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before
        {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 19px;
            height: 19px;
            border: 1px solid #00C691;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after
        {
            content: '';
            width: 13px;
            height: 13px;
            background: #00C691;
            position: absolute;
            top: 6px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after
        {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after
        {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*Radio*/
.upld-img img
{
    border-radius: 6px;
}

.upld-img
{
    background: #F5F5F5;
    border-radius: 6px;
    text-align: center;
    position: relative;
}

.dlt-btn
{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    color: #fff;
    line-height: 32px;
    top: 15px;
    right: 15px;
}

    .dlt-btn:hover
    {
        background: #00C691;
        color: #fff;
    }

.generate-btn
{
    padding: 6px 10px;
    border: 1px solid #00C691;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    display: block;
    color: #00C691;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}

    .generate-btn:hover
    {
        color: #fff;
        background: #00C691;
    }

.generate-pass
{
    display: block;
    padding: 10px;
    margin-top: 25px;
    text-align: center;
}


.commnets
{
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0px;
}

.cmt-wrap
{
    background: #F8F8F8;
    padding: 25px 0px 0px 64px;
    margin-bottom: 10px;
    position: relative;
}

    .cmt-wrap img
    {
        position: absolute;
        top: 26px;
        left: 10px;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .cmt-wrap h5
    {
        font-size: 14px;
        font-weight: 600;
    }

        .cmt-wrap h5 span
        {
            font-weight: 400;
            color: #8E8E8E;
            margin-left: 10px;
        }

            .cmt-wrap h5 span.time-span
            {
                margin-left: 0;
            }

    .cmt-wrap p
    {
        font-size: 14px;
        margin-bottom: 0;
        overflow-wrap: break-word;
    }

.cmt-bx
{
    padding: 20px 0 0 60px;
    position: relative;
    border-top: 1px solid #E6E6E6;
}

    .cmt-bx img
    {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .cmt-bx .btn
    {
        border: 1px solid #00C691;
    }

.cmntbtn-wrap
{
    text-align: right;
    margin-bottom: 20px;
}

    .cmntbtn-wrap .btn
    {
        border: 1px solid #00C691;
    }

.pdf-footer
{
    border-bottom: 5px solid #F3F3F3;
    padding: 15px;
    margin-bottom: 15px;
}

    .pdf-footer span
    {
        font-weight: 600;
        margin-left: 5px;
    }

.sign-here .form-check
{
    margin-bottom: 30px;
}

    .sign-here .form-check label
    {
        font-size: 14px;
        text-transform: none;
        color: #3d3c3c;
        font-weight: 500;
    }

        .sign-here .form-check label a
        {
            color: #000000;
            text-decoration: underline;
        }

label.signlbl
{
    font-size: 16px;
    text-transform: none;
    color: #3d3c3c;
    margin-top: 10px;
    font-weight: 500;
}



/*canvas*/
.sign
{
    position: relative;
    margin-bottom: 20px;
}

.signature-pad--actions .buttons button
{
    background: #737271;
    color: #ffffff;
    border: 0 none;
    padding: 5px 10px;
}

.signature-pad--actions .buttons .save
{
    background: #00C691;
}

    .signature-pad--actions .buttons .save:hover
    {
        background: #0EB487;
    }

.signature-pad--actions .buttons button:hover
{
    background: #8d8c8a;
}

.signature-pad--footer
{
    color: #606060;
}

.sign
{
    position: relative;
    margin-top: 15px;
    height: 0;
    overflow: hidden;
}

.signshow
{
    height: auto;
}

/*checkbox*/
.check-cstm1
{
    margin-top: 50px;
}

    .check-cstm1 label
    {
        margin: 2px 0 0 5px
    }

    .check-cstm1 .form-check-input
    {
        margin-right: 3px;
    }

/*list*/
ul.list-folder
{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
}

    ul.list-folder li
    {
        text-align: center;
        margin: 0 25px 25px 0;
    }

        ul.list-folder li .image-wrap
        {
            position: relative;
            display: inline-block;
        }

        ul.list-folder li span
        {
            display: block;
            background: #00C691;
            padding: 3px 5px;
            border-radius: 24px;
            position: absolute;
            right: -10px;
            top: -5px;
            font-size: 13px;
            font-weight: 600;
            box-shadow: 0px 3px 6px #00000029;
        }

        ul.list-folder li a
        {
            background: #fff;
            display: block;
            box-shadow: 0px 3px 6px #00000000;
            border-radius: 6px;
            padding: 25px;
            color: #313131;
            text-decoration: none;
            border: 2px solid #fff;
            width: 175px;
            min-height: 145px;
        }

        ul.list-folder li label
        {
            display: block;
            margin: 10px 0 0 0;
        }

        ul.list-folder li a:hover
        {
            border: solid 2px #00C691;
        }
/*datatable sort*/
.dataTable-sorter::after
{
    border-bottom: 4px solid #00C691;
    border-top: 4px solid transparent;
    top: 0px;
}

.dataTable-sorter::before
{
    border-top: 4px solid #00C691;
    bottom: 4px;
}

.asc .dataTable-sorter::after, .desc .dataTable-sorter::before
{
    opacity: 1;
}

.dataTable-search input
{
    border-radius: 0;
    background: url(../images/search.svg) no-repeat center right;
    padding-right: 30px;
}

.dataTable-dropdown select
{
    border-radius: 0;
}

.dataTable-pagination-list
{
    margin-bottom: 0;
}

.form-wrap
{
    padding: 20px;
    border: 1px solid #CCECE4;
    display: none;
}

.formshow
{
    display: block;
}

.date_picker
{
    margin-bottom: 15px;
    background: #f9f9fa;
    padding: 10px 15px 15px 15px;
    border-bottom: 1px solid #cccccc;
}

    .date_picker .btn-primary
    {
        border: 1px solid #00C691;
    }

.space30
{
    height: 30px;
}

.form-icon
{
    position: relative;
}

.icon-append
{
    position: absolute;
    right: 12px;
    top: 5px;
    color: #00C691;
}

.message
{
    background: #EFFFFB;
    padding: 25px;
    border: #D9F3ED 1px solid
}

    .message P
    {
        margin: 0;
    }
/*loader*/
.loader-screen
{
    background-color: rgba(5, 5, 6, 0.8);
    background: rgba(5, 5, 6, 0.8);
    color: rgba(5, 5, 6, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@keyframes ldio-s3o3fb5tkrr
{
    0%
    {
        transform: scale(1.1500000000000001)
    }

    100%
    {
        transform: scale(1)
    }
}

.ldio-s3o3fb5tkrr div
{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 6.666666666666668px;
    left: 6.666666666666668px;
    background: #00c691;
    animation: ldio-s3o3fb5tkrr 1s cubic-bezier(0,0.5,0.5,1) infinite;
    animation-delay: -0.3s;
}

    .ldio-s3o3fb5tkrr div:nth-child(2)
    {
        top: 6.666666666666668px;
        left: 53.33333333333333px;
        background: #c8fff0;
        animation-delay: -0.2s;
    }

    .ldio-s3o3fb5tkrr div:nth-child(3)
    {
        top: 53.33333333333333px;
        left: 6.666666666666668px;
        background: #00c691;
        animation-delay: 0s;
    }

    .ldio-s3o3fb5tkrr div:nth-child(4)
    {
        top: 53.33333333333333px;
        left: 53.33333333333333px;
        background: #c8fff0;
        animation-delay: -0.1s;
    }

.loadingio-spinner-cube-60bjxije365
{
    width: 84px;
    height: 84px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
}

.ldio-s3o3fb5tkrr
{
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.84);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-s3o3fb5tkrr div
    {
        box-sizing: content-box;
    }

/*Menu*/
.sb-sidenav-menu-nested
{
    margin-top: 0 !important;
}

.field-validation-error
{
    color: red;
}

#auditTable_filter
{
    display: none;
}

.cookies-inner-wrap
{
    max-width: 100%;
    min-height: 96px;
    margin: auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.cookies-msg
{
    flex-grow: 1;
    margin: 28px 0;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}

    .cookies-msg a
    {
        color: #00C691;
    }

.accept-btn-wrap
{
    display: flex;
    padding-left: 10px;
}

    .accept-btn-wrap .accept-btn
    {
        width: 120px;
        padding: 10px 20px;
        border: 1px solid #00C691;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
        outline: none;
        text-align: center;
        background-color: #00C691;
        color: #ffffff;
        margin-right: 0px;
    }

        .accept-btn-wrap .accept-btn:hover
        {
            background: #0EB487;
            border: 1px solid #0EB487;
        }

    .accept-btn-wrap .decline-btn
    {
        width: 120px;
        padding: 10px 20px;
        border: 1px solid #0EB487;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
        outline: none;
        text-align: center;
        background-color: #ffffff;
        color: #0EB487;
        margin-right: 15px;
    }

        .accept-btn-wrap .decline-btn:hover
        {
            background: #00C691;
            border: 1px solid #00C691;
            color: #ffffff;
        }

.fs-23
{
    font-size: 26px !important;
}

@media (max-width:991px)
{
    .display-sm
    {
        display: block;
    }

    .navbar-nav
    {
        position: absolute;
        background: #ffffff;
        top: 84px;
        width: 100%;
        padding: 0 25px 10px 25px;
        box-shadow: 0px 1px 2px #00000029;
        left: 0;
    }

    .sb-topnav
    {
        border-bottom: 1px solid #F6F6F6;
    }

    .menu
    {
        right: 0;
        position: absolute;
        top: 25px
    }

    .user-det label
    {
        margin-top: 10px;
    }

    .topbar-divider
    {
        display: none;
    }

    .sb-topnav .navbar-brand
    {
        text-align: left
    }

    .logout
    {
        position: absolute;
        right: 15px;
        top: 10px;
        margin-top: 0;
    }

    #layoutSidenav #layoutSidenav_content
    {
        min-height: calc(100vh - 134px);
        margin-top: 65px;
    }

    .sb-sidenav
    {
        padding-top: 149px !important;
    }

    .xsm-20
    {
        margin-bottom: 20px;
    }

    .cstm-header .navbar-brand
    {
        background-color: transparent;
        box-shadow: none;
    }

    .logo-wrap
    {
        text-align: center;
    }

        .logo-wrap h6
        {
            margin-bottom: 35px;
        }

    .login
    {
        margin-bottom: 25px;
    }

    .generate-pass, .generate-btn
    {
        margin-top: 0;
    }

    .signature-pad
    {
        min-height: 200px;
    }

    .signature-pad--body canvas
    {
        height: 200px;
    }
}

@media (min-width: 768px)
{
    ul.search > li
    {
        display: inline-block;
    }

        ul.search > li input
        {
            width: 380px;
            margin-left: 10px;
        }

        ul.search > li.select-c1
        {
            width: 150px;
        }

            ul.search > li.select-c1 .form-group
            {
                margin: 0 0 0 5px;
            }
}

@media (max-width:767px)
{
    .cookies-inner-wrap
    {
        align-items: flex-start;
        flex-direction: column;
        margin: 15px 0px;
    }

    .cookies-msg
    {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .accept-btn-wrap
    {
        padding-left: 0;
    }

    .logout
    {
        top: 8px
    }

    .sb-sidenav
    {
        padding-top: 136px !important;
    }

    .button-wrapper1 .btn, .button-wrapper .btn
    {
        width: 45%;
        min-width: auto;
    }

    .check-cstm1
    {
        margin-top: 0px;
    }

    .dataTable-dropdown
    {
        margin-bottom: 25px;
    }

    .space30
    {
        height: 15px;
    }
}

@media (max-width:575px)
{

    .accept-btn-wrap .accept-btn,
    .accept-btn-wrap .decline-btn
    {
        width: 114px;
    }
}

@media (max-width:480px)
{
    .cmt-wrap h5 span.time-span
    {
        display: block;
        margin-left: 0;
    }
}

@media (max-width:450px)
{
    ul.list-folder
    {
        flex-direction: column;
    }

        ul.list-folder li
        {
            margin: 0 25px 25px 25px;
        }
}

.cstm-header .home-header
{
    background: #fff url(../images/home.svg) no-repeat 25px center;
    height: 84px;
    margin-left: 5px;
}

.sb-topnav .home-header
{
    width: 225px;
    margin: 0;
}

.notification
{
    padding-left: 28px;
    padding-right: 24px;
}

    .notification .badge
    {
        position: relative;
        top: -100px;
        right: -20px;
        padding: 10px 15px;
        border-radius: 50%;
        color: white;
        display: inline;
    }

.messagewarn
{
    background: #f8d7da;
    padding: 25px;
    border: #f5c2c7 1px solid
}

    .messagewarn P
    {
        margin: 0;
    }

.model-cstms
{
    max-width: 900px;
    z-index:-1;
}

.headerborder
{
    border: none !important;
}

.centers
{
    text-align: center;
    flex-grow: 9;
}

.downloaddiv
{
    display: flex;
    padding-top: 1rem;
    padding-right: 1rem;
}

.downloadtext
{
    flex-grow: 9;
    text-align: right
}

.downloadicon
{
    flex-grow: 1;
    text-align: right
}

.iconclass
{
    color: #333;
    background-color: #e9ecef;
    border-color: #e9ecef;
}


.cal-append
{
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15pt;
    color: green;
    width: 1em;
}

.iconclassaudit
{
    color: #333;
    background-color: #ffffff;
    border-color: #e6e6e6;
    border-width: .01px .01px .01px 0;
}
.signaturebody
{
    padding-top:0px!important;
}

.signaturecontent
{
    padding-top: 0px;
}
.cover-letter{max-width:700px!important}