.click-to-enlarge, input[type = "search"]::-webkit-search-cancel-button {
    cursor: pointer;
}

.brand-logo img {
    width: auto;
    height: 61px;
}

.brand-logo-mini img {
    width: auto;
    height: 35px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
}

.sidebar {
    margin-left: -17rem;
    width: 17rem;
    min-height: 100vh;
    transition: all 0.2s;
}

.main-panel {
    width: 100%;
}

body.toggle-sidebar .main-panel {
    width: calc(100% - 17rem);
}

body.toggle-sidebar .sidebar {
    margin-left: 0;
}

body.toggle-sidebar .brand-logo-mini {
    display: none;
}

@media (max-width: 1200px) {

    .sidebar {
        margin-left: 0;
    }

    body.toggle-sidebar .sidebar {
        margin-left: -17rem;
    }

    body.toggle-sidebar .main-panel {
        width: 100%;
        margin-right: 0;
    }

    .main-panel {
        
        margin-right: -17rem;
    }

    body.toggle-sidebar .brand-logo-mini {
        display: unset;
    }

    body .brand-logo-mini {
        display: none;
    }
}

.sidebar .accordion {
    margin-top: 1.45rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

    .sidebar .accordion > .card {
        margin-bottom: 5px;
    }

    .sidebar .accordion .card-header {
        margin-bottom: 0 !important;
        padding: 0;
    }

a i.fa.fa-chevron-down.menu-icon.float-right {
    position: absolute;
    top: 27px;
}

.sidebar .accordion .card-header > .btn {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.875rem;
}

.sidebar .accordion .card-header.sidebar-active > .btn {
    background: #001f57;
    color: #fff;
}

.sidebar .accordion .card-body {
    padding: 0;
}

    .sidebar .accordion .card-body > .btn {
        background: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0.875rem;
    }

        .sidebar .accordion .card-body > .btn:hover {
            background: #0b5ed7;
            color: #fff;
        }

        .sidebar .accordion .card-header > .btn > i, .sidebar .accordion .card-body > .btn > i {
            margin-right: 5px;
        }

div.dataTables_length select {
    color: #495057 !important;
    outline: 0;
    border: 1px solid #c9ccd7;
}

td.text-truncate {
    max-width: 10em;
}

.list-action {
    text-decoration: none !important;
}

    .list-action i {
        font-size: 20px;
        margin: 5px;
    }

    .list-action.action-delete i {
        color: red;
    }

.collapsible-multi-dd-toggle::after {
    display: inline-block;
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right !important;
}

.collapsible-multi-dd > .collapsible-multi-dd-menu {
    max-height: 270px;
    overflow-x: hidden;
}

.collapsible-multi-dd-item {
    display: block;
}

    .collapsible-multi-dd-item.active {
        background-color: #001f57;
        color: white;
    }

    .collapsible-multi-dd-item:not(:first-child):hover {
        cursor: pointer;
    }

    .collapsible-multi-dd-item i {
        display: none;
        float: right;
    }

    .collapsible-multi-dd-item.active.collapsible-multi-dd-single i {
        display: block;
    }

    .collapsible-multi-dd-item > .collapsible-multi-dd-checkbox {
        margin-right: 5px;
    }

    .collapsible-multi-dd-item.collapsible-multi-dd-single .collapsible-multi-dd-checkbox {
        display: none;
    }

    .collapsible-multi-dd-item i {
        display: none;
    }

    .modal-dialog.modal-lg.really-lg-modal {
        max-width: 95%;
    }

.modal-list-img {
    max-height: 200px;
}

 .btn.w-100.text-left.active.collapsed:hover { color: #fff; }
 .btn.w-100.text-left.active.collapsed {  }

.breadcrumb {
    display: flex;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

a {
    text-decoration: none;
}

.save-btn {
    background: #219653;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    padding: 7px 25px;
    border: none;
}

    /*.save-btn:hover {
        background: #52d78b;
    }*/

    /* login page css */

.content-wrapper.login-left {
    background: #dddce1;
    padding: 1.5rem 2.5rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height:100vh;
}

.auth .login-half-bg {
    background: url(../images/9.jpg);
    background-size: cover;
    background-position: center;
}

.d-flex, .list-wrapper ul li, .navbar .navbar-menu-wrapper .navbar-nav, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item .item-thumbnail .item-icon, .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item {
    display: flex !important; 
}
.flex-row, .navbar .navbar-menu-wrapper .navbar-nav {
    flex-direction: row !important;
    overflow: hidden;
}

.p-3 {
    padding: 1rem !important;
}
.auth.auth-img-bg .auth-form-transparent {
    width: 70%;
    margin: auto;
}
.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #001f57;
    border-color: #001f57;
}

.container-scroller {
    overflow: hidden;
}

.auth form .auth-form-btn {
    padding: 1rem 3rem;
    line-height: 1.5;
}
.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 0.875rem;
    padding: 1.375rem 3.4rem;
}
button.btn.btn-block.btn-primary.btn-lg.font-weight-medium.auth-form-btn {
    display: block;
    width: 100%; font-size:15px;
}
input#UserId, input#Password {
    border: 1px solid #98999f;
}
.input-group-prepend.bg-transparent {
    border: 1px solid #98999f;
}

.form-group.mg-bt{
    margin-bottom: 1.5rem;
}

.input-group i.fa.fa-user.text-primary {
    color: #001f57 !important;
}
.input-group i.fa.fa-lock.text-primary {
    color: #001f57 !important;
}
.form-group label {
    padding-bottom: 0.829rem;
}

.logo-com {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    padding: 40px;
}
.auth.auth-img-bg {
    padding: 0;
}

.page-item.active .page-link {
 
    background-color: #0c295f;
    border-color: #0c295f;
}

.dataTables_wrapper table.dataTable {
    padding-top: 20px !important;
}

h6.text-primary.status {
    border: 1px solid;
    display: inline-block;
    float: right;
    padding: 9px;
    border-radius: 5px;
    font-size: 13px;
    font-family: sans-serif;
    background: #6e97e3;
    color: #fff !important;
}

.cust-accordion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.cust-accordion:after{
    margin-left:inherit; 
}

h6.text-danger.status.float-end {
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    background: #f3655e;
    color: #fff !important;
}

/* navbar on top css */

.navbar-top {
    background: #001f57 !important;
}
    .navbar-top i.fa.fa-list {
        color: #fff;
        font-size: 19px;
    }

    .navbar-top a.navbar-brand {
        color: #fff;
        text-transform: uppercase;
    }
        .navbar-top a.navbar-brand:hover {
            color: #fff
        }

    .navbar-top a#profileDropdown {
        color: #fff;
    }
.notification { position:relative; }
span.notification-count {
    position: absolute;
    right: 0;
    top: -15px;
    background: #c12a2a;
    padding: 3px 12px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

tbody tr.odd {
    background: #e7e7e7;
}

thead th {
    font-weight: 500;
    background: #0c295f !important;
    color: #fff !important;
}

.cursor-pointer:hover {
    cursor: pointer !important;
}


#fmPreviewHolder a.fmPreviewDeselectBtn {
    position: absolute;
    top: -17px;
    right: -22px;
}

span.input-group-addon-clock {
    position: absolute;
    right: 5px;
    top: 5px;
}

a.btn.btn-primary.btnNext {
    margin-top: 20px;
}

a.btn.btn-primary.btnPrevious {
    margin-top: 20px;
}

#fmPreviewHolder i.fa.fa-close {
    background: #4c4f52;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #001f57;
    border-color: #dee2e6 #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border: 1px solid #e9e9e9;
    color: #a7a7a7;
}

.btnNext-ul li {
    list-style: none;
}

ul.btnNext-ul li a {
    background: #001f57;
    display: inline-block;
    border-radius: 4px; color:#fff;
}

input#myfile {
    border: 1px solid #ccc;
    padding: 4px;
    margin-top: 7px;
    border-radius: 3px;
    width: 100%;
}

i.fa.fa-usd {
    position: absolute;
    bottom: 1px;
    right: 2px;
    background: #ccc;
    padding: 10px;
    border-radius: 3px;
}

.mb-3.postion { position:relative}

input#html {
    margin-left: 50px;
}

.submit-button a {
    background: #001f57;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

span.input-group-text.hide  {
    display: none;
}

.submit-button {
    text-align: right;
    margin-top: 20px;
}

.postion img {
    width: 20px;
    position: absolute;
    right: 4px;
    top: 42px;
    z-index: 9;
}

select.form-select.currency {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    /* width: 20%;*/
}

.box-12 {
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 44px 13px 16px 13px;
    border-radius: 5px;
    box-shadow: 2px 4px 5px #ccc;
    position:relative;
}

.update-button {
    text-align: right;
}

    .update-button a:hover {
        background: #003ba1;
        
        transition: background-color 1s;
    }

.heading-text.text-center h6 {
    background: #002d7e;
    padding: 7px;
    border-radius: 4px;
    color: #fff;
}

.heading-text.text-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.update-button a {
    background: #2bb97e;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
select.form-select.currency {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e9e5e5;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


h5.head-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.input-group .form-control, .input-group .form-select {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.fs-card-body {
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    box-shadow: 2px 4px 5px #ccc;
}

.fs-card-title {
    color: #fff;
    background-color: #002d7e;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 5px;
}

.fs-card-title.invalid {
    background-color: red;
}

.fs-card-content {
    padding-left: 1.25rem;
}

.fs-update-btn {
    background: #2bb97e;
    padding: 7px 14px;
    margin: 10px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

h6.comment-text {
    color: red;
    font-weight: normal;
    font-size: 14px;
}


@charset "UTF-8"; /*!
 * =============================================================
 * dropify v0.2.1 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2016 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */

@font-face {
    font-family: dropify;
    src: url(../fonts/dropify.eot);
    src: url(../fonts/dropify.eot#iefix) format("embedded-opentype"),url(../fonts/dropify.woff) format("woff"),url(../fonts/dropify.ttf) format("truetype"),url(../fonts/dropify.svg#dropify) format("svg");
    font-weight: 400;
    font-style: normal
}

.dropify-font:before, .dropify-wrapper .dropify-message span.file-icon:before, .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon:before, [class*=" dropify-font-"]:before, [class^=dropify-font-]:before {
    font-family: dropify;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.dropify-wrapper, .dropify-wrapper .dropify-clear {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial
}

    .dropify-wrapper.has-error .dropify-message .dropify-error, .dropify-wrapper.has-preview .dropify-clear {
        display: block
    }

    .dropify-font-
    :before, .dropify-wrapper .dropify-message span.file-icon:before {
        content: '\e800'
    }

.dropify-font-file:before {
    content: '\e801'
}

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear
}

    .dropify-wrapper:hover {
        background-size: 30px 30px;
        background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
        background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
        -webkit-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite
    }

    .dropify-wrapper.has-error {
        border-color: #F34141
    }

        .dropify-wrapper.has-error:hover .dropify-errors-container {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

    .dropify-wrapper.disabled input {
        cursor: not-allowed
    }

    .dropify-wrapper.disabled:hover {
        background-image: none;
        -webkit-animation: none;
        animation: none
    }

    .dropify-wrapper.disabled .dropify-message {
        opacity: .5;
        text-decoration: line-through
    }

    .dropify-wrapper.disabled .dropify-infos-message {
        display: none
    }

    .dropify-wrapper input {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5
    }

    .dropify-wrapper .dropify-message {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .dropify-wrapper .dropify-message span.file-icon {
            font-size: 50px;
            color: #CCC
        }

        .dropify-wrapper .dropify-message p {
            margin: 5px 0 0
        }

            .dropify-wrapper .dropify-message p.dropify-error {
                color: #F34141;
                font-weight: 700;
                display: none
            }

    .dropify-wrapper .dropify-clear {
        display: none;
        position: absolute;
        opacity: 0;
        z-index: 7;
        top: 10px;
        right: 10px;
        background: 0 0;
        border: 2px solid #FFF;
        text-transform: uppercase;
        font-size: 11px;
        padding: 4px 8px;
        font-weight: 700;
        color: #FFF;
        -webkit-transition: all .15s linear;
        transition: all .15s linear
    }

        .dropify-wrapper .dropify-clear:hover {
            background: rgba(255,255,255,.2)
        }

    .dropify-wrapper .dropify-preview {
        display: none;
        position: absolute;
        z-index: 1;
        background-color: #FFF;
        padding: 5px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        text-align: center
    }

        .dropify-wrapper .dropify-preview .dropify-render img {
            top: 50%;
            -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
            position: relative;
            max-width: 100%;
            max-height: 100%;
            background-color: #FFF;
            -webkit-transition: border-color .15s linear;
            transition: border-color .15s linear
        }

        .dropify-wrapper .dropify-preview .dropify-render i {
            font-size: 70px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            position: absolute;
            color: #777
        }

        .dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin-top: 10px;
            text-transform: uppercase;
            font-weight: 900;
            letter-spacing: -.03em;
            font-size: 13px;
            width: 42px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .dropify-wrapper .dropify-preview .dropify-infos {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 3;
            background: rgba(0,0,0,.7);
            opacity: 0;
            -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear
        }

            .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
                position: absolute;
                top: 50%;
                -webkit-transform: translate(0,-40%);
                transform: translate(0,-40%);
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                width: 100%;
                padding: 0 20px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

                .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
                    padding: 0;
                    margin: 0;
                    position: relative;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    color: #FFF;
                    text-align: center;
                    line-height: 25px;
                    font-weight: 700
                }

                    .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename span.file-icon {
                        margin-right: 2px
                    }

                    .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
                        margin-top: 15px;
                        padding-top: 15px;
                        font-size: 12px;
                        position: relative;
                        opacity: .5
                    }

                        .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 50%;
                            -webkit-transform: translate(-50%,0);
                            transform: translate(-50%,0);
                            background: #FFF;
                            width: 30px;
                            height: 2px
                        }

    .dropify-wrapper:hover .dropify-clear, .dropify-wrapper:hover .dropify-preview .dropify-infos {
        opacity: 1
    }

        .dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
            margin-top: -5px
        }

    .dropify-wrapper.touch-fallback {
        height: auto !important
    }

        .dropify-wrapper.touch-fallback:hover {
            background-image: none;
            -webkit-animation: none;
            animation: none
        }

        .dropify-wrapper.touch-fallback .dropify-preview {
            position: relative;
            padding: 0
        }

            .dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
                display: block;
                position: relative
            }

            .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before, .dropify-wrapper.touch-fallback.has-preview .dropify-message {
                display: none
            }

            .dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
                position: relative;
                -webkit-transform: translate(0,0);
                transform: translate(0,0);
                top: 0;
                left: 0
            }

                .dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
                    margin-top: 30px;
                    margin-bottom: 30px
                }

            .dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
                position: relative;
                -webkit-transform: translate(0,0);
                transform: translate(0,0)
            }

            .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
                position: relative;
                opacity: 1;
                background: 0 0
            }

                .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
                    position: relative;
                    top: 0;
                    -webkit-transform: translate(0,0);
                    transform: translate(0,0);
                    padding: 5px 90px 5px 0
                }

                    .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
                        padding: 0;
                        margin: 0;
                        position: relative;
                        width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        color: #777;
                        text-align: left;
                        line-height: 25px
                    }

                        .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
                            font-weight: 700
                        }

                        .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
                            margin-top: 0;
                            padding-top: 0;
                            font-size: 11px;
                            position: relative;
                            opacity: 1
                        }

        .dropify-wrapper.touch-fallback .dropify-message {
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
            padding: 40px 0
        }

        .dropify-wrapper.touch-fallback .dropify-clear {
            top: auto;
            bottom: 23px;
            opacity: 1;
            border-color: rgba(119,119,119,.7);
            color: #777
        }

        .dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
            margin-top: 0
        }

    .dropify-wrapper .dropify-loader {
        position: absolute;
        top: 15px;
        right: 15px;
        display: none;
        z-index: 9
    }

        .dropify-wrapper .dropify-loader::after {
            display: block;
            position: relative;
            width: 20px;
            height: 20px;
            -webkit-animation: rotate .6s linear infinite;
            animation: rotate .6s linear infinite;
            border-radius: 100%;
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #777;
            border-left: 1px solid #CCC;
            border-right: 1px solid #777;
            content: ''
        }

    .dropify-wrapper .dropify-errors-container {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background: rgba(243,65,65,.8);
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear .15s,opacity .15s linear;
        transition: visibility 0s linear .15s,opacity .15s linear
    }

        .dropify-wrapper .dropify-errors-container ul {
            padding: 10px 20px;
            margin: 0;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .dropify-wrapper .dropify-errors-container ul li {
                margin-left: 20px;
                color: #FFF;
                font-weight: 700
            }

        .dropify-wrapper .dropify-errors-container.visible {
            visibility: visible;
            opacity: 1;
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

    .dropify-wrapper ~ .dropify-errors-container ul {
        padding: 0;
        margin: 15px 0
    }

        .dropify-wrapper ~ .dropify-errors-container ul li {
            margin-left: 20px;
            color: #F34141;
            font-weight: 700
        }

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg)
    }

    100% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
}

.dtsp-name {
    cursor: pointer !important;
}

.no-f-outline:focus, .no-f-outline:active:focus, .no-f-outline.active:focus {
    outline: none;
    box-shadow: none;
}


/* .h5.mb-0.font-weight-bold.text-gray-800 {
        background: #001f57;
        border-radius: 50%;
        display: inline-block;
        width: 43px;
        height: 43px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        position: absolute;
        top: -25px;
        right: -13px;
    }*/

.h5.mb-0.font-weight-bold.text-gray-800 {
    display: inline-block;
    text-align: center;
    color: #001f57;
    font-size: 28px;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}



/* .row {
        display: table;
    }

        .row [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: top;
        }*/

.dashboard i.fa {
    font-size: 32px;
    color: #bec0cf !important;
}

.dashboard > div {
    cursor: pointer;
}

.bc-wip {
    border-left: 0.25rem solid #f34949 !important;
}

.bc-pending {
    border-left: 0.25rem solid #f6c23e !important;
}

.bc-completed {
    border-left: 0.25rem solid #1cc88a !important;
}

.bc-onhold {
    border-left: 0.25rem solid #ef3557 !important;
}

.bc-transferred {
    border-left: 0.25rem solid #36b9cc !important
}

.bc-allocated {
    border-left: 0.25rem solid #4e73df !important;
}

.bc-closed {
    border-left: 0.25rem solid #4e73df !important;
}

.fas.fa.fa-tasks.fa-2x.text-gray-300 {
    color: #011f57;
}

.text-xs.font-weight-bold.text-primary.text-uppercase.mb-1 {
    font-weight: 700;
    color: #04225a !important;
    color: red;
    font-size: 15px;
}

h4.dashboard-home {
    padding: 15px 0 9px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 19px;
}

    h4.dashboard-home a {
        color: #001f57;
    }

button.btn-inverse-success {
    background: #3cd93c;
    border: none;
    border-radius: 8px;
    padding: 5px 14px;
    margin: 10px 0;
    color: #fff;
}

.notification-btn span {
    position: absolute;
    background: red;
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    width: 32px;
    height: 32px;
    right: 0;
    text-align: center;
    top: -14px;
}

.notification-btn {
    position: relative;
    text-align: right;
}

.dashboard-home {
    float: left;
    padding-top: 10px;
    position: relative;
    z-index: 999;
}

.col-md-12.pd-top {
    padding: 10px 2px;
}

.dashboard-home h4 a {
    color: #001f57;
}

.sticky-right {
    position: sticky;
    right: 0;
}

table.dataTable td {
    border-bottom: 1px solid #ccc;
}

tbody tr {
    border-bottom: 1px solid #ccc;
}

thead th {
    border-right: 1px solid #fff;
}

    thead th:last-child {
        border-left: 1px solid #fff !important;
    }

tbody td {
    border-left: 1px solid #fff !important;
}

.tup-original-text {
    margin-right: 2.75rem;
}

.sticky-right {
    position: sticky;
    right: 0;
}

.cust-responsive-table {
    padding: 0;
    margin-bottom: 0.75rem;
}

.tup-update-input.is-valid, .tup-update-input.is-invalid {
    background-image: unset;
    padding-right: unset;
}

tr.bg-ed-user td:not(.bg-ed-user-no-update) {
    background-color: #0dcaf0 !important;
}

td.bg-ed-user-no-update {
    background-color: #dc3545 !important;
    color: white;
}

/*Mithles Changes*/

.form-control {
    border: 1px solid #767676;
}

.col-12 {
    padding: 10px 17px;
}

.card-body {
    box-shadow: 0px 0px 15px grey;
}

.btn-success, .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #0B5ED7;
}

    .btn-success:hover {
        color: #fff;
        background-color: #0B5ED7;
        border-color: #0B5ED7;
    }

.main-panel {
    background-color: #f7f7f7;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

label {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.text-center .btn-outline-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

body.toggle-sidebar .sidebar {
    background-color: #fff !important;
}