﻿html, body {
    height: 100%;
}

a:focus {
    outline: none;
}


.bg-app {
    background: black;
    background-image: url("../images/global-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.bg-transparent {
    background-color: transparent !important;
}

.text-white {
    color: white;
}

#newTransactionsNotification {
    position: relative;
    color: white;
}

#newTransactionsNotification .badge {
    position: absolute;
    top: -13px;
    right: -7px;
}

.newTransactionsNotification-popover .popover-body {
    padding: 0;
}

.newTransactionsNotification-popover .popover-body .list-group li {
    border: none;
}

#dd_company .dropdown-menu {
    height: 200px;
    overflow-y: auto;
}

.mainContainer {
    margin-top: 60px;
}

.z-index-1 {
    z-index: 1;
}

.font-10 {
    font-size: 10px !important;
}

.table-sortable th a {
    display: flex;
}

.gridview_header-asc a {
    background: url("/images/outline_keyboard_arrow_up_black_18dp.png") right center no-repeat;
}

.gridview_header-desc a {
    background: url("/images/outline_keyboard_arrow_down_black_18dp.png") right center no-repeat;
}

.r-auto {
    right: auto !important;
}

.r-0{
    right:0;
}

.line-height-1{
    line-height: 1 !important;
}

.siteName {
    font-family: Bookman Old Style;
    font-weight: bold;
}

.dashboard-box-info {
    min-width: 70%;
    font-size: 12px;
}

.infoBox {
    width: 100%;
    border-radius: 15px;
    color: white;
}

.infoBox_title {
    text-align:center;
    font-size: 21px;
    font-weight: bold;
}

.infoBox_body {
    text-align: center;
    font-weight: bold;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.uploader input {
    width: 100% !important;
}

.card-body {
    overflow-x: auto;
}

@media (min-width: 992px) {
    .alertMessage {
        left:auto !important;
        width: 70%;
    }
       
    .alertMessage [data-notify="title"] {
        padding-right: 20px;
    }

}

.login-form {
    padding: 60px 70px;
    text-shadow: #000 0 0 15px;
}


.navbar-dark .navbar-nav .nav-link {
    text-shadow: #131313 1px 0 10px;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .90);
}

.gv-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    padding-inline: 10px;
    border-radius: 10px;
    font-size: 12px;
    background-color: lightBlue;

}

#navbarNavDropdown {
    justify-content: flex-end;
}

.navbar:before {
    content:'';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.5);
}

.navbar-nav .nav-item.active  .nav-link {
    color: white;
}
.navbar-dark .navbar-toggler {
    color:white;
    border-color:white;
}

.accordion-body > div {
    overflow: auto;
}