.cs-style .ibox-content .row {
  margin-left: 0;
  margin-right: 0;
}
.select-pan .el-input.el-input--suffix input{
  border: none;
  margin: 0;
  padding: 0;
}
.select-pan  .el-select__caret::before{
  display: none ;
}
.cs-style .ibox-table-wrap .ibox-title {
  min-height: 58px;
}

.cs-style .btn {
  font-size: 14px;
  /*height: 30px;*/
}

.cs-style .btn-link {
  color: #1dafff;
  text-decoration: underline;
}

.cs-style .ibox-content .table thead td,
.cs-style .ibox-content .table th {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.cs-style .ibox-content .table td {
  height: 70px;
  text-align: center;
  vertical-align: middle;
}

.cs-style .ibox,
#breadcrumb {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.cs-style .ibox-content .table td .dropdown-menu {
  min-width: 76px;
  padding: 10px;
  box-sizing: border-box;
}

.cs-style .ibox-content .table td .dropdown-menu > li > a {
  width: 100%!important;
  text-align: center;
}

.cs-style .ibox-content .table td .dropdown-menu > li > a:hover,
.cs-style .ibox-content .table td .dropdown-menu > li > a:focus {
  background: #1ab394;
  color: #fff;
}

.cs-btn-close {
  width: 80px;
  height: 40px;
  background: #ff9f00;
  box-shadow: 0 5px 10px 0 rgba(255, 159, 0, 0.3);
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
}

.cs-style input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}

.cs-style input[type="checkbox"]:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  content: " ";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.cs-style input[type="checkbox"]:checked:after {
  content: " ";
  background-image: url("../img/checkbox/checked.png");
  background-size: 105% 105%;
  background-position: center;
  border: none;
}

.cs-style input[type="checkbox"].white:checked:after {
  content: " ";
  background-image: url("../img/checkbox/checkedWhite.png");
  background-size: 105% 105%;
  background-position: center;
  border: none;
}

.cs-style input[type="checkbox"].disabled:after {
  content: " ";
  background-image: url("../img/checkbox/disabledChecked.png");
  background-size: 105% 105%;
  background-position: center;
  cursor: not-allowed;
}

.cs-style input[type="checkbox"].notAllChecked:after {
  content: " ";
  background-image: url("../img/checkbox/notAllChecked.png");
  background-size: 105% 105%;
  background-position: center;
  border: none;
}

.cs-style input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
}

.cs-style input[type="radio"]:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  content: " ";
  background-color: #fff;
  color: #fff;
  display: inline-block;
  visibility: visible;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.cs-style input[type="radio"]:checked:after {
  content: " ";
  background-image: url("../img/checkbox/checked.png");
  background-size: 105% 105%;
  background-position: center;
  border: none;
}

.cs-style input[type="radio"].disabled:after {
  content: " ";
  background-image: url("../img/checkbox/disabledChecked.png");
  background-size: 105% 105%;
  background-position: center;
}

.cs-style input[type="radio"].notAllChecked:after {
  content: " ";
  background-image: url("../img/checkbox/notAllChecked.png");
  background-size: 105% 105%;
  background-position: center;
  border: none;
}

.cs-style input[type="radio"]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--pc-theme-color);
  content: " ";
}

.cs-style .custom-select,
.cs-style .custom-input {
  height: 40px;
  border-radius: 4px;
  /* border: 1px solid #979797;
    font-size: 24px; */
  display: inline-block;
}

.cs-style textarea.custom-input {
  border: none;
  padding: 15px;
  background: #f0f0f0;
  border-radius: 4px;
  resize: none;
}

.cs-style .modal-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2001;
}

.cs-style .el-input__inner {
  border-color: #ced4da;
  color: #495057;
  /* font-size: 16px; */
}

.cs-style .el-input__prefix {
  height: 40px;
}

.cs-style .btn {
  box-shadow: 0 5px 10px 0 rgba(0, 182, 148, 0.2);
}
.cs-style .btn-link {
  box-shadow: none;
}

.cs-style .modal-inner-table {
  font-size: var(--modal-inner-table-font-size, 24px);
  border-collapse: collapse;
  border-style: hidden;
  /* border: 1px solid #1ab394; */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #1ab394;
}

.cs-style .modal-inner-table th {
  background: #1ab394;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}

.cs-style .modal-inner-table th,
.cs-style .modal-inner-table td {
  border-top: none;
  min-width: var(--modal-inner-cell-min-width, 120px);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.td-cell {
  white-space: nowrap;
  padding: 0 10px;
}
.cs-style .modal-inner-table th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.cs-style .modal-inner-table td:not(:last-of-type) {
  border-right: 1px solid #1ab394;
}
.cs-style .modal-inner-table tr:not(:last-of-type) {
  border-bottom: 1px solid #1ab394;
}

.cs-style .modal-inner-table thead tr:last-of-type {
  border-bottom: 1px solid #1ab394;
}

.cs-tag {
  line-height: 20px;
  /* padding: 0 10px; */
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  margin: 0 auto;
  display: inline-block;
  padding: 2px 5px;
  vertical-align: middle;
}

.cs-tag.success {
  color: #1ab394;
  background: #d8fff8;
}

.cs-tag.warning {
  color: #ff9f00;
  background: #ffebc9;
}

.cs-tag.error {
  color: #ff5a5a;
  background: #ffe9e9;
}
