button.btn-modify-base {
	border: 1px solid #254d71 !important;
	color: #254d71 !important;
	background: #fff;
}
button.btn-modify-base:hover {
  transition: 0.2s !important;
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.05) !important;
  background:  #5BA5EA !important;
  color: #fff !important;
  border : 1px solid #5BA5EA !important;
}
button.btn-modify-base > i:hover {
  transition: 0.2s !important;
  color: #fff !important;
}

button.btn-delete-base {
	color: #254d71 !important;
    border: 1px solid #254d71 !important;
    background: #fff;
}
button.btn-delete-base:hover {
  transition: 0.2s !important;
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.05) !important;
  background: #D96C6C !important;
  color: #fff !important;
  border : 1px solid #D96C6C !important;
}
button.btn-delete-base >i:hover {
  transition: 0.2s !important;
  color: #fff !important;
}

button.btn-list-base {
	color: #254d71 !important;
    border: 1px solid #254d71 !important;
	background: #fff !important;
}
button.btn-list-base >i {
	color: #254d71 !important;
	margin-left: 6px;
}
button.btn-list-base:hover {
  transition: 0.2s !important;
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.05) !important;
  background: #4b5563 !important;
  color: #fff !important;
  border : 1px solid  #4b5563 !important;
}
button.btn-list-base >i:hover {
  transition: 0.2s !important;
  color: #fff !important;
}

button.btn-add-base {
	color:  #254d71 !important;
    border: 1px solid #254d71 !important;
	background: #fff !important
}
button.btn-add-base:hover {
  transition: 0.2s !important;
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.05) !important;
  background:  #5BA5EA !important;
  color: #fff !important;
  border : 1px solid #5BA5EA !important;
}
button.btn-add-base >i:hover {
  transition: 0.2s !important;
  color: #fff !important;
}

.all_W {
  /* width: 170px;
  height: 55px; */
  float: right;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  width: 100px;
  height: 40px;

  /*   color: #000; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 40px; 
	margin-bottom:30px;
}

.all_W2 {

  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  width: 100px;
  height: 40px;

  /*   color: #000; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  line-height: 40px; 

}