﻿/* 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. */

html * {
  font-family: "Montserrat", sans-serif;
  color: #002856;
}



/* body {
    min-width: 100%;
} */

.navbar {
    padding-left: 23px;
}

.container {
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.link {
  color: #0366d6;
}

tr.hide-table-padding td {
    border: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .nav-item .nav-link,
.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item:focus .nav-link,
.navbar-light .nav-item:hover .nav-link {
        color:#002856;
}



.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #002856;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Details tab element
-------------------------------------------------- */
.nav-tabs{
    margin-bottom: 15px;
}

/* Pagination element
-------------------------------------------------- */
#btn-search {
    padding: 4px 8px 4px 8px;
    margin-left: 5px;
}
.btn-pagination {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #1861ac;
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
   
}
.btn-pagination:hover {
        background-color: #1b6ec2;
        color: white;
}
.btn-pagination:disabled {
        background-color: #1b6ec2;
        color: white;
        cursor: default;

}

@media(max-width: 767px) {
    .primaryContact, .vatNumber, .businessId {
        display: none;
    }

    html {
        font-size: 14px;
    }
}


html {
  font-size: 16px;
}

table thead {
    font-weight: 900;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
/* Form-control custom inline
-------------------------------------------------- 
.form-control {
    width: auto;
    display: inline-block;
}
    */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* responsive table 
---------------------------------------------- */
tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
}
/* .accordion-toggle.collapsed .expand-button:after
{
  content: '+';
} */