﻿/* 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;
}

.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;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/* scroll to top */
.top-btn {
    transition: all 0.3s ease-in;
    position: fixed;
    left: 50%;
    bottom: 10px;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1em 0;
    border-radius: 50%;
    padding: 0.1em;
    width: 52px;
    height: 52px;
    background-color: rgba(194, 194, 194, 0.7);
    z-index: 9999;
}

.top-btn.show {
    visibility: visible;
    opacity: 1;
}

.top-btn.hide {
    visibility: hidden;
    opacity: 0;
}

.top-btn svg {
    fill: #000;
    width: 24px;
    height: 16px;
    vertical-align: middle !important;
}

.top-btn:hover {
    background-color: forestgreen;
}

.top-btn:hover svg {
    fill: #ddd;
}

.screen-reader-text {
    position: absolute;
    clip-path: inset(50%);
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
    display: black;
    top: 5px;
    left: 5px;
    z-index: 99999;
    clip-path: none;
    background-color: #eee;
    padding: 7px 11px 7px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important;
}

/* sidebar */

aside{
    max-width: 224px;
    margin-right: 0;
}
.sidebar{
    min-height: 1080px;
}
.sidebar a {
    text-align: left;
    vertical-align: baseline;
    color: #f4f6f7 !important;
    letter-spacing: 0.07em;
}
.sidebar a::first-letter{
    font-size: 120%;
}
.sidebar a.top-link{
    text-align: right;
}
.sidebar a i{
    font-size: 22px;
    width: 24px;
    vertical-align: top;
    text-align: center;
}

.main-sidebar{
    display: inline !important;
    max-width: 224px;
    margin-left: 0px;
    display: none;
    transition: all 0.9s;
}
.sidebar li .submenu li {
    font-size: 80%;
    border-radius: 4px;
    padding: 0;
}

.sidebar li .submenu li:hover {
    background: #464E53;
}
.sidebar-dropdown{
    float: right;
    padding-top: 4px;
}
.sidebar-dropdown sub{
    font-size: 50%;
}
.sidebar-dropdown sup{
    font-size: 100%;
    margin-right: 2px;
}

ul.submenu{
    padding-left: 8px !important;
}

.has-submenu .nav-link{
    padding-right: 2px !important;
}
.main-header {
    margin-bottom: 0;
    border-radius: 0px;
    padding: 0 24px 0 0;
    margin-left: 232px !important;
    transition: all 2.25s;
}

.content {
    margin-top: 12px;
    margin-right: 12px;
    min-height: 480px;
    padding-left: 12px;
    padding-top: 0px;
    margin-left: 232px;
    transition: all 1.25s;
}

/* sidebar toggler */
.showSidebar{
    display: none;
}
.showSidebar.noSidebar{
    display: inline;
}
.hideSidebar.noSidebar {
    display: none;
}

.homeBtnSidebar {
    display: none;
}
.homeBtnSidebar.noSidebar{
    display: inline;
}
.homeTxtSidebar.noSidebar{
    display: none;
}


.main-sidebar.noSidebar {
    /*margin-left: -232px;*/
    margin-left: -176px;
    transition: all 0.9s;
}
.main-header.noSidebar {
    /*margin-left: 12px !important;*/
    margin-left: 68px !important;
    transition: all 2.25s;
}
.content.noSidebar{
    /*margin-left: 12px;*/
    margin-left: 68px;
    transition: all 1.25s;
}

/* sidebar toggler ui */
.btnSidebar{
    position: fixed;
    font-size: 20px;
    padding: 0 7px 0 7px;
    font-weight: 600;
}
.btnSidebar:hover {
    background-color: #696F74;
    border-color: transparent;
}
.title-head{
    font-size: 32px;
    font-weight: bolder;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "Calibri", sans-serif;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.icon-white {
  color: rgba(255,255,255,.8) !important;
}

.top-link {
  font-size: 32px !important;
  text-align: right;
  line-height: 1;
  margin-top: 16px;
  padding-top: 4px;
  padding-right: 12px;
  font-family: Cambria;
}
.top-link-icon{
    font-size: 32px !important;
    text-align: right;
    line-height: 0px;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 50px;
    padding-right: 12px;
    /*font-family: Cambria;*/
}

.nav-link {
  font-size: 18px;
}

.btn-zoom{
    margin-right: 12px;
}

.logout-font {
    font-size: 16px !important;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.nav-user form{
    margin-right: 14px;
}

.navbar-nav button:hover, .navbar-nav button:hover i,
.navbar-nav a:hover, .navbar-nav a:hover i {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: purple;
    transition: all 0.5s ease-out;
}

h1{
    margin-bottom: 24px;
}

/* index table */
/*.index-table-div {
    min-height: 256px;
}
*/
.index-table {
    width: 100%;
    margin-bottom: 0;
    display: table;
    min-height: 400px;
}


.table tr.index-table-addRows *{
    border-color: transparent !important;
}
.table-hover tr.index-table-addRows{
    background-color: transparent !important;
}


.index-table thead tr th {
    text-align: center;
}

.index-table thead tr th.index-table-numeric {
    text-align: right !important;
    padding-right: 10%;
}

.index-table tbody tr td {
    text-align: center;
}

.index-table tbody tr td.index-table-numeric {
    text-align: right !important;
    padding-right: 5%;
}

.table-col-link {
    font-weight: bold;
}

.table-col-link a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.table-col-link a:hover {
    text-decoration: none;
    color: purple;
    transition: all 0.5s ease-in;
}

.table-col-action{
    max-width: 128px;
    min-width: 128px;
    width: 128px;
}

/* table-col-check */
.table-col-check label {
    position: relative;
    text-align: center;
    padding-right: 20px;
    font-size: 16px;
}


/* dropdown-action button */
.dropdown-action button {
    border-radius: 4px !important;
}

.dropdown-action .dropdown-menu {
    text-align: center;
    background: #fff;
    width: 96px;
    min-width: 96px;
    max-width: 96px;
    margin-top: 4px;
    margin-left: -2px;
    padding: 0;
}

.dropdown-action .dropdown-menu:hover {
    border: none;
}

.dropdown-action .dropdown-menu .dropdown-divider {
    margin: 0 12px 0 12px;
    border-color: #909497;
}

.dropdown-action .dropdown-menu a {
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 4px;
    border-left: 0.2em solid #808b96;
    border-right: 0.2em solid #808b96;
}

.dropdown-action .dropdown-menu a:hover {
    text-decoration-line: none;
    background: #2ecc71;
    color: white;
    font-weight: bold;
}

.dropdown-action .dropdown-menu .dropdown-item {
    padding: 8px 0px 8px 0px;
}

.dropdown-action .dropdown-menu a:hover.dropdown-primary {
    background: #0275d8 !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-success {
    background: #5cb85c !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-info{
    background: #5bc0de !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-warning {
    background: #f0ad4e !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-danger{
    background: #d9534f !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-dark{
    background: #292b2c !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-light{
    background: #f7f7f7 !important;
}
.dropdown-action .dropdown-menu a:hover.dropdown-purple{
    background: #7a43b6 !important;
}

/* header partial */
.header-index-link,
.content.noSidebar .header-index-link{
    font-family: Calibri;
    font-size: 38px;
    letter-spacing: 0.02em;
    margin-left: 0px !important;

}
.header-index-link a:hover .header-index-text,
.header-index-link a:hover .header-index-icon,
.header-index-link a:hover {
    text-decoration: none;
    color: purple;
    transition: all 0.5s ease-in;
}
.header-index-icon,
.header-index-text {
    color: #202529;
}
.header-index-text {
    text-decoration: 3px solid #202529 underline;
    text-underline-offset: 6px !important;
}

.header-action-text{
    font-weight: bold;
    font-size: 18px;
}

/* home title */
.home-title h4 {
    font-family: Georgia;
    margin-bottom: 16px;
    color: black;
}
.home-title h1{
    font-family: Impact;
    margin-bottom: 12px;
    color: green;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    letter-spacing: 1px;
}
.home-title h3{
    color: darkslategrey;
}
.home-title h2{
    font-weight: bold;
    margin-bottom: 48px;
}



/* auth links */
.auth-grid {
    overflow: hidden;
    width: 224px;
    height: 224px;
    position: relative;
    display: inline-block;
    box-shadow: 0 0px 1px rgb(107, 107, 107),0 1px 2px rgba(0,0,0,.9);
    margin-left: 42px;
    margin-right: 42px;
}

.auth-grid:hover button{
    text-decoration: none;
}

.auth-grid:hover {
    cursor: pointer;
}

.auth-btn:hover * {
    text-underline-offset: 4px;
    letter-spacing: 1px;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth-info {
    padding: 72px 0;
    background: #FFFFFF;
    text-align: center;
}

.auth-fa {
    color: ghostwhite;
}

.services-border {
    width: 116px;
    margin: 12px auto 0;
    border: double 4px #000;
}

.auth-captn-login {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 64px;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #3498db;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth-captn-register {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 64px;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #27ae60;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth-captn-account {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 64px;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #626567;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth-captn-logout {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 64px;
    text-align: center;
    top: -100%;
    right: 0;
    background-color: #cd6155;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.auth-txt {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}

.auth-captn-login p,
.auth-captn-register p,
.auth-captn-account p,
.auth-captn-logout p {
    font-size: .9em;
    margin-top: 1em;
    color: #fff;
    line-height: 1.8em;
}

.auth-grid:hover .auth-captn-login,
.auth-grid:hover .auth-captn-register,
.auth-grid:hover .auth-captn-account,
.auth-grid:hover .auth-captn-logout {
    display: block;
    top: 0%;
}

/* search partial */
.search-partial select{
    min-width: 148px !important;
    padding: 4px 0px 4px 0px;

}

.findBy-txt{
    padding-left: 8px;
    font-size: 117%;
}

/* form group */
.form-group{
    margin-bottom: 24px;
}
.form-group a,
.form-group button{
    margin-top: 12px;
    margin-right: 16px;
}

/* form data */
/*.form-data {
    background: white;
    border: 1px solid gray;
    border-radius: 4px;
}*/
.form-data{
    vertical-align: bottom;
}

.form-data:hover {
    /*font-weight: bold;*/
    /*border: 1px solid darkslategray;*/
    background: #2874a6;
    color: white;
    letter-spacing: 1px;
    transition-property: font-weight,letter-spacing, color, border;
    transition-duration: 0.3s;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*
    Invoice 
*/

.invoice-box {
    background-color: white;
    font-family: Calibri;
    color: #6E6E6E;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    box-shadow: 1px 5px 5px 0px rgba(110,110,110,0.9);
    border-radius: 3px 0px 0px 3px;
    padding: 20px 40px;
    margin-bottom: 20px;
    overflow: auto;
    min-width: 360px;
}

.invoice-purpose {
    letter-spacing: 1.25px;
    font-weight: bold;
}

.invoice-logo {
    width: 180px;
    height: auto;
    margin: 0;
}
/*Filter styles*/
.saturate {
    filter: saturate(3);
}

.grayscale {
    filter: grayscale(100%);
}

.contrast {
    filter: contrast(160%);
}

.brightness {
    filter: brightness(0.25);
}

.blur {
    filter: blur(3px);
}

.invert {
    filter: invert(100%);
}

.sepia {
    filter: sepia(100%);
}

.huerotate {
    filter: hue-rotate(180deg);
}

.rss.opacity {
    filter: opacity(50%);
}
/* End of Filter Styles */

.invoice-box .invoice {
    border-radius: 5px;
    padding: 10px;
}

.invoice-box .invoice-link {
    letter-spacing: 1px;
    font-weight: bold;
}

.invoice-box .invoice .row {
    padding: 20px;
}

.invoice-location {
    font-size: 18px;
}

.invoice-date,
.invoice-supplier-name,
.invoice-supplier-address,
.invoice-delivery-date,
.invoice-remarks,
.invoice-signature,
.invoice-ipo-number {
    font-size: 15px;
}

.invoice-po-number {
    font-size: 18px;
    font-weight: bold;
    color: darkslategray !important;
}

.invoice-remarks-value {
    padding: 0px 20px 0px 20px !important;
    text-indent: 40px;
}

.remarks-margin {
    border-bottom: 1px solid darkgray;
    width: 100%;
    display: block;
}

.content-ellipsis {
    max-width: 90px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Print */
@media print {
    .no-print {
        display: none !important;
    }
}

/* table-hover-details */
.table-hover-details .table-hover tbody tr:hover td/*,
.table-hover-details .table-hover tbody tr:hover th*/ {
    background-color: #21618C !important;
    color: white !important;

    @page {
        margin: 5% 1% 5% 0% !important;
    }
}
