html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.dashboard-button {
    width: 100%;
    border-radius: 40px;
    color: white;
    font-size: 18px;
    padding: 10px 0;
    padding-left: 30px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
}

    .dashboard-button:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .dashboard-button img {
        width: 50px;
        height: auto;
    }

    .dashboard-button label {
        margin-left: 30px;
    }

footer{
    line-height: 35px !important;
}

#btn-sos {
    position: fixed;
    bottom: 80px;
    right: 20px;
    /*            display: none;*/
}

#btn-medical {
    position: fixed;
    bottom: 30px;
    right: 20px;
    /*            display: none;*/
}

.d-menu {
    display: inline-block;
    position: relative;
    width: 25%;
    height: 100%;
    border-right: 2px solid #eee;
    float: left;
    clear: none;
}

.d-menu:hover{
    background-color: #e1e1e1;
    cursor: pointer;
}

.nav-active {
    background-color: #607D8B;
    color: #fff;
}

.form-group{
    margin-bottom: 12px;
}

.input-group-prepend{
    width: 100px;
}

.btn-primary{
    background-color: teal;
    border-color: darkcyan;
}

.update-label{
    text-align: center;
}

.input-box{
    font-size:18px;
    padding: 10px;
}

.input-btn {
    background-color: teal;
    border-color: darkcyan;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.input-btn-alt {
    background-color: #607D8B;
    border-color: darkcyan;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.floating-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 18px;
    right: 5%;
    bottom: 8%;
    border-radius: 50%;
    background-color: teal;
    border-color: darkcyan;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=10);
    opacity: 0.6;
    -moz-opacity: 0.1;
}

.loader {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #15a0ec;
    border-bottom: 5px solid #15a0ec;
    border-right: 5px solid #15a0ec;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-color: transparent;
}

.inner-div {
    background-color: transparent;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

.l-item-disabled {
    background-color: #f1f1f1;
}

    .l-item-disabled label {
        color: lightgray;
    }

.spinner-border {
    width: 5em;
    height: 5em;
    vertical-align: -20em;
}