﻿.dsda-table {
    height: 100%;
    overflow: auto;
}
.hientrang-item {
    border-bottom: 1px solid #DDEBF7;
    line-height: 30px;
}
.padleft-20 {
    padding-left:20px;
}
.text-10-italic {
    font-family: Roboto-Italic;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    color: #007908;
    float: left;
    width: 110%;
}
.dsda-search-form {
  padding: 0px;
  margin-bottom: 5px;
  float: left; }

.dsda-search-input {
  float: left;
  max-width: 300px;
  margin-left: 10px;
  position: relative; }

.dsda-search-input input {
  width: 100%;
  line-height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-left: 3px; }

.dsda-search-icon {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer; }

.dsda-btn-white {
  border: 1px solid #A3C7E8;
  color: #1565C0;
  padding: 3px;
  font-family: Roboto-Regular;
  font-size: 14px;
  background: #F5F9FC;
  border-radius: 2px;
  line-height: 16px; }

.dsda-btn-blue {
  background: #2698F1;
  color: #fff;
  padding: 3px;
  font-family: Roboto-Regular;
  font-size: 14px;
  border-radius: 2px;
  line-height: 16px; }

.dsda-more
{
color: #1565C0;
    margin-left: 5px;
    cursor: pointer;
}
.dsda-close-pop {
  padding: 0;
  margin: -16px -16px 0 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
  opacity: 1;
  font-size: 14px;
  background: #333333;
  /* right: 10px; */
  /* position: absolute; */
  line-height: 15px;
  text-align: center;
  font-weight: bold;
  float: right;
  cursor: pointer; }

.dsda-pop {
  position: absolute;
  bottom: 26px;
  left: -6px;
  z-index: 9999;
  background: #F5FAFF;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 3px 6px #d2cbcb;
  border: 1px solid #B2C4D2;
  width: 390px;
  display: none; }

.dsda-pop::after {
  content: "";
  position: absolute;
  bottom: -23px;
  border-width: 12px;
  border-style: solid;
  border-color: #F5FAFF transparent transparent transparent;
  left: 5px; }

.dsda-pop::before {
  content: "";
  position: absolute;
  bottom: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: #B2C4D2 transparent transparent transparent; }
.duan-name {
    font-family: Roboto-Bold;
    font-size: 14px;
    font-weight: bold;
    color: #1565C0;
    padding: 0px;
}