:root{
    --primaryColor : #00094c
}
.bg-success {
    background: #4daf03 !important;
}
.bg-danger {
    background: #af0303 !important;
}
.bg-primary {
    background: #00094c !important;
}
.bg-warning {
    background: #ff9800 !important;
}
.purple {
    background: #7d03af !important;
}
.alert-info {
    color: #00094c;
    background: #e0e8f3;
}
.btn-success {
    background: #4daf03;
    border-color: #4daf03;
}
.text-primary{
    color: var(--primaryColor)!important;
}
.btn-primary{
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    opacity:.9;
}

/* COR DO BOX PRINCIPAL DA HOME DO USUARIO - COR DO SALDO */
.card-token {
    background-image: linear-gradient(45deg, #2a3527 0%, #415F3A 100%);
    color: #fff;
}
.card-token .card-sub-title {
    color: #fff;
    font-size: 13px;
}

/* COR DO OBJETOS */
.objects-color-green {
    color: #2a3527;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    opacity:1;
}
.login{
    background: var(--primaryColor)!important;
}
.no-padding{
    padding: 0!important;
}
a {
    outline: 0;
    transition: all 0.5s;
    color: var(--primaryColor);
}
.navbar-menu li a .ti{
    margin-right: 7px;
    font-size: 20px;
    line-height: 0;
}

.navbar-menu>li>a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    padding: 12px 0;
    position: relative;
    color: var(--primaryColor);
}.navbar-dropdown:after {
     position: absolute;
     left: 0;
     top: -2px;
     height: 2px;
     width: 100%;
     content: '';
     background: var(--primaryColor);
 }
.nav-icon{
    font-size: 22px;
    line-height: 0;
    padding: 0;
}
.form-control {
    background-color: rgb(255, 255, 255);
    border-color: #ccc;
    box-shadow: none;
    color:var(--primaryColor)!important;
    outline:none;
}

.datatable-header{
    display: flex;
    justify-content: end;
    align-items: initial;
}
.dataTables_length select.input-bordered{
    height: 39px!important;
    margin-top: -3px!important;
}
div.dataTables_wrapper div.dataTables_filter label:before {
    left: 11px!important;
}
.card.card-body.bg-danger,.card.card-body.bg-success,.card.card-body.bg-info,.card.card-body.bg-purple,.card.card-body.bg-primary,.card.card-body.bg-warning{
    border: 4px double #FFF;
}
div.dataTables_wrapper div.dataTables_length select {
    margin-left: 0!important;
}
.table-striped td,.table-striped th{
    padding-left: 10px;
}
.input-bordered {
    border-radius: 4px;
    border: 1px solid #d2dde9!important;
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    font-size: .9em;
    color: rgba(73,84,99,0.7);
    transition: all .4s;
}
.form-control:hover,.form-control:focus{
    box-shadow: none;
}
.header-bubbles { position: absolute; left: 0; height: 100%; width: 100%; content: ''; z-index: 0; overflow: hidden; }

.overlay-bubble { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.overlay-bubble div { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.05); }
.overlay-bubble-1 { height: 735px; width: 735px; right: calc(50% - 65px); top: calc(50% + 10px); }
.overlay-bubble-2 { height: 680px; width: 680px; right: calc(50% + 360px); top: calc(50% - 145px); }
.overlay-bubble-3 { height: 350px; width: 350px; right: calc(50% - 95px); top: calc(50% + 540px); }
.overlay-bubble-4 { height: 650px; width: 650px; left: calc(50% + 435px); top: calc(50% - 240px); }
.overlay-bubble-5 { height: 350px; width: 350px; left: calc(50% + 490px); top: calc(50% + 240px); }
.overlay-bubble-6 { height: 440px; width: 440px; left: calc(50% + 685px); top: calc(50% + 240px); }

.overlay-bars { position: absolute; left: 0; top: 0; height: 100%; width: 100%; overflow: hidden; }
.overlay-bars div { position: absolute; background: rgba(255, 255, 255, 0.06); transform: rotate(-15deg); }
.overlay-bars.reverse { transform: scaleX(-1); }
.overlay-bar-1 { height: 140%; width: 300px; left: calc(50% - 210px); top: -20%; }
.overlay-bar-2 { height: 100%; width: 160px; left: calc(50% - 170px); bottom: calc(50% + 155px); }
.overlay-bar-3 { height: 100%; width: 230px; left: calc(50% - 90px); top: calc(50% + 280px); }
.overlay-bar-4 { height: 140%; width: 300px; left: calc(50% - 860px); top: -20%; transform: rotate(-15deg); }
.overlay-bar-5 { height: 140%; width: 160px; left: calc(50% - 910px); top: -20%; }
.overlay-bar-6 { height: 140%; width: 300px; left: calc(50% + 530px); top: -20%; }
.overlay-bar-7 { height: 140%; width: 300px; left: calc(50% + 670px); top: -20%; }


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group {
    width: 100%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.toast-top-right {
    top: 70px;
    width: 100%;
}
.toast {
    width: 100%;
    max-width: 1109px;
    margin: auto;
    left: 18px;
    cursor: pointer;
}
.no-margin{
    margin: 0
}
.toast-success{
    background:#43a047
}
.hidden{
    display: none!important;
}
.page-ath-form, .page-ath-header, .page-ath-footer, .page-ath-text {
    width: 520px;
}
.toast-danger, .toast-error{
    background:#ff6868
}
.data-item-min tr td.data-col {
    padding: 10px!important;
}
.modal-dialog .close {
    position: absolute;
    right: 11px;
    color: #fff!important;
}
.modal-dialog .close:hover {
    opacity: 1!important;
    color: #fff!important;
}
.modal-dialog .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

.modal-dialog .modal-content {

    padding-top: 0;
}
@media (min-width: 576px){
    .modal-dialog {
        margin: 85px auto;
    }
}