/*@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,500,700&display=swap');

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #E1E3E4;
    font-family: 'Roboto' !important;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.3em;
    font-size: 14.5px;
    color: #707070;
}

body, html {
    height: 100%;
}

hr {
    margin: 0;
    padding: 0;
}

a {
    color: #134360;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #6ABAE2;
    text-decoration: none;
    outline: none;
}

::selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

::-moz-selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

::-webkit-selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}


.btn-primary, .btn-primary:active, .btn-primary:visited {
    background: #718E9F;
    border: 1px solid #718E9F;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus {
    background: #577282;
    border: 1px solid #577282;
}

.btn-danger {
    background: #d9534f !important;
    color: #FFF;
    border: 1px solid #d9534f;

}

.btn-danger:hover, .btn-danger:focus {
    background: #893735;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
    background: #519F67;
    color: #FFF;
    border: 1px solid #519F67;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #488E5B;
    /* border: 1px solid #488E5B;*/
}

.btn-success, .btn-success:active, .btn-success:visited {
    background: #7CB78D !important;
    color: #FFF;
    border: 1px solid #7CB78D;
}

.input-group-btn {
    font-size: 0.98em !important;
}

.btn-success:hover, .btn-success:focus {
    background: #569C6B;
}

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
    background: #FFF;
    color: #707070;
    border: 1px solid #707070;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #707070;
    color: #FFF;
    border: 1px solid #707070;
}


.btn-default {
    border: 1px solid #707070;
    color: #74706A;
}

.btn-warning {
    border: 1px solid #eea236;
}

.btn-sm {
    padding: 7px 10px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 7px 10px !important;
}

.border-bottom {
    border-color: #A8A9AA !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
    font-style: normal;
    color: #333333CC;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}

h3.amount {
    font-size: 1.9em;
}

h4.amount {
    font-size: 1.6em;
}

strong {
    font-weight: 500;
}

select.custom-select {
    font-size: 1em;
}

header #logo.navbar {
    background: #FFF;
    margin: 0;
    padding: 20px 0;
}

header #logo.navbar .ml-auto {
    font-weight: 300;
    color: #134360;
    line-height: 1.5em;
}

header #logo.navbar .ml-auto small {
    font-size: 0.95em;
    font-weight: 300;
}

header #logo.navbar .ml-auto img {
    width: 44px;
    height: 44px;
    float: right;
}

header #menu.navbar {
    background: #134360;
    margin: 0;
    padding: 0;
}

header .navbar-brand {
    margin: 0 0 0 10px;
}

header .navbar-toggler {
    z-index: 9999;
    font-size: 2em;
    border-radius: 0;
    margin: 0;
}

header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(19,67,96,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header .nav-item {
    margin: 8px 0;
    padding: 0 0;
}

header .nav-item:last-child {
    border-right: 0;
}

header .nav-item a.nav-link {
    color: #FFF;
    font-size: 0.95em;
    padding: 0 25px !important;
    border-right: 1px solid #FFF;
}

header .nav-item:last-child a.nav-link {
    border-right: 0;
}

header .nav-item.active a.nav-link {
    color: #84BEDF;
}

header .nav-item.active {
    border-bottom: 5px solid #84BEDF;
    margin-bottom: -5px;
}

header .nav-item a.nav-link:hover,
header .nav-item a.nav-link:active,
header .nav-item a.nav-link:focus,
header .nav-item a.nav-link > li:hover > a,
header .nav-item a.nav-link.active {
    color: #84BEDF;
}

header .nav-item.active > a:hover {
    color: #84BEDF !important;
}

header .dropdown-menu {
    background: #134360;
    min-width: 230px;
    padding: 0 0 8px 0;
    margin: 8px 0 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 5px solid #84BEDF;
}

header .dropdown-menu a.dropdown-item {
    padding: 8px 25px;
    margin: 0;
    font-size: 0.8em;
    color: #FFF;
}

header .dropdown-menu a:hover, header .menu .dropdown-menu a:active {
    color: #84BEDF;
    background: none;
}

footer {
    background: #222233;
    color: #337AB7;
    text-align: center;
    font-size: 0.95em;
    padding: 5px 0;
    margin-top: 30px;
}

.card {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15)
}

.card .card-header {
    background: #FFF;
    font-size: 1.1em;
}

.card .card-header select {
    float: right;
    width: auto;
    color: #707070;
    font-size: 0.8em;
    font-weight: 300;
    border: 0;
}

.card-filter {
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 20px;
}

.card-filter button {
    height: 45px;
}

.card-filter .form-group {
    margin-bottom: 0;
}

.card-filter .form-group label {
    margin-bottom: 2px;
    font-weight: 500;
}

.card-filter .form-group input, .card .card-filter .form-group select {
    height: 45px;
    color: #6897B1;
}

.card-filter .form-group input::placeholder {
    color: #6897B1;
}

.card-filter .form-group .input-group-text {
    background: #fff;
    color: #CBCBCB;
    padding-right: 0;
}

.progress {
    height: 18px;
    border-radius: 0;
    color: #718E9F;
    background: #FFF;
    font-size: 0.95em;
}

.progress .progress-bar {
    background: #718E9F;
    margin-right: 7px;
}

.receipt {
    font-size: 14px;
    line-height: 1.2em;
}

/* tables */
.table {
    color: #707070;
}

.table tr th, .table tr td {
    border-top: 1px solid #E7E7E7;
}

.table > thead > tr > th {
    border-bottom: 1px solid #E7E7E7;
    border-top: 2px solid #E7E7E7;
    padding-top: 13px;
    padding-bottom: 13px;
}

.table > tbody > tr > td {
    font-size: 0.95em;
    color: #818181;
    /*padding-top: 13px;
    padding-bottom: 13px;*/
}

.table > tbody > tr:hover {
    background: #EEE;
}

.table > tbody > tr > td.status {
}

.table > tbody > tr > td.status i {
    padding-right: 5px;
    font-size: 1.3em;
    color: #84BEDF;
    vertical-align: inherit;
}

.table > tbody > tr.pago > td.status {
    color: #268841 !important;
    font-weight: 600;
}

.table > tbody > tr.pago > td.status i {
    color: #268841 !important;
}

.table > tbody > tr.atrasado > td {
    color: #AB0C0F !important;
}

.table > tbody > tr.atrasado > td.status {
    font-weight: 600;
}

.table > tbody > tr.atrasado > td.status i {
    color: #AB0C0F !important;
}

.dataTables_wrapper .dataTables_info {
    font-weight: 500;
    font-size: 1.1em;
    color: #707070 !important;
    padding: 0 40px 20px 0 !important;
}

.dataTables_wrapper .dataTables_length {
    color: #999;
    font-size: 0.75em;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #CED4DA;
    padding: 2px 0;
    margin-right: 5px;
    color: #6897B1;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 10px
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #707070 !important;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
    border: 0;
    background: #84BEDF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #999 !important;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #84BEDF !important;
    border: 0;
    background: #FFF;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #84BEDF;
}

a.box-chart {
    padding: 10px;
    display: block;
    background: #7B96A6;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    border: 1px solid #FFF;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1)
}

a.box-chart:hover, a.box-chart.active {
    background: #84BEDF;
}

a.box-chart h5 {
    color: #FFF;
    font-size: 3.2em;
}

a.box-chart .text-right {
    font-size: 0.85em;
    line-height: 1em;
}

a.box-chart .text-left {
    margin-top: 5px;
    line-height: 1em;
}

a.box-chart i.mr-2 {
    font-size: 2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7B96A6;
    background: #FFF;
}

a.box-chart i.ml-2 {
    font-size: 2em;
    margin-right: 10px;
}


/* RESPONSIVE */
@media (min-width: 1680px) {
    .container {
        max-width: 1650px;
        width: 1650px;
    }
}

@media (max-width: 1679.99px) {
    .container {
        max-width: 100%;
        width: 100%;
    }

    h3.amount {
        font-size: 1.7em;
    }

    h4.amount {
        font-size: 1.4em;
    }
}

@media (max-width: 1379.99px) {
    /*body { background: #00DDEE; }*/
    .receipt {
        font-size: 12px;
    }

    h3.amount {
        font-size: 1.4em;
    }

    h4.amount {
        font-size: 1.2em;
    }

    a.box-chart h5 {
        font-size: 2.2em;
    }

    a.box-chart i.mr-2 {
        font-size: 1.4em;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    a.box-chart i.ml-2 {
        font-size: 1.4em;
    }
}

@media (max-width: 991.99px) {
    /*body { background: #ffcc00; }*/
    header .nav-item a.nav-link {
        border-right: 0;
    }

    header .nav-item.active {
        border-bottom: 0;
        margin-bottom: 0;
    }

    header .dropdown-menu {
        border-bottom-width: 1px;
    }
}

@media (max-width: 767.99px) {
    /*body { background: #cc0000; }*/
    header #logo.navbar {
        padding: 5px 0;
    }

    .card-filter button {
        width: 100%;
    }

    .card-filter .form-group {
        margin-bottom: 10px;
    }
}

.btn {
    border-radius: 3px;
    font-size: 0.95em !important;
    padding: 9px 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    color: #FFF;

}

