﻿.rightAlign {
}

.bwComboBox {
}

.bwComboSelect {
}

.bwTableHeaderAsc {
    background-color: green;
}

.bwTableHeaderDesc {
    background-color: orange;
}


.bwCommentDocumentsDiv {
    display: flex;
}


.bwPermissions {
}

    .bwPermissions > .bwPermissionLabel, .bwPermissions > td > .bwPermissionLabel {
    }

.bwFileAttachment {
}

    .bwFileAttachment > img {
        max-width: 50px;
        height: auto;
    }

    .bwFileAttachment > .fa, .bwFileAttachment > .far, .bwFileAttachment > .fal {
        max-width: 50px;
        height: auto;
        padding-top: 25px;
    }

.source {
    cursor: pointer;
}





.bwGlobalWaitingContainer {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.bwGlobalWaitingMessage {
    margin-top: 20px;
    font-size: large;
    text-align:center;
    color:#fff;
}

.bwGlobalWaitingSymbol {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #333;
    color: #333;
    animation: bwGlobalWaitingSymbolAnim 1s infinite linear;
    margin: 0 auto;
}

    .bwGlobalWaitingSymbol::before, .bwGlobalWaitingSymbol::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .bwGlobalWaitingSymbol::before {
        left: -40px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #333;
        color: #333;
        animation: bwGlobalWaitingSymbolBefore 1s infinite linear;
    }

    .bwGlobalWaitingSymbol::after {
        left: 40px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #333;
        color: #333;
        animation: bwGlobalWaitingSymbolAfter 1s infinite linear;
    }

@keyframes bwGlobalWaitingSymbolBefore {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1.5);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes bwGlobalWaitingSymbolAnim {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 1.5);
    }

    75% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes bwGlobalWaitingSymbolAfter {
    0% {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.67);
    }

    75% {
        transform: scale(1, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

table.no-interact tr, table.no-interact td {
    cursor: default !important;
}

.panel-no-shadow {
    box-shadow: none;
}

.panel-company {
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.panel-company-header {
    padding: 10px 20px;
    font-weight: bold;
}

.company-label {
    border-radius: 3px;
    padding: 3px 5px;
    font-weight: bold;
}

.company-linked {
    background-color: green;
    color: white;
}

.company-awaiting-auth {
    background-color: #F0994F;
    color: white;
}

.panel-company-body {
    padding: 20px;
    position: relative;
    border: 1px solid #f5f5f5;
    border-top: 0;
}

    .panel-company-body:before {
        content: " ";
        display: table;
    }

    .panel-company-body:after {
        content: " ";
        display: table;
        clear: both;
    }

.dashboard-module-message {
    font-size: larger;
}

.dashboard-module-table-container {
    margin: 0 12px 12px 12px;
    height: 30vh;
    max-height: 45vh;
}

    .dashboard-module-table-container td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.scroll-table-container {
    overflow-x: hidden;
}

a.bwRefreshBtn {
    color: #204B6F;
}

    a.bwRefreshBtn:hover {
        color: #F0994F;
    }

.panel-header .subtitle {
    color: #333;
}

    .panel-header .subtitle a {
        color: #F0994F;
    }

.subtitle {
    margin-bottom: 12px;
}

.nav-link-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown-link {
    list-style: none;
    left: 0;
    float: left;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #21628f;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.nav-link-dropdown:hover .nav-dropdown-link {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#bwTransactionsContainer {
    margin-top: 50px;
}

.bwNavItem:hover {
    background: inherit !important;
}

#companyLogo {
    width: 50%;
}

.bwVatbox {
    position: relative;
}

.subscriptionPlan {
    margin: 10px;
}

    .subscriptionPlan > div {
        padding: 10px;
    }

.subscriptionPlanHeader {
    font-size: larger;
    font-weight: bolder;
    background: #204B6F;
    color: #F5F5F5;
}

@media only screen and (min-width: 768px) {
    .subscriptionPlan {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .subscriptionPlan {
        width: 100%;
    }
}



@media (min-width: 768px) {
    .modal-dialog {
        width: 90vw !important;
        margin: 30px auto;
    }
}

@media (min-width: 90em) {
    .modal-lg {
        width: 900px;
    }
}

.mainTable {
    overflow-y: overlay;
    margin-bottom: 50px;
}


label.filename {
    overflow: hidden;
    text-overflow: ellipsis;
}

.estimateQuoteFile, .jobInvoiceFile {
    margin-bottom: 20px;
}

.btn-remove-file {
    margin: 10px;
}

@media (min-width: 768px) {
    .bwRegistration {
        width: 30vw;
    }
}
