.bg-cnopendata{ 
    background-color: #21305e !important;
    /* color: "color"; */
    min-height:55px;
    padding: .2rem 0.7rem; 
    transition: background-color 0.3s;
}

.bg-cnopendata .nav-link{
    color: white !important;
    opacity: 0.75;
    font-size: 16px;
}

.bg-cnopendata .nav-link:hover{
    color: white !important;
    opacity: 1;
}

.bg-cnopendata .navbar-brand{
    color: white !important;
    font-size: 18px;
}

.user-operate-btn-group .btn-sm{
    padding-left: 18px;
    padding-right: 18px;
}

.bg-cnopendata.navbar.transparent{
    background-color: transparent !important;
} 

.modal-contact-us label{
    font-size: 14px;
}
.modal-contact-us .form-group{
    margin-bottom: 3px;
}
.modal-contact-us input[type="radio"]{
    font-size: 14px;
}

.modal-contact-us .modal-title{
    font-size: 16px;
    color: white;
}

.modal-contact-us .modal-header{
    background-color: #21305e;
    height: 45px;
    padding: 10px;
}


.modal-contact-us .close{
    color: white;
}

.modal-contact-us textarea{
    font-size: 14px;
}

.modal-contact-us .form-group-row{
    float: left;
    width: 100%;
    padding: 0px;
}

.modal-contact-us .form-group-row .form-group-label{
    width: 100px;
    float: left;
    padding-top: 4px;
}
.modal-contact-us .form-group-row .form-group-input{ 
    float: left;
    width: calc(100% - 100px);
}


.user-hover-menu{
    /* width: 40px; */
    height: 30px;
    /* width: 200px; */
    border-radius: 4px;
    padding: 0px;

    background-color: white;
    cursor: default !important;
    color: black;
}

.user-hover-menu:hover{
    background-color: #f5f5f5;
    color: #000;
}

.user-hover-menu-icon{
    width: 30px;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    vertical-align:middle;
}

.user-hover-menu-user-text{
    width: 30px; 
    height: 30px;
    padding-left: 10px;
    font-size: 15px; 
    vertical-align:middle;
    padding-right: 15px;
}

.user-hover-menu-item{
    
}


.theme-color-text{
    color: #21305e;
}


.theme-color-text:hover{
    color: #21305e;
}


.sidebar {
    width: 352px;
    position: absolute;
    padding: 15px;
    top: 55px;
    bottom: 0;
    overflow-y: scroll;
    /* Chrome all / Safari all /opera15+*/
    -webkit-user-select: none;
    /* Firefox all */
    -moz-user-select: none;
    /* IE 10+ */
    -ms-user-select: none;
    /* 通用 */
    user-select: none;
}

.sidebar-item {
    font-size: 14px;
    color: #337ab7 !important;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 2;
}

nav .sidebar-item {
    font-size: 16px;
    color: white !important;
    font-weight: bold;
}

nav .sidebar-item.depth-last {
    cursor: pointer;
}

.sidebar-item.depth-last:hover {
    text-decoration: underline;
}

.sidebar-item.depth-last {
    font-size: 14px;
    font-weight: unset;
}

.sidebar-item.select {
    background-color: #eee;
}

.sidebar-item.selected {
    /* font-weight: bold; */
    color: white !important;
    background-color: #21305e !important;
}

.sidebar-mobile {
    padding-left: 15px;
    position: absolute;
    padding: 15px;
    top: 125px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
}

.tree-item-left-btn {
    width: 20px;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
}

.sidebar-item:not([href]) {
    /* color: black !important; */
    cursor: unset;
}

.sidebar-item.depth-0 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.text-bold {
    font-weight: bold !important;
}

.tree-icon {
    transition: transform 300ms ease;
    /* width: 14x; */
    width: 10px;
}

.tree-open-icon {
    transform: rotate(-90deg);
}

.tree-close-icon {
    /* transform: rotate(90deg); */
}

.sidebar-v2 {
    width: 352px;
    position: absolute;
    top: 55px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    /* Chrome all / Safari all /opera15+*/
    -webkit-user-select: none;
    /* Firefox all */
    -moz-user-select: none;
    /* IE 10+ */
    -ms-user-select: none;
    /* 通用 */
    user-select: none;
    background: white;
    z-index: 100;
    transition: width 0.2s;
}

.lng-en .sidebar-v2:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    width: 700px;
}

.sidebar-layer1-text {
    /* font-weight: bold; */
    width: 100%;
    color: #337ab7 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.sidebar-layer1-text:hover {
    text-decoration: none;
}

.sidebar-layer1 {
    width: 100%;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
}

.sidebar-layer1-main {
    width: 100%;
    height: 40px;
    padding: 10px;
    padding-top: 8px;
    border-bottom: 1px solid #ebeef5;
    position: relative;
    cursor: pointer;
}

.tree-v2-icon {
    transition: transform 300ms ease;
    /* width: 14x; */
    width: 12px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.tree-v2-open-icon {
    transform: rotate(-90deg);
}

.tree-v2-close-icon {
    /* transform: rotate(90deg); */
}

.sidebar-item-v2 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
    color: #337ab7;

    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}


.sidebar-item-v2.disable {
    color: black !important;
}

.sidebar-item-wrapper-v2.selected {
    background-color: rgb(230, 230, 230);
}


/* .search-bar:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
} */

.sidebar-item-v2.depth-0 {
    color: #337ab7 !important;
    /* font-weight: bold; */
}

.sidebar-item-v2.depth-1 {
    color: #337ab7 !important;
    /* font-weight: bold; */
}

.sidebar-item-v2.depth-2 {
    color: #337ab7 !important;
    /* font-weight: bold; */
}

.sidebar-item-v2.depth-3 {
    color: #337ab7 !important;
    /* font-weight: bold; */
}

.sidebar-item-v2.depth-4 {
    color: #337ab7 !important;
    /* font-weight: bold; */
}

.sidebar-layer1 .badge {
    font-weight: 500;
}

.module-name{
    display: none;
}
.sidebar-v2 .module-name{
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ebeef5;
    padding: 10px;
}
.cover-page.open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding-top: 60px;
    background-color: white;
    cursor: default;
    /* transition: all 2s linear; */
    opacity: 1;
    transition: opacity 1s ease-out; 
}

.cover-page.close {
    opacity: 0;
    z-index: -1;
    display: none;
}

.cover-page-container {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    bottom: 0;
}

.search-result-panel {
    position: absolute;
    top: 135px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    overflow-y: auto;
}

.search-result-panel .item {
    color: rgb(100, 100, 100);
    border-bottom: 1px solid rgb(220, 220, 220);
    margin-bottom: 10px;
    font-size: 12px;
}

.search-result-panel .item a {
    color: rgb(50, 50, 50);
    font-size: 14px;
}

.search-result-panel mark.text-highlight {
    padding: 0px;
    /* background-color: #24315b; */
    background-color: transparent;
    color: #f73131;
}


.sidebar-v2-mobile .search-bar {
    display: none;
}
.search-bar {
    border-radius: 0px;
    height: 40px;
    cursor: text;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    color: #aaa;
    padding: 8px;
}


.search-bar-top {
    border-radius: 5px;
    height: 30px;
    margin-right: 18px;
    margin-left: 18px;
    cursor: text;
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    color: #aaa;
    background-color: white;
    padding: 5px;
    float: right;
    font-size: 13px;
    width: 200px;
    padding-left: 10px;
}
