.slim-header-left > img {
    margin-left: -10px;
}

a#slimSidebarMenu {
    margin-left: 10px;
}

.sidebar-nav-sub .nav-sub-link.active {
    /*background-color: #f2f4f6;*/
    color: #f79226;
}

.signin-box > img {
    margin-bottom: 15px;
}

.logo_primary_color {
    color: #23696f !important
}

.logo_secondary_color {
    color: #f79226 !important
}

.logo_blue_color {
    color: #5383c3 !important
}

.logo_green_color {
    color: #9ccb3c !important
}

.logo-bg-primary {
    background-color: #23696f !important;
}

.logo-bg-secondary {
    background-color: #f79226 !important;
}

.fa-facebook-color {
    color: #3b5998;
}

.fa-twitter-color {
    color: #00aced;
}

.fa-google-color {
    color: #D64937;
}

.fa-linkedin-color {
    color: #007bb6;
}

.fa-instagram-color {
    color: #E1306C;
}

.fa-android-color {
    color: #a4c639;
}

.fa-ios-color {
    color: #A3AAAE
}

.sub_c {
    background-color: #fff !important;
}

.bg-gradient-directional-amber {
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #ffa000, #ffd54f);
}

.btn-success {
    border-color: #37bc9b;
    background-color: #37bc9b;
    color: #fff;
}

.btn-danger:hover {
    border-color: #ed5565;
    background-color: #ed5565;
    color: #fff !important;
}


.modal-invoice-eqn {
    border: 1px solid #d7d7d7;
    font-size: 13px;
    margin-bottom: 10px;
}

.modal-eqn-subblock {
    padding: 10px 0 0;
}

.modal-eqn-icon {
    border: 1px solid #777;
    border-radius: 50%;
    color: #777;
    font-size: 18px;
    height: 28px;
    margin-left: 29px;
    padding: 0;
    width: 28px;
}

.modal-eqn-border.no-margin {
    margin-left: 11px;
}

.modal-eqn-border {
    border-left: 1px solid #d7d7d7;
    margin-left: 42px;
    min-height: 31px;
}

/*.invoicedetail .table th,
.table td {
border: none;
}*/

.radio-inline input[type='radio'] {
    opacity: 0;
    margin: 0 5px 0 0;
}

.radio-inline {
    font-weight: normal;
    position: relative;
    display: inline;
    line-height: 18px;
}

    .radio-inline span {
        padding-left: 6px;
    }

    .radio-inline input[type='radio']:checked + span:before {
        border-color: transparent;
        background-color: #1b84e7;
    }

    .radio-inline span:before {
        content: '';
        width: 16px;
        height: 16px;
        background-color: #fff;
        border: 1px solid #adb5bd;
        border-radius: 50px;
        top: 2px;
        left: 0;
    }

    .radio-inline input[type='radio']:checked + span:after {
        display: inline;
    }

    .radio-inline span:after {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50px;
        top: 7px;
        left: 5px;
        display: none;
    }

    .radio-inline span:before,
    .rdiobox span:after {
        line-height: 18px;
        position: absolute;
    }

.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        /*margin: 0 auto;*/
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 500px;
        }
}

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error :focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.help-block {
    color: red;
}

.btn-signin {
    background-image: none;
    background: #5383c3;
    margin-bottom: 20px;
}

.signin-title-primary {
    font-weight: 400;
    color: #9ccb3c;
}

@media (min-width: 576px) {
    .btn {
        padding: 7px 10px;
        border-radius: 5px;
    }

    .form-layout-footer .btn,
    .form-layout-footer .sp-container button,
    .sp-container .form-layout-footer button {
        padding: 7px 10px;
        border-radius: 5px;
        background: #5383c3;
        border: 1px solid #5383c3;
    }
}

.table tfoot > tr > td {
    background-color: #fff !important;
}

.table tfoot.bg-primary > tr > td {
    background-color: #1b84e7 !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.table thead > tr > th {
    text-transform: capitalize;
    background-color: #5383c3;
    color: #fff;
}

.table thead.bg-primary > tr > th,
.table thead.bg-primary > tr > td,
.table tfoot.bg-primary > tr > th,
.table tfoot.bg-primary > tr > td {
    background-color: #5383c3;
}

.card-table .table thead tr th,
.card-table .table thead tr td {
    background-color: #5383c3;
}

.grandtotal {
    line-height: 50px;
    vertical-align: middle;
    text-align: right;
}

.btn-success:hover,
.btn-success:active {
    color: #fff;
    background-color: #37bc9b;
    border-color: #37bc9b;
}

.btn-outline-success {
    border-color: #37bc9b;
    background-color: #fff;
    color: #37bc9b;
}

    .btn-outline-success:hover,
    .btn-outline-success:active {
        color: #fff;
        background-color: #37bc9b;
        border-color: #37bc9b;
    }

.btn-outline-excel {
    color: #1D6F42;
    background-color: transparent;
    background-image: none;
    border-color: #1D6F42;
}

.btn-outline-excel:hover {
    color: #fff;
    background-color: #1D6F42;
    border-color: #1D6F42;
}

.btn-outline-excel:focus, .btn-outline-excel.focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 111, 66, 0.5);
}

.btn-outline-excel.disabled, .btn-outline-excel:disabled {
    color: #1D6F42;
    background-color: transparent;
}

.btn-outline-excel:not(:disabled):not(.disabled):active, .btn-outline-excel:not(:disabled):not(.disabled).active,
.show > .btn-outline-excel.dropdown-toggle {
    color: #fff;
    background-color: #1D6F42;
    border-color: #1D6F42;
}

.btn-outline-excel:not(:disabled):not(.disabled):active:focus, .btn-outline-excel:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-excel.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(29, 111, 66, 0.5);
}

a.btn.btn-outline-primary.btn-icon,
a.btn.btn-outline-secondary.btn-icon,
a.btn.btn-outline-success.btn-icon,
a.btn.btn-outline-danger.btn-icon,
a.btn.btn-outline-warning.btn-icon,
a.btn.btn-outline-info.btn-icon,
a.btn.btn-outline-excel.btn-icon {
    padding: 0px
}


/*.form-control, .dataTables_filter input, .dataTables_filter select2 {
padding: 0px !important;
}*/

.sidebar-nav-link.active {
    background-image: none;
    background: #f79226
}

.sidebar-nav-link {
    color: #666;
}

    .sidebar-nav-link i {
        color: #f79226
    }

/*.input-group-text {
    /*background-color: #5383c3;
    border: 1px solid #5383c3;
    color: #5383c3;
}
*/

.input-group-text.survey {
    background-color: #e9ecef !important;
    border: 1px solid #ced4da;
    color: #5383c3 !important;
}

.input-group-text {
    background-color: #5383c3;
    border: 1px solid #5383c3;
    color: #fff;
}

.ckbox span:after {
    background-color: #f79226;
}

span.input-group-text.tx-danger {
    background-color: #DA4453;
    border: 1px solid #DA4453;
    /* color: #FFF; */
}

.select2-container {
    width: 100% !important;
}
.dataTables_length .select2-container {
    width: 60px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #5383c3 transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5383c3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5383c3 transparent transparent transparent
}

.slim-pagetitle {
    border-left: 4px solid #5383c3;
}

.signin-title-secondary {
    margin-bottom: 30px;
}

a {
    color: #5383c3;
}

@font-face {
    font-family: Gabriola;
    src: url(../font/Gabriola.ttf);
}

.logo_font {
    font-family: Gabriola;
    font-size: 36px;
}

.badge {
    display: inline-block;
    padding: .35em .4em;
    font-size: 85%;
    text-align: center;
    vertical-align: baseline;
    border-radius: .21rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #FFF;
    background-color: #967ADC;
}

    .badge-primary[href]:focus,
    .badge-primary[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #7652D1;
    }

.badge-secondary {
    color: #FFF;
    background-color: #55595C;
}

    .badge-secondary[href]:focus,
    .badge-secondary[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #3D3F41;
    }

.badge-success {
    color: #FFF;
    background-color: #37BC9B;
}

    .badge-success[href]:focus,
    .badge-success[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #2B957A;
    }

.badge-info {
    color: #FFF;
    background-color: #3BAFDA;
}

    .badge-info[href]:focus,
    .badge-info[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #2494BE;
    }

.badge-warning {
    color: #2A2E30;
    background-color: #F6BB42;
}

    .badge-warning[href]:focus,
    .badge-warning[href]:hover {
        color: #2A2E30;
        text-decoration: none;
        background-color: #F4A911;
    }

.badge-danger {
    color: #FFF;
    background-color: #DA4453;
}

    .badge-danger[href]:focus,
    .badge-danger[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #C42737;
    }

.badge-light {
    color: #2A2E30;
    background-color: #F7F7F9;
}

    .badge-light[href]:focus,
    .badge-light[href]:hover {
        color: #2A2E30;
        text-decoration: none;
        background-color: #DADAE3;
    }

.badge-dark {
    color: #FFF;
    background-color: #373A3C;
}

    .badge-dark[href]:focus,
    .badge-dark[href]:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #1F2021;
    }

.badge-xl {
    font-size: 1.8rem
}

.badge-lg {
    font-size: 1.2rem
}

.badge-md {
    font-size: 1rem
}

.badge-sm {
    font-size: .8rem
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.file-item a {
    color: #495057;
    overflow: hidden;
    /*width: 85%;*/
    text-overflow: ellipsis;
}

    .file-item a .tx-danger {
        color: #DA4453;
    }

    .file-item a .tx-primary {
        color: #5383c3;
    }

.rdiobox input[type='radio']:checked + span:before {
    border-color: transparent;
    background-color: #f79226;
}

.cursor-default {
    cursor: default
}

.cursor-none {
    cursor: none
}

.card-sales {
    padding: 10px;
}

    .card-sales .row {
        margin-bottom: 0;
    }

        .card-sales .row .col {
            text-align: center;
        }

.success-card-border {
    border: 3px solid #23BF08;
}

.primary-card-border {
    border: 3px solid #1b84e7;
}

.danger-card-border {
    border: 3px solid #DA4453;
}

.tx-10em {
    font-size: 10em !important;
}

nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: #5383c3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #5383c3;
}

li.nav-item {
    border-bottom: 1px solid #5383c3;
    display: flex;
    font-size: 1.1em
}

.signin-box {
    width: 465px;
}

.display-flex {
    display: flex !important;
}


/*Bootstrap Inherited*/

@media (max-width: 991px) {
    .logo-hidden-md {
        display: none !important;
    }

    .logo-visible-sm {
        display: block !important;
    }

    .logo-display-sm {
        display: flex !important;
    }

    li.sidebar-nav-item.logo-visible-sm {
        display: block !important;
    }

    .resident-hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .logo-visible-md {
        display: block !important;
    }

    .logo-hidden-sm {
        display: none !important;
    }

    .logo-visible-md-flex {
        display: flex !important;
    }

    li.sidebar-nav-item.logo-visible-sm {
        display: none !important;
    }
}

@media (max-width: 900px) {
    h2,
    .h2 {
        font-size: 1.5rem;
    }

    .tx-10em {
        font-size: 6em !important;
    }

    h6,
    .h6 {
        font-size: 0.5rem;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    /*color: inherit;*/
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel-title i.fa {
    margin-right: 5px;
}


/*visitors*/

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.mobile-number-search {
    top: 465px;
    left: 300px;
    position: absolute;
    font-size: 1.2em;
}

.has-error :focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.help-block {
    color: red;
}

.list-display li {
    margin-bottom: .4rem;
    /*font-size: 1.1rem;*/
}

.list-checkmarks {
    padding-left: 1.5rem;
}

    .list-checkmarks li {
        list-style-type: none;
        padding-left: 1rem;
    }

        .list-checkmarks li:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            margin: 0 10px 0 -28px;
            color: #17aa1c;
        }

.modal-header:before {
    display: table;
}

.modal-header:after {
    clear: both;
}
/*Delete Confirmation*/

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.modal-confirm {
    color: #636363;
    /*width: 400px;*/
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
        display: block;
        background-color: #fff;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
        background-color: #fff;
    }

        .modal-confirm .modal-footer a {
            color: #999;
        }

    .modal-confirm .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #DA4453;
    }

        .modal-confirm .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px;
        }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all 0.4s;
        /*line-height: normal;*/
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
        outline: none !important;
    }

    .modal-confirm .btn-info {
        background: #c1c1c1;
    }

        .modal-confirm .btn-info:hover,
        .modal-confirm .btn-info:focus {
            background: #a8a8a8;
        }

    .modal-confirm .btn-danger {
        background: #DA4453;
    }

        .modal-confirm .btn-danger:hover,
        .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }

.manager-left .btn-contact-new {
    background-color: #5383c3;
}

.minwidth250 {
    min-width: 250px;
}

.card-status h1 {
    font-size: 1.2rem;
    font-weight: 400;
}

.tx-primary {
    color: #5383c3 !important;
}

.tx-yellow {
    color: #f7b924 !important;
}

.tx-cyan {
    color: #16aaff !important;
}

.img-fit-cover {
    width: 75%;
    height: 75%;
}

.custom-file-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Arvo', serif;
}

    .page_404 img {
        width: 100%;
    }

.four_zero_four_bg {
    background-image: url(../images/error.gif);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}


.four_zero_four_bg h1 {
    font-size: 80px;
}

.four_zero_four_bg h3 {
    font-size: 80px;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block;
}

.contant_box_404 {
    margin-top: -50px;
}
.bd-l {
    border-left: 1px solid #f79226;
}

.blockquote {
    font-size: 1rem;
}
.bd-5 {
    border-width: 5px;
}
.chart-rickshaw{
margin-left:10px;
}
.dash-headline-item-one {
    min-height: 420px !important;
}
@media (min-width: 576px) {
    .dash-headline-item-one .dash-item-overlay {
        padding: 20px;
    }
}

.login-input-group-text {
    background-color: #e9ecef;
    border: 1px solid #e9ecef;
    color: #5383c3;
    display: flex;
    align-items: center;
    padding: 0.594rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

table.dataTable tbody td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.sidebar-nav-sub .nav-sub-link {
    padding: 6px 15px 6px 48px;
}

/*Payment*/

.razorpay-payment-button {
    background-color: #146abb;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    cursor: pointer;
}

.bg {
    background-color: #6c7bee;
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    font-family: 'Roboto';
    margin-top: 40px;
}

.paymentresultcard {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 80px 30px 25px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card__success {
    position: absolute;
    top: -50px;
    left: 145px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #60c878;
    border: 5px solid #fff;
}

    .card__success i {
        color: #fff;
        line-height: 100px;
        font-size: 45px;
    }

.card__failure {
    position: absolute;
    top: -50px;
    left: 145px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #DA4453;
    border: 5px solid #fff;
}

    .card__failure i {
        color: #fff;
        line-height: 100px;
        font-size: 45px;
    }

.card__msg {
    text-transform: uppercase;
    color: #55585b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.card__submsg {
    color: #959a9e;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}

.card__body {
    background-color: #f8f6f6;
    border-radius: 4px;
    width: 100%;
    margin-top: 30px;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}

.card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 7px;
}

.card__recipient-info {
    display: inline-block;
}

.card__recipient {
    color: #232528;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}

.card__email {
    color: #838890;
    text-align: left;
    margin-top: 0px;
}

.card__price {
    color: #232528;
    font-size: 70px;
    margin-top: 25px;
    margin-bottom: 30px;
}

    .card__price span {
        font-size: 60%;
    }

.card__method {
    color: #d3cece;
    text-transform: uppercase;
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
}

.card__payment {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__credit-card {
    width: 50px;
    display: inline-block;
    margin-right: 15px;
}

.card__card-details {
    display: inline-block;
    text-align: left;
}

.card__card-type {
    text-transform: uppercase;
    color: #232528;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 3px;
}

.card__card-number {
    color: #838890;
    font-size: 12px;
    margin-top: 0px;
}

.card__tags {
    clear: both;
    padding-top: 15px;
}

.card__tag {
    text-transform: uppercase;
    background-color: #f8f6f6;
    box-sizing: border-box;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
    color: #d3cece;
}

/*Invoice*/

.invoice-info-row + .invoice-info-row {
    border-top: none;
}

.card .card-image {
    /*height: 60%;
    position: relative;
    overflow: hidden;*/
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -10px;
    border-radius: 6px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card .card-image img {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    pointer-events: none;
}
.card-ads {
    margin-top: 30px;
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-blog .card-caption {
    margin-top: 5px;
}

.card .card-image .card-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card .table {
    padding: 15px 30px;
}

.card-blog .card-caption {
    margin-top: 5px;
}

card-caption, .card-caption a {
    color: #333;
    text-decoration: none;
}

.card .ftr {
    margin-top: 15px;
}

    .card .ftr .author {
        color: #888;
        display: inline-block;
    }

    /*.card .ftr div {
        display: inline-block;
    }*/

    .card .ftr .stats {
        position: relative;
        top: 1px;
        font-size: 14px;
    }

    .card .ftr .stats {
        float: right;
        line-height: 30px;
    }

.adsdetails {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0,47,52,.2);
    border-radius: 4px;
    position: relative;
}

.innerdetails {
    padding: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,47,52,.36);
}

.itemDescriptonTitle {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #212529;
}

.itemparams {
    margin: 16px 0;
    position: relative;
}

    .itemparams .params {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.param {
    flex-basis: 50%;
}

.param-info {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
}

.left-param-info {
    max-width: 50%;
    color: rgba(0,47,52,.64);
}

.right-param-info {
    flex-basis: 50%;
    text-align: left;
    color: #002f34;
}

.itemDescriptionContent p {
    word-break: break-word;
    margin: 0;
    color: #002f34;
    font-size: 14px;
    line-height: 20px;
}

    .itemDescriptionContent p:first-child {
        margin-top: 16px;
    }
.carousel-inner {   
    height: 400px !important;
}

/*Button style*/

.p-image {
    position: absolute;
    top: 209px;
    right: 86px;
    color: #212529;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.file-upload {
    display: none;
}

.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}
label.cabinet {
    display: block;
    cursor: pointer;
}

    label.cabinet input.file {
        position: relative;
        height: 100%;
        width: auto;
        opacity: 0;
        -moz-opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        margin-top: -30px;
    }

#upload-demo {
    width: 250px;
    height: 250px;
    padding-bottom: 25px;
}

figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}

.visitor-pic {
    max-width: 200px;
    max-height: 200px;
    /* display: block; */
}

.btn-group .btn {
    float: none;
    display: inline-block;
}

.btn + .dropdown-toggle {
    margin-left: -4px;
}

.tableMenu.dataTable tbody td {
    overflow: unset !important;
}
.dropdown.tblDropMenu {
    display: inline-block !important;
}

.dropdown.tblDropMenu.show {
    display: inline-block !important;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
}