﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Font Awesome 5 Free' !important;
}

@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;
    line-height: 60px; /* Vertically center the text there */
    color: white !important;
}

.LabelFaIcon {
    margin: -15px;
    padding: 0 4px;
}

.link-16 {
    font-size: 12px !important;
    padding: 0 5px;
}

.table-Custom-1 {
    width: 100%;
    font-family: 'FontAwesome' !important;
}

.border-Custom-1 {
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 10px 5px;
}

    .border-Custom-1 > div {
        margin: 10px 0;
    }

        .border-Custom-1 > div > .form-floating {
            margin: 10px 0;
        }

            .border-Custom-1 > div > .form-floating > label {
                margin-left: 10px;
            }

.border-Custom-2 > div {
    margin: -7px -25px;
    padding: 7px 0px;
}

    .border-Custom-2 > div > .row {
        margin: 5px -10px;
    }

.border-Custom-2 > .row > .form-floating > label {
    margin-left: 10px;
}

.btn-float-right {
    float: right;
}

.a-text-decoration {
    text-decoration: none;
    padding: 40%;
}

.sidebar .nav-item .nav-link.m_list::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free'
}

.sidebar .nav-item .nav-link.m_list.collapsed::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free'
}

.fa-sign-out:before {
    content: "\f2f5" !important;
}

@media (min-width: 768px) {
    .sidebar.toggled .nav-item .nav-link.m_list::after {
        display: none;
    }

    .sidebar.toggled .nav-item .nav-link.m_list.collapsed::after {
        display: none;
    }
}

.bg-gradient-primary-1 {
    background-color: #4e73df;
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}

.background-all {
    /*background-color: #4e73df;
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);*/
    border-radius: 10px;
}

.profile-pic {
    color: white !important;
    border: 3px solid #777;
    border-radius: 20px;
    border-spacing: 18px;
    padding: 10px;
    font-size: 15px;
}

.dtfc-fixed-start, .dtfc-fixed-end {
    background-color: white !important;
}

.po-status {
    border: 1px solid #e2b956;
    border-radius: 10px;
    padding: 5px;
    color: blue;
    cursor: pointer;
}

.po-status-id {
    color: #e2b956;
    font-weight: bolder;
    cursor: pointer;
}

.po-status-list {
    border: 1px solid #e2b956;
    border-radius: 10px;
    padding: 5px;
    color: blue;
}

.multiselect-custom {
    color: black;
    background-color: white;
    border-color: #777;
    height: 50px;
}

.bg-gradient-primary {
    background-color: #193970 !important;
    background-image: linear-gradient(180deg, #193970 10%, #193970 100%) !important;
}

.custom-validation-error {
    /*border: 1px solid red;*/
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: red;
}

.companylogo {
    height: 45px;
    width: 150px;
    background: white;
    border: 2px solid #e2b956;
    border-radius: 12px;
}

.topbar {
    height: 3.375rem !important;
}

.divviewable {
    border: 1px solid #e2b956;
    border-radius: 10px;
    margin: 8px 12px 4px 12px !important;
}

.divdisabled {
    border: 1px solid #e2b956;
    border-radius: 10px;
    margin: 8px 12px -8px 12px !important;
}

.divactionable {
    border: 1px solid #0c1c38;
    border-radius: 10px;
    margin: 20px 12px 5px 12px !important;
}

.header-align {
    text-align: center !important;
    border-bottom: 2px solid #0c1c38;
    width: fit-content;
}

/*.navbar-collapse ul li {
    background-color: azure;
    border-radius: 10px;
    margin: 0 10px;
}

.navbar-collapse ul li a {
    color: blue !important;
}*/
