.gr {
    float: left;
    width: 100%;
}

    .gr ul {
        float: left;
        min-width: initial;
    }

        .gr ul li {
            float: left;
            width: 100%;
        }

    .gr .top {
        background: #495563;
        color: #fff;
        padding: 8px 15px;
        border-right: solid 1px #f2f2f2;
        font-family: "Rubik","Times New Roman",serif;
        font-size: 15px;
        text-transform: capitalize;
    }

    .gr .body {
        background: #fff;
        color: #333;
        height: 120px;
        border-bottom: solid 1px #f2f2f2;
        border-right: solid 1px #f2f2f2;
        padding: 10px;
        display: table;
    }

        .gr .body span {
            vertical-align: middle;
            display: table-cell;
        }

        .gr .body textarea, .gr .body input{
            display: none;
            width:100%;
            height:100%;
            border:solid 1px #f5f5f5;
            padding:5px;
            outline:none;
        }

        .minicolors {
            width: 100% !important;
        }


    .minicolors-input {
        width: 100% !important;
        height: inherit !important;
    }

    .minicolors-swatch-color {
        height: 20px !important;
        width: 20px !important;
        top: 0px !important;
    }

    .minicolors-theme-default .minicolors-swatch {
        height: 20px !important;
        width: 20px !important;
        top: 8px !important;
    }

    .minicolors-theme-default .minicolors-input {
        padding-left: 30px !important;
    }

    .box-color {
        width: 30px;
        height: 30px;
    }

    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        height: 100%;
    }

    .jobs-list-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
        float: left;
        width: 100%;
    }

    .jobs-list {
        width: 15.4%;
        margin: 20px 8px 40px;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        background-color: #f5f5f5;
        padding: 10px;
    }


    .jobs-list-body {
        height: 400px;
        overflow: auto;
    }

        .jobs-list-body::-webkit-scrollbar {
            width: 0.4em;
        }

        .jobs-list-body::-webkit-scrollbar-thumb {
            background-color: rgba(0,0,0, 0.2);
            border-radius: 5px;
        }

        .jobs-list-body::-webkit-scrollbar-track {
            background-color: #e2e4e6;
        }

    .job-block {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 3px;
        cursor: pointer;
        display: block;
        margin-bottom: 6px;
        width: 100%;
        max-width: 300px;
        min-height: 20px;
        position: relative;
        text-decoration: none;
        z-index: 0;
        padding: 10px 5px;
    }

        .job-block:hover {
            background-color: #fcfbfb;
        }

    .job-info-block {
        margin: 6px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .job-name-block {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 5px;
    }

    .job-date {
        font-size: 10px;
        padding: 2px 8px;
        background-color: #61bd4f;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
    }

    .job-users {
        font-size: 11px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 0px;
        font-weight: 600;
        background: #5a8dee;
        color: #fff;
        border-radius: 5px;
        padding: 2px 8px;
    }

    .ctn-labels {
        float: left;
        width: 100%;
    }

    .job-labels {
        float: left;
        font-size: 10px;
        color: #fff;
        padding: 4px 12px 3px;
        border-radius: 5px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .job-name {
        font-weight: 600;
        font-size: 14px;
    }

    .job-delete i {
        font-size: 16px !important;
        color: #ff5b5c;
    }

    .edit-job-icon {
        width: 10px;
        height: 10px;
    }

        .edit-job-icon:hover {
            opacity: 0.3;
        }


    .crm-ltv {
        float: left;
        width: 100%;
        background: #ebecf0 !important;
    }

        .crm-ltv .job-name-block {
            float: left;
            width: 100%;
            padding: 5px 0;
        }


    .jl h6 {
        font-family: 'Segoe UI' !important;
        margin: 0 0 10px;
    }


    .crm-ltv .job-block {
        float: left;
        width: 100%;
        position: relative;
        padding: 15px 12px 0;
    }


    .crm-ltv .job-edit {
        position: absolute;
        top: 5px;
        right: 4px;
        cursor: pointer;
    }

    .crm-ltv .job-delete {
        position: absolute;
        bottom: 10px;
        right: 6px;
        cursor: pointer;
    }

    .crm-ltv
    .job-users-name {
        font-size: 14px;
        color: #172b4d;
    }

    .layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu {
        height: auto !important;
    }

    .light-style .menu .app-brand.demo {
        height: 64px;
    }

    .dark-style .menu .app-brand.demo {
        height: 64px;
    }

    .app-brand-logo.demo {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 30px;
    }

        .app-brand-logo.demo svg {
            width: 1.7rem;
            height: 1.7rem;
        }

    .app-brand-text.demo {
        font-size: .9rem;
        letter-spacing: -0.45px;
        margin-top: 5px;
    }

    /* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
    .layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
        padding-top: 64px !important;
    }

    /* Navbar page z-index issue solution */
    .content-wrapper .navbar {
        z-index: auto;
    }

    /*
* Content
******************************************************************************/

    .demo-blocks > * {
        display: block !important;
    }

    .demo-inline-spacing > * {
        margin: 1rem 0.375rem 0 0 !important;
    }

    /* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
    .demo-vertical-spacing > * {
        margin-top: 1rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .demo-vertical-spacing-lg > * {
        margin-top: 1.875rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing-lg.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .demo-vertical-spacing-xl > * {
        margin-top: 5rem !important;
        margin-bottom: 0 !important;
    }

    .demo-vertical-spacing-xl.demo-only-element > :first-child {
        margin-top: 0 !important;
    }

    .rtl-only {
        display: none !important;
        text-align: left !important;
        direction: ltr !important;
    }

    [dir='rtl'] .rtl-only {
        display: block !important;
    }

    /*
* Layout demo
******************************************************************************/

    .layout-demo-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1rem;
    }

    .layout-demo-placeholder img {
        width: 900px;
    }

    .layout-demo-info {
        text-align: center;
        margin-top: 1rem;
    }

    .text-right {
        text-align: right !important;
    }

    .col-form-label {
        font-weight: 600;
    }

    .breadcrumb-wrapper {
        cursor: pointer;
    }

        .breadcrumb-wrapper span label:hover {
            text-decoration: underline;
            cursor:pointer!important;
        }

        .breadcrumb-wrapper span label, .breadcrumb-wrapper {
            margin-top:4px!important;
            font-size: 19px !important;
        }

    a.add {
        background: #5a8dee;
        color: #fff;
        padding: 8px 20px 10px;
        margin: 10px 10px 0;
        width: 120px;
        font-size: 14px;
    }

        a.add:hover {
            background: #677788;
        }


    .no-btn {
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }


    .layout-footer-fixed {
        position: fixed;
        width: calc(100% - 16.25rem);
        bottom: 0;
        box-shadow: 0px -2px 14px rgb(38 60 85 / 15%);
        opacity: 1 !important;
        padding: 10px 20px;
        text-align: right;
    }

    .content-wrapper .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
        padding-bottom: 60px !important;
    }

    .tooltip {
        opacity: 1;
    }

    .tooltip-inner {
        max-width: 250px;
        padding: 15px 20px;
        color: #fff;
        text-align: center;
        background-color: rgba(47,69,100,.8);
        border-radius: 0.1875rem;
    }

    .top-count {
        padding: 0 25px 0px;
    }

        .top-count span {
            float: right;
            color: #5a8dee;
            margin: 0 10px 0 0;
        }

        .top-count .col-xl-2, .top-count .col-xl-3 {
            padding: 20px 0 5px 10px;
            border-right: solid 1px #d4d8dd
        }

    .expenses, .danger {
        color: #ff5b5c !important;
    }

    .success {
        color: #5a8dee !important;
    }

    .success {
        color: #5a8dee !important;
    }

    .good {
        color: #39da8a !important
    }

    .warning {
        color: #fdac41 !important;
    }

    .li-boxed {
        float: left;
        width: 23.2%;
        min-width: 210px;
        margin: 0 18px 20px 0;
    }

        .li-boxed .boxed {
            float: left;
            border: solid 1px #d3d3d3;
            padding: 15px 30px 15px 20px;
            border-radius: 5px;
            cursor: pointer;
            min-width: 180px;
        }

            .li-boxed .boxed:hover {
                background: #fafafa;
            }


    .no-padding {
        padding: 0 !important;
        overflow: hidden;
    }


        .no-padding img {
            width: 100%;
        }



    .li-boxed h6 {
        margin-bottom: 0 !important;
        margin: 5px 0 0 6px !important;
        float: left;
        width: 200px;
        font-size: 14px !important;
    }

    .li-boxed .bx {
        font-size: 22px !important;
        float: left;
    }

    .first-elem:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .bxs-file-pdf, .bxs-image, .bxs-image-alt {
        color: #ff5b5c !important;
    }

    .bxs-file-doc {
        color: rgba(47,69,100,.8) !important;
    }

    .ctn-files {
        position: relative;
        min-height: 150px;
    }

    .container-preload {
        position: absolute;
        left: 0;
        right: 0;
        top: 75px;
        text-align: center;
        display: none;
    }

    .empty-files {
        float: left;
        width: 100%;
        text-align: center;
        margin: 15px 0 -5px 0;
        font-size: 14px;
        font-family: "Rubik","Times New Roman",serif;
        font-weight: 500;
        line-height: 1.1;
        color: #516377;
    }

    .no-bordered-input input, .no-bordered-input input:focus, .no-bordered-input span {
        border: none;
        padding: 0;
        box-shadow: 0 0 0;
        float: left;
        width: auto;
    }

    .spinner-full-page {
        background: rgba(244,244,244,0.5);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 900;
        text-align: center;
    }

        .spinner-full-page .sp {
            position: absolute;
            z-index: 999;
            left: 0;
            right: 0;
            margin: auto auto;
            top: 0;
            bottom: 0;
        }

    .quaterly h6 {
        margin-bottom: 0 !important;
    }

    .bg-navbar-theme {
        border-bottom: solid 1px #e2e4e6
    }

        .bg-navbar-theme span {
            color: #677788 !important;
        }



    @media screen and (max-width: 450px) {
        .li-boxed {
            float: left;
            width: 135px;
            min-width: 135px;
        }

            .li-boxed .boxed {
                min-width: 130px;
            }

        .top-count {
            padding-top: 20px;
        }

            .top-count .col-xl-2, .top-count .col-xl-3 {
                border-right: solid 0px #d4d8dd !important;
            }

        .body-section {
            overflow-x: auto;
        }

        .jobs-list {
            min-width: 50% !important;
        }

        .jlw {
            max-width: 100%;
        }

        .jl {
            width: 95% !important;
            margin-bottom: 5px !important;
        }
    }


    .jlw {
        display: inherit;
        float: left;
    }

    .wf {
        width: 100%;
        overflow-x: auto;
        float: left;
        margin-bottom: 20px;
    }

    .jl {
        float: left;
        width: 250px;
    }

    .wf::-webkit-scrollbar {
        width: 10px;
        height: 8px;
    }

    .wf::-webkit-scrollbar-track {
        background: rgba(90,141,238,0.1);
    }

    .wf::-webkit-scrollbar-thumb {
        background-color: rgba(90,141,238,0.6);
        border-radius: 20px;
    }


.back {
    float: right;
    font-weight:300;
    font-size:14px;
}

.grey {
    color:#8f9296 !important;
}


.ctn-filter {
    float: left;
    margin: 15px 15px 0;
}

.ctn-filter h6{
   float:left;
   font-size:18px;
   font-weight:400;
   letter-spacing:-1px;
   color:rgba(47,69,100,.8);
   margin:5px 10px 0 0;
}

    .ctn-filter select, .ctn-filter input  {
        float: left !important;
        border: solid 1px #b6cbe5 !important;
        padding: 5px !important;
        outline: none !important;
        margin: 0 5px !important;
        font-size: 15px !important;
    }

    .ctn-filter 
    .chosen-choices {
        float: left !important;
        border: solid 1px #b6cbe5 !important;
        padding:4px 5px !important;
        outline: none !important;
        margin: 5px 15px 0 0!important;
        font-size: 13px !important;
    }

    .ctn-filter .move {
        width: 140px;
        padding: 6px;
        margin: -5px 6px 15px 0;
        float: left;
        outline: none;
        border: solid 1px #5a8dee;
        background: #5a8dee;
        cursor: pointer;
        color: #fff;
        border: 0 !important;
    }

.dt-buttons a {
    padding:8px 15px !important;
    margin: 0px 0px 15px 10px !important;
    float: left;
    outline: none;
    border: solid 1px #5a8dee;
    background: #5a8dee;
    cursor: pointer;
    color: #fff !important;
    border: 0 !important;
}

    .ctn-filter .ok {
        width: 80px;
        padding: 6px;
        margin: -5px 6px 15px 0;
        float: left;
        outline: none;
        border: solid 1px #19aa8d;
        background: #19aa8d;
        cursor: pointer;
        color: #fff;
        border: 0 !important;
    }

    .ctn-filter .ko {
        width: 80px;
        padding: 6px;
        margin: -5px 6px 15px 0;
        float: left;
        outline: none;
        border: solid 1px #b90000;
        background: #b90000;
        cursor: pointer;
        border: 0 !important;
        color: #fff;
    }

    .ctn-filter .elix {
        width: 140px;
        padding: 6px;
        margin: -5px 6px 15px 0;
        float: left;
        outline: none;
        border: solid 1px #5a8dee;
        background: #5a8dee;
        cursor: pointer;
        color: #fff;
        border: 0 !important;
    }


.btn-delete{
    cursor:pointer!important;
}


div.dataTables_scrollBody table {
    border: none !important;
}



/*DASHBOARD*/
.box-db {
    float: left;
    width: 19.3%;
    box-shadow: 0px 1px 10px #eee;
    border-radius: 5px;
    padding: 15px;
    border: solid 1px #eee;
    position: relative;
    margin: 0 0.6% 25px 0;
    border-left: 5px solid #5a8dee !important;
}

    .box-db i {
        font-size: 85px;
        color: #5a8dee;
        float: left;
        margin: 10px 5px 0 0;
    }
    .box-db .info-db {
        float: left;
        margin: 5px 0 0 12px;
        width: 64%;
        text-align: left;
    }


    .box-db h2 {
        font-size: 22px;
        font-weight: 400 !important;
        color: #5a8dee;
        float: left;
        width: 100%;
        text-shadow: 0px 1px 1px #eee;
        margin: 10px 0 8px 0 !important;
        text-align:left;
    }

    .box-db h4 {
        font-size: 13px;
        color: #666;
        float: left;
        width: 100%;
        margin-bottom: 3px !important;
        height: 18px;
    }


.box-lead-recived {
    border-left: 5px solid #5a8dee !important;
}

.box-stats {
    float: left;
    width: 98%;
    box-shadow: 0px 1px 10px #eee;
    border-radius: 5px;
    padding: 25px 40px;
    border: solid 1px #eee;
    position: relative;
    margin: 10px 1% 30px;
}

.box-lead-recived h4 {
    color: #5a8dee;
}

.box-stats h4 {
    font-size: 18px;
    font-weight: 400 !important;
    float: left;
    width: 100%;
    text-shadow: 0px 1px 1px #eee;
}

.box-stats .period {
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #5a8dee;
    color: #fff;
    border-radius: 3px;
    padding: 3px 12px 5px;
    font-size: 11px;
}

.box-stats label {
    float: left;
    width: 100%;
    font-size: 30px;
    text-shadow: 0px 1px 1px #eee;
    font-weight: 100;
    color: #5a8dee;
}

.n, .n-l, .nck {
    font-size: 14px;
    margin: 5px 0;
    color: #5a8dee;
}

.processing {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 300;
    height: 100vh;
    display:none;
}

.back{
    float:right;
    text-align:right;
}