﻿/* 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;
}

body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #006eaa;
    font-size: 14pt;
}
.table {
    color: #006eaa !important;    
}
    .table th {
        padding: 0px !important;
    }
    .table td {
        padding: 0px !important;
    }
.page-header {    
    font-size: 1.5em;    
}

.form-group{
    padding-top:15px;
}

.form-horizontal .control-label-left {
    text-align: left;
}

.control-label{
    text-align:right !important;
    display:block !important;
}

.card{
    padding-left:0px;
    padding-right:0px;
}

.padding-right-25pct{
    padding-right:25%;
}

.logo{
    width:100%;
    min-width:200px;
}

.bg-error {
    background-color: #ffc7ce;    
}

.break {
    flex-basis: 100%;
    height: 0;
}

.icon,
.text {
    vertical-align: middle;
    display: inline-block;
    padding-right:1em;
}

.card-img-top {
    width: 100%;
    height: 45vw;
    object-fit: cover;    
}

.svg-align-to-text {
    width: 2.5em;
    height: 2.5em;
    margin-bottom: .5em;
    margin-right: .5em;
}

.modal-header-error {
    background-color: #d1322e;
    color: #fff2ef;
}

.modal-body{
    color:#333333 !important;
}

.w-100{
    width:100%;
}

.text-blue {
    color: #196ad5;
}

.text-red {
    color: red;
}

.input-group-no-format{
    background-color:white !important;
    border:none !important;
}

.max-width-xs {
    max-width: 60px;
}

.max-width-sm{
    max-width:100px;
}

.max-width-md {
    max-width: 100%;
}

.max-width-currency {
    max-width: 150px;
}

.form-check{
    justify-content:left !important;
}

.nav-tabs .nav-item .nav-link.active {
    color:#f3f3f3;
    background-color: #0366d6;
}

.card-body-modal{
    padding:0;
}

.modal-dialog-custom{
    max-width:80% !important; 
    min-width:800px !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .modal-dialog-custom {
        max-width: 100%;
    }
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .logo {
        min-width: 150px;
    }

    .form-horizontal .control-label {
        text-align: right !important;
    }

    .max-width-md {
        width: 200px;
    }

    .page-header {
        font-size: 3em;
    }

    .card-img-top {        
        height: 15vw;        
    }
}

.full-width{
    width:100% !important;
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .form-inline{
        padding-left:0px;
    }
    .form-horizontal .control-label {
        text-align: right;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 1800px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    
}    


.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 */
}
