.navbar-default .navbar-brand.main-logo {
    width: 276px;
    background: #5920BC;
    height: 63px;
    padding: 0;
    box-shadow: -3px 0 13px 0 rgba(0, 0, 0, 0.16);
}

.navbar-default .navbar-brand.main-logo img {
    margin: 16px auto;
    padding: 0;
}

.navbar-default .navbar-collapse {
    margin: 0;
}

.input-swrapper {
    padding: 15px 15px 15px 40px;
    position: relative;
    color: #fff;
    max-width: 350px;
    width: 100%;
    display: block;
    min-width: 350px;
}

.input-swrapper .fa-search {
    height: 16px;
    position: absolute;
    left: 17px;
    font-size: 17px;
    top: 21px;
}

.input-swrapper .form-control {
    background: transparent;
    color: #fff;
    border: none;
}

.input-swrapper .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.input-swrapper .form-control::::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.input-swrapper .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.input-swrapper .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    padding: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle {
    padding: 10px 15px 9px;
}

.navbar-nav>li.dropdown {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.left-side-bar {
    height: calc(100vh - 63px);
    position: fixed;
    width: 276px;
    top: 63px;
    box-shadow: -3px 0 13px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 30px;
    background: #ffff;
    overflow-y: auto;
    /* min-width: 500px; */
    min-height: 614px;
}

.left-side-bar .btn-primary {
    height: 44px;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}

.lsm-list {
    margin-top: 10px;
}

.lsm-list li a {
    display: block;
    padding: 5px 14px;
    border-bottom: 1px solid #DFDFDF;
    font-size: 15px;
    color: #383838;
}

.lsm-list li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.lsm-list li a:hover,
.lsm-list li a:focus,
.lsm-list li.active a {
    color: #6E34D4;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #6E34D4;
}

.content-wrapper {
    width: 100%;
    padding: 100px 20px 30px 300px;
    min-height: 100vh;
    background: #EFEFEF
}

a.home-link {
    min-width: 60px;
    height: 24px;
    display: inline-block;
    background: #8161B9;
    border: 1px solid #8161B9;
    text-align: center;
    color: #fff;
    padding: 1px 5px;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    font-size: 15px;
}

a.home-link:hover {
    background: #fff;
    color: #8161B9;
}

.tl-wrap>div {
    display: inline-block;
    vertical-align: middle;
}

.tl-wrap>div+div {
    margin-left: 10px;
    margin-right: -10px
}

.pt-head {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
}

.date-filter>div {
    /* width: 50%; */
    float: left;
    margin-bottom: 10px;
    position: relative;
    margin-left: 10px;
}

.date-filter>div .fa-calendar,
.rct-swrapper .fa {
    position: absolute;
    color: #6E34D4;
    left: 8px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.date-filter>div .form-control,
.rct-swrapper .form-control {
    padding-left: 30px;
    border-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0;
}

.date-filter>div .form-control:focus,
.rct-swrapper .form-control:focus {
    box-shadow: 0 3px 6px 0 rgba(110, 52, 212, 0.19);
}

.rct-swrapper {
    position: relative;
}

.inner-content-wrapper {
    width: 100%;
    max-width: 920px;
    margin: 45px auto 0;
}

.inner-content-wrapper.inner-content-wrapper-help {
    width: 100%;
    max-width: 1260px;
    margin: 45px auto 0;
}

.inc-txt {
    color: #414141;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}

.table td a {
    color: #8161B9;
}

.table>thead>tr th:last-child,
.table>tbody>tr td:last-child {
    text-align: center;
}

.table>thead>tr>th .fa {
    color: #ACACAC;
    margin-left: 5px;
}

.table td a.btn {
    color: #fff;
    height: 27px;
    min-width: 140px;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 2px;
}

.table td a.btn:hover {
    color: #6E34D4
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.admin-link>div {
    vertical-align: middle;
    display: inline-block;
}

.btn.export-btn {
    width: 125px;
    height: 40px;
    margin-left: 20px;
    padding: 8px;
}

.pd-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
    color: #d4d4d4;
    margin-right: 10px;
}

.red-text {
    color: #C94A4A;
}

.green-txt {
    color: #77A450;
}

.orange-txt {
    color: #FFA237
}

.cob-wrapper {
    width: 100%;
    max-width: 520px;
    box-shadow: 0 3px 56px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-top: 4px solid #8161B9;
    margin: 20px auto;
    padding: 20px;
}

.cob-wrapper .form-control {
    height: 45px;
    border-radius: 0;
    background: #F2F2F2;
    max-width: 315px;
    margin: 0px auto;
}

.cob-wrapper .form-group {
    margin-bottom: 8px;
}

.cob-wrapper h3 {
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 600;
}

.cob-btns-wrap {
    text-align: center;
    margin: 25px 0;
}

.cob-btns-wrap .btn {
    width: 90px;
    border-radius: 2px;
}

.table {
    background: #fff;
}

.white-box {
    width: 100%;
    height: 100px;
    padding: 5px 5px 5px 120px;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-content: center;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    align-items: center;
}

.db-white-box {
    width: 100%;
    height: 225px;
    padding: 15px 15px 30px;
    position: relative;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, 0.15);
    margin: 30px auto 40px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}

.top-box {
    width: 90%;
    height: 24px;
    position: absolute;
    top: -24px;
    line-height: 1.67;
    background: #f5f5f5;
    padding: 2px;
    font-size: 12px;
}

.letter-box {
    width: 90px;
    height: 90px;
    background: #EBEBEB;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 9px;
    font-size: 45px;
    text-align: center;
    color: #6E34D4;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.32);
}

.btm-box {
    position: absolute;
    width: 100%;
    height: 28px;
    background: #f2f2f2;
    left: 0;
    padding: 4px;
    bottom: 0;
    font-size: 12px;
    color: #C5C5C5;
}

.dbb-text {
    color: #4E4E4E;
    font-size: 30px;
    font-weight: 900;
}

.sml-txt {
    font-size: 10px;
    color: #343434;
}

.db-img-box {
    position: relative;
    width: 100%;
    height: 115px;
    text-align: center;
}

.db-img-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 80px;
}

.graph-container {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    padding: 25px;
    background: #fff;
    border-top: 4px solid #8161B9;
}


/* Billing and Invoice pages */

.table td.bb-wrap a.btn {
    min-width: 90px;
    display: inline-block;
}

.add-amount-modal .modal-dialog {
    width: 98%;
    max-width: 510px;
}

.add-amount-modal .form-group {
    max-width: 312px;
    margin: 0px auto 8px;
}

.add-amount-modal .form-control {
    background: #F2F2F2;
    border-radius: 0;
    height: 45px;
}

.add-amount-modal .form-group.aa-btn-wrap {
    margin: 30px auto 0;
    text-align: center;
}

.add-amount-modal .media {
    max-width: 425px;
    margin: 0px auto;
}

.aa-btn-wrap .btn {
    min-width: 90px;
}

.aa-btn-wrap .btn.cancel-btn {
    background: #8161B9;
    border-color: #8161B9;
}

.aa-btn-wrap .btn.cancel-btn:focus,
.aa-btn-wrap .btn.cancel-btn:hover {
    color: #8161B9;
    background: #fff;
}

.add-amount-modal .media-left {
    padding-right: 70px;
}

.idate-group {
    position: relative;
}

.idate-group .fa {
    position: absolute;
    color: #6E34D4;
    font-size: 18px;
    height: 18px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.idate-group .form-control {
    padding-right: 30px;
}

.eac-wrap {
    margin: 0 -5px;
}

.eac-wrap .btn {
    width: 100%;
    margin-top: 20px;
}

.eac-wrap>div {
    padding: 0 5px;
}

.add-amount-modal .media .form-group {
    margin-bottom: 15px;
}

.nav-tabs.invoice-tabs {
    background: transparent;
    box-shadow: none;
}

.nav-tabs.invoice-tabs>li>a {
    margin-right: 5px;
    border: 1px solid #8161B9;
    background: #8161B9;
    color: #fff;
    padding: 2px 12px;
    min-width: 50px;
    height: 24px;
    border-radius: 4px;
}

.nav-tabs.invoice-tabs>li.active>a,
.nav-tabs.invoice-tabs>li.active>a:hover,
.nav-tabs.invoice-tabs>li.active>a:focus,
.nav-tabs.invoice-tabs>li:hover>a {
    cursor: default;
    color: #ffffff;
    border: 1px solid #6E34D4;
    border-bottom-color: #6E34D4;
    background-color: #6E34D4;
}

.nav-tabs>li:hover>a,
.nav-tabs.invoice-tabs>li:hover>a {
    cursor: pointer;
}

.box-shadow {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19);
    margin: 10px 0px;
}

.btn {
    font-family: sans-serif !important;
}


/* vijay */

.dot .badge-pill {
    cursor: help;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: normal !important;
}

.dot .badge-pill::after {
    position: absolute;
    content: '';
    background: #5aff44;
    width: 10px;
    height: 10px;
    right: -4px;
    top: 1px;
    border-radius: 100px;
    margin: 10px;
}

.dot .badge-pill.offline::after {
    background: #ef053b !important;
}

.badge-primary {
    border-color: #6E34D4;
    background-color: #6E34D4;
}

.example.example2 {
    background-color: #fff;
}

.example.example2 * {
    font-family: Source Code Pro, Consolas, Menlo, monospace;
    font-size: 16px;
    font-weight: 500;
}

.example.example2 .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
}

.example.example2 .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
}

.example.example2 .field.half-width {
    width: 50%;
}

.example.example2 .field.quarter-width {
    width: calc(25% - 10px);
}

.example.example2 .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: #cfd7df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #32325d;
    background-color: transparent;
}

.example.example2 .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.example.example2 .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
}

.example.example2 .input.focused,
.example.example2 .input:not(.empty) {
    opacity: 1;
}

.example.example2 .input.focused::-webkit-input-placeholder,
.example.example2 .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused::-moz-placeholder,
.example.example2 .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused:-ms-input-placeholder,
.example.example2 .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
}

.example.example2 .input.focused+label,
.example.example2 .input:not(.empty)+label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
}

.example.example2 .input.focused+label {
    color: #24b47e;
}

.example.example2 .input.invalid+label {
    color: #ffa27b;
}

.example.example2 .input.focused+label+.baseline {
    background-color: #24b47e;
}

.example.example2 .input.focused.invalid+label+.baseline {
    background-color: #e25950;
}

.example.example2 input,
.example.example2 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.example.example2 input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example.example2 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.example.example2 input,
.example.example2 button {
    -webkit-animation: 1ms void-animation-out;
}

.example.example2 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    background-color: #24b47e;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.example.example2 .error svg {
    margin-top: 0 !important;
}

.example.example2 .error svg .base {
    fill: #e25950;
}

.example.example2 .error svg .glyph {
    fill: #fff;
}

.example.example2 .error .message {
    color: #e25950;
}

.example.example2 .success .icon .border {
    stroke: #abe9d2;
}

.example.example2 .success .icon .checkmark {
    stroke: #24b47e;
}

.example.example2 .success .title {
    color: #32325d;
    font-size: 16px !important;
}

.example.example2 .success .message {
    color: #8898aa;
    font-size: 13px !important;
}

.example.example2 .success .reset path {
    fill: #24b47e;
}

.card_box {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #2b2b2b;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    font-family: 'Ubuntu', sans-serif;
}

.err_message {
    width: 175px;
    padding-top: 12px;
    color: red;
}

.invoice_tab {
    padding: 10px 0px;
    border: 2px solid #80808038;
}