.loader{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0.4;z-index: 9999;background: url('../img/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);}


.img_section{
    float: left;
    margin-right: 15px;
    position: relative;
    height: 160px;
}

.img_section img{
    border: 1px solid #eee;
}

.img_section span{
    color: #777;
    font-size: 12px;
}

.trashIcon{
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    background: #fff;
}

.main-header .navbar{
    background-color: #D92A2A !important;
}

.main-header .logo{
    background-color: #b8332c !important;
}

.main-header .navbar .sidebar-toggle:hover{
    background-color: #b8332c !important;
}

.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a{
    border-left-color: #fff !important;
}

.content-wrapper, .right-side{
    background-color: #ecdedd !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{

    background-color: #b8332c !important;
    border-color: #b8332c !important;
}

.lockscreen {
    background: #ecdedd !important;
}

.login-page, .register-page {
    background: #ecdedd !important;
}

.wrapper, .main-sidebar, .left-side{
    background-color: #D92A2A !important;
}

.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a{
    background-color: #D92A2A !important;
}

.sidebar-menu>li>.treeview-menu{
    background-color: #D92A2A !important;
}

.sidebar a {
    color: #fff !important;
}

.treeview-menu>li>a {
    color: #fff !important;
}

.breadcrumb a, .breadcrumb a:hover{
    color: #D92A2A;
}

.breadcrumb {
    background-color: #fff !important;
}

.symptom_multiselect{
    overflow-x: scroll;;
}

.treeview ul.treeview-menu a:hover, .treeview ul.treeview-menu .active a{
    color: #D92A2A !important;
    background-color: #fff;
}
.symptom-miniature{
    width: 150px;
    margin-top: 5px;
}