/* Bordered form */
form {
    border: 3px solid #f1f1f1;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #f2f2f2;
}

h4, h3 {
    display: inline;
}

html, body, .gMap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.hideEl {
    display: none;
}

.showEl {
    display: inline-block;
}

.gMap {
    z-index: 2000;
    position: relative;
}

#comDetails {
    padding-left: 10px;
    padding-bottom: 60px;
}

/* #butChangeMap {
    z-index: 2001;
    position: fixed;
    bottom: 0;
    right: 40px;
    width: 28%;
} */

.fixedTable {
    z-index: 2001;
    position: fixed;
    bottom: 0;
    left: 10px;
}

/* Full-width inputs */

input[type=text], input[type=password], input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Set a style for all buttons #00b6ff - lighter  091f3f - darker 0079ff - original */
button {
    background-color: #091f3f; 
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

.nightMode {
    color: #a02020;
}

.dayMode {
    color: #000000;

}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.formblock {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    border-radius: 6px;
    max-width: 400px; /*was 80% Could be more or less, depending on screen size */
}

.status {
  color: #00226e;
}

/* Avatar image */
img.avatar {
    width: 60%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

.heading {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

div.fixed {
    position: fixed;
    top: 55px;
    left: 20px;
    width: 200px;
    height: 240px;
    border: 1px solid #888;
    border-radius: 6px;
    background-color: #64646485;

}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
