/* 
Custom Styles
*/
#header,
#footer,
#content {
    margin: 0 auto;
}
#header{
    padding-left: 0;
    padding-right: 0;
}
#top,
#header,
.navbar-top,
.dropdown-menu{
    background:#FDF0E7;
}
.sitetitle .title{
    text-transform: uppercase;
    font-weight: bold;
}

.content-header {
    padding: 5px .5rem;
}
.widgets{
    background: #eee;
    padding-left: 0;
    padding-right: 0;
}

#filter .form-control, #filter .control-label{
    display: inline-block;
    max-width: 100%;
    width: auto;
}

#slider{
    background: #ddd;
}

#news{
    width:100%;
}
.newsitem{
    padding:0 10px;
}

#content {
    min-height: 40vw;
}
section{
    padding: 10px 0;
}
section h2, section h3{
    text-align: center;
}

#featureditem{
    background: aliceblue;
}

.members a img{
    width:180px;
}

#workflow{
    background: #ddd;
}

.details-sidebar,.about-sidebar {
    background: rgba(0, 0, 255, 0.1);
}

.product-title,
.service-title,
.supplier-title {
    border-top: #0000ff;
    border-top-style: double;
    border-bottom: #0000ff;
    border-bottom-style: double;
    padding-top: 5px;
}

#contactform .form-control,
#enlistform .form-control {
    margin: 10px auto;
}

.actions .fa {
    font-size: 1.5em;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.form-group {
    margin-bottom: 0;
}

.availability {
    float: right;
    position: relative;
    top: -20px;
    padding: 0 3px;
    border-radius: 4px;
}

.navbar-light {
    background-color: #f0f8ff !important;
}

.nav-item {
    margin: 5px;
}

.nav-link {
    font-weight: bold;
    color: #17a2b8;
}

.nav-link:hover, .nav-link:active, .nav-link:active, .dropdown-item:hover{
    background: #17a2b8;
    color:#fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.navmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navmenu li {
    display: inline-block;
    margin: 5px auto;
}

.navmenu li a {
    font-weight: bold;
}

.brand,
.menu,
.contact {
    display: inline-block;
}

.contact {
    float: right;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
}

.success {
    background: #0f0;
}

.warning {
    background: #ffc400;
}

.error {
    color: #ff0000;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #ff0000;
}

.item {
    background: #7625e0;
    display: table;
    vertical-align: top;
    border: 1px solid #ddd;
    padding-right: 0;
    padding-left: 0;
    height: 180px;
    margin-top: 2px;
}

.item a {
    background: rgba(255, 255, 255, 0.9);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 180px;
}

.item a:hover {
    background: rgb(255, 255, 255);
    text-decoration: none;
}

#home .item img {
    max-width: 100%;
}

.itemname {
    background: #007bff;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}
.details h2{
    padding-top:30px;
}

#information{
    background: #222;
    color: #fff;
}
ul.links{
    list-style: none;
    columns: 4;
}

#appointment #doctor h3, #appointment #patient h3{
    text-align: left;
    background-color: #ddd;
}
#footer {
    background:#000;
    padding: 5px 0;
    min-height: 2vw;
    color: #fff;
}
#footer a{
    color: #fff;
}

@media screen and (max-width:812px) {
    #collapsibleNavbar{
        background: #FDF0E7;
        position: absolute;
        z-index: 99;
        max-width:100%;
        padding: 0 40px;
    }
    .contact {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}