﻿@font-face {
    font-family: honeywell-font-medium;
    src: url('fonts/HoneywellSansWeb-Medium.ttf');
}

@font-face {
    font-family: honeywell-font-bold;
    src: url('fonts/HoneywellSansWeb-Bold.ttf');
}

@font-face {
    font-family: honeywell-font-light;
    src: url('fonts/HoneywellSansWeb-Light.ttf');
}

@font-face {
    font-family: honeywell-font-extrabold;
    src: url('fonts/HoneywellSansWeb-Extrabold.ttf');
}

body {
    background-color: var(--Theme-Background-color) !important;
    font-family: honeywell-font-medium !important;
    overflow-y: hidden;
}

#page-body {
    position: absolute;
    top: 66px;
    bottom: 0px;
    width: 96.5%;
    left: 3.5% !important;
    background-color: var(--Theme-HR) !important;
}

#Insta-body {
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0px !important;
    background-color: var(--Theme-HR) !important;
}

.Insta-Description {
    position: absolute;
    top: -240px !important;
    text-align: left !important;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    /* width: 55% !important; */
    border-color: #000000;
    border-radius: 0;
    padding: 20px;
}


.Insta-Panel-Body {
    top: 75px;
    position: absolute;
    width: 100%;
}

.Badge-App-Body {
    top: 125px;
    position: absolute;
    width: 100%;
}

.Badge-Appcontainer {
    padding-right: 2%;
    padding-left: 2%;
    /*padding-top: 5rem;*/
    margin-top: 5rem;
    padding-bottom: 4%;
    margin-right: 6px;
    margin-left: auto;
    height: 75vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--Theme-Background-color);
}


@media (min-width: 1280px) and (max-width: 1540px) {
    .Badge-Appcontainer {
        height: 70vh !important;
    }    
}

.uppercase input {
    text-transform: uppercase !important;
}

.mixedcase input {
    text-transform: none !important;
}

.page-title {
    background: #f6f7f9;
    height: 70px;
    padding-left: 30px;
    padding-top: 15px;
}

.Badge-title {
    /* -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3); */
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    background-color: var(--Theme-Background-banner-color);
    border-bottom: 2px solid var(--Theme-border);
    height: 100px;
    padding-left: 30px;
    padding-top: 15px;
}

.VP-BadgeApp-Login {
    background: url('../assets/img/banner1.jpg') no-repeat center center fixed;
}


.VP-BadgeApp-Landing {
    background: url('../assets/img/slider2.jpg') no-repeat center center;
}


.Theme-Page-Background {
    background-color: var(--Theme-VPDashBoard-Widget-background);
}

.Plugin-headerbanner {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    background-color: var(--Theme-Background-banner-color);
    border-bottom: 1px solid var(--Theme-border);
    font-size: 16px;
    height: 67px;
    position: absolute;
    z-index: 111;
    top: 0px;
    width: 100%;
}

label {
    color: var(--Theme-txt-color) !important;
}

.VPDashbaord {
    background-color: var(--Theme-Background-banner-color) !important;
    overflow-y: scroll;
    height: 90vh;
    width: 100% !important;
    color: var(--Theme-txt-color) !important;
}

input[type="password"],
input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"]:invalid {
    border-color: #D3D3D3;
    border-radius: 0px;
    font-weight: 500;
    font-size: 14px;
    color: var(--Theme-txt-color);
    border: 1px solid var(--Theme-TextBox-Border);
    background-color: var(--Theme-TextBox-color) !important;
    height: 35px !important;
}


input[type="math"],
input[type="yyy"]:invalid {
    border-color: #D3D3D3;
    border-radius: 0px;
    font-weight: 500;
    width: 120px !important;
    font-size: 14px;
    color: var(--Theme-txt-color);
    border: 1px solid var(--Theme-TextBox-Border);
    background-color: var(--Theme-TextBox-color) !important;
    height: 35px !important;
}

div.a {
    text-transform: uppercase;
}

div.b {
    text-transform: lowercase;
}


input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    border: 1px solid var(--Theme-TextBox-Border);
    cursor: not-allowed;
    color: var(--Theme-txt-color);
    height: 35px !important;
    background-color: var(--Theme-TextBox-color) !important;
}




.Plugin-HeaderTitle {
    padding-left: 18px;
    font-size: 18px;
    cursor: pointer;
    top: 50px !important;
    color: var(--Theme-txt-color);
    font-size: 18px;
}



.Plugin-Header-icon {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: -2px;
    padding: 1px 10px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
}


.Plugin-InnerPageheaderbanner {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    background-color: var(--Theme-Background-banner-color);
    border-bottom: 1px solid var(--Theme-border);
    font-size: 16px;
    height: 45px;
    position: absolute;
    left: 0px !important;
    /* z-index: 111; */
    /* top: 72px; */
    width: 100%;
}


.Plugin-RequestConformationHeader {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    background-color: var(--Theme-Background-banner-color);
    font-size: 16px;
    height: 45px;
    position: absolute;
    /* z-index: 111; */
    top: 0px;
    width: 100%;
}


.Plugin-InnerPageDetailStrip {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    background-color: var(--Theme-Background-banner-color);
    font-size: 16px;
    height: 40px;
    position: absolute;
    /* z-index: 111; */
    width: 100%;
}



.AuthorSigner-Badge-root ul li {
    list-style-type: none;
    width: 98%;
    font-size: 14px;
    font-style: normal !important;
    margin-bottom: 5px;
    border-radius: 0;
    border-top-width: 1px;
    border-left-width: 4px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    /* background-color: var(--Theme-TextBox-color); */
    cursor: pointer;
}

#dash-profile li span.profile-icon {
    color: var(--Theme-txt-color) !important;
    padding: 0;
}

.badgelistview .user-height {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: absolute;
    padding-bottom: 30px;
    width: 100%;
    background-color: var(--Theme-Background-color) !important;
}

.badgelistview .appliaction-height {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    background-color: var(--Theme-Background-color) !important;
}

.NewOrderStatus .order_item_row1 {
    background-color: var(--Theme-Background-color) !important;
}

.badgelistview .UserClassCreate {
    overflow-y: scroll;
    height: 87vh;
    color: var(--Theme-txt-color) !important;
    top: 25px;
    left: -1px !important;
    border-right: 1px solid var(--Theme-border);
    background-color: var(--Theme-Background-color);
    z-index: 1 !important;
}


.badge-main-root .list-group-item {
    background-color: inherit;
    border-bottom: 1px solid var(--Theme-border);
    display: block;
    padding: 10px 15px;
    position: relative;
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
}

.badge-main-root .signer-list {
    background-color: inherit;
    border-bottom: 1px solid var(--Theme-border);
    display: block;
    padding: 10px 15px;
    position: relative;
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
}

    .badge-main-root .signer-list:hover {
        background-color: #1985CE !important;
        cursor: pointer;
    }

.badge-main-root .bactive {
    background: #303030;
    color: var(--Theme-txt-color);
}


.badge-main-root .Filter-detail {
    font-size: 16px;
    height: 49px;
    top: -55px;
    position: absolute;
    border-bottom: 1px solid var(--Theme-border);
    width: 75%;
}

.badgeform {
    margin: 0 !important;
}



.Shell-badgetab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 70px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
}

.Shell-Filter-Content {
    display: none;
    z-index: 9999 !important;
    position: absolute;
    min-height: 270px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
    left: auto;
    min-width: 500px;
    padding: 10px 0 0;
    left: auto;
    top: 45px;
    border-radius: 0px !important;
    color: var(--Theme-txt-color);
    background-color: var(--Theme-TextBox-color);
    padding: 10px 0 0;
}



.Shell-badgetab-bar:hover {
    background-color: var(--Theme-Background-hover);
    color: var(--Theme-txt-hover-color);
    border: 1px solid var(--Theme-border-hover);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 70px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
}

.Shell-Messagetab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 140px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
}


.Shell-Accesstab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 200px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
}


.Shell-badgetab {
    z-index: 1;
    cursor: pointer;
}


.Shell-badgetab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 120px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
}

    .Shell-badgetab-bar > span.text {
        padding-left: 5px;
        max-width: 100px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    .Shell-badgetab-bar:hover {
        background-color: var(--Theme-Background-color) !important;
        border: 1px solid var(--Theme-border);
        top: 0px;
        margin-top: 2px;
        padding: 1px 10px;
        width: 120px;
        height: 40px;
        transition: background;
        transition-duration: 0.4s;
        cursor: pointer;
    }

.Shell-Messagetab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    font-size: 16px !important;
    margin-top: 2px;
    padding: 1px 10px;
    width: 440px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
}


.Shell-Accesstab-bar {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: 2px;
    padding: 1px 10px;
    width: 200px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
}



.Shell-tab {
    z-index: 1;
    margin-left: 15px;
}


    .Shell-tab .active {
        color: var(--Theme-txt-color);
        padding: 1px 10px;
        width: 140px;
        height: 40px;
        transition: background;
        transition-duration: 0.4s;
        border-bottom: 5px solid var(--Theme-border);
        cursor: pointer;
    }


.badge-main-root .controls {
    display: block;
    height: 48px;
    line-height: 48px;
    top: 0;
    left: 0;
    position: absolute;
    width: 99.5%;
    box-shadow: 0 1px 2px var(--Theme-border);
    color: var(--Theme-txt-color);
    white-space: nowrap;
}


.Shell-tab-bar {
    color: var(--Theme-txt-color);
    padding: 1px 10px;
    width: 160px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    border-right: 1px solid var(--Theme-border);
    cursor: pointer;
}


.Shell-button {
    color: var(--Theme-txt-color);
    padding: 1px 10px;
    width: 180px;
    font-size: 14px !important;
    height: 30px;
    transition: background;
    transition-duration: 0.4s;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    background: #f04031;
    color: var(--Theme-txt-color);
}




.Shell-tab-bar .active {
}


.Shell-tab-bar > span.text {
    padding-left: 5px;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Shell-tab-bar-text {
    padding-top: 18px;
    font-size: 9px;
    font-family: HWStandard !important
}

.Shell-tab-bar:hover {
    background-color: var(--Theme-Background-color) !important;
    border: 1px solid #e7eaec;
    height: 40px;
}


.Shell-tab-clearance {
    color: var(--Theme-txt-color);
    padding: 1px 5px;
    width: auto;
    transition: background;
    transition-duration: 0.4s;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}




    .Shell-tab-clearance .active {
    }


    .Shell-tab-clearance > span.text {
        padding-left: 5px;
        max-width: 140px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.Shell-tab-close-icon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.Shell-tab-clearance-text {
    padding-top: 18px;
    font-size: 9px;
    font-family: HWStandard !important
}

.Shell-tab-clearance:hover {
    background-color: var(--Theme-Background-color) !important;
    border: 1px solid #e7eaec;
    height: 30px;
}

Shell-tab-RequestProfile {
    color: var(--Theme-txt-color);
    /* top:0px; */
    /* margin-top: -2px; */
    padding: 1px 10px;
    width: 140px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    border-right: 1px solid #e6e6e6;
    cursor: pointer;
}




.Shell-tab-RequestProfile .active {
}


.Shell-tab-RequestProfile > span.text {
    padding-left: 5px;
    max-width: 140px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Shell-tab-RequestProfile-text {
    padding-top: 18px;
    font-size: 9px;
    font-family: HWStandard !important
}

.Shell-tab-RequestProfile:hover {
    background-color: #fbfbfb;
    border: 1px solid #e7eaec;
    height: 40px;
}

.Shell-tab-profile {
    color: var(--Theme-txt-color);
    /* top:0px; */
    /* margin-top: -2px; */
    padding: 1px 10px;
    width: 140px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    border-right: 1px solid var(--Theme-border);
    cursor: pointer;
}

    .Shell-tab-profile .active {
    }

    .Shell-tab-profile > span.text {
        padding-left: 5px;
        max-width: 140px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.Shell-tab-profile-text {
    padding-top: 18px;
    font-size: 9px;
    font-family: HWStandard !important
}

.Shell-tab-profile:hover {
    background-color: #fbfbfb;
    border: 1px solid #e7eaec;
    height: 40px;
}

.Shell-Filter-Menu {
    color: var(--Theme-txt-color);
    top: -3px;
    margin-top: -1px;
    padding: 1px 10px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    /* cursor:pointer; */
    /* border-right:1px solid #e6e6e6; */
}


.Shell-Filter-pane {
    color: var(--Theme-txt-color);
    top: 0px;
    padding: 1px 10px;
    width: 80px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    border-right: 1px solid #e6e6e6;
}

.Shell-Filter-Menu-text {
    padding-top: 18px;
    font-size: 9px;
    font-family: HWStandard !important;
    cursor: pointer;
}



.Shell-SearchSuggestion .header {
    padding-top: 5px;
    font-size: 17px;
    height: 40px;
    color: #bababa;
    /* border-bottom: 1px solid #454545; */
}


.Shell-SearchSuggestion .header-secondlevel {
    padding-top: 5px;
    padding-left: 40px;
    font-size: 17px;
    height: 60px;
    color: #bababa;
    /* border-bottom: 1px solid #454545; */
}

.Shell-MenuItem {
    color: var(--Theme-txt-color);
    top: 0px;
    margin-top: -5px;
    padding: 1px 10px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
}


.mainContainer {
    padding: 50px 10px 0 30px;
    background-color: var(--Theme-Background-color);
    height: 90vh;
    overflow: scroll;
}

    .mainContainer li {
        display: block;
        float: left;
        margin: 0 2% 2% 0;
        width: 48%;
        height: 267px;
        position: relative;
    }

    .mainContainer h2 {
        font-weight: 500;
        font-size: 18px;
        padding: 5px 0 25px;
        text-transform: capitalize;
        color: var(--Theme-txt-color);
    }

.tile_header {
    margin: 0 0 15px 0;
}

    .tile_header svg {
        width: 9px;
        height: 9px;
        margin: 0 0 0 3px;
        fill: #a7a7a7;
    }

    .tile_header h2 {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0px;
        color: #a7a7a7;
        padding: 0px;
    }

    .tile_header h6 {
        font-weight: 500;
        font-size: 10px;
        text-transform: uppercase;
        margin: 0px;
        color: #a7a7a7;
    }


.companies-info-common {
    color: var(--Theme-txt-color);
    height: 98vh !important;
    border-bottom: 1px solid var(--Theme-border);
}

.Badge-Cards {
    right: 1px !important;
    background-color: var(--Theme-TextBox-color) !important;
    top: -5px;
    color: var(--Theme-txt-color);
    /* height:800px!important; */
    z-index: 10 !important;
    width: 30% !important;
    border: 3.2px solid var(--Theme-border);
    box-shadow: 0 4px 10px 2px var(--Theme-border);
    border: 1px solid var(--Theme-border);
}


.companies-info-common .grid-cell-title {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-right: 3px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    /* border-bottom: 1px solid rgb(230, 230, 230); */
    /* background-color: var(--Theme-TextBox-color) overflow: hidden; */
}


.list-group.clear-list .list-group-item {
    border-top: 1px solid #e7eaec;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    background-color: var(--Theme-Background-color);
}


.Badge-Cards .cards-icon-size {
    height: 100px;
}


.Badge-Cards .cards-icon-text {
    display: inline-block;
    position: absolute;
    margin-top: 37px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 13px;
}


.Badge-Cards .Cardsbanner {
    font-size: 18px;
    top: -2px;
    height: 50px;
    position: absolute;
    z-index: 111;
    top: 0px;
    width: 95%;
}

.Badge-Cards .Cardsbanner-title {
    /* color: #fff; */
    top: 0px;
    margin-top: 2px;
    padding: 5px 5px;
    width: 120px;
    height: 40px;
    transition: background;
    transition-duration: 0.4s;
    cursor: pointer;
    /* border-right: 1px solid #e6e6e6; */
}




#BadgeHolderGridView tbody {
    width: calc( 100% - 1em );
    display: block;
    height: 800px;
    overflow: auto;
    color: var(--Theme-txt-color);
}

    #BadgeHolderGridView thead, #BadgeHolderGridView tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
    }

#BadgeHolderGridView td {
    cursor: default;
    padding: 15px !important;
    border-top: 1px solid var(--Theme-border);
    word-wrap: break-word;
}

#BadgeHolderGridView thead {
    width: calc( 100% - 1em );
    background: #f2f2f2;
}

    #BadgeHolderGridView thead th {
        width: calc( 100% - 1em );
        top: 0px;
        text-align: left;
        padding: 10px;
        transition: background;
        background-color: #e6e6e6;
        transition-duration: 0.4s;
        border-right: 2px solid #fff;
        text-transform: uppercase;
        font-size: 14px !important;
        color: var(--Theme-txt-hover-color);
        cursor: default;
    }

#BadgeHolderGridView table {
    width: 100%;
}





.Message-list-root .Message-listview {
    font-size: 16px;
    height: 98vh;
    position: absolute;
    z-index: 111;
    top: 46px;
    border: 1px;
    border-style: solid;
    border-color: var(--Theme-border);
    width: 100%;
}

.Message-Detail-root .MessageDetailview {
    font-size: 16px;
    height: 90vh;
    position: absolute;
    top: 100px;
    padding: 20px;
    width: 100%;
}


.Message-Detail-root .Message-box {
    height: 100px !important;
}



.Message-Detail-root .textbox-size {
    color: var(--Theme-txt-color);
    border: 1px solid var(--Theme-TextBox-Border);
    background-color: var(--Theme-TextBox-color) !important;
    width: 550px !important;
}

.Message-Detail-root .textbox-Date-size {
    width: 555px !important;
    /* left: 90px; */
    color: var(--Theme-txt-color);
}


.Message-Detail-root .Dateicon-size {
    width: 25px !important;
    height: 25px !important;
    right: 20px !important;
    color: var(--Theme-txt-color);
    background-color: var(--Theme-Background-color) !important;
}

.Message-Detail-root .textbox-Data-icon {
    background-color: var(--Theme-Background-color);
    border: 1px solid var(--Theme-border);
    border-radius: 1px;
    color: inherit;
    height: 23px !important;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1; */
    padding: 6px 12px;
    text-align: center;
}

.Message-list-root .list-item-msg {
    background-color: var(--Theme-Background-color);
    border-bottom: 1px solid var(--Theme-border);
    display: block;
    padding: 10px 1px;
    position: relative;
    cursor: pointer !important;
}


    .Message-list-root .list-item-msg:hover {
        color: var(--Theme-txt-color);
        border: 1px solid var(--Theme-border);
        display: block;
        padding: 10px 1px;
    }

.Message-list-root .msgtime {
    color: var(--Theme-txt-color);
    display: inline-block;
    float: left;
    font-size: 12px;
    width: 50px;
    text-align: right;
}


.Message-list-root .title-New {
    color: var(--Theme-txt-color);
    float: left;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    height: 17px;
    padding-left: 20px;
    padding-bottom: 15px;
}



.Message-list-root .description {
    color: var(--Theme-txt-color);
    float: left;
    font-size: 15px;
    height: 44px;
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
    line-height: 1.5;
    padding-left: 20px;
}

.Message-list-root .icon {
    /*width: 60px;
  float: left;*/
    width: 28px;
    float: right;
    display: inline-block;
}


.SettingPlugin-root .Area-list-item {
    width: 45px;
    height: 45px;
    background-color: var(--Theme-Background-color) !important;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    display: table;
    margin: 2px 16px 0 8px;
}



.Setting-navy-bg {
    color: var(--Theme-txt-color);
    height: 55px;
    border-bottom: 1px solid var(--Theme-border);
}


.Setting-Available-Plugin {
    color: var(--Theme-txt-color);
    height: 94vh;
    border: 1px solid var(--Theme-border);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px 2px var(--Theme-border), 0 2px 6px var(--Theme-border);
}


.Setting-class-detail-root {
    color: var(--Theme-txt-color);
    border-bottom: 1px solid var(--Theme-border);
}

.Setting-Permission-root {
    color: var(--Theme-txt-color);
    border-bottom: 1px solid var(--Theme-border);
}


.Setting-user-detail-root {
}


.Setting-class-create-root {
    color: var(--Theme-txt-color);
    border-bottom: 1px solid var(--Theme-border);
}

.Setting-Available-Plugin .controls {
    display: block;
    background-color: var(--Theme-TextBox-color) !important;
    height: 48px;
    line-height: 48px;
    top: 0;
    left: -16px !important;
    position: absolute;
    width: 100%;
    border: 1px solid var(--Theme-border);
    color: #333;
    /* z-index: 10; */
    white-space: nowrap;
}


.Setting-Available-Plugin .list-plugin-group-item {
    background-color: var(--Theme-Background-color) !important;
    border-bottom: 1px solid var(--Theme-border);
    display: block;
    padding: 10px 15px;
    position: relative;
}

/* Card Box */
.card-box {
    padding: 20px;
    color: var(--Theme-txt-color);
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    border: 4px solid var(--Theme-VPDashBoard-Widget-Border) !important;
    -webkit-box-shadow: 0 6px 9px var(--Theme-VPDashBoard-Widget-background);
    -moz-box-shadow: 0 6px 9px var(--Theme-VPDashBoard-Widget-background);
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.3);
    border-radius: 2px !important;
    text-transform: uppercase !important;
}

    .card-box .card-drop {
        color: var(--Theme-txt-color);
        font-size: 20px;
        line-height: 1px;
        padding: 0px 5px;
        display: inline-block;
        cursor: pointer;
    }

.card-box-full-height {
    height: calc(100vh - 200px) !important;
}

.card-box-chart-height {
    height: 55vh !important;
    overflow: auto;
}

.card-box-pending-height {
    height: 45vh !important;
}


.card-box-widget-title {
    text-transform: uppercase !important;
}

.card-box .ExpringBadge-widget {
    overflow-x: hidden;
    outline: none;
    /* padding-top: 20px; */
    width: 100% !important;
    height: 45vh !important;
}

.card-box .Expanded-ExpringBadge-widget {
    overflow-x: hidden;
    outline: none;
    /* padding-top: 20px; */
    width: 100% !important;
    height: calc(100vh - 294px);
}


.card-box .inbox-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

    .card-box .inbox-item .inbox-item-img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 40px;
    }

    .card-box .inbox-item img {
        width: 40px;
    }

    .card-box .inbox-item .inbox-item-author {
        color: rgba(255, 255, 255, 0.7);
        display: block;
        margin: 0;
    }

    .card-box .inbox-item .inbox-item-text {
        color: #98a6ad;
        display: block;
        font-size: 12px;
        margin: 0;
    }

    .card-box .inbox-item .inbox-item-date {
        color: #98a6ad;
        font-size: 11px;
        position: absolute;
        right: 7px;
        top: 2px;
    }


/* =============
   Widgets
============= */
.widget-chart-1 .widget-chart-box-1 {
    float: left;
}

.widget-chart-1 .widget-detail-1 {
    text-align: right;
    margin-left: 80px;
    min-height: 77px;
}

.widget-box-2 .widget-detail-2 {
    text-align: right;
}

    .widget-box-2 .widget-detail-2 .badge {
        padding: 5px 10px;
    }

.widget-user {
    min-height: 112px;
}

    .widget-user img {
        height: 72px;
        float: left;
    }

    .widget-user .wid-u-info {
        margin-left: 120px;
        margin-top: 21px;
        position: absolute;
    }

        .widget-user .wid-u-info p,
        .widget-user .wid-u-info h4 {
            white-space: nowrap;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }
/* Inbox-widget */
.inbox-widget .inbox-item {
    border-bottom: 1px solid var(--Theme-border);
    cursor: pointer;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

    .inbox-widget .inbox-item .inbox-item-img {
        display: block;
        float: left;
        margin-right: 15px;
        width: 40px;
    }

    .inbox-widget .inbox-item img {
        width: 40px;
    }

    .inbox-widget .inbox-item .inbox-item-author {
        color: var(--Theme-txt-color);
        display: block;
        margin: 0;
    }

    .inbox-widget .inbox-item .inbox-item-text {
        color: var(--Theme-txt-color);
        display: block;
        font-size: 12px;
        margin: 0;
    }

    .inbox-widget .inbox-item .inbox-item-date {
        color: var(--Theme-txt-color);
        font-size: 11px;
        position: absolute;
        right: 7px;
        top: 2px;
    }




.VPDashboard-Widget-circle {
    border: 8px;
    border-radius: 100%;
    height: 5.5em;
    width: 5.5em;
    margin-left: 2px;
    margin-top: -6px;
    text-align: right;
}


.WidgetBadge-Active {
    border: 8px solid #53c077 !important;
}

.WidgetBadge-Lost {
    border: 8px solid #da557b !important;
}

.WidgetBadge-Stolen {
    border: 8px solid #f38231 !important;
}

.WidgetBadge-Expired {
    border: 8px solid #f04031 !important;
}

.WidgetBadge-Disabled {
    border: 8px solid #D3D3D3 !important;
}

.WidgetBadge-Suspend {
    border: 8px solid #f04031 !important;
}


.WidgetBadge-ACTIVE {
    border: 8px solid #53c077 !important;
}

.WidgetBadge-LOST {
    border: 8px solid #da557b !important;
}

.WidgetBadge-STOLEN {
    border: 8px solid #f38231 !important;
}

.WidgetBadge-EXPIRED {
    border: 8px solid #f04031 !important;
}

.WidgetBadge-DISABLED {
    border: 8px solid #D3D3D3 !important;
}

.WidgetBadge-SUSPEND {
    border: 8px solid #f04031 !important;
}

.WidgetBadge-7Days {
    border: 8px solid #FF9900 !important;
}

.WidgetBadge-14Days {
    border: 8px solid #FF9900 !important;
}

.WidgetBadge-30Days {
    border: 8px solid #FFE63B !important;
}

.WidgetBadge-30PlusDays {
    border: 8px solid #53c077 !important;
}



.Widget-ExpringDays-7 {
    background-color: #f04031 !important;
    text-transform: uppercase;
}

.Widget-ExpringDays-14 {
    background-color: #f38231 !important;
    text-transform: uppercase;
}

.Widget-ExpringDays-30 {
    background-color: #53c077 !important;
    text-transform: uppercase;
}

.Widget-ExpringDays-60 {
    background-color: #53c077 !important;
    text-transform: uppercase;
}





.c100.p100 .fillBadgeCount-7 {
    position: absolute;
    border: 0.08em solid #f04031;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c100.p100 .fillBadgeCount-14 {
    position: absolute;
    border: 0.08em solid #f38231;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c100.p100 .fillBadgeCount-30 {
    position: absolute;
    border: 0.08em solid #53c077;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c100.p100 .fillBadgeCount-60 {
    position: absolute;
    border: 0.08em solid #53c077;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.VPDashboard-Widget-circle p {
    position: absolute;
    margin-left: 13px;
    margin-top: 20px;
    font-size: 2.5em;
    font-weight: bold;
    font-family: sans-serif;
    color: var(--Theme-txt-color);
}


/* WRAPPERS */
#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    /* padding: 0 20px; */
}

.wrapper-content {
    padding: 20px 10px 40px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}



/*---------------- Freelancer Banner Style ------------------*/
.freelancer.banner h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #334e6f;
    font-size: 52px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.freelancer.banner h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
    color: #8492af !important;
    margin-bottom: 5px;
    line-height: 1.1;
}


.freelancer.banner p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #8492af;
    font-size: 17px;
    margin-bottom: 20px;
}

.freelancer.banner .no-br {
    border: none !important;
}

.freelancer.banner .input-group {
    padding: 5px;
    border: 1px solid #d6dce4;
    border-radius: 2px !important;
}

.freelancer.banner .input-group {
    max-width: 470px;
}

    .freelancer.banner .input-group .form-control {
        height: 40px;
        background: transparent;
    }

.freelancer.banner .input-group-btn:last-child > .btn, .freelancer.banner .input-group-btn:last-child > .btn-group {
    margin-left: 0;
    border-radius: 2px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #1491de;
    background: -webkit-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -moz-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -o-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
}

.freelancer.banner .banner-btn:hover, .freelancer.banner .banner-btn:focus {
    color: #ffffff;
    background: #1491de;
    background: -webkit-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -moz-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -o-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
}


.Theme-App-Background {
    background-color: #f5f5f5 !important;
    color: var(--Theme-txt-color);
}

.BadgeApp-Wizard {
    width: 100%;
    height: 55px;
    top: 65px;
    bottom: 0;
    left: 0;
    background-color: #414f5e;
    position: absolute;
    z-index: 2;
    justify-content: space-between;
    overflow: hidden;
    cursor: default;
}

    .BadgeApp-Wizard, .BadgeApp-Wizard .Wizard {
        top: 65px !important;
        display: flex;
        flex-direction: row;
    }

        .BadgeApp-Wizard .Wizard .item {
            width: auto;
            padding: 0 70px;
            height: 55px;
            cursor: pointer;
            position: relative;
            cursor: unset !important;
            display: flex;
            align-items: center;
        }

            .BadgeApp-Wizard .Wizard .item:first-child {
                padding-left: 60px;
            }

            .BadgeApp-Wizard .Wizard .item.selected, .BadgeApp-Wizard .Wizard .item.selected:after {
                color: var(--Theme-txt-color);
                background-color: var(--Theme-Selected-Active-color);
            }

                .BadgeApp-Wizard .Wizard .item.selected, .BadgeApp-Wizard .Wizard .item.selected .name {
                    color: #e7eaec;
                    background-color: var(--Theme-Selected-Active-color);
                }

            .BadgeApp-Wizard .Wizard .item .name {
                color: var(--Theme-txt-color);
                font-size: 15px;
                text-transform: uppercase;
                font-weight: 600;
                margin: 0;
            }

            .BadgeApp-Wizard .Wizard .item .default {
                color: var(--Theme-txt-color);
                font-style: italic;
                font-size: 12px
            }

            .BadgeApp-Wizard .Wizard .item .label {
                color: var(--Theme-txt-color);
                font-style: normal;
                font-size: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                line-height: 16px;
                max-height: 32px
            }

                .BadgeApp-Wizard .Wizard .item .label span {
                    color: #bdbdbd;
                    font-style: italic;
                    padding-left: 3px
                }

            .BadgeApp-Wizard .Wizard .item:after {
                content: "";
                position: absolute;
                top: 0;
                right: -28px;
                width: 55px;
                height: 55px;
                transform: scaleX(-.3) scaleY(.707) rotate(-45deg);
                -ms-transform: scaleX(-.3) scaleY(.707) rotate(-45deg);
                -moz-transform: scaleX(-.3) scaleY(.707) rotate(-45deg);
                -webkit-transform: scaleX(-.3) scaleY(.707) rotate(-45deg);
                -o-transform: scaleX(-.3) scaleY(.707) rotate(-45deg);
                z-index: 1;
                background-color: #414f5e;
                border-left: 1px solid #bdbdbd;
                border-radius: 5px 0 50px 6px;
                border-top: 1px solid #bdbdbd;
                font-weight: 700;
                font-size: 22px
            }

            .BadgeApp-Wizard .Wizard .item .Wizard-location {
                margin-top: 5px
            }

                .BadgeApp-Wizard .Wizard .item .Wizard-location .Wizard-location-container {
                    display: flex;
                    flex-direction: row
                }

                .BadgeApp-Wizard .Wizard .item .Wizard-location .location-bullet-container {
                    flex: 1;
                    flex-grow: 1
                }

                    .BadgeApp-Wizard .Wizard .item .Wizard-location .location-bullet-container .circle {
                        width: 5px;
                        height: 5px;
                        border: 1px solid #d8d8d8;
                        border-radius: 50%
                    }

                        .BadgeApp-Wizard .Wizard .item .Wizard-location .location-bullet-container .circle.selected {
                            width: 5px;
                            height: 5px;
                            background-color: #d8d8d8
                        }

                    .BadgeApp-Wizard .Wizard .item .Wizard-location .location-bullet-container .vertical-line {
                        height: 15px;
                        width: 0;
                        margin-left: 2px;
                        border-left: 1px dashed #bdbdbd
                    }

                .BadgeApp-Wizard .Wizard .item .Wizard-location .label, .BadgeApp-Wizard .Wizard .item .Wizard-location .one-way-label {
                    flex: 1;
                    flex-grow: 100;
                    margin-top: -5px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis
                }

                    .BadgeApp-Wizard .Wizard .item .Wizard-location .label p, .BadgeApp-Wizard .Wizard .item .Wizard-location .one-way-label p {
                        color: #fff;
                        font-size: 12px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin: 0;
                        max-width: 200px
                    }

                .BadgeApp-Wizard .Wizard .item .Wizard-location .one-way-label {
                    margin-left: 10px
                }

                .BadgeApp-Wizard .Wizard .item .Wizard-location .time-label {
                    margin-left: 0;
                    overflow: auto;
                    white-space: normal
                }

        .BadgeApp-Wizard .actions {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-right: 60px
        }

            .BadgeApp-Wizard .actions .back, .BadgeApp-Wizard .actions .proceed {
                font-size: 20px;
                text-transform: uppercase;
                color: #bdbdbd;
                font-weight: 600;
                cursor: pointer
            }

            .BadgeApp-Wizard .actions .proceed {
                padding: 10px 60px;
                background-color: #70ad4d;
                color: #fff;
                border-radius: 3px;
                margin-left: 50px;
                position: relative
            }

                .BadgeApp-Wizard .actions .proceed.loading:before {
                    content: "";
                    box-sizing: border-box;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 20px;
                    height: 20px;
                    margin-top: -10px;
                    margin-left: -10px;
                    border-radius: 50%;
                    border: 2px solid transparent;
                    border-top-color: #fff;
                    border-bottom-color: #fff;
                    animation: spinner .8s ease infinite;
                    z-index: 10
                }

                .BadgeApp-Wizard .actions .proceed.loading:after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    left: 0;
                    bottom: 0;
                    background-color: #9b9b9b
                }

                .BadgeApp-Wizard .actions .proceed:disabled {
                    background-color: #9b9b9b;
                    cursor: default
                }

                .BadgeApp-Wizard .actions .proceed:focus {
                    outline-width: 0
                }

.no-select {
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.hidden-xs-up {
    display: none !important
}



/*------------ Nice Select Css -------------*/

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select.open,
    .nice-select:active,
    .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #ccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
        transform: scale(.75) translateY(-21px);
        -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
        transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
        z-index: 9
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        .nice-select .option.focus,
        .nice-select .option.selected.focus,
        .nice-select .option:hover {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: 700
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}


.companies-info-common .Report-InfoTile {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
    font-size: 16px;
    height: 220px;
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    text-align: left;
    margin-right: 10px;
    border-radius: 3%;
    border-width: 2px;
    border-style: solid;
    border-color: var(--Theme-VPDashBoard-Widget-background);
    border-image: initial;
    color: var(--Theme-txt-color);
    text-overflow: ellipsis;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    padding: 15px 20px;
    min-width: 130px;
    /* max-width:200px; */
    margin-bottom: 10px;
    margin-top: 10px;
}


.AjaxPageLoader-root {
    display: none;
}

.loader {
    border: 10px solid #cccccc;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    margin-left: 40%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.highcharts-container .highcharts-background {
    fill: transparent;
}


/**/
@media only screen and (min-width: 1030px) and (max-width: 1605px) {

    #Widget-OutStandingBadgeCount.col-md-12 {
        width: 98%;
    }

    .widget-user .col-md-6.wid-u-info {
        margin-left: 110px;
    }

    #Widget-TotalBadgeExpiringCount.col-md-5 .p20 {
        padding: 0 20px !important
    }

    #Widget-TotalBadgeExpiringCount.col-md-5 .mt90 {
        margin-top: 38px !important;
    }

    #Widget-TotalBadgeExpiringCount.col-md-5 .c100.big {
        font-size: 158px;
    }

    #Widget-TotalBadgeExpiringCount.col-md-5 h1.col-md-6 {
        font-size: 15px;
    }

    #Widget-BadgeType.col-md-4 {
        width: 31%;
    }

        #Widget-BadgeType.col-md-4 .widget-chart {
            position: relative;
            top: -114px;
            left: -16px;
        }

    #Widget-BadgeExpiring.col-md-3 .inbox-widget .inbox-item .inbox-item-date {
        top: 41px;
    }

    #Widget-BadgeExpiring.col-md-3 .card-box .ExpringBadge-widget {
        height: 46vh !important;
    }

    #Widget-pending-count.col-md-4 .widget-chart .mt75 {
        margin-top: 50px !important;
    }

    #Widget-pending-count.col-md-4 .widget-chart .c100.big {
        font-size: 147px;
    }

    #Widget-pending-count.col-md-4 {
        width: 31%;
    }

    .Plugin-headerbanner {
        width: 100%;
    }
}

#Widget-OutStandingBadgeCount .col-lg-3 {
    padding-right: 0px;
}

    #Widget-OutStandingBadgeCount .col-lg-3:first-child {
        padding-left: 0px;
    }




/* Intimeline */
.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}

.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}

.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
}

    .timeline-item .content:hover {
        background: #f6f6f6;
    }



/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .widget.style1 h2 {
        font-size: 30px;
    }

    .widget h2,
    .widget h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
    height: 10vh !important;
}

.widget-head-color-box {
    border-radius: 5px 5px 0 0;
    background-color: #f7f7f7;
    height: 15vh !important;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

#Widget-TotalBadgeExpiringCount .card-box {
    overflow: auto;
}

.CitizenPage-Option-box-body {
    padding: 3em 2em;
    border-radius: 0 0 0px 0px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.CitizenPage-Option-Selected {
    color: #53c077 !important;
}


.CitizenPage-Radio-Selected {
    color: #ff7c39 !important;
}


.order-details-MP .orderDetails-tracking .box-height {
    height: 50px !important;
}


.order-details-MP .orderDetails-tracking .WhiteDate {
    border: 1px solid #c5c5c5;
    border-bottom-width: 1px !important;
    height: 50px !important;
    position: absolute;
    width: 12% !important;
    padding: 4px;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    background-color: #fff !important;
}

.order-details-MP .orderDetails-tracking .RedDate {
    border-bottom: 1px solid #c5c5c5;
    padding: 4px;
    height: 50px !important;
    background-color: #f44336 !important;
    position: absolute;
    width: 13% !important;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
}

.order-details-MP .orderDetails-tracking .GreenDate {
    border-bottom: 1px solid #c5c5c5;
    padding: 4px;
    height: 50px !important;
    width: 12% !important;
    position: absolute;
    background-color: #67b033 !important;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
}

.order-details-MP .orderDetails-tracking .graph .state .BlueDot {
    background-color: #1E90FF !important;
    border: 3px;
    border-style: solid;
    border-color: #1E90FF;
    border-radius: 50%;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 15px !important;
    width: 15px !important;
}

    .order-details-MP .orderDetails-tracking .graph .state .BlueDot:hover {
        background-color: #1E90FF !important;
        border: 3px !important;
        border-style: solid !important;
        border-color: #1E90FF !important;
        border-radius: 50% !important;
        margin-top: 12px !important;
        margin-left: 240% !important;
        height: 17px !important;
        width: 17px !important;
    }


.order-details-MP .orderDetails-tracking .graph .state .GreenDot:hover {
    background-color: #67b033 !important;
    border: 3px !important;
    border-style: solid !important;
    border-color: #67b033 !important;
    border-radius: 50% !important;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 17px !important;
    width: 17px !important;
}

.order-details-MP .orderDetails-tracking .graph .state .GreenDot {
    background-color: #67b033 !important;
    border: 3px;
    border-style: solid;
    border-color: #67b033;
    border-radius: 50%;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 15px !important;
    width: 15px !important;
}

.order-details-MP .orderDetails-tracking .graph .state .GreyDot {
    background-color: #dedede !important;
    border: 3px !important;
    border-style: solid !important;
    border-color: #a3a3a3 !important;
    border-radius: 50% !important;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 15px !important;
    width: 15px !important;
}

    .order-details-MP .orderDetails-tracking .graph .state .GreyDot:hover {
        background-color: #dedede !important;
        border: 3px !important;
        border-style: solid !important;
        border-color: #a3a3a3 !important;
        border-radius: 50% !important;
        margin-top: 12px !important;
        margin-left: 240% !important;
        height: 17px !important;
        width: 17px !important;
    }

.order-details-MP .orderDetails-tracking .graph .state .RedDot {
    background-color: #de3412 !important;
    border: 3px !important;
    border-style: solid !important;
    border-color: #de3412 !important;
    border-radius: 50% !important;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 15px !important;
    width: 15px !important;
}

    .order-details-MP .orderDetails-tracking .graph .state .RedDot:hover {
        background-color: #de3412 !important;
        border: 3px !important;
        border-style: solid !important;
        border-color: #de3412 !important;
        border-radius: 50% !important;
        margin-top: 12px !important;
        margin-left: 240% !important;
        height: 17px !important;
        width: 17px !important;
    }





.order-details-MP .orderDetails-tracking .graph .state .OrangeDot:hover {
    background-color: orange !important;
    border: 3px !important;
    border-style: solid !important;
    border-color: orange !important;
    border-radius: 50% !important;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 17px !important;
    width: 17px !important;
}

.order-details-MP .orderDetails-tracking .graph .state .OrangeDot {
    background-color: orange !important;
    border: 3px;
    border-style: solid;
    border-color: orange;
    border-radius: 50%;
    margin-top: 12px !important;
    margin-left: 240% !important;
    height: 15px !important;
    width: 15px !important;
}


.InProgress-view .InProgress-content {
    background-color: var(--Theme-Background-color) !important;
}

#Message_List .Shell-Messagetab-bar {
    margin-top: 0px;
}

#Message_List .user-height {
    overflow: auto;
}

#Message_List.Message-list-Container {
    top: 0px;
}

.Message-list-root #messagebox span.title-New {
    text-transform: uppercase;
    height: auto;
}


.MessageDetailview #Registration-form span.input-group-addon {
    background-color: red;
    height: 35px !important;
    top: 25px !important;
    right: -45px !important;
    width: 36px !important;
    border: 1px solid white;
    padding-top: 3px;
    border-radius: 0 !important;
}

.MessageDetailview #Registration-form .fa-calendar.fa-lg {
    padding: 6px;
    font-size: 28px;
    line-height: 21px;
    vertical-align: middle;
}



.applicants_st_container {
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
    padding: 15px;
    /* height: 100vh; */
}

.applicants_st_header {
    background-color: #ffffff;
    margin: 0px
}

    .applicants_st_header h2 {
        text-transform: capitalize;
    }

    .applicants_st_header h4 {
        text-transform: capitalize;
        color: #b5b5b5;
    }

.applicants_st_main_content .col-md-3:not(:last-child) {
    padding-right: 0px;
}

.applicants_st_submitted {
    height: calc(100vh - 152px);
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    margin: 15px 0px;
}

.applicants_st_inprogress {
    height: calc(100vh - 152px);
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    /* border: 3px solid #e0e0e0; */
    margin: 15px 0px;
}

.applicants_st_pending {
    height: calc(100vh - 152px);
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    /* border: 3px solid #e0e0e0; */
    margin: 15px 0px;
}

.applicants_st_success {
    height: calc(100vh - 152px);
    background-color: var(--Theme-VPDashBoard-Widget-background) !important;
    /* border: 3px solid #e0e0e0; */
    margin: 15px 0px;
}

.applicants_st_submitted_head, .applicants_st_inprogress_head,
.applicants_st_pending_head, .applicants_st_success_head {
    padding: 15px 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.applicants-board-container {
    padding: 15px 12px;
    border-bottom: 2px solid #dadad8;
    border-top: 1px solid #dadad8;
    border-right: 1px solid #dadad8;
    border-left: 5px solid #dadad8;
    margin-bottom: 2px !important;
    cursor: pointer !important;
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
}

.applicants_st_text_submitted {
    border-left: 5px solid indigo;
}

.applicants_st_text_pending {
    border-left: 5px solid red;
}

.applicants__text_inprogress {
    border-left: 5px solid yellow;
}

.applicants_st_text_success {
    border-left: 5px solid green;
}

.applicant_detail_name {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--Theme-Background-color);
    color: var(--Theme-txt-color);
}




.applicant_detail_roles {
    font-weight: 700;
    color: var(--Theme-txt-color);
}

.applicant_detail_company_name {
    color: var(--Theme-txt-color);
}

.applicant_detail_expand_icon, .applicant_detail_contract_icon {
    padding: 10px;
}



.applicants_st_text-NEW {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-CREATED {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-SENT {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-SUBMIT {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-INPROGRESS {
    border-left: 5px solid orange;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-IN-PROGRESS {
    border-left: 5px solid orange;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}


.applicants_st_text-WAITING-REVIEW {
    border-left: 5px solid #f04031;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}



.applicants_st_text-FINISHED {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-SUBMITTED {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}



.applicants_st_text-WAITING {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-submit {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}


.applicants_st_text-WAITING {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}



.applicants_st_text-ACCEPTED {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}


.applicants_st_text-APPROVED {
    border-left: 5px solid #53c077;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-PENDING {
    border-left: 5px solid orange;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-DENIED {
    border-left: 5px solid #f04031;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}

.applicants_st_text-CANCELED {
    border-left: 5px solid #da557b;
    color: var(--Theme-txt-color);
    text-transform: uppercase;
}


.applicants_st_text-DRAFT {
    border-left: 5px solid #FFFF00;
    color: #101010;
    text-transform: uppercase;
}

.workflow-div {
    width: 30% !important;
    margin-left: 30px;
}
/*------------ All Job Components: How It Works -----------------*/
.work-process {
    text-align: center;
    margin-bottom: 100px !important;
    cursor: pointer;
}

    .work-process:hover {
        text-align: center;
        border-left: 5px solid orange;
        margin-bottom: 100px !important;
        cursor: pointer;
    }

.process-icon {
    float: none;
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 98px;
    font-size: 35px;
    text-align: center;
    color: #ff7c39;
    background: #f5f9fc;
    border-color: #f5f9fc;
}

span.process-count {
    position: absolute;
    right: 0;
    bottom: 5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #ff7c39;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}

.work-process h4 {
    margin: 10px 0;
}

.work-process p {
    font-size: 13px;
}

.work-process:before {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 270px;
    height: 36px;
    content: "";
    z-index: 1;
    margin-left: 61px;
}

.work-process.step-2:before {
    top: 13px;
}

.work-process.step-3:before {
    background-image: none;
    top: 13px;
}




/* New Timeline style */
.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

    .vertical-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

    #vertical-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #f1f1f1;
    }

.vertical-timeline-content .btn {
    float: right;
}

#vertical-timeline.light-timeline:before {
    background: #e7eaec;
}

.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
}

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
}

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #vertical-timeline.center-orientation:before {
            left: 50%;
            margin-left: -2px;
        }
}

@media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-block:first-child {
        margin-top: 0;
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
        margin: 4em 0;
    }

        .center-orientation .vertical-timeline-block:first-child {
            margin-top: 0;
        }

        .center-orientation .vertical-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px;
    }

@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-left: -25px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        font-size: 19px;
    }

        .center-orientation .vertical-timeline-icon i {
            margin-left: -12px;
            margin-top: -10px;
        }

    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
        visibility: hidden;
    }
}

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px;
    }

    .vertical-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }

    .vertical-timeline-content .vertical-date {
        float: left;
        font-weight: 500;
    }

.vertical-date small {
    color: #1ab394;
    font-weight: 400;
}

.vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

.crime-detail {
    height: auto;
    margin-top: 20px;
}

.text-initial {
    text-align: initial;
}





.WorkFlowContent .Workflow-container {
    height: auto;
    min-height: 196px;
    overflow-y: auto;
    width: 320px;
    min-height: 196px;
    overflow-y: auto;
    width: 400px;
    z-index: 991;
    line-height: normal;
    background: #303030;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding-bottom: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 50px;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
}

.list:hover {
    z-index: 1001;
}


.badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container {
    background: #fff;
    margin: 0;
    margin-top: 63px !important;
    padding: 28px;
    padding-right: 27px;
    text-align: left;
    white-space: normal;
    width: 350px;
}

    .badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container .list {
        padding: 1px;
        display: inline-block;
        vertical-align: top;
        color: black;
        z-index: 999;
        height: 98px;
        width: 86px;
    }

        .badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container .list .nav-list {
            position: absolute;
        }

            .badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container .list .nav-list:hover {
                border: 1px solid #e5e5e5;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

            .badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container .list .nav-list .detail {
                display: inline-block;
                vertical-align: top;
                height: 64px;
                width: 64px;
                -webkit-background-size: 64px 2686px;
                background-size: 64px 2686px;
                margin-left: 13px;
            }

            .badgelist-WorkFlowContent .Workflow-container .Workflow-sub-container .list .nav-list .detail-name {
                display: block;
                line-height: 20px;
                overflow: hidden;
                white-space: nowrap;
                width: 84px;
                text-overflow: ellipsis;
                text-align: center;
            }


@media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
        font-size: 18px;
    }

    .vertical-timeline-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1170px) {

    .center-orientation .vertical-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

        .center-orientation .vertical-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .center-orientation .vertical-timeline-content .btn {
            float: left;
        }

        .center-orientation .vertical-timeline-content .vertical-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 2px;
            font-size: 14px;
        }

    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
        float: right;
    }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
            float: right;
        }

        .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
            left: auto;
            right: 122%;
            text-align: right;
        }

    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
        visibility: hidden;
    }
}

#Widget-OutStandingBadgeCount {
    display: flex;
    flex-wrap: nowrap;
}

.single-widget-row {
    display: flex;
    flex-wrap: nowrap;
}



table {
    background-color: var(--Theme-Table-Background-color) !important;
}

    table tr:nth-child(odd) {
        background-color: var(--Theme-Table-OddrowBG-color) !important;
    }

    table tr:nth-child(even) {
        background-color: var(--Theme-Table-EvenrowBG-color) !important;
    }

    table tr th {
        background-color: var(--Theme-Table-HeaderBG-color) !important;
        font-family: honeywell-font-extrabold !important;
        color: var(--Theme-Table-HeaderText-color) !important;
        border: none !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: honeywell-font-extrabold !important;
    color: var(--Theme-txt-color);
}

.Widget-Pending-RED {
    background-color: #f04031 !important;
}



/* Pending Applicant */
.InProgress-content #InProgressApp {
    color: var(--Theme-PendingApp-NameText-color) !important;
}


    .InProgress-content #InProgressApp .order-item-title {
        color: var(--Theme-PendingApp-NameText-color) !important;
    }

    .InProgress-content #InProgressApp .smallText {
        color: var(--Theme-PendingApp-SubContentText-color) !important;
    }

#InProgressApp .table-head {
    background: var(--Theme-Table-Background-color) !important;
    border: none !important;
    font-family: honeywell-font-bold !important;
    color: var(--Theme-Table-HeaderText-color) !important;
}

.InProgress-content {
    border: none !important;
}

.Shell-Alphabetics-Filter {
    font-family: honeywell-font-extrabold !important;
}

/* Badge*/
.animated .fadeInRight p:first-of-type {
    font-family: honeywell-font-bold !important;
}


.badge-main-root .list-group-item:hover {
    background-color: var(--Theme-Badge-NamehoverBG-color) !important;
    border: 1px solid var(--Theme-Badge-NamehoverBG-color) !important;
    display: block;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

label {
    font-family: honeywell-font-extrabold !important;
    color: var(--Theme-Badge-FieldLabel-color) !important;
}

.page-caption, .def-text {
    color: var(--Theme-txt-color);
}

.signature-tag {
    float: right;
}

.signature-actions {
    width: 700px;
}

.datepicker {
    color: var(--Theme-txt-color) !important;
}



/*File upload component stye*/
.file-drop .drop-zone {
    border: .0625rem dashed #e0e0e0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--Theme-VPDashBoard-Widget-background);
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #e0e0e0;
    cursor: pointer;
    position: relative;
}

    .file-drop .drop-zone:hover {
        border-color: #ff7c39;
    }

    .file-drop .drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.detail-wrapper-body .form-control.valid {
    border-color: inherit;
}

.ui.file-drop .drop-zone {
    position: relative;
    min-height: 0px;
}

.file-drop .dropzone-drag {
    background-color: rgba(20,145,222,1);
}

.file-drop .preview-container {
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image-container .preview-image {
    max-width: 200px;
    max-height: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.preview-container .preview-list {
    padding: 5px;
    margin: 10px;
    color: white;
    z-index: 1
}

.preview-container .ui.card .content {
    max-width: 200px;
    padding: 5px !important;
    border-top: .0625rem solid #606060 !important;
    text-align: center;
}

.preview-container .ui.card {
    border: .0625rem solid #606060 !important;
}

.preview-container .card .image-container {
    height: 200px;
    width: 200px;
    text-align: center;
}

.browse-files .exception-message {
    color: red;
    text-align: center;
}

.drop-display-content .browse-files {
    text-align: center;
}

.card .loader-container {
    height: 170px;
    width: 200px;
    text-align: center;
}

/*Loader Dots*/
.loader-dots,
.loader-dots:before,
.loader-dots:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader-dots {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader-dots:before,
    .loader-dots:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader-dots:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader-dots:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.page-center {
    position: fixed;
    z-index: 999999999999999999999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.preview-close {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    transition: 0.3s;
}

.Application-Badge-root .controls.unselectable {
    display: inline-flex;
    justify-content: unset;
}

.Badge-Appcontainer .widget-boxed .widget-boxed-header {
    display: flex;
    justify-content: space-between;
}

.accordion-heading.inline-flex {
    display: inline-flex;
    padding: 10px;
}