/*Buttons css*/
.point{cursor:pointer;}
.bgef{background:#efefef;}
.bgdf{background:#dfdfdf;}

.del {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #fc496d);
  background-image: -moz-linear-gradient(top, #d93434, #fc496d);
  background-image: -ms-linear-gradient(top, #d93434, #fc496d);
  background-image: -o-linear-gradient(top, #d93434, #fc496d);
  background-image: linear-gradient(to bottom, #d93434, #fc496d);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.del:hover {
  background: #db5e5e;
  background-image: -webkit-linear-gradient(top, #db5e5e, #fa7896);
  background-image: -moz-linear-gradient(top, #db5e5e, #fa7896);
  background-image: -ms-linear-gradient(top, #db5e5e, #fa7896);
  background-image: -o-linear-gradient(top, #db5e5e, #fa7896);
  background-image: linear-gradient(to bottom, #db5e5e, #fa7896);
  text-decoration: none;
}

.go {
  background: #14a82b;
  background-image: -webkit-linear-gradient(top, #14a82b, #28eb35);
  background-image: -moz-linear-gradient(top, #14a82b, #28eb35);
  background-image: -ms-linear-gradient(top, #14a82b, #28eb35);
  background-image: -o-linear-gradient(top, #14a82b, #28eb35);
  background-image: linear-gradient(to bottom, #14a82b, #28eb35);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.go:hover {
  background: #44c455;
  background-image: -webkit-linear-gradient(top, #44c455, #55eb5f);
  background-image: -moz-linear-gradient(top, #44c455, #55eb5f);
  background-image: -ms-linear-gradient(top, #44c455, #55eb5f);
  background-image: -o-linear-gradient(top, #44c455, #55eb5f);
  background-image: linear-gradient(to bottom, #44c455, #55eb5f);
  text-decoration: none;
}

.warn {
  background: #d9a336;
  background-image: -webkit-linear-gradient(top, #d9a336, #fada5c);
  background-image: -moz-linear-gradient(top, #d9a336, #fada5c);
  background-image: -ms-linear-gradient(top, #d9a336, #fada5c);
  background-image: -o-linear-gradient(top, #d9a336, #fada5c);
  background-image: linear-gradient(to bottom, #d9a336, #fada5c);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.warn:hover {
  background: #dbae55;
  background-image: -webkit-linear-gradient(top, #dbae55, #ffe587);
  background-image: -moz-linear-gradient(top, #dbae55, #ffe587);
  background-image: -ms-linear-gradient(top, #dbae55, #ffe587);
  background-image: -o-linear-gradient(top, #dbae55, #ffe587);
  background-image: linear-gradient(to bottom, #dbae55, #ffe587);
  text-decoration: none;
}



.info {
  background: #3364d6;
  background-image: -webkit-linear-gradient(top, #3364d6, #62a0fc);
  background-image: -moz-linear-gradient(top, #3364d6, #62a0fc);
  background-image: -ms-linear-gradient(top, #3364d6, #62a0fc);
  background-image: -o-linear-gradient(top, #3364d6, #62a0fc);
  background-image: linear-gradient(to bottom, #3364d6, #62a0fc);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.info:hover {
  background: #547ad9;
  background-image: -webkit-linear-gradient(top, #547ad9, #87b7ff);
  background-image: -moz-linear-gradient(top, #547ad9, #87b7ff);
  background-image: -ms-linear-gradient(top, #547ad9, #87b7ff);
  background-image: -o-linear-gradient(top, #547ad9, #87b7ff);
  background-image: linear-gradient(to bottom, #547ad9, #87b7ff);
  text-decoration: none;
}

