/* 娑撳濯哄锟� */
._dropdown_group {
    width: 20%;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: left;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    z-index: 1000;
}

.text {
    padding-left: 10px;
}

._dropdown_group ul {
    position: absolute;
    top: 28px;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    border: solid 1px #666;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: scroll;
}

._dropdown_group ul li {
    padding-left: 10px;
}

._dropdown_group ul li:hover {
    background-color: #111;
}

._dropdown_group .right_black{
    background-color:#0f0f0f;
    font-weight: bold;
    height: 28px;
    float: right;
    text-align: center;
    line-height: 28px;
}
._dropdown_group .right_black span{
    width: 3px;
    height: 3px;
    background-color: #fff;
    float: left;
    margin: 13px 2px;
}
._dropdown_group .right_black span:nth-of-type(1){
    margin-left: 10px;
}
._dropdown_group .right_black span:nth-of-type(3){
    margin-right: 10px;
}
._dropdown_group .right_black img{
    margin: 0 10px;
    margin-top: 3px;
    transform: rotate(-90deg);
}

._dropdown_group .hide {
    display: none;
}

/* 閺冦儲婀￠柅澶嬪 */
._date_picker .input_container {
    /**background: rgba(0, 0, 0, 0.4);*/
    background-color: #8A92A8;
    padding: 0 5px;
}

._date_picker .title {
    margin-right: 10px;
    font-size: 12px;
}

._date_picker {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 28px;
    margin-left: 20px;
    color: #808080;
}

._date_picker img {
    padding: 4px;
}

._date_picker input {
    width: 120px;
    box-sizing: border-box;
    padding: 0 5px;
    height: 28px;
    border: none;
    background: transparent;
    color: #ccc;
    font-family: square;
    font-size: 10px;
}

/* 閹稿鎸� */
.functional_selection .btn {
    height: 28px;
    line-height: 28px;
   
    background-color: #8A92A8;
    color: #d3d3d4;
    position: relative;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    padding: 0 20px;
}
.nt_csm_left{
    width:100%;
    background: rgba(0, 0, 0, 0.25);
}
.nt_csm_leftImg{
    background: none;
    overflow-y: scroll;
}
.nt_csm_lefttitle{
    margin-top:0;
    padding: 5px 0;
    position: relative;
    background: #5F6C8C;
}
a.multiSelect:link{
	 background-color: #5F6C8C;
}

.multiSelect{
    line-height: 23px;
}
.nt_nrvtitso{
    top:0;
    margin-top:5px;
    left: 270px;
    position: absolute;
    background-color: #5F6C8C;
}
.multiSelectOptions {
    margin-top: -1px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #666;
    background: #99A0B2;
    text-align: left;
    width: 220px;
    height: 300px;
}
.multiSelectOptions LABEL {
    padding: 0px 2px;
    display: block;
    color: #fff;
    white-space: nowrap;
}
.nt_cstopdate_sel {
    border: 1px solid #aeafaf;
    background: #8A92A8;
    color: #ffffff;
}
.nt_csm_leftImg{
	background: rgba(230, 230, 230, 1);
}

.nt_csm_lefttitle span{
    padding-left: 20px;
}
.multiSelectOptions:nth-of-type(1){
    display: none;
}