/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19.09.2017, 14:55:38
    Author     : herz
*/
.button_from_action {
  position: relative;
  transition: background-color 0.2s;
  border: 0 none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
}

.button_from_action i {
  display: none;
  position: absolute;
  right: 5px;
  top: 9px;
}

.button_from_action:hover i {
  display: inline-block;
}

.button_from_action_cms {
  transition: background-color 0.2s;
  border: 0 none;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px 9px;
  text-decoration: none;
  vertical-align: top;
  line-height: 1;
  font-size: 1.2rem;
  width: 100%;
}

.button_from_action_link_cms {
  width: 100%;
  border: 1px solid gray;
  padding: 6px 12px 9px;
  vertical-align: top;
  box-sizing: border-box;
}

.button_from_action_cms .btn_text,
.button_from_action_link_cms .btn_content {
  display: inline-block;
  border: 1px dotted silver;
  padding: 5px;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 1.2rem;
  box-sizing: border-box;
  height: 34px;
}

.button_from_action_cms .attr_name,
.button_from_action_link_cms .attr_name {
  width: 40%;
  box-sizing: border-box;
  display: inline-block;
}

.button_from_action_link_cms.red {
  border-color: #e53212;
}

.button_from_action.red, .button_from_action_cms.red {
  background-color: #e53212;
}

.button_from_action_link_cms.gray {
  border-color: #A8A8A8;
}

.button_from_action.gray, .button_from_action_cms.gray {
  background-color: #A8A8A8;
}

.button-default.red .button_from_action {
  background-color: #e53212;
}

.button-default.gray .button_from_action {
  background-color: #A8A8A8;
}

.button-default.white .button_from_action {
  background-color: #fff;
  color: black;
  transition: background-color 0.2s, color 0.2s;
}

.button-default.white .button_from_action:hover {
  background-color: black;
  color: #fff;
}

.button-default.rounded .button_from_action {
  border-radius: 50px;
}

.button-default.auto-width .button_from_action {
  width: auto;
}

.dn {
  display: none;
}

.edit_button_area .save_button {
  border: 1px solid gray;
  border-top: 0px;
  cursor: pointer;
}

.edit_button_area .save_button.red {
  border-color: #e60000;
}

.edit_button_area .save_button.gray {
  border-color: #A8A8A8;
}

.button-default.green .button_from_action {
  background-color: #c7fb3f;
  color: #000000;
}

.button-default.large .button_from_action {
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
}

/*# sourceMappingURL=default.css.map */
