﻿/* 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
-------------------------------------------------- */
@@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    font-size: 14px;
    font-family: open sans,sans-serif;
}
@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: 145px;
    font-family: 'Alexandria',"Montserrat",-apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; 
    color:#355b35; 
    background-color: #f1ecdd;
}

.sans-serif { font-family: 'Alexandria',"Montserrat", Arial, sans-serif; }
.serif { font-family: 'Alexandria',"Montserrat", Georgia, serif; }

a, a:hover {
    color: #355b35;
    text-decoration: underline;
}
header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 35px;
    background-color: #f1ecdd;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
}
p {
    text-align: center;
    color: #355b35;
}
tr {
    color: #355b35;
}
.sub-header {
    padding: 10px 0;
    text-align: center;
    background-color: #f1ecdd;
    color: #355b35;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.site-footer {
    position: relative;
    background: #f1ecdd;
    color: #355b35;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-footer:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: .3;
}
.site-footer__contact-info {
    text-align: center;
    font-size: 15px;
    padding: 20px 30px 20px;
}

.form-header {
    font-weight: 900;
    font-size: 2em !important;
    line-height: 2em !important;
    text-align: center;
    padding-top: 45px;
    color: #355b35;
}
.page-subheader {
    font-weight: 900;
    font-size: 2em !important;
    line-height: 2em !important;
    text-align: center;
    padding-top: 45px;
    color: #355b35;
}
.modal-header h2 {
    font-weight: 900;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    color: #355b35;
}
.modal-body p {
    text-align:left;
}

.btn {
    padding: 6px 35px;
}
.btn:hover {
    background: #355b35;
    font-weight: 500;
}
.btn-primary {
    background: #355b35;
    font-weight: 400;
    border-radius:0;
    border-color:unset;
}
.error {
    color:red;
}
label.error {
    display:none;
}

#company_select {
    padding-bottom: 10px;
}
.fancy-label input:first-child:placeholder-shown~label {
    display: none;
}
.fancy-label {
    position: relative;
    margin-top: 2.0rem;
}
.fancy-label label{
    position:absolute;
    bottom: 100%;
    margin-bottom:0.1rem;
}
.tbox1, .tbox2, .tbox3 p {
    font-size: 18px;
}

.tbox1, .tbox2, .tbox3 {
    color: #ffffff;
    padding: 20px 0;
}
 
.tbox1 {
    background-color: #8e5897;
}
.tbox2 {
    background-color: #a9d18e;
}
.tbox3 {
    background-color: #ffd966;
}
[id^=lnk_], [id^=lnkcompany_], [id^=lnkC_], [id^=lnkCcompany_], [id^=lnkhotel_], [id^=lnkdelete_] {
    cursor: pointer;
}

.form-check {
    margin-bottom: 15px;
}


.mh-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: hsla(0,0%,4%,.45);
    overflow-y: scroll;
}
.mh-modal {
    z-index: 1006;
    padding: 1rem;
    padding-top: 2.5rem;
    border: 1px solid #cacaca;
    background-color: rgb(246 240 229);
    border-radius: 0;
    position: relative;
    margin: auto;
    overflow-y: auto;
    width: 100%;
    max-width: 625px;
    color: rgb(11, 81, 102);
}
.mh-modal-close-button, .mh-modal-close-button:focus {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

