.button
{
  cursor: pointer;
}

select {
  border: 1px solid #aeafaf;
}

select[disabled="true"] {
  background-color: #F0F0F0;
}

div.error {
  height: auto;
  padding-left: 0;
  padding-top: 0;
  width: auto;
}

input, div.field input {
  height: 18px;
  border: 1px solid #AEAFAF;
  padding-left: 2px;
  font-size: 12px;
}

input[disabled="true"] {
  background-color: #f0f0f0;
}

input[type="radio"], div.field input[type="radio"],
input[type="checkbox"], div.field input[type="checkbox"]
{
  height: auto;
  border: none;
  padding-left: 0;
  vertical-align: bottom;
}

h1 {
  font-size: 1.7em;
  margin-bottom: 17px;
}

.clear,
.dedicated-clear {
  clear: both;
}

div.actions {
  margin-top: 30px;
  float: left;
  width: 100%;
}

div.actions .right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.display-inline {
  display: inline;
}

.first {
  margin: 0;
  font-size: 12px;
}

.hint {
  color: #BBBBBB;
}

.tickeos-content h1 {
  margin-bottom: 20px;
  font-weight: normal;
}

th, .tickeos-content td {
  padding: 5px 5px;
  vertical-align: top;
}

th
{
  background-color: #84C326;
}

.error-list {
  list-style: none;
  margin-bottom: 20px;
  color: red;
  padding-left: 0;
}

.error-list li {
  list-style: none;
}

h4.error {
  color: red;
}

div.error
{
  color: red;
}

div.error input
{
  border:1px solid red;
}

div.field {
  background-color: #fff;
  clear: both;
  float: none;
  padding: 5px 0 5px 0;
  height: auto;
}

.student-warning{
  max-width: 99%;
}

/*********BUTTONS*************/

div.right_menue ul.navi li a,
.button, a.modify, a.remove {
  text-align: center;
  box-sizing:border-box;
  padding: 0 6px 0 6px;
  border: none;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  line-height: 18px;
  margin: 0;
}

.button {
  background-color: #84C326;
  color: black;
}

div.right_menue ul.navi li a,
div.right_menue .button {
  color: #000000;
  background-color: #cccccc;
}

div.right_menue ul.navi li a,
div.right_menue .button {
  width:100%;
}

a.button.cancel, a.button.back, a.button.personal_data_change {
  margin:0;
}

.button-container {
  margin: 10px 0 0 0;
}

.button-helper {
  margin-bottom: 10px;
}

a.button, .login a.recover,
.login a.register,
.product-list-table a,
.ticket-selection a {
  margin: 0;
}

a.modify, a.remove {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding-left: 22px;
  font-weight: normal;
  display: inline-block;
}

a.modify {
  background-image: url("../images/edit.png");
}

a.remove {
  background-image: url("../images/delete.png");
  margin-top: 5px;
}

#shopping_cart_button_cancel {
  padding-top: 0;
}

.cart a.button {
  height: 20px;
  line-height: 20px;
  padding-top: 0;
}


/**************************/

#leftnavi .navi_2_first {
  background-color: #E9E9E9;
}

div#content .cart img {
  border-radius: 0;
  -webkit-border-radius: 0;
}

/******** Remove Responsiveness **************/
@media (max-width: 990px){
  #content_area {
    min-width: 990px;
    max-width: none;
    padding-top: 15px;
  }
  #header_area{
    min-width: 990px;
    max-width: none;
  }
  .main_content {
    width: 75%;
  }
  #work_area{
    margin-right:10px;
  }
  #work_area, .right_menue{
    /* muss !important sein, um style-guide zu überschreiben */
    border-top: 3px solid !important;
    /* muss !important sein, um style-guide zu überschreiben */
    padding: 10px 0 30px 0 !important;
  }
  .right_menue{
    display: block;
  }
  #topmenu{
    /* muss !important sein, um style-guide zu überschreiben */
    display:block !important;
  }
}
@media (max-width: 401px){
  #content_area {
    padding-top: 50px;
  }
}