﻿/* 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: #4b89e2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4b89e2;
    border-color: #1861ac;
}

/* 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;
    font-size: 0.9rem;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*edited styles 12.06.20*/

#pageContent{margin-top:50px;}
.col-3 {
    max-width: 20%;
}
.col-9 {
    margin-left: 5%;
}
/*.form-control {
    padding: 1.375rem 0.75rem;
}*/
/*.btn {
    padding: 0.675rem 0.75rem;
}*/
.col-form-label {
    font-size: 0.9em;
}
.Postcode{width:87%; display:inline-block;}
.mb-2, .my-2 {
    margin-bottom: 0.3rem !important;
}
.txtFld {
    margin: 0 0 0 1rem;
    width: 38%;
}
.smallTbox {
    display: inline-block;
    width: 40%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#divStatus{
    border:1px #eee solid;
    border-radius:10px;
    padding:20px;
    background:#f3f3f3;
    margin-top:25px;
}
.col-form-label {
    font-weight: 500;
}
.smallBtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.275rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #4b89e2;
    border:1px #1861ac solid;
    margin:15px 0 0 18px;
}
#divPermissionMsg{margin-left:18px;}
.msgBx {
    border: 1px #eee solid;
    border-radius: 10px;
    padding: 15px;
    background: #f3f3f3;
    margin-top: 15px;
}
.purchase_textfield {
    display:inline-block;
    width: 84%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.purchase_textfield:focus{outline:0;}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
    margin-top: 10px;
}
.green:checked ~ .green::before {
    color: #fff;
    border-color: #4CAF50;
    background-color: #4CAF50;
}
.green:not(:disabled):active ~ .green::before {
    color: #fff;
    background-color: #ff5959;
    border-color: #ff5959;
}
.green::before {
    border: red solid 1px;
}
.green:focus {
    box-shadow: 0 0 5px #ff5959;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid red;
}
.bg {
    background: url('../images/img@3x.png') no-repeat center right;
    background-size:90%;
    width:100%;
    display:inline-block;
}
.tab-content {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1500px;
    }
}