.width-content {
	margin-left: 2%;
  	margin-right: 2%;
}
.card {
	border-color: #73c1af;
}
.card-header {
	background: #73c1af;
}
.nav-link {
	color: white !important;
}
.el-form-item__label {
	font-weight: bold;
	color: #484848;
}
.el-table th {
	font-weight: bold;
	color: #484848;
}
.el-form-item {
    margin-bottom: 10px !important;
}
.el-form-item__error {
    margin-top: -10px !important;
}
.el-input__inner {
	border: 1px solid #AFB1B7 !important;
}
.el-textarea__inner {
	border: 1px solid #AFB1B7 !important;
}
.el-table th, .el-table tr {
    background-color: transparent !important; 
}
.el-table thead {
    color: #000000 !important;
    font-weight: 500;
    background-color: #d3d3d3 !important;
}
.el-table th.is-leaf {
    border-bottom: 1px solid #eaeaea !important;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #eaeaea !important;
}
.el-input.is-disabled .el-input__inner {
	color: #6B6D71 !important;
}