﻿.leftPanelSidebar {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}

.leftPanelSidebar .secondary-text {
    background: #18aacc;
    color: #fff;
    padding: 14px !important;
    font-size: 13px !important;
}

.leftpanelListBG li {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #dbdbdb !important;
    border-left: 1px solid #dbdbdb !important;
}

.leftpanelListBG li a {
    padding: 12px 23px 12px 12px;
    color: #494747;
    font-weight: normal;
    font-size: 13px;
    background: #f4f4f4;
    text-decoration: none;
    white-space: initial !important;
    display: block;
}

.leftpanelListBG li a:hover {
    color: #fff;
    background: #18AACC;
}

.leftpanelListBG ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-tabs-custom > .nav-tabs > li > a {
    text-transform: uppercase;
    font-weight: bold;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    color: #0277bd;
}

#mdlViewResult .modal-dialog {
    width: 90%;
}
