body, html {
    height: 100%;
    font-family: sans-serif;
}

.header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

a {
    color: white;
}

a, a:hover, a:visited, a:link, a:active, a:before
{
    color: white;
    text-decoration: none;
}

p{
    margin: 0;
}


.nav-icon {
    color: white;
    font-size: 1.5rem;
}


.bg {
    min-height: 100%;
    /*
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-image: url("../img/background.jpg");
}

.default-bg {
    min-height: 100%;
    /*
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-image: url("../img/background.jpg");
}

.content_container {
     min-height: 100% !important;
     width: 100%;
     max-width: 600px;
     padding: 15px;
     margin: auto;
     padding-bottom: 60px;
 }


.message_container {
    min-height: 100% !important;
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
}


.calendar_container {
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin: auto;
    background: rgba(255, 255, 255, .8);
    padding-top: 50px;
    padding-bottom: 50px;
}

.fc-unthemed td.fc-today {
    background: lightpink;
}

.fc-toolbar h2 {
    font-size: 1.25rem;
    margin-top: 5px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 6em;
}

.table td, .table th{
    border-top-color: black;
}

.form-control[readonly]{
    background-color: white;
}

hr{
    margin-top: 0px;
}

h3{
    padding-top: 10px;
    margin-bottom: 5px;
    color: white;
}

.photo{
    width:100%;
    max-width:600px;
}

.logo{
    width:48px;
}

.bg-dark {
    background-color: #008b29!important;
}

.index-header{
    min-height: 42px;
    color: #ffffff;
    background-color: #008b29;
    padding: 5px;
}

.header{
    min-height: 42px;
    color: #ffffff;
    background-color: #008b29;
}



td{
    vertical-align: middle !important;
}

.card-title {
    color: black;
}

.card-text {
    color: black;
}

.card{
    border: 0;
    min-width: 200px;
    padding: 0;
    margin-bottom: 10px !important;
}

.card-body{
    padding: 10px;
}

.own-message{
    width: 80%;
    background-color: lightblue;
    margin-left: auto;
}

.message{
    width: 80%;
    background-color: white;
}

.send-bar{
    margin-bottom: 50px;
}

.inline{
    display: inline;
}

.message-time{
    color: grey;
    font-size: small;
}

.btn-lg{
    margin-bottom: 20px;
}

.btn-primary{
    background-color: #0089b6!important;
}

.notie-textbox{
    z-index: 9999;
}

.nav-text{
    display: none;
}

@media only screen and (min-width: 1024px) {
    .fixed-bottom {
      right: auto;
      bottom: auto;
      height: 100%;
      width: 250px;
    }

    .content_container{
        margin-left: 300px;
        max-width: 700px;
    }

    .calendar_container{
        margin-left: 250px;
        max-width: fit-content;
        padding-bottom: -50px;
    }

    .navbar{
        padding-top: 30px;
        display: grid;
        align-content: start;
    }

    .nav-icon{
        margin-bottom: 20px;
    }

    .nav-text{
        margin-left: 10px;
        display: inline;
    }
  }
