﻿
/*.scrollData {
    min-height: calc(100vh - 600px);
    max-height: calc(100vh - 600px);
}*/

.gscroll-data {
    height: calc(100vh - 100px);
    overflow: inherit !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
}

    .gscroll-data .scroll-bar {
        background-color: #2196f3 !important;
        opacity: 0.8 !important;
        width: 7px;
    }

    .gscroll-data.scrollbar-inner > .scroll-element.scroll-y {
        right: -6px;
    }

.no-margin {
    margin: 0 !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif !important;
    background: #f5f7f6;
    font-size: 13px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

.col10 {
    width: 10%;
}

.col20 {
    width: 20%;
}

.col30 {
    width: 30%;
}

.col40 {
    width: 40%;
}

.col50 {
    width: 50%;
}

.col60 {
    width: 60%;
}

.col70 {
    width: 70%;
}

.col80 {
    width: 80%;
}

.col90 {
    width: 90%;
}

.col100 {
    width: 100%;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flexWraps {
    flex-wrap: wrap;
}

.flexEqual {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexMiddel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexEnd {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexCenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.clearfix {
    width: 100%;
    display: block;
    visibility: hidden;
    height: 1px;
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.pageControl {
    width: 100%;
    float: left;
}

    .pageControl section.pageLayout {
        width: calc(100% - 400px);
        position: relative;
    }

    .pageControl aside.allModuleBox {
        width: 400px;
        position: absolute;
        top: 65px;
        padding: 10px;
        height: 100%;
    }

.heightFix {
    width: 100%;
    margin-top: 65px;
    float: left;
}

.header {
    padding: 10px;
    background: #fff;
    border-bottom: solid 1px #e1e3e4;
    box-shadow: 0px 0px 15px #cecece;
    height: 65px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    width: 100%;
}

    .header .logo {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #4caf50;
    }

        .header .logo img {
            max-height: 50px;
            max-width: 230px;
            display: inline-block;
            vertical-align: middle;
            padding: 0px;
            margin-right: 10px;
        }

        .header .logo .Module {
            font-weight: 400 !important;
            letter-spacing: 3px;
            color: #3a3838;
            color: #3a3838;
            border-left: solid 2px #9f9f9f;
            margin-left: 7px;
            font-size: 15px;
            padding: 13px 0px 10px 10px !important;
            display: inline-block;
            margin-top: 17px;
        }

            .header .logo .Module span {
                font-weight: 600 !important;
            }

    .header .ModuleNavigation {
        width: 490px;
        text-align: right;
        float: left;
        /* padding: 0px 20px; */
        justify-content: flex-start;
        display: flex;
    }

        .header .ModuleNavigation .Module.UnLicensed {
            -webkit-filter: grayscale(100%);
            -webkit-filter: grayscale(1);
            filter: gray;
            opacity: .4;
            filter: grayscale(100%);
            cursor: default;
        }


.BgCircleMenu {
    border-radius: 5px;
    display: flex !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 500;
    padding: 7px 12px;
    border: solid 1px rgba(214,214,214,.84);
    cursor: pointer;
}

    .BgCircleMenu a {
        width: 34px;
        height: 34px;
        border-radius: 100%;
        display: flex !important;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-left: 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        background: #e6e6e6;
    }

        .BgCircleMenu a img {
            width: 14px;
        }

.forms {
    padding: 10px 7px 0px 7px;
    width: 50%;
    float: left;
}

.bottBorder {
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 10px;
}

.forms label {
    margin-bottom: 3px;
    font-weight: 500;
    display: block;
}

.forms.labelW155 label {
    width: 155px;
    font-size: 12px;
}

.forms select {
    padding: 5px;
    border: solid 1px #dedede;
    width: 77%;
}

.allModuleBox {
    background: #fff;
    z-index: 1;
    right: 0px;
    margin-right: 0px;
    /*height: calc(100vh - 0px);
    overflow: auto !important;*/
    float: left;
    box-shadow: 0px 0px 15px #c7c7c7;
}

    .allModuleBox .Module {
        color: #000;
        font-weight: 500;
        position: relative;
        cursor: pointer;
        text-align: center;
        width: 25%;
        text-decoration: none;
        margin: 0 0 20px;
    }

.appsBox {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 5px 0;
}

.allModuleBox .Module:hover, .allModuleBox .Module.activeApp {
    /*background: #f8f8f8;*/
    color: #0e4f93;
    /*border-radius: 5px;*/
}

.allModuleBox .Module.disabledApp {
    cursor: not-allowed;
}

/*.allModuleBox .Module:hover .moduleImgIcon img, .allModuleBox .Module.activeApp .moduleImgIcon img {
    filter: brightness(0) invert(1);
}

.allModuleBox .Module:hover .moduleImgIcon, .allModuleBox .Module.activeApp .moduleImgIcon {
    background-image: linear-gradient(#3b93d6, #0e4f93);
}*/
/*.allModuleBox .Module.disabledApp .moduleImgIcon {
        background-image: linear-gradient(#dfdfdf, #cdcdcd);
    }
    .allModuleBox .Module.disabledApp:hover .moduleImgIcon {
         background-image: linear-gradient(#dfdfdf, #cdcdcd);
    }
    .allModuleBox .Module.disabledApp:hover .moduleImgIcon img {
        filter: unset !important;
    }*/

.allModuleBox .Module .moduleImgIcon {
    width: 40px;
    height: 40px;
    /*background: #edf1f5;
    border-radius: 100%;
    padding: 12px;*/
    display: inline-block;
    text-align: center;
}

    .allModuleBox .Module .moduleImgIcon img {
        width: 100%;
        height: auto;
    }

.allModuleBox .Module span {
    font-size: 12px !important;
    text-transform: capitalize !important;
    display: block;
    margin-top: 5px;
}

.allModuleBox .Module.UnLicensed, .allModuleBox .Module.disabledApp {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: gray;
    opacity: .4;
    filter: grayscale(100%);
    cursor: default;
}

.companyCheck {
    position: absolute;
    top: 5px;
    right: 5px;
}



.userDetails1 {
    /*padding: 0px 15px;
    background: #f5f5f5;
    box-shadow: 0px -2px 15px #9a9a9a;*/
    min-height: 65px;
}

    .userDetails1 .CircleName {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

        .userDetails1 .CircleName span {
            font-size: 20px;
        }

    .userDetails1 .userInfoSignout {
        text-align: left !important;
        padding: 0px 0px 0px 15px;
    }

        .userDetails1 .userInfoSignout span {
            font-size: 14px;
            display: block;
            margin: 0px 0px 0px 0px;
        }

            .userDetails1 .userInfoSignout span.userPosition {
                font-size: 12px !important;
                line-height: 14px;
                display: none;
            }

        .userDetails1 .userInfoSignout a {
            font-size: 12px !important;
            color: #0e4f93;
            margin-right: 10px;
            padding-right: 10px;
            line-height: 14px;
            position: relative;
        }

            .userDetails1 .userInfoSignout a::after {
                position: absolute;
                width: 1px;
                height: 10px;
                right: 0px;
                top: 4px;
                background: #005ca1;
                content: "";
            }

            .userDetails1 .userInfoSignout a.signOutBtn::after {
                display: none;
            }

.fw-600 {
    font-weight: 500;
}

.CircleName {
    width: 75px;
    height: 75px;
    background: #3b94d6;
    border: solid 1px #2a70a2;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

    .CircleName span {
        font-size: 35px;
    }

    .CircleName span {
        text-transform: uppercase;
    }



.selectCompanyPanel {
    display: none;
    position: absolute;
    top: 44px;
    min-width: 400px;
    box-shadow: 0px 10px 35px #777;
    right: 0px;
}

.selectCompanyBtn {
    cursor: pointer;
}

.companyListBox {
    display: none;
}

.CompanyPanel {
    width: calc(100% - 10px);
    float: left;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ececec;
    margin: 20px 5px 0px 5px !important;
}

.switchmodule {
    position: absolute;
    bottom: 80px;
    left: 10px;
    width: calc(100% - 30px);
}

.CompanyPanelheading {
    padding: 12px 15px;
    background: #e0f2ff;
    color: #0e4f93;
    color: #fff;
    background-image: linear-gradient(#3b93d6, #0e4f93);
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
}

.CompanyPanelheading {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #263238;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(9, 54, 121, 0.1);
    padding: 8px 20px;
    background: #f5f5f5;
}

.CompanyPanelbody {
    padding: 0px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    overflow: auto;
}

.companyListItem {
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0px;
    border-bottom: solid 1px #ececec;
    font-weight: 500;
}

.companyList {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    border-bottom: #efefef solid 1px;
    font-weight: 400;
    text-decoration: none;
    color: #404d6b;
    background: #ffffff;
    cursor: pointer;
}

.CompanyPanelbody input[type="radio"], .CompanyPanelbody span.companyList {
    visibility: hidden;
    position: absolute;
    border-bottom: 0px !important;
    padding: 0px;
}

    .CompanyPanelbody input[type="radio"]:checked + label, .companyList.selectedCompany, .companyList:hover {
        background: #e0f2ff;
        color: #0e4f93;
    }



.clickAllModules:hover {
    background: #f9f9f9;
}

.ActiveSlide {
    background: #eaeaea !important;
    color: #0e4f93 !important;
    border: solid 1px #d0d0d0;
}


.text-center {
    text-align: center !important;
}

.overflowHeight {
    height: calc(100vh - 420px);
    overflow: auto;
}

.companyNameHead {
    color: rgba(0,92,161,1);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.AppPanel .CompanyPanelbody {
    max-height: 340px;
    overflow: hidden;
}

.closeSidePanel, .closeSidePanel.ActiveSlide {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px;
    color: #454545 !important;
    border: 0px;
    height: auto;
    width: auto;
    border: 0px;
    background: none !important;
    font-size: 16px;
}

/* Start Main css */
.main {
    width: calc(100% - 260px);
    overflow: auto;
}

.p25 {
    padding: 25px;
}

.centerBox {
    width: calc(100% - 300px);
    float: left;
    padding: 15px;
    height: calc(100vh - 65px);
    overflow: auto;
    background: #f5f5f5;
}

.centerStarted {
    width: 100%;
    float: left;
}

    .centerStarted h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .centerStarted i {
        font-size: 30px;
        color: #3b93d6;
    }

.getStarted, .getStartedBoxs {
    float: left;
    width: 100%;
}

.getstartedBox {
    width: 100%;
    margin: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bfbfbf;
}

    .getstartedBox a {
        background-image: linear-gradient(#3b93d6, #0e4f93);
        display: inline-block;
        color: #fff;
        padding: 8px 12px;
        text-decoration: none;
        border-radius: 5px;
    }

    .getstartedBox:hover {
        background-image: linear-gradient(#3b93d6, #0e4f93);
        color: #fff !important;
    }

        .getstartedBox:hover i, .getstartedBox:hover h3 {
            color: #fff;
        }

.noteHeader {
    background: #e0f2ff;
    color: #696969;
    font-weight: 500;
    padding: 5px 15px;
}

.quickNotesBox {
    float: left;
    width: 100%;
    height: calc(100vh - 180px);
    overflow: auto;
    text-align: center;
}

    .quickNotesBox textarea.quickNotes {
        padding: 10px;
        width: 100%;
        height: calc(100% - 44px);
        outline: none;
        border: solid 1px #d6d6d6;
        background: #f9ffe7;
    }

    .quickNotesBox a {
        background-image: linear-gradient(#3b93d6, #0e4f93);
        display: inline-block;
        color: #fff;
        padding: 5px 12px;
        text-decoration: none;
        border-radius: 5px;
    }

.deleteNotes {
    padding: 3px;
    cursor: pointer;
}

.panel {
    width: 100%;
    float: left;
    margin: 8px 0px;
    /*border: solid 1px #e0f2ff;*/
    border: solid 1px #ececec;
    box-shadow: 0px 4px 5px #e8e8e8;
}

.panel-heading {
    padding: 12px 15px;
    /*background: #e0f2ff;
    color: #0e4f93;*/
    background-image: linear-gradient(#fff, #f3f3f3) !important;
    color: #232323;
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
}

.tools {
    width: 100%;
    float: left;
    background: #e1f5fe;
    padding: 10px 9px !important;
    font-weight: 500;
    color: #005ca1;
    border-top: solid 2px #a8cfe0;
    border-bottom: 2px solid #005ca1 !important;
}

.panel-body {
    padding: 15px;
    width: 100%;
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 220px;
    overflow: auto;
    text-align: left;
}

.panel-footer {
    width: 100%;
    float: left;
    padding: 10px 15px;
    background: #fcfcfc;
    border-top: solid 1px #f3f2f2;
    text-align: center;
}

.notsText p {
    line-height: 24px;
    font-style: italic;
    margin: 0px;
}




.allModuleBox::-webkit-scrollbar, .quickNotesBox::-webkit-scrollbar, .centerBox::-webkit-scrollbar {
    width: 0px !important;
}

/* End Main Box */

/*footer*/
.copyright {
    width: 100%;
    padding: 5px 15px;
    float: left;
    text-align: center;
    bottom: 0px;
    background: #f1f1f1;
    z-index: 9999999;
    position: fixed;
    display: none;
    border-top: solid 1px #e1e1e1;
}

    .copyright p {
        color: #7299b7;
        font-size: 10px;
        margin: 0px;
    }

        .copyright p.poweredby {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

.poweredby span {
    font-weight: 600 !important;
    display: inline-block;
    margin-right: 10px;
}

.poweredby img {
    height: 13px !important;
}





/*Tabs controll css*/

.tabsBox {
    width: 100%;
    float: left;
    padding: 15px;
    position: relative;
}

.tabs {
    float: left;
    width: 100%;
}

    .tabs ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        white-space: nowrap;
        overflow: auto;
    }

        .tabs ul li {
            float: unset;
            display: inline-block;
        }

            .tabs ul li a {
                display: block;
                padding: 8px 25px;
                background: #fbfbfb;
                color: #696969;
                text-decoration: none;
                margin-right: 4px;
                border-radius: 5px 5px 0px 0px;
                border: solid 1px #e2e2e2;
                border-bottom: 0px;
                font-weight: 500;
            }

                .tabs ul li a.active {
                    border-bottom: solid 2px #0e4f93;
                    color: #696969;
                }

                .tabs ul li a.newAppBadge {
                    position: relative;
                    padding-right: 35px !important;
                }

                    .tabs ul li a.newAppBadge .badgeNew {
                        position: absolute;
                        color: #fff;
                        font-size: 11px;
                        padding: 1px 4px;
                        border-radius: 2px;
                        right: 0px;
                        top: 0px;
                        background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
                        background-size: 400% 400%;
                        animation: gradient 15s ease infinite;
                    }


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.tabsContentBox {
    width: 100%;
    float: left;
    border: solid 1px #e2e2e2;
    background: #fbfbfb;
    border-radius: 0px 5px 5px 5px;
}

.tabsContentBoxItem {
    width: 100%;
    float: left;
    height: calc(100vh - 134px);
    overflow: auto;
}

    .tabsContentBoxItem::-webkit-scrollbar {
        width: 0px !important;
    }

.LinePanel {
    /*display:flex;
    flex-direction:column;*/
    width: calc(100% - 0px - 10px);
    position: relative;
    padding: 30px 15px 30px 15px;
    background: #ffffff;
    margin-top: 30px;
    border: solid 1px #e4e4e4;
    box-shadow: 0px 7px 15px #e0e0e0;
    float: left;
}

    .LinePanel.EmployeeMapping {
        width: calc(100% - 0px - 20px);
    }

    .LinePanel::before {
        position: absolute;
        top: -15px;
        content: attr(data-attr);
        left: 10px;
        background: #f3faff;
        padding: 7px;
        color: #175da1;
        font-weight: 500;
        border: solid 1px #e2e2e2;
        font-size: 14px;
    }

    .LinePanel.EmployeeMapping .col100 {
        width: calc(100% / 2);
        float: left;
    }

.formBox .flex {
    margin-bottom: 5px;
}

.formBox label {
    width: 130px;
    padding-right: 10px;
    text-align: right;
    font-weight: 500;
}

.formBox .labelWauto {
    padding-left: 100px;
}

    .formBox .labelWauto label {
        width: 100% !important;
        text-align: left;
        padding-left: 15px;
    }

.formBox input[type="text"], .formBox select {
    width: calc(100% - 155px);
    padding: 8px;
    border: 0px !important;
    border-bottom: solid 1px #c3c3c3 !important;
    background: none;
    margin-right: 30px;
}

.formBox p {
    margin: 0px;
    padding: 8px;
}

.form2Boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form2Boxs .col100 {
        width: calc(100% / 2);
        text-align: center;
        text-decoration: none;
        color: #000000;
        font-weight: 500;
    }

        .form2Boxs .col100 i {
            font-size: 24px;
            color: #0e4f93;
        }

.logsHeight {
    height: calc(100vh - 180px);
    overflow: auto;
    margin-bottom: 0px;
    border-top: solid 2px #005ca1 !important;
}

.tabledata {
    width: 100%;
    border-collapse: collapse;
}

    .tabledata th {
        font-weight: 500;
        padding: 6px 4px;
        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
        border: 0px !important;
        /*font-size:12px;*/
        position: sticky;
        top: 0px;
    }

    .tabledata td {
        padding: 6px 4px;
        vertical-align: top;
        border-bottom: solid 1px #e2e2e2;
    }

        .tabledata td span, .tabledata td p {
            /*font-size:12px;*/
            display: block;
            text-align: center;
        }

        .tabledata td p {
            text-align: left;
            margin: 0px;
            padding: 0px;
        }


.logsHeight::-webkit-scrollbar, .heightLeftPanel::-webkit-scrollbar {
    width: 0px !important;
}

.bottomfixed {
    position: absolute;
    bottom: 7px;
    width: 100%;
}

/*.singleColumn {
    height: calc(100vh - 200px);
}*/
.equalHeight {
    min-height: calc(100vh - 715px);
}

.gridBox {
    /*display: -ms-grid;*/
    display: grid;
    /*-ms-grid-columns: auto auto;
    grid-template-columns: auto auto;*/
    grid-template-columns: 4fr 4fr;
    grid-template-areas: "auto" "auto auto";
    grid-gap: 10px;
    grid-auto-flow: dense;
}

    .gridBox > div.EmployeeMapping {
        grid-column: col-start 1 / 1;
        grid-row: 1;
    }

    .gridBox > div.singleColumn {
        -ms-grid-row-span: 2 span;
        grid-row-end: 2 span;
    }

.overFlow {
    overflow: auto;
    min-height: 192px;
}

.blog, .MarketPlace {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.MarketPlaceHeading {
    display: block;
    margin: 60px 5px 30px 5px;
    font-weight: 500;
    width: 100%;
}

.intnotCnct {
    font-weight: 500;
    color: #2572b6;
    font-size: 20px;
}

.cards {
    border: solid 1px #e8e8e8;
    width: calc(100% / 4 - 10px);
    float: left;
    margin: 5px;
}

.cards1 {
    border: solid 1px #efefef;
    width: calc(100% / 4 - 10px);
    float: left;
    margin: 5px;
    background: #fff;
    box-shadow: 2px 4px 10px #e1e1e1;
    position: relative;
}

.cardsBtnBox {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.CardDtl {
    text-decoration: none;
    color: #348be7;
    font-weight: 500;
}

.AppActiveDeactive {
    color: #333;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    padding: 9px;
    border-radius: 0px 0px 0px 10px;
    /* box-shadow: 0px 0px 3px #000; */
}

.AppActive {
    color: #44b66a;
    font-weight: 500;
}

.cardsImg {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px #e8e8e8;
}

    .cardsImg img {
        width: 100%;
    }

.cardsImg1 {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 100%;
    float: left;
    margin: 15px 0px 10px 16px;
    box-shadow: 3px 4px 5px #cfcfcf;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

    .cardsImg1 img {
        width: 100%;
    }

.cardsBody {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 15px;
    min-height: 350px;
}

.cardsBody1 {
    background: #fff !important;
    min-height: 255px !important;
}

.cardsBody h3 {
    margin: 0px;
    font-weight: 500;
}

.cardsBody span {
    display: block;
    margin: 10px 0px;
    color: #9e9e9e;
}

.cardFooter {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

.lnkblogs {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.lnkmarkets {
    color: #3b93d6 !important;
}

.lnkblogs:hover {
    color: #4aa443;
}

.blcontent > p:last-child {
    display: none;
}

.blcontent > p {
    color: #484444 !important;
    line-height: 24px !important;
    font-size: 14px;
}

.blcontent img {
    display: none;
}

img.webfeedsFeaturedVisual.wp-post-image {
    display: none;
}

.readLess {
    display: none;
}

.activate .readLess {
    display: block;
}

.activate .readmore {
    display: none;
}

.listFilter {
    position: absolute;
    right: 15px;
    top: 24px;
    border: #e6e6e6 solid 1px;
    padding: 5px;
}

.p15 {
    padding: 15px;
}

.whiteBg {
    background: #fff;
}

.pageHead h4 {
    font-weight: 500;
    margin: 0px;
    font-size: 22px;
}

.pageBtns button, .pageBtns input[type="button"], .pageBtns input[type="image"], .pageBtns input[type="submit"], .pageBtns a {
    min-width: 80px;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.proceedBtn {
    background: #44b66a;
}

.saveBtn {
    background: #005ca1;
}

.cancelBtn {
    background: #696969;
}

.form2Items .formItems {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}

.form1Items .formItems {
    width: calc(100% / 1 - 10px);
    margin: 5px;
}

.form2Items .formItems input[type="text"], .form2Items .formItems select, .form2Items .formItems textarea {
    padding: 8px;
    border: solid 1px #e2e2e2;
    outline: none;
    width: 100%;
}

.text-right {
    text-align: right;
}

.pr10 {
    padding-right: 10px;
}

.panelBoxHeadignBefore {
    width: 100%;
    position: relative;
    float: left;
    margin: 30px 0px;
    border-bottom: solid 2px #005ca1;
}

    .panelBoxHeadignBefore:before {
        content: attr(data-name);
        position: absolute;
        top: -26px;
        left: 0px;
        background: #005ca1;
        color: #fff;
        padding: 4px 17px;
        border-radius: 5px 5px 0px 0px;
        text-transform: capitalize;
    }

.noteText {
    color: #A20000;
    font-weight: normal;
    padding: 0 0 0 3px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

    .input-group .formFild, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    border-left: 0px;
}

.pageTitleBar {
    width: 100%;
    background: #161a2d;
    padding: 8px 15px;
    color: #fff;
}

.pageData {
    width: calc(100% - 190px);
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    transition: width 1s;
}

.pageDataSmall {
    width: calc(100% - 250px);
}

.pageData .pageHead {
    padding: 15px;
    margin-bottom: 15px;
    background: #e5f3ff;
    min-height: 61px;
    border-bottom: solid 1px #c9ddef;
}

.theme-color {
    color: #3b93d6;
}

.parasimple {
    line-height: 26px;
}

.sidebar {
    width: 190px;
    background: #104f94;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
    display: flex;
}

.headingSideBar {
    width: 30px;
    position: relative;
    background: #3c93d6;
    cursor: pointer;
}

    .headingSideBar .rotates {
        white-space: nowrap;
        color: #fff;
        transform: rotate( 90deg);
        position: absolute;
        left: -35px;
        top: 60px;
        line-height: 0px;
        cursor: pointer;
    }

        .headingSideBar .rotates span {
        }

.sidebar ul {
    width: calc(100% - 30px);
}

.sidebarLarge {
    width: 250px;
}


.sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

    .sidebar ul li {
        display: block;
        float: unset;
    }

        .sidebar ul li a {
            color: #fff;
            border-bottom: solid 1px #2360a1;
            padding: 8px 15px 8px 15px;
            position: relative;
            display: flex;
            align-items: center;
            text-decoration: none;
            flex-direction: column;
            justify-content: center;
        }

            .sidebar ul li a span {
                display: block;
                /*width: calc(100% - 50px);*/
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
                /*padding-left: 10px;*/
                white-space: pre;
            }


.sidebar.sidebarLarge ul li a span {
    display: block;
    white-space: pre;
}

.sidebar ul li.activeTPS a {
    background: #0d60a1;
}

.sidebar ul li a i {
    width: 50px;
    height: 50px;
    font-size: 24px;
    /*background: #3c93d6;*/
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    color: #38a8ff;
    border: solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.sidebar.sidebarLarge ul li a i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: #3b93d6;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}*/

.sidebarTPS ul li a {
    white-space: nowrap !important;
    flex-direction: row;
    justify-content: flex-start;
}

    .sidebarTPS ul li a i {
        width: auto !important;
        height: auto !important;
        font-size: 14px !important;
        color: #fff !important;
        border: 0px !important;
    }

.singleBorder {
    border-top: solid 1px #ededed;
    height: 1px;
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.btnClass {
    display: inline-block;
    min-width: 80px;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.AddBtn {
    background: rgb(73,155,234);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
    border: none;
}

.recordShowTbls {
    background: #e1f5fe;
    padding: 9px;
    font-weight: 500;
    color: #005ca1;
    border-top: solid 2px #a8cfe0;
}

    .recordShowTbls div {
        width: calc(100% / 3);
    }

.recordShowTbls2Box div {
    width: calc(100% / 2);
}

.selectRecord {
    padding: 3px 0px;
    width: 50px;
    border: solid 1px #a8cfe0;
}

.body0p {
    padding: 0px !important;
}

.tableDesign table {
    width: 100%;
    border-collapse: separate;
}

    .tableDesign table th {
        background: #fff !important;
        background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0) !important;
        border-top: 2px solid #005ca1 !important;
        border-bottom: 1px solid #cfd8dc !important;
        padding: 8px 8px;
        font-weight: 500;
        position: sticky;
        top: 0px;
    }

    .tableDesign table td {
        padding: 6px 8px;
        vertical-align: top;
    }

    .tableDesign table tr:nth-child(even) {
        background: #f9f9f9;
    }

    .tableDesign table td table td {
        padding: 4px 8px;
    }

.actiongroup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.actionBtns {
    background: none;
    border: 0px;
    padding: 3px;
    cursor: pointer;
    text-decoration: none;
}

.tableScroll {
    height: calc(100vh - 249px );
    overflow: auto;
}

.overFlowHidden {
    overflow: hidden;
}

.status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.greenBg {
    background: #28ae33;
}

.darkBg {
    background: #868686;
}

.darkBg1 {
    background: #6996c7;
}

.tblPasswordBox a {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin: 0px 5px;
    color: #41c6cf;
}

.passBox {
    display: none;
}

    .passBox input {
        border: solid 1px #cdcdcd;
        width: calc(100% - 30px );
        color: #959595;
        padding: 5px;
        float: left;
    }

    .passBox button {
        width: 30px;
        border: solid 1px #cdcdcd;
        padding: 5px 0px 1px 0px;
        cursor: pointer;
    }

.col49 {
    width: 49.50%;
}

.padding100px {
    padding: 30px 30px !important;
}

.pr7 {
    padding-right: 7px !important;
}

.pl7 {
    padding-left: 7px !important;
}

.fw600 {
    font-weight: 600 !important;
}


/*filter css*/
.filterdata .col33 {
    width: calc(100% / 4);
    display: flex;
    justify-content: space-between;
    align-content: center;
    float: left;
}

    .filterdata .col33 label.col40 {
        margin: 0px !important;
        padding-right: 10px;
        padding-top: 5px;
    }

.filterBtns {
    justify-content: flex-end !important;
}

    .filterBtns *, .pageBtns * {
        margin-left: 5px;
    }

.designDropDown {
    padding: 0px !important;
    border-radius: 0px !important;
    border-left: solid 2px #005ca1 !important;
}

    .designDropDown li a {
        border-bottom: solid 1px #f1f1f1 !important;
        padding: 7px 10px !important;
    }

        .designDropDown li a i {
            width: 16px !important;
            text-align: center;
        }

.msgBox span {
    display: block;
    background: #f7f7f7;
    padding: 15px;
    font-size: 18px;
    color: #505050;
}

.btn-green {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.bootbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.displayBlock {
    display: block;
}

.italic {
    font-style: italic;
}

table, table .dropdown-menu {
    font-size: 13px !important;
}

.pagination-ys table {
    width: auto !important
}

    .pagination-ys table tr td {
        text-decoration: none;
        padding: 0px !important;
    }

        .pagination-ys table tr td span {
            color: #fff;
            background: #bbb !important;
            display: block;
            padding: 5px;
            width: 25px;
            text-align: center;
            border: solid 1px #bbb;
        }

        .pagination-ys table tr td a {
            background: /*#ddedff*/ none !important;
            color: #bbb;
            text-decoration: none;
            padding: 5px;
            display: block;
            width: 25px;
            text-align: center;
            border: solid 1px #bbb;
        }

@media (max-width:1440px) {
    .blog .cards, .MarketPlace .cards {
        width: calc(100% / 3 - 10px);
    }

    .LinePanel {
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }

    .tabsContentBoxItem {
        padding-bottom: 15px !important;
    }
}

@media (max-width:1265px) {


    .tabs ul li a {
        display: block;
        padding: 8px 15px;
    }

    .gridBox {
        display: grid;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .LinePanel {
        margin-bottom: 20px !important;
    }

    .equalHeight {
        min-height: 50px;
    }

    .formBox label {
        width: 115px;
    }

    .formBox input[type="text"], .formBox select {
        width: calc(100% - 115px);
        margin-right: 5px;
    }


    .cards {
        width: 100%;
    }
    /*.allModuleBox {
        height: calc(100vh - 100px);
    }
    .tabsContentBoxItem {
        height: calc(100vh - 225px);
    }*/
    .listFilter {
        position: relative;
        left: 0px;
        top: 0px;
    }

    .LinePanel.EmployeeMapping .col100 {
        width: calc(100% / 1);
        float: left;
    }
}

@media (min-width:1265px) AND (max-width:1366px) {
    .blog .cards {
        width: calc(100% / 2 - 10px);
    }
    /*.blog .cards, .MarketPlace .cards {
        width: calc(100% / 2 - 10px);
    }*/
}

@media (min-width:1440px) AND (max-width:1600px) {

    .MarketPlace .cards.cards1 {
        width: calc(100% / 3 - 10px) !important;
    }
}

@media (max-width:1265px) {
    .blog .cards, .MarketPlace .cards {
        width: calc(100% / 1 - 10px);
    }

    .cardFooter {
        padding: 0px 10px !important;
    }
}



.minheight200px {
    min-height: 200px;
}

.minheight300px {
    min-height: 300px;
}

@media (max-width: 1380px) {
    .allModuleBox .Module .moduleImgIcon {
        width: 30px;
        height: 30px;
    }

    .allModuleBox .Module {
        margin-bottom: 10px;
    }

    .CompanyPanelheading {
        padding: 5px 15px;
        font-size: 14px;
    }

    .forms.labelW155 label {
        font-size: 12px;
    }

    .header .ModuleNavigation {
        width: 550px;
    }
}


/**/


@import url('common.css');

body {
    background: none;
}

.error404 {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    /*height:calc(100vh - 0px);*/
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.ContentError {
    width: 50%;
    text-align: center;
}

    .ContentError img {
        width: 40%;
    }

    .ContentError h1 small {
        font-size: 50px;
    }

    .ContentError h3 {
        font-size: 23px;
        margin: 10px 0px;
        color: #4e4e4e;
    }

.ContentError {
    text-align: left;
}

    .ContentError h2 {
        font-size: 40px;
        margin: 0px;
        font-weight: 600 !important;
    }

    .ContentError p {
        font-size: 18px;
        margin: 0px;
        font-weight: 600 !important;
        border-left: solid 3px #f33b3b;
        padding-left: 10px;
    }

.sadIcon img {
    width: 100px;
    margin-right: 40px;
}


.errorbox {
    width: 100%;
    box-sizing: border-box;
    /* padding: 15px; */
    /* background: #f1f1f1; */
    margin-top: 70px;
    margin-bottom: 30px;
    /* box-shadow: 0px 10px 15px #cecece; */
    /* border-radius: 10px;*/
}

    .errorbox table tr td {
        padding: 5px 3px;
        font-size: 16px;
        border-bottom: solid 1px #f3f3f3;
        vertical-align: top;
    }

        .errorbox table tr td span {
            font-size: 16px;
        }

.logout {
    margin-top: 30px !important;
}

.textRed {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.btns {
    display: block;
    padding: 10px 12px;
    background: #2c80c1;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #216fc1;
    outline: none;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    min-width: 120px
}

    .btns:hover {
        background: #04629f;
        color: #fff;
    }




@media only screen and (max-device-width: 991px) {
    .ContentError {
        width: 80%;
        text-align: center;
    }
}

@media only screen and (max-device-width: 767px) {
    .ContentError {
        width: 90%;
        text-align: center;
    }
}



.d-none {
    display: none !important;
}

.header {
    position: relative;
}

.errorpage {
    background: #f5faff;
    overflow: hidden;
    border-bottom: 15px solid #0f4f92;
    position: relative;
}

.errorpage:after {
    content: "";
    background-image: url('../images/home/circle.svg');
    position: absolute;
    height: 450px;
    width: 450px;
    left: -225px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-size: cover;
}

    .errorpage:before {
        content: "";
        background-image: url(../images/home/bg-dots-bottom.svg);
        position: absolute;
        width: 100px;
        height: 100px;
        top: 0;
        right: -25px;
        background-repeat: no-repeat;
        z-index: 999;
    }

    .errorpage form:after {
        content: "";
        background-image: url(images/background-pattern.svg);
        position: absolute;
        width: 100px;
        height: 100px;
        bottom: 0;
        right: -4px;
        background-repeat: no-repeat;
    }

    html, body, .errorpage form {
        height: 100%;
    }

    .errorpage .error-part {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

.errorTxt {
    font: 400 24px/36px 'Roboto',sans-serif;
    color: #a9a9a9;
    margin: 60px 0;
}

.gflex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 10px;
    font: 400 16px/30px 'Roboto',sans-serif;
    column-gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.error_message {
    padding: 0 0 40px;
    font: 400 20px/30px 'Roboto',sans-serif;
    text-align: center;
    color: #a9a9a9;
}

.backbutton, .logout {
    margin: 0 20px;
    border: none;
    cursor: pointer;
}

.backbutton {
    font: 400 18px/24px 'Roboto',sans-serif;
    background: #0f4f92;
    color: #fff;
    padding: 10px 24px !important;
}

    .backbutton:hover {
        background: #0A4684;
    }

.logout {
    font: 400 18px/24px 'Roboto',sans-serif;
    background: #fa5252;
    color: #fff;
    padding: 10px 24px !important;
}

    .logout:hover {
        background: #f04e4e;
        cursor: pointer;
    }

@media only screen and (max-width: 1450px) {
    .errorImg {
        width: 70%;
    }

    .errorTxt {
        font: 400 14px/26px 'Roboto',sans-serif;
        margin: 15px 0 0;
    }

    .gflex {
        font: 400 12px/16px 'Roboto',sans-serif;
        flex-wrap: wrap;
    }

    .errorpage:before {
        right: 0;
    }

    img.img-fluid.errorImg {
        width: 40%;
    }

    .logout {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 575px) {
    .errorImg {
        width: 70%;
    }

    .errorTxt {
        font: 400 14px/26px 'Roboto',sans-serif;
    }

    .gflex {
        font: 400 24px/40px 'Roboto',sans-serif;
        flex-wrap: wrap;
    }

    .errorpage:before {
        right: 0;
    }

    img.img-fluid.errorImg {
        width: 30%;
    }
}