﻿.login-form {
    border-radius:10px;
    background-color: white;
    position: relative;
    z-index: 1;
    /*max-width: 360px;*/
    margin: 0 auto 20px;
    padding: 1px 20px 1px 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .row.vertical-divider > div[class^="col-"] {
        border-left: 3px solid #eee;
        border-right: 3px solid #eee;
    }

.logout-sidenav-a {
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #0bb076;
    display: block;
}

    .logout-sidenav-a:hover {
        text-decoration: none;
        color: #0bb076;
    }

.login-button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-div {
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 3%;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*cursor: pointer;*/
}

.avatar-text {
    color: #0bb076;
    font-weight: bold;
}

.openbtn {
    background-color: rgb(16, 117, 87) !important;
}

.add-entry-header {
    color: rgb(16, 117, 87);
    font-weight: bold;
}

.userlist, .ClientResults {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid white;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.28);
}

.nav > li {
    padding-top: 25px;
    font-size: 20px;
    padding-right: 10px;
}

.navbar-default .navbar-nav > .active > a {
    background-color: rgb(16, 117, 87) !important;
    color: white;
}

.navbar-default .navbar-nav > .active > a:hover {
    color: white;
}

ul.child-nav {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
}

.child-nav li {
    float: left;
}

    .child-nav li a {
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size:15px;
    }

        .child-nav li a:hover:not(.active) {
            /*background-color: #111;*/
        }

.child-nav .active {
    background-color: bisque;
}

#greencircle {
    background-color: green;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#redcircle {
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.font17{
    font-size:17px;
}

.font11 {
    font-size: 11px;
}

.error-message{
    text-align: left;
    font-size: 17px;
}

.backgroundFade {
    background-color: lightgrey;
    opacity: 0.5;
    height: 100% !important;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    position: fixed;
    display: none;
}
