﻿* {
    box-sizing: border-box
}

body {
    background-color: #F1F5F9 !important;
}

.wrapper {
    background-color: #F1F5F9 !important
}

.main-header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    background-color: white !important;
}

.logo {
    background-color: white !important
}

.sidebar-toggle {
    background-color: white !important;
    color: black !important;
}

.hidden-xs {
    color: black !important;
}

.form-control {
    padding: 5px 15px;
    border: none;
    outline: none;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    /*height:40px;*/
}

    .form-control:hover {
        box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.1);
    }

.btn {
    padding: 10px 15px !important;
    text-decoration: none !important;
    border: 1px solid #1A179E !important;
    background-color: #040F4F !important;
    color: white !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1) !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    /*width: 100% !important;*/
    box-sizing: border-box !important;
    transition: all 0.4s !important;
}

    .btn:hover {
        box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.1) !important;
        color: #1A179E !important;
        background-color: white !important;
    }
a {
    color: #040F4F !important
}
    a:hover{color:red !important}

.navbar { background-color:white !important ; color:black !important}
#hospitaname {
    color: black !important
}

.sidebar-menu{background-color:white !important}
.sidebar-menu a {
    background-color: white !important
}
    .sidebar-menu a:hover {
        background-color: #D7755F !important;
        color: white !important;
    }

.sidebar {
    background-color: white !important
}

.main-sidebar {
    background-color: white !important
}

.treeview-menu {
    background-color: white !important;
    border-left: 1px solid #D7755F;
    padding-right: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.treeview-menu li a {
    color: #D7755F !important;
    width: 100% !important;
}

.treeview-menu li {
    display: flex;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width:100% !important;
}

    .treeview-menu li::before {
        content: "__";
        font-family: "Font Awesome 5 free";
        font-weight: 600;
        color: #D7755F;
        display: inline;
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 0px !important;
        padding-right: 0 !important;
        margin-bottom:10px !important;
    }

.treeview span i {
    position:relative;
    bottom:10px;
}

.form-group label{
    margin-left:15px !important;
}