﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 890px) {
    .mobileHide {
        display:none;
    }

    .navbar-nav {
        justify-content: center;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: #f4f6f9;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

div.login-logout-tab div.card-header {
    padding: 12px;
    text-align: center;
}

    /*div.login-logout-tab div.card-header img {
        width:500px;
        height:100px;
        margin: 0px;
    }*/

div.card-content {
    padding: 10px 20px;
}

/*login form*/
div.login-form-icon {
    text-align: center;
}

.header-title {
    font-size: 20px;
    color: #888888;
}

.card {
    margin: 20px 0px;
}

.validate-erro {
    border: 1px solid red;
}

.table {
    font-family: Arial !important;
    border-collapse: collapse !important;
    padding-bottom: 1.5em !important;
    /*margin-top: 1.5em !important;*/
    font-size: 14px;
    border-bottom: 2px solid #828282 !important;
}

    .table td, .table th {
        border: 1px solid #fff !important;
        padding: 8px;
    }

    .table tr:hover {
        background-color: #ddd !important;
    }

    .table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #646464;
        color: #fff;
        font-weight: bold;
    }

    .table tbody {
        color: #3f3f3f;
    }

    .table tr:nth-child(2n+1) {
        background-color: #eee;
    }

    .table td i {
        color: #3f3f3f;
        font-size: 1.5em;
    }

#budget-table {
    font-family: Arial !important;
    border-collapse: collapse !important;
    padding-bottom: 1.5em !important;
    font-size: 14px;
    width: 100%
}

    #budget-table td, #budget-table th {
        border: 1px solid #828282 !important;
        padding: 8px;
    }

    #budget-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #646464;
        color: #fff;
        font-weight: bold;
        position:sticky;
        z-index:10;
        top:0px;
    }

    #budget-table tbody {
        color: #3f3f3f;
    }

    #budget-table tr:nth-child(2n+1) {
        background-color: #eee;
    }

.navbar-nav{
    flex-direction:row;
}

.nav-item {
    font-size: 18px;
    align-self: center;
    padding: 10px;
}

.bg-white {
    margin-bottom: 20px;
}

.btn {
    border-radius:0px !important;
}

/*START LOADER*/
.ajax_loader_back {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1051;
}

.ajax_loader_hidden {
    display: none;
}

.lds-roller {
    width: 140px !important;
    height: 64px;
    position: fixed;
    top: 45%;
    left: 48%
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #1b6ec2;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

.lds-roller-text {
    position: relative;
    top: 5em;
    right: 2.5em;
    color: #1b6ec2;
    font-weight: bold;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*END LOADER*/

.changeApproved {
    cursor: pointer;
}

.chart {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.div-scroll-table {
    text-overflow: ellipsis;
    overflow: auto;
}