/*!
* Style.css
* Version 1.0 - built Fri, Feb 1st 2019, 05:05 pm
* https://stimperfly.com
* StimperFly  - <hello@stimperfly.com>
* Private License
*/

/*import fonts*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i,900');
@font-face{
    font-family:stimper-icon;
    src:url('/assets/fonts/stimper-icon-28c8769d0a.eot');
    src:url('/assets/fonts/stimper-icon-28c8769d0a.eot?#iefix') format("embedded-opentype"),url('/assets/fonts/stimper-icon-01a18c805d.woff') format("woff"),url('/assets/fonts/stimper-icon-0367ea8e51.ttf') format("truetype"),url('/assets/fonts/stimper-icon-864e581c8c.svg#stimper-icon') format("svg");
}
@font-face{
    font-family:DINRoundPro-Black;
    src:url('/assets/fonts/DINRoundPro/DINRoundPro-Black.woff');
}
@font-face{
    font-family:DINRoundPro-Bold;
    src:url('/assets/fonts/DINRoundPro/DINRoundPro-Bold.woff');
}
@font-face{
    font-family:DINRoundPro-Light;
    src:url('/assets/fonts/DINRoundPro/DINRoundPro-Light.woff');
}
@font-face{
    font-family:DINRoundPro;
    src:url('/assets/fonts/DINRoundPro/DINRoundPro.woff');
}
@font-face{
    font-family:DINRoundPro-Bold;
    src:url('/assets/fonts/DINRoundPro/DINRoundPro-Bold.woff');
}
.DINRoundPro-Light {
    font-family:DINRoundPro-Light !important;
}
.DINRoundPro-Bold {
    font-family:DINRoundPro-Bold !important;
}
.DINRoundPro-Black {
    font-family:DINRoundPro-Black !important;
}
.DINRoundPro {
    font-family:DINRoundPro !important;
}
/*body*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: #fffcf5;;
    font-weight: 400;
    overflow-x: hidden;
    color: #666;
    font-size: 16px;
    line-height: 27px;
}
body.editor {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #484848;
}
a {
    color: #595959;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    color: #18b272 !important;
}
.hide{
    display: none;
}
.show{
    display: none;
}
.p-t-8{
    padding-top: 8px !important;
}
.w-15p{
    width: 15% !important;
}
.w-20p{
    width: 20% !important;
}
.input-group-append{
    display: flex;
    margin-left: -1px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/*Just custom*/
.modal-dialog-center{
    margin: 0 auto;
    margin-top: 20px;
}
.input-group .select2-selection--single{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ui-autocomplete{
    background: rgb(236, 236, 236);
    list-style: none;
    width: 250px !important;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 0px;
}
.show-inline{
    display: inline-block !important;
}
.m-left-5{
    margin-left: 5px !important;
}
.m-right-5{
    margin-right: 5px !important;
}
.m-left-8{
    margin-left: 8px !important;
}
.m-top-8{
    margin-top: 8px;
}
.m-right-8{
    margin-right: 8px !important;
}
.cert_file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.to-left{
    float: left;
}
.ui-autocomplete li {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    padding: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px !important;
}
.ui-autocomplete li:hover{
    background: rgb(216, 216, 216);
    padding-left: 15px;
}

/*Custom table*/
#datatable_filter input{
    margin-left: 5px !important;
}
.n-mr{
    margin-right: 0px !important;
}
.dataTables_paginate .paginate_button{
    margin-right: 5px !important;
    cursor: pointer;
}
.nothing-image{
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 10%;
    opacity: 0.5;/*
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(80%); */
}
.menu-content:after{
    content:'';
    display:block;
    clear:both;
}
.pointer{
    cursor: pointer !important;
}
.nothing-text{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: #404140b8;
    opacity: 0.8;
    margin-bottom: 20px;
    font-weight: 100 !important;
    font-size: 20px;
}
.hover-gray:hover{
    color: #6d6d6d !important;
}
.nothing-danger-text{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    color: #a94442;
    opacity: 0.8;
    margin-bottom: 20px;
    font-weight: 100 !important;
}
/*divider*/
.form-info{
    font-size: 13px;
    color: #929292;
}
.divider {
    background: #e6eaee;
    height: 1px;
    margin: 20px 0px;
}

.font-w-600{
    font-weight: 600;
}
.block{
    display: block;
}
.m-b-50{
    margin-bottom: 50px !important;
}
.m-b-45{
    margin-bottom: 45px !important;
}

/*Btn loading*/
@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}

@keyframes colors {
    0% {
        border-color: transparent rgb(244, 54, 76) rgb(244, 54, 76);
    }
    25% {
        border-color: transparent rgb(0, 162, 242) rgb(0, 162, 242);
    }
    50% {
        border-color: transparent rgb(239, 182, 12) rgb(239, 182, 12);
    }
    75% {
        border-color: transparent rgb(66, 202, 73) rgb(66, 202, 73);
    }
    100% {
        border-color: transparent rgb(244, 54, 76) rgb(244, 54, 76);
    }
}
.p-l-40, .qt-loader.qt-loader-left {
    padding-left: 40px!important;
}
.qt-loader {
    position: relative;
    z-index: 999;
}
.qt-loader.qt-loader-left:before {
    right: auto;
    left: 0;
    margin-left: 13px;
}
.qt-loader.qt-loader-mini:before {
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite;
}
.qt-loader.qt-loader-mini:before, .qt-loader:before {
    content: '';
    top: 57%;
    background: 0 0;
    margin-top: -.9rem;
    opacity: .75;
    left: 0;
    box-sizing: border-box;
}
.qt-loader:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    animation: clockwise .5s linear infinite;
}
.btn-block-ui:before, .qt-loader:before {
    border: 2px solid #FFF;
    -webkit-animation: clockwise .5s linear infinite;
}
/*header*/
header {
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 19;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 6px 6px -3px rgb(39 44 51 / 10%), 0 10px 14px 1px rgb(39 44 51 / 4%), 0 4px 18px 3px rgb(39 44 51 / 2%);
}
.branding {
    width: 105px;
    float: left;
}

.humbager {
    width: 40px;
    float: left;
    font-size: 30px;
    color: #354052;
    cursor: pointer;
    margin-left: -250px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.drop-down-hover:hover .dropdown-menu{
    display: block;
}
header nav.navigation {
    /*overflow: hidden;*/
    display: inline-block;
}
.header-menu-item{
    display: block;
    padding: 5px;
    padding-left: 15px;
}
header nav.navigation .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    color: #9e9e9e;
}
header nav.navigation .nav > li > a:hover {
    background-color: transparent;
}
header nav.navigation .nav > li.active > a {
    color: #18b272;
}
header li.close-menu {
    margin-top: 34px;
    display: none;
}
.header-right {
    float: right;
    margin-top: -5px;
}
.header-right .dropdown {
    cursor: pointer;
        display: inline-block;
    margin-left: 31px;
}
span.avatar img {
    width: 42px;
    height: 42px;
}

/*dropdown*/

.dropdown-toggle::after {
    display: none;
}
ul.dropdown-menu {
    border: none;
    font-size: 14px;
        -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}
ul.dropdown-menu li {
    width: auto;
}
ul.dropdown-menu li a {
    color: #98A0A5;
    padding: 10px 20px;
    padding-left: 20px;
    margin-left: 24px;
}
ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus, ul.dropdown-menu li a:active, aside li a:hover, aside li a:focus, aside li a:active, aside li a.active {
    color: #18b272;
    text-decoration: none;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
}
ul.dropdown-menu li a i {
    position: absolute;
    margin-left: -23px;
    margin-top: -1px;
    font-size: 17px;
}
header ul.dropdown-menu.profile-menu {
    margin-left: -45px;
}



/*Buttons*/

.btn {
    padding: 10px 30px !important;
    border: 2px solid transparent;
}

.btn i {
    margin-right: 5px;
}

.btn:focus {
    outline: 0 !important;
}

.btn:active,
.btn.active, button:focus, button:active {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-green, .badge-green {
    background-color: #18b272;
    border-color: #18b272;
}
.btn-green-shadow {
    -webkit-box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
    box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
}

.btn-blue, .badge-blue {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background-color: #0274ee !important;
    border-color: #0274ee !important;
}
.btn-blue-shadow {
    -webkit-box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
    box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #fff !important;
    background-color: #1fdaae !important;
    border-color: #1fdaae !important;
}

.btn-primary, .badge-primary {
    background-color: #18b272;
    border-color: #18b272;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #74CB15 !important;
    border-color: #74CB15 !important;
}

.btn-dark {
    background-color: #222c3c;
    border-color: #222c3c;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff !important;
    background-color: #090c10 !important;
    border-color: #090c10 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #3DA4FF;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:active {
    background-color: #61b201;
    color: #fff;
    border-color: #61b201;
}

.btn-primary.btn-outline:focus {
    border-color: #3DA4FF;
}

.btn-primary-ish:hover,
.btn-primary-ish:hover,
.btn-primary-ish:hover {
    background: #BFE6F9 !important;
    color: #0082FF !important;
    border-color: #BFE6F9 !important;
}

.btn-primary-ish {
    background: #C6ECFF;
    color: #0082FF !important;
    border-color: #C6ECFF;
}

.btn-success {
    color: #fff !important;
    background-color: #18b272;
    border-color: #18b272;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff !important;
    background-color: #00b300 !important;
    border-color: #00b300 !important;
}
.btn-default {
    color: #484848;
    background-color: #F8F8F8;
    border-color: #EAECED;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #484848;
    background-color: #EAECED;
    border-color: #EAECED;
}
.btn-danger, .badge-danger {
    color: #fff !important;
    background-color: #ff1a1a;
    border-color: #ff1a1a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff !important;
    background-color: #e60000 !important;
    border-color: #e60000 !important;
}

.container {
    padding-top: 125px;
}


/*page header*/
.heading-content {
    float: left;
}
.page-heading .user-image {
    width: 80px;
    height: 80px;
    float: left;
}
.heading-title {
    padding-left: 103px;
}
.page-heading {
    overflow: hidden;
    margin-bottom: 40px;
}
.heading-title h2 {
    margin-top: 7px;
    color: #484848;
    font-weight: 600;
    margin-bottom: 6px;
}
.heading-title p {
    color: #A5B2B9;
}
.page-heading .btn {
    margin-top: 15px;
}

/*settings*/
.settings-menu .navbar-nav {
    float: none;
}
.settings-menu .navbar-nav > li {
    display: block;
    float: none;
}
.settings-menu .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 21px;
    color: #484848;
    font-weight: 600;
}
.settings-menu .navbar-nav > li.active > a, .settings-menu .navbar-nav > li.active > a span, .settings-menu .nav > li > a:hover, .settings-menu .nav > li > a:focus, .settings-menu .navbar-nav > li > a:hover span {
    color: #18b272;
    text-decoration: none;
    background-color: transparent;
}
.settings-menu span {
    margin-right: 10px;
    color: #888;
}
.tab-content.settings h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 2px;
}
.tab-content.settings table ul.dropdown-menu {
    float: right;
    left: auto;
    right: 0 !important;
    width: 140px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.alert-subscription{
    margin-top: 0px;
}
.no-padding{
    padding: 0px !important;
}
.no-margin{
    margin: 0px !important;
}
.title-balance{
    font-size: 50px;
    font-weight: 100;
    color: #b9b7b7;
    font-weight: 400;
}
/*Cards*/
.card {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    background-clip: border-box;
    border-radius: 10px;
    box-shadow: 0 -1px 10px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 10%), 0 10px 30px #f3ece8;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 0 #e5e5e5;
}
.card-header h4 {
    margin: 0;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 21px;
}
.bg-green .card-header h4, .bg-warning .card-header h4 {
    color: #fff !important;
}

.bg-green .card-header {
    border-bottom: 1px solid #18ce61;
}
.bg-warning .card-header {
    border-bottom: 1px solid #f8d487;
}
.card-header {
    padding: 7px 0;
    border-bottom: 1px solid #e6eaee;
}
.card-header button.btn {
    padding: 7px 16px !important;
    margin-top: -14px;
}

.card-body {
    padding: 15px 0;
}

/*modal*/
.modal-content {
    box-shadow: none;
    border: 2px solid #F5F5F5;
}
.modal-backdrop {
    background-color: #262626;
}
.modal-header {
    margin: -2px;
    margin-bottom: 0;
}
h4.modal-title {
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.modal-title {
    float: left !important;
}
.input-info {
    font-size: 13px;
    color: #aaa;
    font-weight: 100;
}

/*helper classes*/
.cursor-default{
    cursor: default !important;
}
.left-20{
    left: 20px !important;
}
.ml-5 {
    margin-left: 5px;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-15 {
    margin-top: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.p-zero {
    padding: 0 0 0 0 !important;
}
.fs-16 {
    font-size: 16px;
}
.float-center {
    float: none; 
    margin: 0 auto;
}
.overflow {
    overflow: hidden;
}

/*Tables*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-top: 1px solid #e6eaee;
}
.table > thead > tr > th {
    border-bottom: 2px solid #e6eaee;
}
.table > tbody > tr > td {
    padding: 14px 8px;
}
.table-avatar {
    width: 41px;
    height: 41px;
    margin: 0 auto;
    border-radius: 50%;
}


/*auth*/
.auth-card {
    border-radius: 5px;
    padding: 25px;
    width: 430px;
    margin: 1px auto;
    margin-top: 4%;
    margin-bottom: 2%;
}
.auth-logo img {
    width: 200px;
    margin-bottom: 6px;
}
.auth-page .register, .auth-page .forgot, .auth-page .reset {
    display: none;
}

p.copyright {
    padding: 15px;
    text-align: center;
    color: #A9ABB3;
}
.auth-heading h2 {
    font-weight: 800;
}
.auth-heading p {
    color: #A5B2B9;
    font-weight: 300;
    margin-bottom: 25px;
}
.auth-logo img {
    width: 200px;
    margin: 0 auto;
}


/*datatables*/
a.dt-button, a.paginate_button.current {
    background-color: #18b272 !important;
    border-color: #18b272 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 3px 21px;
}
a.dt-button:hover {
    background-color: #fff !important;
    border-color: #18b272 !important;
    background-image: none !important;
    color: #18b272 !important;
}
.dataTables_filter input {
    border: 1px solid #e6eaee;
    border-radius: 3px !important;
    height: 33px;
}
.dataTables_filter input:focus {
    outline: none;
    border-color: #3DA4FF;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #e6eaee !important;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e6eaee;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #7f8fa4;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
    font-weight: 500;
    color: #8190A2;
    outline: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
        padding: 1px 10px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
    color: #18b272 !important;
    border: none;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button {
    color: #18b272 !important;
    border: 1px solid #18b272 !important;
    background: transparent;
    padding: 1px 10px;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
    color: #18b272 !important;
    border: 1px solid #18b272 !important;
    background: transparent;
}
.paginate_button.next {
    margin-left: 5px;
}
.paginate_button.previous {
    margin-right: 5px;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #FCFCFC;
}
table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover {
    background-color: #FCFCFC;
}
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr.even:hover {
    background-color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #e6eaee;
}
.dt-buttons, .dataTables_wrapper .dataTables_info {
    float: left;
}
.dataTables_filter, .dataTables_wrapper .dataTables_paginate {
    float: right;
}
.table > tbody > tr > td strong {
    color: #343D47;
}
.table > tbody > tr > td span {
    color: #C2C2C2;
    font-weight: 300;
}
.table > tbody > tr > td p {
    margin-bottom: 0;
}
.table > tbody > tr > td .btn {
    border: none;
        color: #646464;
    padding: 10px 15px !important;
}
.form-control-sm{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    height: 30px !important;
    border-radius: .2rem;
}
.table > tbody > tr > td span.caret {
    margin-left: 15px;
}
table ul.dropdown-menu {
    left: -60px;
}
table span.dropdown-toggle {
    font-size: 28px;
    cursor: pointer;
}
table ul.dropdown-menu li a {
    padding: 9px 20px;
}
.table-responsive.longer {
    padding-bottom: 0px;
}
.pagination{
    margin-bottom: 0px !important;
}
a.icon-link {
    font-size: 17px;
    margin: 0 7px;
}

/*Texts*/
p.text-muted {
    color: #A5B2B9 !important;
}

.text-danger {
    color: #ff1a1a !important;
}

.text-success {
    color: #18b272 !important;
}

.text-primary {
    color: #18b272 !important;
}

.text-info {
    color: #007bff;
}

.text-warning {
    color: #FFBB00;
}

.text-purple {
    color: #9013FE;
}

.text-darker {
    color: #888;
}
.text-white {
    color: #fff !important;
}

.text-xs {
    font-size: 11px;
}
.text-thin {
    font-weight: 300;
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Nfe*/
.btn-search-input{
    position: absolute;
    top: 37px;
    right: 30px;
    cursor: pointer;
}
.btn-search-input:hover{
    color: #18b272;
}
.btn-search-item-input{
    position: absolute;
    top: 7px;
    left: 35%;
    z-index: 10;
    cursor: pointer;
}
.btn-search-item-input:hover{
    color: #18b272;
}
.bg-white{
    background: #fff !important;
}
.color-black{
    color: #000 !important;
}
.h-46{
    height: 46px !important;
}
.info-cert{
    font-size: 13px;
    color: #bfbfbf;
}
.cert-row{
    background: rgb(237 253 230);
    padding: 30px !important;
    border: solid 1px #c2ecc0;
    margin: 1px !important;
    margin-top: 15px !important;
}
.cert-row-danger{
    background: #ffe9e9 !important;
    border: solid 1px #fbd4d4 !important;
}
@media (max-width: 991px){
    .btn-search-item-input{
        left: 33%;
    }
}
@media (max-width: 685px){
    .btn-search-item-input{
        left: 30%;
    }
}
/*End NFe*/
.list-itens-cli{
    margin-top: 10px;
}
.ic-disabled{ color: #ccc !important;}
.relative{
    position: relative !important;
}
/*End Nfe*/

/*backgrounds*/
.bg-green {
    background-color: #18b272 !important;
    color: #fff;
}
.bg-warning {
    background-color: #F4BE4A !important;
    color: #fff;
}
.bg-danger {
    background-color: #FF0000 !important;
    color: #fff;
}
.bg-info {
    background-color: #3EA4F1 !important;
    color: #fff;
}

/*expense chart*/
.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform-origin: center; /* 4 */
}
.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}
svg g text.circle-chart__percent {
    fill: #343D47;
    font-weight: 700;
}
svg g text.circle-chart__subline {
    fill: #C2C2C2;
    margin-top: 7px;
}
.chart-insights p {
    margin-top: 10px;
    color: #C2C2C2;
    font-weight: 300;
    margin-bottom: 0;
}
.chart-insights h4 {
    font-size: 23px;
    color: #B7BBBF;
}
.chart-insights h4 strong {
    font-weight: 800;
    color: #343D47;
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.insight-card h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 17px;
}
.insight-card p {
    margin: 0 20px;
        margin-bottom: 15px;
}
.insight-card a {
    text-decoration: underline;
    color: #fff;
}
.insight-card a:hover {
    font-weight: 600;
    color: #fff !important;
}
.insight-card a span {
    margin-left: 8px;
}


/*form & inputs*/
.form-group label {
    display: block;
    margin: 0 0 .3125rem;
    color: #76848E;
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    margin: 0;
    padding: .59375rem .9375rem;
    transition: all .3s;
        border: 1.5px solid #dfe3e9;
    height: 40px;
    border-radius: 4px;
    background-color: #fff;
    color: #6d819c;
    font-weight: 400;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1.5px solid #dcdcdc !important;
}
.form-control:focus {
    border-color: #4aa951;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    transition:opacity .3s;
    color:rgba(53,64,82,.5);
    font-weight:400;
    opacity:.5
}
.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
    transition:opacity .3s;
    color:rgba(53,64,82,.5);
    font-weight:400;
    opacity:.5
}
.form-control::placeholder {
    transition:opacity .3s;
    color:rgba(53,64,82,.5);
    font-weight:400;
    opacity:.5
}
.form-control:focus::-webkit-input-placeholder{
    opacity:.2
}
.form-control:focus:-ms-input-placeholder, .form-control:focus::-ms-input-placeholder{
    opacity:.2
}
.form-control:focus::placeholder{
    opacity:.2
}
span.input-prefix {
    position: absolute;
    margin-left: 8px;
    margin-top: 7px;
}
.form-control.prefix {
    padding-left: 41px;
}
span.help {
    font-size: 11px;
    color: rgba(53,64,82,.6);
}
.select2-container--default .select2-selection--single {
    padding-top: 4px;
    border: 1.5px solid #dfe3e9;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}


/*parsley*/

.form-control.parsley-error {
    color: #ff1a1a;
    border-color: #ff1a1a;
}

.form-control.parsley-error~label {
    color: #ff1a1a;
}

ul.parsley-errors-list {
    color: #ff1a1a;
    padding-left: 0;
}

ul.parsley-errors-list li {
    margin-top: 5px;
    list-style: none;
}
.form-info{
    color: #bdbdbd;
    font-size: 13px;
}

/*progress*/
.progress-bar-success {
    background-color: #49CB41;
}
.progress-bar-success-alt {
    background-color: rgba(16, 196, 105, 0.2);
}
.progress-bar-danger {
    background-color: #ff1a1a;
}
.progress-bar-warning {
    background-color: #ffc107;
}
.progress-bar-warning-alt {
    background-color:#ffc1074f;
}
.progress-bar-primary {
    background-color: #007bff;
}
.progress-bar-danger-alt {
    background-color:rgb(228 146 146 / 20%);
}
.progress {
    height: 6px;
    margin-bottom: 0;
    margin-top: 3px;
    box-shadow: none;
}
.no-registry-title {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 1.65em;
    font-weight: 500;
    color: #547384;
}
#dialog-target {
    position: relative;
    width: 600px;
    height: 300px;
    border-style: solid;
}
.position-absolute {
    position: absolute;
}
/*budget*/
.modal.budget {
    background: #FCFCFC;
}
.modal.budget .modal-content {
    border: none;
    background: #FCFCFC;
}
.adjust-info img {
    width: 100px;
    height: 100px;
    margin: 20px auto;
}
.adjust-info h1 {
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 37px;
    font-size: 43px;
}
.adjust-info p {
    font-size: 17px;
    font-weight: 300;
    color: #A6A6A6;
}
.adjust-info {
    margin-bottom: 50px;
}
.adjust-actions {
    margin-top: 30px;
}
.adjust-actions button:last-child {
    margin-left: 10px;
}
.slider.slider-horizontal {
    width: 100%;
}
.slider-selection {
    background: #18b272;
}
.slider-handle {
        background: #fff;
    border: 4px solid #18b272;
}
.exceeded .slider-selection {
    background: #ff0000;
}
.exceeded .slider-handle {
        background: #fff;
    border: 4px solid #ff0000;
}
.distribute-input {
    border-top: 1px dashed #e6eaee;
    padding: 14px 0px;
}

/*overview*/
.transaction-amount {
    width: 40%;
    float: left;
}
.transaction-info {
    display: inline-block;
    padding-left: 9px;
}
.transaction-icon {
        display: block;
    margin-top: 12px;
    float: left;
}
.transaction-info strong {
    color: #343D47;
    display: block;
}
.transaction-info span {
    color: #A5B2B9;
    font-weight: 300;
    display: block;
    line-height: 1;
}
.view-all-transaction {
    color: #A5B2B9;
    font-weight: 300;
}
.transaction-amount-item {
    margin: 15px 0;
}
.transaction-amount-item:last-child {
    margin-bottom: 0;
}
.transaction-visual {
    width: 60%;
    float: left;
}
.transaction-progress .progress {
    height: 10px;
}
.transaction-progress p {
    margin-bottom: 0 !important;
}
.transaction-progress .item {
    margin: 17px 0;
}
.overview-widgets .card {
    min-height: 275px;
}
.figure-stats p {
    color: #343D47;
    font-weight: 600;
}
.figure-stats {
    border-right: 1px solid #E7EAEE;
    margin-top: 16px;
}
.figure-section {
    padding: 12px 14px;
}
.figure-section h2 {
    font-weight: 700;
    margin-top: 0;
}
.figure-section:last-child {
    border-bottom: 0;
        padding-top: 30px;
    padding-bottom: 30px;
}
.figure-section table, .tab-content.settings table {
    width: 100%;
}
.figure-section table tr td, .tab-content.settings table tr td {
    padding: 6px 0px;
}
.figure-section .badge {
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 6px;
}
.icon-account {
    background: rgba(16, 196, 105, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    margin: 0 auto;
    font-size: 23px;
    padding-top: 4px;
    border-radius: 6px;
    color: #18b272;
}
.box-active{
    border: solid 1px #ccc;
}
.box-card:hover{
    cursor: pointer;
    background: #f9f9f9 !important;
}
.reportrange {
    width: auto;
    float: right;
    background: #F8F8F8;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: -15px;
    font-size: 14px;
    border: 1.3px solid #EAECED;
}
.daterangepicker .ranges li.active {
    background-color: #18b272;
    color: #fff;
}
.daterangepicker {
    border: 1px solid #e6eaee;
    font-family: inherit;
}

/*Cutom table*/
.line-border-bottom > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border-top: none !important;
    border-bottom: 1px solid #ddd;
}
.table-register-count{
    width: auto;
    background: #f7f7f7cc;
    width: 20%;
    padding: 5px;
}
.table-invo {
    border-bottom: 3px solid #e6eaee !important;
    border-left: 1px solid #e6eaee;
    border-right: 1px solid #e6eaee;
}
.table-invo thead tr th{
    border-bottom: 1px solid #111 !important;
    color: #444 !important;
}
.table-invo thead tr{
    background-color: #f9f9f9;
}
.np-top{
    padding-top: 0px;
}
.table > tbody > tr > td{
    padding: 8px !important;
}
.search-input{
    margin-top: -13px;
    margin-bottom: 6px;
}
.prepend-input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.h-40{
    height: 40px;
}
/*footer*/
footer {
    padding: 15px 0;
    color: #C2C2C2;
    border-top: 1px solid #e6eaee;
    overflow: hidden;
}
footer p {
    font-weight: 300;
    margin-bottom: 0;
}
footer p span, .copyright span {
    margin: 0 15px;
}
.footer-logo {
    width: 115px;
    float: left;
    -webkit-filter: grayscale(1);
}
.modal-sm {
    width: 360px;
}
.text-total-moviment{
    font-weight: 300;
    padding-right: 5px;
}
.m-left-18{
    margin-right: 18px !important;
}
.m-left-17{
    margin-right: 17px !important;
}
@media (max-width: 1145px){
    .menu-content > li {
        position: relative;
        display: block;
    }
}
@media (max-width: 1005px){
    .menu-content > li {
        position: relative;
        display: block;
    }
}
@media (max-width: 1100px) {
    header nav.navigation .nav > li > a {
    padding: 10px 17px;
}
}
@media (max-width: 992px) {
    .row.transaction-links .btn {
        margin-top: 5px;
    }
    .figure-stats {
        margin-bottom: 30px;
        border-radius: 0 0 0 0;
    }
    .settings-menu .navbar-nav > li {
        display: inline-block;
    }
}
@media (max-width: 880px) {
    header nav.navigation {
        margin-left: 17px;
    }
}
@media (max-width: 767px) {
    .show-md{
        display: block !important;
    }
    .hide-md{
        display: none !important;
    }
    .auth-card {
        width: 60%;
        margin: 1px auto;
        margin-top: 4%;
    }
    .humbager {
        margin-left: 0;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    header nav.navigation {
        width: 100%;
        color: #fff;
        background: #18b272;
        position: fixed;
        height: 100%;
        z-index: 99;
        top: 0;
        left: -17px;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: none;
    }
    header nav.navigation.open {
        display: flex;
    }
    header nav.navigation .nav > li > a {
        text-align: center;
        font-size: 22px;
        font-weight: 800;
        color: #fff;
        padding: 18px 17px;
        border-bottom: 2px solid #18b272;
    }
    header nav.navigation .nav > li > a:hover {
        background-color: transparent;
        border-bottom: 2px solid #fff;
        color: #fff !important;
    }
        li.close-menu {
        display: block !important;
    }
    .heading-content {
        float: none;
    }
    .table-responsive {
        border: 1px solid #e6eaee;
        padding: 15px;
    }
}
@media (max-width: 590px) {
    .auth-card {
        width: 90%;
        margin: 1px auto;
        margin-top: 4%;
    }
    .container {
        padding-top: 80px;
    }
    .page-heading .user-image {
        width: 40%;
        padding-right: 10px;
    }
    .heading-title {
        padding-left: 0;
    }
    .page-heading {
        margin-bottom: 12px;
    }
    .heading-title h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .tab-card-invoice {
        margin-top: 20px;
    }
    .tab-card-invoice {
        right: 28px !important;
        top: -8px !important;
    }
    .credit-cards-columns .is-gapless{
        margin-top: 70px;
    }
}
@media (max-width: 470px) {
    .heading-content {
        float: left;
        width: 100%;
    }
    .page-heading .btn {
        margin-top: 15px;
        float: left !important;
    }
}
@media (max-width: 350px) {
    .branding {
        width: 101px;
        padding-top: 5px;
    }
    .avatar img {
        width: 30px !important;
        height: 30px !important;
        margin-top: 4px;
    }
}
@media (min-width: 1200px){
    .container {
        /*width: 1100px !important;*/
    }
}
.spn-info{
    font-size: 14px;
    color: #aba9a9;
    font-weight: 100;
}
.link-custom{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.color-white{
    color: #fff !important;
}
/* Group bottons */
.w-80p{
    width: 85% !important;
}
.w-91p{
    width: 91% !important;
}
.check-sell{
    font-size: 50px;
    color: #18b272;
}
.float-left{
    float: left;
}
.help-input-group{
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 12px !important;
    border-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.info-card{
    margin-top: -14px;
    padding: 0px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.info-card i{
    margin: 0px !important;
    font-size: 10px !important;
}
.btn-remove-item{
padding: 4px !important;
margin: 0px;
height: 30px;
    width: 30px;
}
.btn-remove-item i{
margin: 0px !important;
}
.w-30{
    width: 30% !important;
}
.w-30px{
    width: 30px !important;
}
.block{
    display: block !important;
}
.c-pointer{
    cursor: pointer;
}
.c-pointer:hover{
    color: #1fdaae;
}
.to-right{
    float: right;
}
.m-top-10{
    margin-top: 10px !important;
}
.m-top-8{
    margin-top: 8px !important;
}
.link-reverse{
    color: #18b272;
}
.link-reverse:hover{
    color: #595959 !important;
}
.text-left{
    text-align: left !important;
}
.card-custom-tab{
    border-color: #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-top: none;
    padding: 10px !important;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.menu-content > li a{
    font-weight: 400 !important;
}
.spinner {
    width: 32px;
    height: 32px;
    display: inline-block;
    transform: rotate(0deg);
    margin: 6px auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.6);
    border-image: initial;
    border-radius: 50%;
    animation: 0.4s linear 0s infinite normal none running spin, 5.6s ease-in-out 0s infinite normal none running colors;
}
.f-18{
    font-size: 18px !important;
}
.check-groups {
    list-style: none;
    margin-left: -19px;
}
.check-groups li {
    margin-left: -20px;
    list-style: none;
}
.check-groups input[type="checkbox"]{
    display: initial !important;
}
.header-nav .dropdown-menu{
    width: 200px;
}
.card-no-access{
    background: #fff;
    margin-bottom: 60px;
    border: 1px solid #F5F5F5;
}
.borded-card{
    border: solid 1px #dadada;
    padding: 10px;
    border-radius: 5px;
}
.radius-10 {
    border-radius: 10px !important;
}
.opacity8{
    opacity: 0.8 !important;
}
.m-top-5{
    margin-top: 5px !important;
}
.m-top-0 {
    margin-top: 0px !important;
}
.padding-10{
    padding: 10px !important;
}
.mt-5{
    margin: 5px !important;
}
.owl-prev{
    float: left;
}
.owl-next{
    float: right;
}
.owl-prev span{
    font-size: 60px;
    width: 100px;
    display: block;
    border-radius: 5px;
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}
.owl-prev span:hover{
    background-color: rgb(216, 216, 216);
}
.owl-next span:hover{
    background-color: rgb(216, 216, 216);
}
.owl-next span{
    font-size: 60px;
    width: 100px;
    display: block;
    border-radius: 5px;
    padding: 0px;
    padding-bottom: 5px;
    text-align: right;
}

@media (min-width: 768px)
{
    .container{
        padding-top: 100px;
    }
}

.header-line{
    border-top: 1px solid #e6eaee;
    position: absolute;
    width: 100%;
    background: #000;
    top: 38px;
}
.inherit{
    position: inherit !important;
}
.btn-heading{
    margin-top: -17px !important;
}
.inline {
    display: inline-block !important;
}
.p-t-10{
    padding-top: 10px;
}
.p10{
    padding:10px;
}
.conciliacao-title{
    color: #a2a2a2;
}
.conciliacao-card-title{
    margin: 0px;
    font-size: 18px;
}
.conciliacao-card-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.conciliacao-card-value{
    font-size: 20px;
    font-weight: 100;
}
.icon-conci{
    color: #b9b9b9;
    cursor: pointer;
}
.icon-conci:hover{
    color: #ccc;
}
.tab-border{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.card-income{
    background: #f7fff8 !important;
}
.card-expense{
    background: #fff8f8 !important;
}
.dropdown-menu-fix {
    position: relative !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none !important;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.drop-down-menu-wallet {
    display: block;
    margin-top: 20px !important;
    border: solid 1px #e8e8e8 !important;;
    text-align: left !important;;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%) !important;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%) !important;
    z-index: 1 !important;
}
.date-wallet-top {
    position: absolute;
    top: -13px;
    right: 18px;
    font-size: 13px;
    color: #949494;
    text-align: right;
}
.date-wallet-top span {
    display: block;
    margin: 0px;
}
.date-wallet-top strong {
    margin-top: -5px;
    display: block;
}
.to-right-dropdown {
    right: 0px !important;
}
.product-alert {
    padding: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*Category*/
.ul-category-icon{
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.ul-category-icon li{
    margin: 2px;
    float: left;
}
.ul-category-icon .ul-category-icon-item {
    width: 40px;
    height: 40px;
    padding: 13px;
    border: solid 1px #e2e2e2;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
}
.ul-category-icon li:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}
.ul-category-icon li:hover .ul-category-icon-item{
    border: solid 1px #ccc;
}
.ul-category-icon .ul-category-icon-item.active {
    border: solid 3px #0f9960;
    padding: 10px;
}
.ul-category-icon .ul-category-icon-item .check-selected {
    color: #fff;
    display: none;
}
.ul-category-icon .ul-category-icon-item.active .check-selected{
    display: block;
}
.ul-category-icon .ul-category-icon-item.active img{
    display: none;
}
.p-right-0 {
    padding-right: 0 !important;
}
.p-top-4 {
    padding-top: 4px !important;
}
.ul-category-icon li img{
    width: 15px;
    margin-left: -1px;
    margin-top: -17px;
}
.ul-category-icon li span {
    margin-top: 10px;
    margin-left: 10px;
}
.d-block {
    display: block !important;
}
.invo-category-card{
    width: 100%;
    background: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    margin-bottom: 10px;
    height: 200px;
    border: 1px solid #e7e7e7;
}
.invo-category-card:hover{
    box-shadow: 0px 2px 17px -1px rgb(57 57 57 / 12%);
}
.invo-category-content {
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.invo-content-header {
    border-bottom: 1px solid #ebeff2;
    padding: 10px;
    text-align: left;
    color: #59687f;
    font-size: 19px;
    position: relative;
    padding-left: 20px;
    padding-right: 0px;
    line-height: 5px;
    height: 55px;
}
.invo-category-badge {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
    fill: #416684;
    text-align: center;
    border: 1px dashed #b7bfc6;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    padding-top: 7px;
}
.invo-category-badge{
    border: 1px solid #b7bfc6;
}
.invo-category-badge:hover{
    opacity: 0.7;
}
.md-m-0 {
    margin: 0px !important;
}
.blur5 {
    opacity: 0.5;
}
.md-pr-10 {
    padding-right: 10px !important;
}

.invo-category-icon {
    background-color: #f3f3f369 !important;
    font-size: 16px;
    color: #393939;
    font-weight: 600;
    overflow: auto;
    height: 150px;
    background-size: 35% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 140px;
}
.invo-category-small{
    font-size: 12px;
    font-weight: 100;
    margin-top: 10px;
    display: block;
}
.invo-category-title{
    font-size: 14px;font-weight: 900;margin: unset; margin-top: 10px !important;
}
.border-right{
    border-right: 1px solid #dedede !important;
}
.btn-info:hover{
    color: #fff !important;
}
.card-new{
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) !important;
    border: 1px solid #e2e2e2 !important;
}
.income-title-h2{
    border: solid 1px #18b2728f !important;
    box-shadow: -1px 3px 1px 0px rgb(0 0 0 / 5%);
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}
.expense-title-h2{
    border: solid 1px #ff1a1a !important;
    box-shadow: -1px 3px 1px 0px rgb(0 0 0 / 5%);
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}


#contato-whatsapp {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    z-index: 999;
    background-image: linear-gradient(to bottom right, #7b9977, #2FB844);
    font-family: 'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 0 0 #2fb844;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

#contato-whatsapp a, #contato-whatsapp a:hover, #contato-whatsapp a:visited{    
    color: #FFF;
}

#contato-whatsapp .col-xs-7, #contato-whatsapp .col-xs-5{                                 
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
#contato-whatsapp:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
.alert-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.75);
}
.alert-box{
    margin: 0 auto;
    background: #fff;
    border: 1px solid #cfcfcf;
    max-width: 300px;
    width: 100%;
    padding: 20px 28px;
    border-radius: 5px;
    box-shadow: 0 4px 21px 0 rgb(0 0 0 / 12%);
    font-size: 12.5px;
    line-height: 20px;
    text-align: center;
    transition: all .2s ease-in-out;
}
.card-box:hover .alert-box{
    box-shadow: 1px 7px 21px 4px rgb(0 0 0 / 12%);
}
.card-box:hover {
    border: solid #75d878 1px;
}
.text-default {
    color: #938d8d !important;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

/*Recipt*/
.receipt-content .logo a:hover {
    text-decoration: none;
    color: #7793C4; 
  }
  
  .receipt-content .invoice-wrapper {
    background: #FFF;
    border: 1px solid #e5e5e5;
    padding: 20px 40px 20px;
    border-radius: 4px; 
  }
  
  .receipt-content .invoice-wrapper .payment-details span {
    color: #A9B0BB;
    display: block; 
  }
  .receipt-content .invoice-wrapper .payment-details a {
    display: inline-block;
    margin-top: 5px; 
  }
  
  .receipt-content .invoice-wrapper .line-items .print a {
    display: inline-block;
    border: 1px solid #9CB5D6;
    padding: 13px 13px;
    border-radius: 5px;
    color: #708DC0;
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; 
  }
  
  .receipt-content .invoice-wrapper .line-items .print a:hover {
    text-decoration: none;
    border-color: #333;
    color: #333; 
  }
  
  .receipt-content .logo {
    text-align: center;
    margin-top: 50px; 
  }
  
  .receipt-content .logo a {
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    font-size: 36px;
    letter-spacing: .1px;
    color: #555;
    font-weight: 300;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; 
  }
  
  .receipt-content .invoice-wrapper .intro {
    line-height: 25px;
    color: #444; 
  }
  
  .receipt-content .invoice-wrapper .payment-info {
    margin-top: 0px;
  }
  
  .receipt-content .invoice-wrapper .payment-info span {
    color: #A9B0BB; 
  }
  
  .receipt-content .invoice-wrapper .payment-info strong {
    display: block;
    color: #444;
    margin-top: 3px; 
  }
  
  @media (max-width: 767px) {
    .receipt-content .invoice-wrapper .payment-info .text-right {
    text-align: left;
    margin-top: 10px; } 
  }
  .receipt-content .invoice-wrapper .payment-details {
    border-top: 2px solid #EBECEE;
    margin-top: 10px;
    padding-top: 20px;
    line-height: 22px; 
  }
  
  
  @media (max-width: 767px) {
    .receipt-content .invoice-wrapper .payment-details .text-right {
    text-align: left;
    margin-top: 10px; } 
  }
  .receipt-content .invoice-wrapper .line-items {
    margin-top: 10px; 
  }
  .receipt-content .invoice-wrapper .line-items .headers {
    color: #A9B0BB;
    font-size: 13px;
    letter-spacing: .3px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 4px; 
  }
  .receipt-content .invoice-wrapper .line-items .items {
    margin-top: 8px;
    border-bottom: 2px solid #EBECEE;
    padding-bottom: 8px; 
  }
  .receipt-content .invoice-wrapper .line-items .items .item {
    padding: 10px 0;
    color: #696969;
    font-size: 15px; 
  }
  @media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .items .item {
    font-size: 13px; } 
  }
  .receipt-content .invoice-wrapper .line-items .items .item .amount {
    letter-spacing: 0.1px;
    color: #84868A;
    font-size: 16px;
   }
  @media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .items .item .amount {
    font-size: 13px; } 
  }
  
  .receipt-content .invoice-wrapper .line-items .total {
    margin-top: 10px; 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
    width: 40%;
    text-align: left;
    font-size: 13px;
    color: #7A7A7A;
    line-height: 20px; 
  }
  
  @media (max-width: 767px) {
    .receipt-content .invoice-wrapper .line-items .total .extra-notes {
    width: 100%;
    margin-bottom: 30px;
    float: none; } 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
    display: block;
    margin-bottom: 5px;
    color: #454545; 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .field {
    margin-bottom: 7px;
    font-size: 14px;
    color: #555; 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .field.grand-total {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 500; 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
    color: #20A720;
    font-size: 26px; 
  }
  
  .receipt-content .invoice-wrapper .line-items .total .field span {
    display: inline-block;
    margin-left: 20px;
    min-width: 85px;
    color: #84868A;
    font-size: 15px; 
  }
  
  .receipt-content .invoice-wrapper .line-items .print {
    margin-top: 20px;
    text-align: center; 
  }
  
  
  
  .receipt-content .invoice-wrapper .line-items .print a i {
    margin-right: 3px;
    font-size: 14px; 
  }
  
  .receipt-content .footer {
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 12px;
    color: #969CAD; 
  }
.bar-code-info {
    background: #fbfbfb;
    border: solid #e3e3e3 1px;
    padding: 5px;
}
.alert-slip-info{
    width: 100%;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    margin-top: -5px;
    display: block;
}
.no-item-integration {
    text-align: center;
}
.no-item-integration i{
    text-align: center;
    font-size: 90px;
    margin-top: 30px;
    color: #ccc;
    margin-bottom: 10px;
    display: block;
}
.no-item-integration span{
    font-size: 20px;
    display: block;
    color: #ccc;
    margin-top: 25px;
}
.integrate-card {
    box-shadow: 0 4px 10px #00000029 !important;
    border-radius: 20px !important;
    display: flow-root !important;
}

/*Fast add */
.fast-add ul{
    list-style: none;
    margin-top: 20px;
}
.fast-add .btn-list {
    display: flex;
    flex-direction: row;
    padding: 0px;
}
.fast-add .btn-list .btn-action {
    width: 82px;
    height: 80px;
    margin-right: 11px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all linear 150ms;
    -moz-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
}
.fast-add .btn-list .btn-action a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 18px;
}
.fast-add .btn-list .btn-action a.expense i {
    color: #ff6c6c;
}
.fast-add .btn-list .btn-action a i {
    font-size: 22px;
}
.icon-expense-dashboard:before {
    content: "\e091";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: stimper-icon!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fast-add .btn-list .btn-action a.earning i {
    color: #1bd273;
}
.fast-add .btn-list .btn-action a.import i {
    color: #007bff;
}
.fast-add .btn-list .btn-action a i {
    font-size: 22px;
}
.icon-earning-dashboard:before {
    content: "\e094";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: stimper-icon!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fast-add .btn-list .btn-action a.transfer i {
    color: #c2c2c2;
}
.fast-add .btn-list .btn-action a i {
    font-size: 22px;
}
.icon-transfer-dashboard:before {
    content: "\e095";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: stimper-icon!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fast-add .btn-list .btn-action a.import i {
    color: #57d3ff;
}
.fast-add .btn-list .btn-action a i {
    font-size: 22px;
}
.icon-import-dashboard:before {
    content: "\e092";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: stimper-icon!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fast-add .btn-list .btn-action{
    border-radius: 8px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 2px 0 #e5e5e5;
}
.fast-add .btn-list .btn-action:hover {
    background: #f0f0f0;
}
.fast-add .btn-title {
    font-size: 10px;
}
.chart-legend--vertical {
    flex-direction: column;
}
.chart-legend {
    display: flex;
    white-space: nowrap;
    justify-content: center;
}
.chart-legend-item {
    padding: 0.25rem 0.5rem;
    border: 1px solid #e9edf2;
    border-radius: 0.2rem;
}
.chart-legend-item {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 15px;
    margin: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(39,44,51,.5);
    border-radius: 5px;
}
.chart-legend-indicator {
    margin-right: 0.25rem;
}
.chart-legend-indicator {
    border-radius: 50%;
}
.chart-legend-indicator {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    font-size: 18px;
    margin-right: 8px;
}
.chart-legend {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    margin-top: 2px;
}
.icon-category-overview{
    background-color: rgb(24, 178, 114);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
}
.icon-category-overview img {
    width: 50%;
}
.info-label.report {
    flex-direction: row;
    cursor: pointer;
    -webkit-transition: all linear 150ms;
    -moz-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
}
.info-label {
    width: 100%;
    height: 47px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    margin-right: 19px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 14px 21px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 14px 21px 0 rgba(0,0,0,.06);
    box-shadow: 0 14px 21px 0 rgb(0 0 0 / 6%);
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 0 2px 0 #e5e5e5;
}
.no-shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.info-label.report i {
    font-size: 30px;
    margin-right: 12px;
}
.icon-report:before {
    content: "\e093";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: stimper-icon!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header nav.navigation .nav > li.active > a {
    height: 55px;
}
header nav.navigation .nav > li.active > a.selected::after {
    opacity: 1;
    background-color: #18b272 !important;
}
header nav.navigation .nav > li.active > a::after {
    content: '';
    height: 3px;
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.m-right-20 {
    margin-right: 20px !important;
}
@media print {
    body * {
      visibility: hidden;
    }
    .printable, .printable * {
      visibility: visible;
    }
    .printable {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      margin:0;
    }
    jdiv{visibility: hidden; display: none;}
}
.liactive {
    color: #18b272;
    border-right: 2px solid #18b272;
}
.dropdown-menu .menuitem.active {
    color: #18b272;
    border-right: 2px solid #18b272;
}
.radius-10 {
    border-radius: 10px !important;
}
.qt-loader.qt-loader-left {
    padding-left: 40px !important;
}
.qt-loader:before {
    border: 2px solid #fff;
    -webkit-animation: clockwise 0.5s linear infinite;
}

.qt-loader.qt-loader-mini:before,
.qt-loader:before {
  content: "";
  top: 57%;
  background: 0 0;
  opacity: 0.75;
  left: 0;
  box-sizing: border-box;
}

.qt-loader {
    position: relative;
    z-index: 999;
}
.qt-loader:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    animation: clockwise 0.5s linear infinite;
}
.qt-loader.qt-loader-mini:before {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    -webkit-animation: clockwise 0.5s linear infinite;
    animation: clockwise 0.5s linear infinite;
}
.qt-loader.qt-loader-left:before {
    right: auto;
    left: 0;
    margin-left: 13px;
}
.qt-loader.qt-loader-right {
    padding-right: 40px !important;
    transition: padding-right 0.2s;
}
.qt-loader.qt-loader-right:before {
    left: auto;
    right: 0;
    margin-right: 13px;
}
.qt-loader.qt-loader-secondary:before {
    border: 2px solid #788db4;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader.qt-loader-success:before {
    border: 2px solid #2fbfa0;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader:hover.qt-loader-success:before {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader.qt-loader-danger:before {
    border: 2px solid #ff5c75;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader:hover.qt-loader-danger:before {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader.qt-loader-info:before {
    border: 2px solid #399af2;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader:hover.qt-loader-info:before,
.qt-loader:hover.qt-loader-secondary:before {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader.qt-loader-warning:before {
    border: 2px solid #ffce67;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader:hover.qt-loader-warning:before {
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.qt-loader.qt-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
}
.qt-loader.qt-loader-left {
    padding-left: 40px !important;
}
@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
}
@keyframes donut-rotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
}
body.modal-open {
    overflow: hidden !important;
}

.form-control[readonly], .form-control {
    background-color: #fff !important;
    opacity: 1;
}
.vdp-datepicker__calendar header {
    position: relative !important;
}
.vdp-datepicker__calendar .cell.selected {
    background: #18b272 !important;
    color: #fff !important;
  }
.ccard-hover:hover{
    background: #d0d0d0 !important;
    cursor: pointer;
}
.swal2-popup {
    color: #545454;
    font-family: inherit;
    font-size: 15px !important;
}
.transaction-note {
    color: #b7b7b7;
    display: block;
}

.btn-edit-category {
    color: #12c48b;
    background-color: hsl(160, 60%, 94%);
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 30%;
    padding: 0 8px;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    border: 1px solid hsl(160, 67.5%, 84.3%);
    border-bottom-color: rgb(188, 242, 224);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 3px solid hsl(160.3, 50.4%, 76.3%);
  }
  .btn-edit-category:hover {
    background-color: #acd9ca;
  }
  .btn-edit-category span {
    display: inline-block;
    position: relative;
    top: -1px;
    color: #12c48b;
    text-align: center;
  }

  .btn-pay-transaction {
    color: #007bff;
    background-color: #007bff3d;
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 30%;
    padding: 0 8px;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-left: 5px;
  }
  .btn-pay-transaction:hover {
    background-color: #007bff79;
  }
  .btn-pay-transaction span {
    display: inline-block;
    position: relative;
    top: -1px;
    color: #007bff;
    text-align: center;
  }
  .btn-pay-transaction {
    border: solid 1px #007bff3d;
    border-bottom-color: rgba(0, 123, 255, 0.24);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 3px solid #007bff3d !important;
  }
  .btn-remove-category:hover {
    background-color: #f0d2d2;
  }
  
  .btn-remove-category {
    color: #f14c52;
    background-color: #feefef;
    position: relative;
    height: 34px;
    line-height: 34px;
    width: 30%;
    padding: 0 8px;
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-left: 5px;
    border: solid 1px #f7dede;
    border-bottom-color: rgb(247, 222, 222);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 3px solid #ecc7c7;
  }
  .btn-remove-category span {
    display: inline-block;
    position: relative;
    top: -1px;
    color: #f14c52;
    text-align: center;
  }
.accounts-list:hover {
    opacity: .9;
}
.hr-transactions {
    margin: 0px;
    margin-top: 0px;
    margin-top: 5px;
}
.display-block{
    display: block !important;
}
.info-installment {
    font-size: 13px;
    color: #bfbfbf;
}

.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
display: -ms-flexbox;
display: flex;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.border-radius-right {
    border-radius: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
}
.border-radius-left {
    border-radius: 4px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 4px !important;
}


.h3-type {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    bottom: 0px;
    background: #00000059;
    color: #fff;
    font-size: 15px;
    padding: 3px;
  }
  
  .drop-img {
    width: 30%;
    float: left;
    position: relative;
    border-radius: 5px;
    height: 90px;
    margin: 5px;
    overflow: hidden;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 2px 2px 2px #ccc;
  }
  .file-unic {
  float: none !important;
  margin: 0 auto !important;
    margin-top: 0px;
  margin-top: 10% !important;
}
.btn-add-new-item {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 13px !important;
}

.tooltip {
    opacity: 1 !important; }
  
  .bs-tooltip-top .arrow {
    bottom: 1px; }
  
  .bs-tooltip-top .arrow::before {
    border-top-color: #151726 !important; }
  
  .bs-tooltip-right .arrow {
    left: 1px; }
  
  .bs-tooltip-right .arrow::before {
    border-right-color: #151726 !important; }
  
  .bs-tooltip-left .arrow {
    right: 1px; }
  
  .bs-tooltip-left .arrow::before {
    border-left-color: #151726 !important; }
  
  .bs-tooltip-bottom .arrow {
    top: 1px; }
  
  .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #151726 !important; }
  
  .tooltip-inner {
    background-color: #151726;
    color: #E7F1FD;
    box-shadow: 0 1px 3px 0 rgba(108, 158, 195, 0.35);
    border-radius: 30px;
    padding: 7px 15px;
    text-align: center;
    min-width: 80px; 
}
.absolute {
    position: absolute !important;
}
.ccard-card-list-item {
    height: 195px !important; 
    width: 300px;
}
.no-border {
    border: none !important;
}
.card-budget-shadow {
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.1), 0 3px 10px #f3ece8;
}
.opacity-hover:hover {
    opacity: 0.7 !important;
}

.btn-default {
    border: solid 1px #D7D7D7 !important;
    border-bottom-color: rgb(215, 215, 215);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(215, 16, 16);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 144, 59);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: solid 4px #D7D7D7 !important;
    border-radius: 10px !important;
}
.btn-warning {
    border: solid 1px #cc903b !important;
    border-bottom-color: rgb(204, 144, 59);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: solid 4px #cc903b !important;
    border-radius: 10px !important;
}
.btn-danger {
    border: solid 1px #d71010 !important;
    border-bottom-color: rgb(215, 16, 16);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 144, 59);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: solid 4px #d71010 !important;
    border-radius: 10px !important;
}
.btn-success {
    border-bottom: solid 4px #0f9960 !important;
    border-radius: 10px !important;
    border: solid 1px #0f9960;
    border-bottom-color: rgb(15, 153, 96);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.btn-primary {
    border-bottom: solid 4px #0f9960 !important;
    border-radius: 10px !important;
    border: solid 1px #0f9960;
    border-bottom-color: rgb(15, 153, 96);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.modal-content {
    border: none;
    border-radius: 13px;
}
.modal-header {
    margin: 0;
    border-bottom: 2px solid #e6e6e6;
}
.modal-title {
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 500;
}
.btn-info {
    border-radius: 10px !important;
    border: solid 1px #32a5c6 !important;
    border-bottom: solid 4px #32a5c6 !important;
}

.btn-red, .badge-red {
    background-color: #f14c52;;
    border-color: #f14c52;;
}
.btn-red-shadow {
    -webkit-box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
    box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
}

.btn-info-trans {
    background-color: #32a5c6;;
    border-color: #32a5c6;;
}
.btn-info-shadow {
    -webkit-box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
    box-shadow: 0 5px 6px 0 rgb(55 163 59 / 20%);
}
.card-tab {
    box-shadow: 0 2px 0 #e5e5e5 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}
.info-transactions {
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: DINRoundPro-Light !important;
}
.m-top-15 {
    margin-top: 15px !important;
}
.DINRoundPro{
    font-family: DINRoundPro-Light !important;
}
.info-label-wallet {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
}
.info-label-card {
    position: absolute !important;
    right: 120px !important;
    top: -120px !important;
}
header {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 0 #e5e5e5;
}
.divider-category {
    margin-bottom: 15px;
    margin-top: 30px;
}

.modal-dialog {
    z-index: 2000 !important;
}

.progress-bar-budget p {
    margin-bottom: 0 !important;
}
.progress-bar-budget .item {
    margin: 17px 0;
}

.progress-bar-budget .progress{
    overflow: visible;
}
.progress-bar-budget .buble-day{
    position: absolute;
    text-align: center;
}
.progress-bar-budget .buble-day .buble-day-line {
    height: 10px;
    width: 5px;
    background: #40404087;
    margin: auto;
}
.progress-bar-budget .buble-day .buble-day-content {
    background: #40404087;
    border-radius: 8px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
}
.progress-bar-budget .buble-day .buble-day-span {
    color: #fff;
    font-size: 10px;
    margin: 0px;
    display: block;
    float: left;
    margin-top: -4px;
}
.progress-bar-budget .progress-bar {
    border-radius: 4px;
}
.category-list-color {
    float: left;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    background: #54b78e;
}
.p-left-25 {
    padding-left: 25px;
}
.modal.show {
    transition: display 2s;
}
.modal-backdrop.in {
    transition: opacity 2s;
}
.icon-wallet-list {
    width: 20%;
    padding-top: 15%;
}
.icon-wallet-list img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}