﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a {
    cursor: pointer;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    background-color: white;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.header-title {
    color: white;
    padding-top: 10px;
    white-space: nowrap;
}

.header-subtitle {
    color: white !important;
}

.header-container > div > a {
    margin-top: 5% !important;
    background-color: #92d400 !important;
    color: #fff !important;
    font-size: 16px
}

.navbar-brand {
    color: white !important;
}

/* Legacy BS3 .navbar-header / .navbar-inverse / .panel-default removed — Bootstrap 5 uses .navbar-dark and .card */

.login-custoncontrol {
    background-color: #003865 !important;
    color: white !important;
    margin-left: 25px;
}

    .login-custoncontrol::placeholder {
        color: white !important;
    }

.mb-3.last {
    margin-bottom: 0px;
}

.control-display {
    font-weight: normal !important;
}

.btn-load-report {
    color: white;
    border-radius: 4px;
    background-color: #003865 !important;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    font-weight: 700;
}

    .navbar-dark .navbar-nav .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #FFF;
        transition: width .3s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::after {
        width: 100%;
        transition: width .3s;
        background-color: #FFF;
    }

.dropdown-menu {
    background-image: linear-gradient(180deg, #708090, #708090);
}

    .dropdown-menu .dropdown-item {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 700;
        line-height: 1.42857143;
        color: white !important;
        white-space: nowrap;
    }

.navbar-dark .navbar-nav > .show > a, .navbar-dark .navbar-nav > .show > a:hover, .navbar-dark .navbar-nav > .show > a:focus {
    background-color: #708090;
    color: white !important;
    font-weight: 700;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    font-weight: 700;
    background-color: #D8BFD8;
}

.navbar > .container .navbar-brand {
    font-size: 22px;
}

.nav-login {
    background-color: #6d0c08;
}

.nav-user-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid white;
    color: white;
    display: inline-table;
    text-align: center;
}

    .nav-user-circle > i {
        font-size: 11px;
        vertical-align: middle;
        display: table-cell;
    }

.btn-load-report:active, .btn-load-report:hover {
    color: white;
}


.row-month {
    font-weight: 600;
}

.link-money {
    cursor: pointer;
}

.edit-money {
    display: none;
}

.link-money:hover + .edit-money {
    display: block;
}

.form-subtitle {
    font-weight: 600;
    color: #8f1e2a;
    border-bottom: 1px solid #8f1e2a;
    margin-top: 10px;
    margin-bottom: 25px;
}

.toast-top-right {
    top: 60px;
    right: 12px;
}


.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-nav:last-child {
    border-right: 0
}

.search-box {
    margin-bottom: 25px;
    float: left;
}

.page-bg {
    background-image: url('/Content/Images/Login_bg.jpg');
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



.icon-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
}

/* Header Line */

.header-home {
    margin-right: 0px;
    margin-left: 0px;
}

.header-container {
    background-color: #003865;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: white !important;
}

    .header-container > div > h3 {
        margin-top: 10px;
        float: left;
    }

    .header-container > div > div > button {
        margin-top: 5% !important;
        background-color: #92D400 !important;
        color: white !important;
        font-size: 16px;
    }

        .header-container > div > div > button:hover {
            border-right: 5px solid white;
        }

        .header-container > div > div > button > span {
            font-size: 14px !important;
        }
/* -----   */

.search-row{
    margin-top: 10px;
}

.search-box {
    margin-left: -1.4%;
}

.btn-search {
    border: none;
    background-color: #e9ecef;
    color: #003865;
}

.btn-search:hover {
    background-color: #003865;
    color: white;
}

.btn.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.btn-secondary {
    color: #000;
    background-color: rgb(240, 240, 240);
    border-color: rgb(240, 240, 240);
}

.table > thead > tr > th {
    background-color: #003865;
    color: white;
}

.grid-button {
    margin-bottom: 3px;
    font-size: 12px;
    border: none;
    color: #003865;
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #e9ecef;
}

.grid-button:hover {
    background-color: #003865;
    color: white;
}

.container-pagination {
}

.container-row-pagination {
    text-align: center;
}

.pagination > li > a {
    background-color: #AE8CC0 !important;
    border-color: #AE8CC0 !important;
}

.container-row-pagination > div > ul {
    margin: 0px;
}

.row-buttom {
    margin-top: 30px;
}

.pagination > li > a {
    color: white;
}

    .pagination > li > a:hover {
        background-color: #C4ABD1 !important;
        color: white;
    }

.pagination > li.active > a {
    background-color: #004F79 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.background-powerbi {
    background-image: url(/images/fundo_rni.png);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 984px;
    background-attachment: scroll, fixed;
}

.transparencia {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.borda-arredondada {
    border-radius: 50px;
}

.orange {
    background-color: #003865 !important;
}

.container-fluid {
    width: 96% !important;
}

#btnSearch {
    height: 33px;
}

.row.panel {
    padding-bottom: 20px;
}