﻿/*#region Navbar styling*/
.fa-1x {
    font-size: 1.5rem;
}

.navbar-toggler.toggler-example {
    cursor: pointer;
}

.dark-blue-text {
    color: #0A38F5;
}

.dark-pink-text {
    color: #AC003A;
}

.dark-amber-text {
    color: #ff6f00;
}

.dark-teal-text {
    color: #004d40;
}

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;
}

.becu_logo {
    height: 20%;
    max-height: 60px;
}

.hamburger-menu {
    background-color: darkgray;
    max-height: 60px;
    min-height: 30px;
    height: 30%;
}

/*#endregion*/











/*#region Footer Styling*/
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;
}

/* Sticky footer styles
-------------------------------------------------- */


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/*#endregion*/







/*#region Index Styling*/
.coop-logo-icon{
    height: 40px !important;
}


/*#endregion*/







/*#region Edit Styling*/

#panel1 {
    height: 65vh;
    overflow-y: scroll;
}

#panel2 {
    height: 65vh;
    overflow-y: scroll;
}

#panel3 {
    height: 65vh;
    overflow-y: scroll;
}

#panel4 {
    height: 65vh;
}

#mapBlock {
    height: 100%;
    width:100%;
}



#map-wrapper {
    width: 100%;
    height: 40%;
}





/*#region Create Styling*/

#getLatLongBtn {
    margin-bottom: 2%;
    margin-top: 1%;
}



#mapBlock-create {
    height: 80em;
    width: 100%;
}

/*#endregion*/



/* Sticky footer styles
-------------------------------------------------- */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
















