﻿/* 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. */

/*admin invoice*/

.admin-invoice .invoice-container {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 0.5px;
}

.admin-invoice .content {
    height: 83%;
}

.admin-invoice .footer {
    height: 4%;
}

.admin-invoice .go-back {
    background-color: #44c767;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.admin-invoice table {
    border-collapse: collapse;
}

.admin-invoice .invoice-container {
    width: 21cm;
    height: 29.7cm;
    margin: 30mm 45mm 30mm 45mm;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin: auto;
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
}

.admin-invoice .table-td-half {
    width: 50%;
}

.admin-invoice .table-td-full {
    width: 100%;
}

.admin-invoice .table-width-half {
    width: 50%;
}

.admin-invoice .table-width-full {
    width: 100%;
}

.admin-invoice .invoice-number {
    padding: 10px;
}

.admin-invoice .table-height {
    height: 120px;
    width: 100%;
    display: inline-block;
}

.admin-invoice .invoice-description {
    width: 50%;
}

.admin-invoice .invoice-quantity {
    width: 10%
}

.admin-invoice .invoice-unit {
    width: 10%
}

.admin-invoice .invoice-sum {
    width: 20%
}

.admin-invoice .invoice-unit-price {
    width: 10%;
}

.admin-invoice .text-success {
    color: #18a096 !important;
}

.admin-invoice .footer {
    margin-top: 1%;
    margin-bottom: 2%;
    width: 21cm;
}

/*endd admin invoice*/


.green-backgroud {
    background: #00a99d !important;
}
.app-brand-green {
    background: #00a99d !important;
}
.app-brand-white {
    background: #ffffff!important;
}
.sidebar-dark .left-sidebar {
    background: #024873!important;
}

.sidebar-dark .sidebar-footer {
    background: #024873 !important;
}
.invoice-top-row {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.invoice-top-row-save {
    background-color: #FF7F00!important;
    border-color: #FF7F00!important;
}
label {
    text-transform: initial !important;
}
.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

.invoice-total {
    margin-left: 40%;
}

#sb-total-wrapper {
    display: flex;
}

#sb-total-left {
    flex: 0 0 12%;
}

#sb-total-right {
    flex: 1;
    padding-left: 2px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.logout-button {
    display: block;
    color: #8a909d;
    font-size: 0.88rem;
    padding: 0.625rem 1.25rem;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;*/
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
   /* height: 60px;*/
    line-height: 60px; /* Vertically center the text there */
}

.logged-in-as {
    padding-left: 3.12rem;
}

.page-item-margin {
    padding-right: 4px
}

.document-delete {
    padding-left: 10px;
}

.error {
    color: #fe5461 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
html body {
    margin:0;
    margin-bottom:0 !important;
}
.background-picture {
    height: 100%;
    width: 100%;
    margin: 0;
}
.auth-bg-image {
    background: url('../nordicworkers/background1.jpg');
    margin: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
    max-width: 100%;
    min-height: 100%;
}

