﻿html, body {
    height: 100vh;
    max-height: 100vh;
    font-family: "Lato", Helvetica, sans-serif;
    color: #505050;
}
a {
    color: #33666F;
}
a:hover {
    color: #218838;
}
div.body-container {
    padding: 0;
    padding-top: 89px;
    height:100%;
}
/*div.card {
    margin-bottom:5px;
}*/
label {
    color:#33666f;
}

.form-check-table {
    margin-top: 0;
    line-height: normal;
}




.breadcrumb {
    background-color: #464646;
}
ol.breadcrumb {
    width:100%;
    border-radius:0;
    margin:0;
    padding:.25em 1em;
    font-size: .85rem;
}
.breadcrumb a { color: #dddddd; }
.breadcrumb-item.active {
    color: #bbbbbb;
}
.validation-summary-errors > ul > li {
    list-style: none;
    color:red;
}
.input-validation-error {
    border: 2px solid red !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .125rem .5rem;
    font-size: .8rem;
}
.btn-success {
    background-color: #33666F;
    border-color: #274F56;
    color:#ffffff !important;
}
.list-group-item.active {
    background-color: #33666F;
    border-color: #274F56;
}
.bg-primary {
    background-color: #7B0E42 !important;
}

/*~~~~~~ navbar ~~~~~~*/
.navbar {
    background: #7B0E42;
}
.navbar a, .navbar-text {
    color: #ffffff;
}
.navbar a:hover {
    color: #eeeeee;
}
.navbar-text {
    color: #C7BD8C;
}
.dropdown-menu {
    background: #991152;
}
.dropdown-item:hover {
    background-color: #7B0E42;
    color: #eeeeee;
}
.navbar img {
    width:220px;
    margin-right: 1em;
}
.navbar label {
    display: inline-block;
    padding-top: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: inherit;
    white-space: nowrap;
    color: #C7BD8C;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
/*~~~~~~ /navbar ~~~~~~*/


#link-new-1 {
    background-color: #222222;
    border-color: #274F56;
    color: #ffffff !important;
}

#link-new-2 {
    background-color: #0D397B;
    border-color: #274F56;
    color: #ffffff !important;
}

#link-new-3 {
    background-color: #177C0C;
    border-color: #274F56;
    color: #ffffff !important;
}
    #link-new-1:hover, #link-new-2:hover, #link-new-3:hover {
        opacity: .7
    }
/*~~~~~~ /navbar ~~~~~~*/


/*~~~~~~ datepicker fixes ~~~~~~*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: unset;
    background-color: #fbfbfb;
}

div.show-clock icon.fa-calendar::before {
    content: "\f017";
}
/*~~~~~~ /datepicker fixes ~~~~~~*/


/*~~~~~ Nurse Home page ~~~~~*/
.nurseHome {
    margin: 0 auto;
    width:75%;
}
.nurseHomeTile4 {
    border: 2px solid #dee2e6;
    border-radius:5px;
}
.nurseHomeTile3 {
    border: 2px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 2em;
    padding: 0 .5em;
}
.nurseHomeTileTitle {
    font-size: 1.5rem;
    width: 100%;
}
.nurseHomeBtn {
    width:100%;
    margin-bottom: .5em;
}
.nurseCenter {
    text-align:center;
}
.nurseFlowImage {
    width: 100%;
}
/*~~~~~ /Nurse Home page ~~~~~*/