/**
 * Regeln für das Detail Formular
 */
.booking_btn 
{
  font-size: 16px; 
  cursor: pointer;
}

.item_text_title
{
  font-weight: bold;
  font-size: 16px; 
}

.item_text_distance
{
  padding-top: 5px;

}

.personen_label{
  width: 30px;
}

.footer_field{
  height: 100px;
}

.sum_price
{
  font-size: 18px; font-weight: bold;
}



.kat-image
{
  cursor: pointer;
  border: 2px solid white;
}

.kat-image-active
{
  border: 2px solid #e9321b;
}

.btn-warning {
    color: #fff;
  background-color: #e9321b;
  border-color: #b10b0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #99090b;
    border-color: #770709;
}

.btn-warning:active {
  color: #fff;
  background-color: #e9321b;
  border-color: #b10b0d;
}

.btn-warning:focus
{
  color: #fff !important;
  background-color: #e9321b !important;
  border-color: #b10b0d !important;
}


.btn.disabled:hover , .btn[disabled]:hover {
    color: #fff;
    background-color: #e9321b;
    border-color: #770709;
}




.kat-image:hover
{
  border: 2px solid #e9321b;
}



.text-info
{
  color: #e9321b; 
}

.title
{
  font-size: 25px;
}

.sub_title
{
  font-size: 20px;
}

a:hover, a:focus {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #ef6553;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
a {
    color: #e9321b;
    text-decoration: none;
}
a {
    background-color: transparent;
}


.text-success {
  color: #449d44;
}

.text-error {
  color: #d9534f;
}

.alert-warning {
    color: #000000;
    background-color: white;
    border-color: #e9321b;
}






/* ******************************************************************************************************************** */

@media (max-width: 768px) 
{ 
  #datepicker-container
  {
      text-align:center;
  }
  
  #datepicker-center 
  {
      display:inline-block;
      margin:0 auto;
  }

}

/* Datepicker */
.ui-datepicker {
   
   
   padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
   
}

.ui-widget.ui-widget-content {
    border: 0px;
}


.ui-widget-header .ui-icon {
    background-image: url("../libs/jquery-ui/images/ui-icons_ffffff_256x240.png");
}

/* Change icons */
.ui-icon-circle-triangle-e { background-position: -32px 0; }
.ui-icon-circle-triangle-w { background-position: -96px 0; }



.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-bottom-right-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { border-bottom-left-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { border-top-right-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { border-top-left-radius: 0px; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid white;
    background: white;
    
}

.ui-state-default, .ui-widget-content .ui-state-hover
{ 
  border: 1px solid #e9321b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #f7968a;  
  
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e9321b;

    border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
    background: #f7968a;
    
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 
    border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 1px solid #e9321b;
  color: #e84733;
  background: #f7968a;
}


.ui-datepicker td span, .ui-datepicker td a {
  
   text-align: center;
    
}

.ui-widget-header {
    color: white;

    border: 1px solid #e9321b;
    background: #e9321b;

}

.ui-datepicker-calendar
{ 

  border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;

    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;

    border-right-color:  #c5c5c5;
    border-bottom-color: #c5c5c5;
    border-left-color: #c5c5c5;
  
    
}


.selUserData    
{
    height: 35px;
    margin-left:5px;
}

.inpuUserData
{
    height: 35px;
    margin-left:5px;
}
/*Stammkunden info*/

#stammkunde_info_close{
    position:absolute;
    right:0;
}
#stammkunde_info:hover, #stammkunde_info_close:hover, #back:hover{
    cursor:pointer;
}

    
    