@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --rz-primary: #17a2b8; /* Replace with your desired primary color */
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
app{
    overflow:hidden;
}
.text-theme-primary {
    color: darkcyan;
}

.bg-theme-primary {
    background-color: darkcyan;
}

.dark-theme-primary {
    color: #051111;
    background-color: #051111;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}



.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

   
    .main .top-row {
        position: sticky;
        top: 0;
    }

   /* .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/

    .navbar-toggler {
        display: none;
    }

    
}
.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 1px;
    top: 1px;
}
.top-icon:hover{
    color:darkcyan;
    font-size: 1.2rem;
       
}
.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}


#spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
     width: 100%;
    height: 100%;
    opacity: 0.7;
    background: black;
    top: 0;
    left: 0;
    transition: 0.1s;
}

.background-air {
    background-color: skyblue;
}

.background-ocean {
    background-color: aquamarine;
}

.text-air {
    color: deepskyblue;
}

.text-ocean {
    color: lightseagreen;
}

/*Invoice overlay styles*/

.invoiceOverlay {
    height: 95%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 10px;
    right: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.1s;
   
}

    .invoiceOverlay.expand {
        width: 85vw;
    }

    

      

    .invoiceOverlay .closebtn {
        
        top: 0;
        
        font-size: 36px;
       
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
#dimOverlay {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    z-index: 1;
    background: black;
    top: 0;
    left: 0;
    display: block;
    transition: 0.1s;
}
.pointer{
    cursor: pointer;
}
.is-6{
    font-size: 0.6em;
}
.is-7{
    font-size: 0.7em;
}
.is-8 {
    font-size: 0.8em;
}
.is-9{
    font-size: 0.9em
}
.is-10 {
    font-size: 1.0em
}
.is-15 {
    font-size: 1.2rem
}
.bg-dark-teal {
    background-color: #02515e;
}

.btn-light-grey {
    background-color: #8d8d8d;
    border-color: #afafaf;
}

/*Simone 1.30.2021***********************************/
.btn-secondary { 
    background-color: #17A2B8;
    border-color: #ebf5ff;
}

    .btn-secondary:hover {
        background-color: #f27269;
        border-color: #ebf5ff;
    }

.btn-print-rpt {
    background-color: #f27269;
    border-color: #ebf5ff;
    color: #ffffff;
    float: right;
}

    .btn-print-rpt:hover {
        background-color: #1e7e34;
        border-color: #ebf5ff;
        color: #ffffff;
    }

#invoiceOverlay .bg-primary {
    background-color: #09c9e8 !important;
}

.invoiceOverlay .closebtn {
    top: -10px;
    text-decoration: none;
}

.invoiceOverlay .bg-dark {
    background-color: #3d4a56 !important;
}

#invoiceOverlay .card-title {
    font-weight: 500;
}

.btn.btn-sm.btn-light.btn-block.pointer {
    background-color: #d03848;
    color: #faf7f7;
}

.btn.btn-sm.btn-info.btn-block.pointer {
    background-color: #266a75;
}

.btn.btn-sm.btn-dark.btn-block.pointer {
    background-color: #013d41;
}

.wh-scanned {    
    background-color: #016a3d !important;
    border-color: #016a3d !important;
}

.wh-scanned a, .text-wh-scanned {
        color: #016a3d !important;
    }

.rz-dropdown-label {
    white-space: normal!important;
    align-items: center;
}

.text-muted {
    color: #9fa9b2 !important;
}
/*************************************************/
/*Added 1.31.2021 to toggle expand and compress buttton on top bar*/
button[aria-expanded=true] .fa-expand-arrows-alt {
    display: none;
}

button[aria-expanded=false] .fa-compress-arrows-alt {
    display: none;
}

/*Add some color to Warehouse dialog box*/

.rz-dialog-titlebar {
    background-color: #2A3F54 !important;
    color: #ffffff !important;
}
.rz-dialog-title{
    color: #ffffff!important;
}


.rz-tabview-nav .rz-tabview-selected {
    border-top-color: #dc3545 !important;
}

.rz-dialog .small, #invoiceOverlay .row.my-3 strong {
    color: #17a2b8;
}

#invoiceOverlay .row.px-4.my-1.mx-5 {
    border-bottom: 1px dotted #f0f8ff;
}


.rz-dialog .col-3, .rz-dialog .col-md-3, .rz-dialog .col-12 {
    border: 1px solid #f0f8ff;
}


.rz-dialog-titlebar {
    background-color: #2A3F54;
    color: #ffffff;
}

.badge-warning {
    background-color: #ffb03c !important;
}

.selected-country {
    top: 20%;
    transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -o-transform: translateY(20%);
}

/*************************************************/

.rz-cell-data {
     overflow: visible !important;
   /** REMOVE THIS TO STOP COLUMNS FROM OVERLAPPING 2.17.2021*/
}


/*.rz-data-table.invoice-search-res .rz-cell-data {
    overflow: visible !important;*/
    /** ADD TO VIEW PAYMENT OPTIONS DROPDOWN 2.17.2021*/
/*}*/

.invoice-search-res > div > div > div.rz-datatable-scrollable-body > div > table > tbody > tr:last-child {
    height: 300px;
    /** last child on invoice search page will be taller 4.20.2021*/
}

div.rz-datatable-scrollable-body > div > table > tbody > tr > td.invoice-search-res > span.rz-cell-data {
    overflow: visible !important;
    /** ADD TO VIEW PAYMENT OPTIONS DROPDOWN CELL 2.17.2021*/
}

td.paymentActions span.rz-cell-data{
    overflow: visible !important;
}

div.rz-datatable-scrollable-body > div > table > tbody > tr:last-child {
    /*height: 200px;*/
    /** ADD TO VIEW PAYMENT OPTIONS DROPDOWN CELL 2.17.2021*/
}

div.rz-datatable-scrollable-body > div > table > tbody > tr:last-child > td.invoice-search-res > span.rz-cell-data {
    margin-top: 20px;
    margin-bottom: 20px;
    /** ADD TO VIEW PAYMENT OPTIONS DROPDOWN CELL -- Cell was too high -- adjust margins only- 2.20.2021*/
}



.hideMe {
    display: none;
}
.printOnly{
    display: none;
}
@media print{
    .hidePrint{
        display:none;
    }

    .shoPrint{
        display:block;
    }
    .printOnly {
        display: block;
    }
    .dontPrint{
        display: none;
    }
}
.modal {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

    .modal.open {
        display: block;
    }

.modal__header,
.modal__footer {
    /*height: 100px;*/
    height: 100%;
}

.modal__content,
.modal__footer {
    position: absolute;
    width: 100%;
}

/*.modal__content {
        bottom: 20px;*/
/*top: 100px;*/
/*top: 0px;*/
/*overflow-y: auto;*/
/*overflow-y: scroll;*/
/*overflow-y: hidden;
        height: 350px !important;
    }*/

.modal__content {
    bottom: 60px;
    top: 150px;
}

.modal__footer {
    bottom: 0;
}

   a.btn-outline-danger:hover, a.btn-outline-danger:hover i {
    color: #ffffff !important;
    font-weight: normal;
}


/*Could not get the font weights to change in SideNave.css file so placed the CSS code here*/
/*******************************************************************************************/
[data-component='sidebar'] .first-menu span {
     font-weight: 600;
}

[data-component='sidebar'] .first-menu a {
    color: #f0f8ff;
    font-weight: 700 !important;
}

[data-component='sidebar'] .sub-submenu a {
    color: #dc3545 !important;
}


/*******************************************************************************************/
.dropdown-menu.invoice-overlay-dropdown { /* dropdown fix in overlay toolbar */
    transform: translate3d(-100px, 35px, 0px) !important;
}
/*******************************************************************************************/
.fa-stack
button.btn.btn-secondary.makePayable[title="Publish"]:hover {
    background-color: #28A745;
    border-color: #EBF5FF;
}

button.btn.btn-secondary.makePayable[title="UnPublish"]:hover {
    background-color: #EC7035;
    border-color: #EBF5FF;
}
/*******************************************************************************************/

#company-header {
    line-height: 1.5em;
    margin-bottom: 1em;
}

#report-header-logo {
    width: 300px;
    height: 120px;
    margin: 1em;
}

.detail {
    margin-left: 2em;
}
.currency-conversion{
    font-size: 12px;
}

.email-quick-add-icon {
    visibility: hidden;
    color: darkcyan;
}
.email-quick-add:hover .email-quick-add-icon {
    visibility: visible;
}

/*remove white space between radzen split button*/
.rz-splitbutton-menubutton{
    margin:0;
}
.rz-splitbutton-menubutton.rz-button-md {
    padding: 0.2rem !important;
    width:20px !important;
}

