/* ------------------------------------------------------------------*/
/* Task    : CSS                                                     */
/* Author  : K.K.                                                    */
/* Date    : 17/12/2013                                              */
/* ------------------------------------------------------------------*/
.btn_blue {
  font-family: arial;
  color: #14396A !important;
  font-size: 13px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 2px 1px 2px #BEE2F9;
  padding: 1px 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #3866A3;
  background: #63B8EE;
  background: linear-gradient(top,  #63B8EE,  #468CCF);
  background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
  background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
  
  
}
.btn_blue:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top,  #468CCF,  #63B8EE);
  background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
  background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
  background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
}
.btn_blue:active {
  background: #0066FF;
  background-position: 0 -40px;
}

/* -------------------------------------------------------------------------------------------------------*/
.btn_virt {
  font-family: arial;
  color: #081424 !important;
  font-size: 12px;
  /*text-shadow: 1px 1px 0px #7CACDE;
   box-shadow: 2px 1px 2px #BEE2F9; */
  padding: 1px 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #3866A3;
  background: #FFFEEE;
  background: linear-gradient(top,  #FFFEEE,  #FFFFFF);
  background: -ms-linear-gradient(top,  #FFFEEE,  #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFEEE), to(#FFFFFF));
  background: -moz-linear-gradient(top,  #FFFEEE,  #FFFFFF);
}

/* -------------------------------------------------------------------------------------------------------*/

.btn_green {
  font-family: arial;
  color: #000000 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #60A860;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 1px 4px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0C450C;
  /*background: #5FF778; url(../images/add.png) no-repeat; padding-left:12px; */
  background: #5FF778;
  background: linear-gradient(top,  #65FF5B,  #4A7A3B);
  background: -ms-linear-gradient(top,  #65FF5B,  #4A7A3B);
  background: -webkit-gradient(linear, left top, left bottom, from(#65FF5B), to(#4A7A3B));
  background: -moz-linear-gradient(top,  #65FF5B,  #4A7A3B); 
}

.btn_green:hover {
  color: #000000 !important;
  background: #2C4A2A;
  background: linear-gradient(top,  #71CF6E,  #245C1C);
  background: -ms-linear-gradient(top,  #71CF6E,  #245C1C);
  background: -webkit-gradient(linear, left top, left bottom, from(#71CF6E), to(#245C1C));
  background: -moz-linear-gradient(top,  #71CF6E,  #245C1C);
}
.btn_green:active {
  background: #006633;
  background-position: 0 -40px;
}

/* -------------------------------------------------------------------------------------------------------*/

.btn_green_v2 {
  font-family: arial;
  color: #000000 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0px #60A860;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 1px 8px;
  margin: 5px 3px;
  cursor: pointer;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #0C450C;
  /*background: #5FF778; url(../images/add.png) no-repeat; padding-left:12px; */
  background: #5FF778; 
  background: linear-gradient(top,  #65FF5B,  #4A7A3B);
  background: -ms-linear-gradient(top,  #65FF5B,  #4A7A3B);
  background: -webkit-gradient(linear, left top, left bottom, from(#65FF5B), to(#4A7A3B));
  background: -moz-linear-gradient(top,  #65FF5B,  #4A7A3B); 
}

.btn_green_v2:hover {
  color: #000000 !important;
  background: #2C4A2A;
  background: linear-gradient(top,  #71CF6E,  #245C1C);
  background: -ms-linear-gradient(top,  #71CF6E,  #245C1C);
  background: -webkit-gradient(linear, left top, left bottom, from(#71CF6E), to(#245C1C));
  background: -moz-linear-gradient(top,  #71CF6E,  #245C1C);
}
.btn_green_v2:active {
  background: #006633;
  background-position: 0 -40px;
}
