

.approved_state {
	color:#96cb00;
}

.declined_state {
	color:red;
}

.pending_state {
	color:#ccc;
}

.ack_state {
	color:#ffa705;
}

span.rk-req {
	margin: 0 0 0 8px;
  font-size: 14px;
  display: inline-block;
	color:#af0917;
	width: 5px;
}

.rk-form-field {
	width:100% !important;
}

.rk_label {
	line-height:40px;
	text-align:right;
}

.rk-formgroup, .rk-formgroup .column  {
	margin-bottom:0px !important;
}


h1 {
	text-align:center;	
}

#smartwizard .nav {
	margin-left:0px;
}

.nav-tabs .nav-item {
	width:20%;
}

.middle {
  width: 100%;
  text-align: center;
}

.middle label {
	display: inline-block;
}

.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: #af0917 ;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
  transform: translateY(70px);
}
.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(-10px);
  opacity: 1;
}
.middle .box {
  width: 200px;
  height: 200px;
  background-color: #f5f5f5;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.middle .box:active {
  transform: translateY(20px);
}
.middle .box span {
  position: absolute;
  transform: translate(0, 70px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 15px;
  user-select: none;
  color: #3c4653;
}

.middle .box span:before {
  font-size: 35px;
  font-family: FontAwesome;
  display: block;
  transform: translateY(-70px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.middle .grund_1 span:before {
  content: '\f00c';
}
.middle .grund_2 span:before {
  content: '\f00c';
}
.middle .grund_3 span:before {
  content: '\f00c';
}
.middle .grund_4 span:before {
  content: '\f00c';
}
.middle p {
  color: #fff;
  font-family: "Dax", sans-serif;
  font-weight: 400;
}
.middle p a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}
.middle p span:after {
  content: '\f0e7';
  font-family: FontAwesome;
  color: yellow;
}

input[type="time"] {
	color: #626262;
    background-color: rgba(255, 255, 255, 1);
    border-color: #EBEBEB;
    /* background-color: #fff; */
    /* color: #626262; */
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
    padding: 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.dv_travel_help {
	margin-left: 10px;
	font-size:25px;
	cursor:pointer;
	color:#af0917;
}

.dv_travel_help:hover {
	color:#3c4653;
}

/* Customize the label (the rk_radio_container) */
.rk_radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rk_radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.rk_radio_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rk_radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rk_radio_container input:checked ~ .checkmark {
  background-color: #af0917;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rk_radio_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rk_radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rk_radio_container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.rk_checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight:normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.rk_checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* On mouse-over, add a grey background color */
.rk_checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rk_checkbox_container input:checked ~ .checkmark {
  background-color: #af0917;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rk_checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.rk_checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Create a custom checkbox */
.rk_checkbox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* Style the checkmark/indicator */
.rk_checkbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rk-form-field-disabled {
  background: #f6f6f6 !important;
  border: none !important; 
}

.has-error input, .has-error textarea, .has-error select {
  background:#fff5f5!important;
  color:#af0917  !important;
  border-color:#af0917 !important;
}

.help-block.with-errors {
  font-size:12px;
}

.help-block.with-errors ul {
  margin-left:0px;
}

.help-block.with-errors li {
  color:#af0917 !important;
  list-style:none;
}

.rk_info_box {
  font-size: 12px; 
  padding: 10px; 
  background: #e3effa; 
  display: inline-block; 
  margin:15px 0;
}

.rk_info_box a {
  color: #347daa;
  font-weight: bold;
}

.rk_info_box a:hover {
  color:#0056b3
}

#smartwizard .btn-secondary {
  background: #3c4653 !important
}

#smartwizard h3 {
  margin-bottom:10px;
}

#smartwizard .form-control {
  color: #626262;
  background-color: rgba(255, 255, 255, 1);
  border-color: #EBEBEB;
  width:100%;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 2;
  border: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 0px;
  min-height:42px;
}

#smartwizard .col-form-label {
  text-align: right;
  padding-right:10px;
}

#smartwizard .confirm.col-form-label {
  text-align: left;
}

#smartwizard .input-group>.form-control {
  width: auto;
}

.dropzone {
  background: #f2f2f2;
  border: 2px dashed #ced4da;
}

.dropzone:hover {
  border-color: #626262
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0;
  background: #3c4653;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    background:none;
    padding: 0 0.4em;
    color:#fff;
    border-radius: 3px;
}

.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255,255,255,0.4);
  padding: 0 0.4em;
  border-radius: 0;
}

.dropzone .dz-preview .dz-progress {
 
  height: 16px;
  left: 50%;
  bottom: 25%;
  margin-top: -8px;
  top:unset;
  width: 160px;
  margin-left: -80px;
  background: rgba(255,255,255,0.9);
  border-radius: 0;
}

.dropzone .dz-preview .dz-image {
  width:200px;
}

.dropzone .dz-preview .dz-error-message {
  width: 200px;
  left: 0;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: none;
  background:none;
}

.dz-filename {
  font-size:10px;
}

.dz-error-mark {
  background: #ff0000;
  border-radius: 50px;
}

.dropzone .dz-preview .dz-error-message:after {
  left:94px;
}

.rk_status_success>div {
  width:50px;
  height:50px;
  background:#85c81d;
}
.rk_status_declined>div {
  width:50px;
  height:50px;
  background:#f32e21;
}
.rk_status_ack>div {
  width:50px;
  height:50px;
  background:#ffa705;
}
.rk_status_pending>div {
  width:50px;
  height:50px;
  background:#eeeeee;
}

.button-approved {
  background-color:#96cb00 !important;
  border-color:#96cb00 !important;
  color:#000 !important;
}
.button-declined {
  background-color:#e85454 !important;
  border-color:#e85454 !important;
  color:#fff !important;
}

.button-ack {
  background-color:#ffa705 !important;
  border-color:#ffa705 !important;
  color:#000 !important;
}


/* Tooltip */
.tpd-skin-divinci_travel .tpd-content,
.tpd-skin-divinci_travel .tpd-title,
.tpd-skin-divinci_travel .tpd-close { color: #fff; }
.tpd-skin-divinci_travel .tpd-background-content { background-color: #3c4653; }
.tpd-skin-divinci_travel .tpd-background {
  border-width: 1px;
  border-color: rgba(6,0,12,.6);
}
.tpd-skin-divinci_travel .tpd-background-title { background-color: #3c4653; }
/* line below the title */
.tpd-skin-divinci_travel .tpd-title-wrapper { border-bottom: 1px solid #ccc; }
/* shadow */
.tpd-skin-divinci_travel .tpd-background-shadow { box-shadow: 0 0 8px rgba(0,0,0,.15); }
/* spinner */
.tpd-skin-divinci_travel .tpd-spinner-spin {
  border-color: rgba(255,255,255,.2);
  border-left-color: #fff;
}
/* links */
.tpd-skin-divinci_travel a { 
  color:#5ed7ff;
  font-weight:bold;
  text-decoration: none;
 }
.tpd-skin-divinci_travel a:hover { color: #57a3bd; }

.tpd-size-huge .tpd-content,
.tpd-size-huge .tpd-title {
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
}
.tpd-size-huge .tpd-background { border-radius: 10px; }
.tpd-size-huge .tpd-stem {
  width: 24px;
  height: 12px;
  margin-left: 8px; /* space from the side */
  margin-top: 20px; /* space between stem and target */
}
.tpd-size-huge.tpd-no-radius .tpd-stem { margin-left: 10px; }
.tpd-size-huge .tpd-close { margin: 11px 5px 11px 5px; }
.tpd-size-huge .tpd-close-icon { font-size: 32px; }
.tpd-size-huge .tpd-spinner {
  width: 66px;
  height: 50px;
}
.tpd-size-huge .tpd-spinner-spin { margin: 14px 0 0 22px; }
.tpd-size-huge .tpd-spinner-spin,
.tpd-size-huge .tpd-spinner-spin:after {
  width: 22px;
  height: 22px;
}

#antrag .form-control.error {
  background:#fff5f5!important;
  color:#af0917  !important;
  border-color:#af0917 !important;
}
#antrag .error {
  color: red;
  font-size:11px;
  line-height: 12px;
  padding-top:5px
}

/*Loading Iconm */
.bubblingG {
  text-align: center;
  width:80px;
  height:50px;
  margin: 50px auto;
  }
  
  .bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #af0917;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
  }
  
  #bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  }
  
  #bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  animation-delay: 0.39s;
  }
  
  #bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  animation-delay: 0.78s;
  }
  
  @-moz-keyframes bubblingG {
  0% {
  width: 10px;
  height: 10px;
  background-color:#af0917;
  -moz-transform: translateY(0);
  }
  
  100% {
  width: 24px;
  height: 24px;
  background-color:#FFFFFF;
  -moz-transform: translateY(-21px);
  }
  
  }
  
  @-webkit-keyframes bubblingG {
  0% {
  width: 10px;
  height: 10px;
  background-color:#af0917;
  -webkit-transform: translateY(0);
  }
  
  100% {
  width: 24px;
  height: 24px;
  background-color:#FFFFFF;
  -webkit-transform: translateY(-21px);
  }
  
  }
  
  @-o-keyframes bubblingG {
  0% {
  width: 10px;
  height: 10px;
  background-color:#af0917;
  -o-transform: translateY(0);
  }
  
  100% {
  width: 24px;
  height: 24px;
  background-color:#FFFFFF;
  -o-transform: translateY(-21px);
  }
  
  }
  
  @-ms-keyframes bubblingG {
  0% {
  width: 10px;
  height: 10px;
  background-color:#af0917;
  -ms-transform: translateY(0);
  }
  
  100% {
  width: 24px;
  height: 24px;
  background-color:#FFFFFF;
  -ms-transform: translateY(-21px);
  }
  
  }
  
  @keyframes bubblingG {
  0% {
  width: 10px;
  height: 10px;
  background-color:#af0917;
  transform: translateY(0);
  }
  
  100% {
  width: 24px;
  height: 24px;
  background-color:#FFFFFF;
  transform: translateY(-21px);
  }
  
  }

  .arbeitszeitueberschreitung {
    font-size:12px;
    color:red;
    display:none;
    line-height: 14px;
    margin-top: 5px;
  }

  .neuer_antrag_btn {
    z-index: 100000;
    position: absolute;
    right: 0px;
  }


@media screen and (max-width: 812px) {
  .sw-theme-arrows > .nav-tabs > li {
      font-size:12px
  }
  .sw-theme-arrows > ul.step-anchor > li > a small {
    font-size:9px;
  }

  #smartwizard .form-control {
    font-size:12px;
  }
  #smartwizard .col-form-label {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sw-theme-arrows > .nav-tabs > li {
      width: 100%;
  }
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background:#373f4a;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background:#242a32;
}

.dtp .p10 > a, .dtp div.dtp-actual-year {
  color:#ccc;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #af0917 !important;
  box-shadow: #af0917 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  background: #3c4653 !important;
}

#alle_antraege_length select {
  width: 50px;
  display: inline;
}