/* z-indexes */
/* page content width */
/* form height margins */
/* colors */
/* content box */
/* field inputs */
/*@defaultFormFieldInputBGColor: #f2f2f2;*/
/* tables */
/* buttons */
/* preview images */
/* page content width */
/* z-index levels*/
/* common mixins */
/* buttons */
input[type=button],
input[type=submit],
button {
  background-color: #9bca47;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  -moz-outline: none;
  outline: none;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.ui-cst-button {
  min-width: 125px;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
  background-color: #7f8c8d;
}
.ui-cst-button.ui-cst-disabled,
input[type=button][disabled=disabled],
input[type=submit][disabled=disabled],
button[disabled=disabled] {
  background-color: #b3b3b3;
  color: #ffffff;
  cursor: default;
}
input[type=button].cancel,
input[type=submit].cancel,
button.cancel {
  background-color: #2c3e50;
  color: #ffffff;
}
input[type=button].cancel:hover,
input[type=submit].cancel:hover,
button.cancel:hover {
  background-color: #ffffff;
  color: #2c3e50;
}
.ui-cst-button .ui-cst-loading {
  background-image: url(../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 1px;
}
/* BUTTON LOADING */
#fountainG {
  position: absolute;
  width: 85px;
  height: 14px;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #7ec445;
  width: 15px;
  height: 15px;
  -moz-animation-name: bounce_fountainG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0.3);
  -moz-border-radius: 10px;
  -webkit-animation-name: bounce_fountainG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0.3);
  -webkit-border-radius: 10px;
  -ms-animation-name: bounce_fountainG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0.3);
  -ms-border-radius: 10px;
  -o-animation-name: bounce_fountainG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.3);
  -o-border-radius: 10px;
  animation-name: bounce_fountainG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0.3);
  border-radius: 10px;
}
#fountainG_1 {
  left: 0;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#fountainG_2 {
  left: 14px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#fountainG_3 {
  left: 27px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#fountainG_4 {
  left: 41px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
#fountainG_5 {
  left: 54px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
#fountainG_6 {
  left: 68px;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
#fountainG_7 {
  left: 80px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#fountainG_8 {
  left: 94px;
  -moz-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(0.8);
    background-color: #7ec445;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #7ec445;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(0.8);
    background-color: #7ec445;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #7ec445;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(0.8);
    background-color: #7ec445;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #7ec445;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(0.8);
    background-color: #7ec445;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #7ec445;
  }
}
@keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: #7ec445;
  }
  100% {
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    background-color: #7ec445;
  }
}
