.el-radio-button--mini .el-radio-button__inner {
      padding: 7px 10px !important;
}
  .el-collapse-item__header {
    background-color: #0081e5 !important;
    color: #fff  !important;
    cursor: pointer  !important;
    border-bottom: 1px solid #EBEEF5  !important;
    padding-left: 10px  !important;
  }
  .el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
    border: 1px solid #0081e5;
  }

 .mr1{
   margin-right: 5px;
 }
/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.el-breadcrumb__inner{
  color: white !important;
  font-weight: bold !important;
}
.title_tab {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .3rem .7rem;
 	margin-right: 0.0625rem;
	cursor: pointer;
	background-color: #ddd;
	color: #000;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 13px;
 	transition: background-color ease 0.3s;
  opacity: .5;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 0rem 0rem 0rem;
	color: #000;
	background-color: #fff;
 	 
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #fff;
	color: #0067b8;
	border-top: 4px solid #0067b8;
  opacity: 1;
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}
	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 100%;
	}
}
.data-table-visible-columns {
    position: absolute;
    right: 5px;
    top:5px;
    z-index: 5;
}