#dbf_Testcheckbox1
{
	/*
	color:#ff00ff;
	background-color:#00ff00;
	*/
}

a.paxidoFormFieldDialogLink
{
	border: 0px !important;
	
}

select option:selected
{
	background-color:rgba(1,33,105,1);
	color: #ffffff;
}

@media screen and (max-width: 768px) {
  .register_steps ul {
    width: 100%;
    overflow-x: hidden;
  }
  .register_steps ul li {
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding-left: 50px;
    line-height: 30px;
  }
  
  .register_steps ul li:after {
    top: 100% !important;
    right: auto !important;
    left: 0 !important;
    transform: translateX(0) !important;
  }
  .register_steps ul li a {
    font-size: 13px;
  }
}

.register_form .btn {
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 13px;
}
.register_form .btn:hover {
  padding: 15px 60px;
}
.register_form .btn.btn-success {
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.15);
}
.form-group label {
  font-weight: bold;
  color: #3D3C3C !important;
}
.form-group label.inline {
  line-height: 50px;
  display: inline-block;
}
.form-group-label {
  position: relative;
  margin-top: 5px ;
}

.form-group .textinput-container {
  position: relative;
  width:100%;
}

.form-group .textarea-container {
  position: relative;
  width:100%;
}

.form-group .textarea{
  position: relative;
  width:100%;
  height:auto;
  padding:5px;
  min-height: 50px;
  resize:vertical !important;
}

.form-group input[type=text].form-control ,
.form-group input[type=text] 
{
  color: #666666;
  /*background-color: #fafbfc;*/
  border-color: #dae2e9;
  
  height: 50px !important;
  line-height: 50px !important;
  line-height: 1.11  !important;  
  font-size: 1.5em;  
  /*outline: none;*/
  padding-left: 10px;
}
.form-group.has-error {
  position: relative;
}
.form-group.has-error input {
  border-color: #e0171c;
  
}
.form-group.has-error .error-message {
  /*Mertz Position:absolute in separate Klasse */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom:0px;
  /*color: #e0171c;*/
  font-size: 14px;
}
.form-group.has-error-inside-input .error-message {
  position: absolute;
}
.form-group.has-error .error-message .fa {
  font-size: 20px;
}

.response-message-success {
  color: limegreen;
}
.response-message-warning {
  color: orange;
}
.response-message-error {
  color: #e0171c;
}
.response-message-info {
  color: deepskyblue;
}

.response-message-error-as-warning { color: orange; }
.response-message-error-as-info { color: deepskyblue; }
.response-message-error-as-success { color: limegreen; }

.response-ajax-loader-small {
  padding-left: 10px;
}

/*
TODO: Umbennen in response-submit-error-box
 */
.dataprocessor-submit-response {
  display: none;
  padding: 10px;
  border-color: #e0171c;
  border-style: solid;
  margin: 5px;
}

.form-group select {
  /*border: 0 !important;*/
  
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  color: rgba(1,33,105,1) ;
  background-color: #ffffff;
  border: 1px solid rgba(1,33,105,1) !important;
  height: 50px;
  line-height: 50px;
  /*font-size: 1em;*/
  line-height: 1.11;
  /*outline: none;*/
  padding-left: 10px;
  margin-bottom: 10px;/*style.css  bulk-pro  */
}

.form-group select option{
	color: rgba(1,33,105,1);
}

.form-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-group select::-ms-expand {
  display: none;
}

.form-group .textinput-container {
  position: relative;
  width:100%;
}

.form-group .select-container {
  position: relative;
  width:100%;
}

.form-group .select-container:after {
  content: "\f0dc";
  font-family: 'FontAwesome';
  font-size: 1.5em;
  line-height: 1.11;
  color: rgba(1,33,105,1);
  position: absolute;
  right: 0;
  top: 0;
  /*background: red;*/
  z-index: 1;
  text-align: center;
  vertical-align: absmiddle;
  margin: auto;
  width: 10%;
  height: 100%;
  line-height: 50px;
  pointer-events: none;
  box-sizing: border-box;
}
.form-group textarea {
  height: auto !important;
  padding:0px;
}
.radio-form {
  position: relative;
  padding-left: 20px;
  margin-bottom:12px;
}
.radio-form input {
  opacity: 0;
  z-index: -99;
}

.radio-form:before,
.radio-form:after {
  content: '';
  position: absolute;
  top: calc(25px/2);
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  transition: all 0.2s;
}
.radio-form:before {
  border: solid 2px rgba(1,33,105,1);
}
.radio-form:after {
  transform: translateY(-50%) scale(0);
  background-color: rgba(1,33,105,1);
}
.radio-form div {
  display: inline-block;
  width: calc(100% - 20px);
  /*margin-bottom: 12px;*/
  line-height: 25px;
}
.radio-form div:first-child {
  display: inline-block;
  width: 0px;
  line-height: 25px;
  border: 0px solid red;
}
.radio-form div:nth-child(2) {
  display: inline-block;
  width: calc(100% - 25px);
  padding-left: 20px;
  line-height: 25px;
  border: 0px solid blue;
}
.radio-form span {
  display: inline-block;
  line-height: 25px;
}
.radio-form.checked:before {
  border-color: rgba(1,33,105,1);
}
.radio-form.checked:after {
  transform: translateY(-50%) scale(0.5);
  border-color: rgba(1,33,105,1);
}
.checkbox-form {
  position: relative;
  padding-left: 0px;
}
.checkbox-form input {
  opacity: 0;
  z-index: -99;
}
.checkbox-form.var1:before,
.checkbox-form.var1:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: all 0.2s;
}
.checkbox-form.var1:before {
  border: solid 2px rgba(1,33,105,1);
}
.checkbox-form.var1:after {
  transform: translateY(-50%) scale(0);
  background-color: rgba(1,33,105,1);
}
.checkbox-form.var1 div {
  display: inline-block;
  line-height: 30px;
  margin-bottom: 12px;
}
.checkbox-form div:first-child {
  display: inline-block;
  width: 0px;
  line-height: 30px;
  border: 0px solid red;
}
.checkbox-form div:nth-child(2) {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 20px;
  line-height: 2em;
  border: 0px solid blue;
}

.checkbox-form.var1 span {
  display: inline-block;
  /*width: calc(100% - 20px);*/
  margin-top: 10px;
  line-height: 2em;
}

.checkbox-form.var2 span {
  display: inline-block;
  /*width: calc(100% - 20px);*/
 
  line-height: 2em;
}

.checkbox-form.var1.checked:before {
  border-color: rgba(1,33,105,1);
}
.checkbox-form.var1.checked:after {
  transform: translateY(-50%) scale(0.5);
}


.radio-form.var2.checked:after,
.checkbox-form.var2.checked:after {
    top: .25em;
    left: -.25em;
    width: 1em;
    height: 2em;
    border-right: .5em solid rgba(1,33,105,1);
    border-bottom: .35em solid rgba(1,33,105,1);
    transform: rotate(45deg);
}

.checkbox-form.var2:after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: .5em;
    width: 2em;
    height: 2em;
    transform: rotate(0deg);
    transition: all .1s ease-out;
}

.checkbox-form.var2:before {
    content: '';
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: .1em solid rgba(1,33,105,1);
    background-color: rgba(255, 255, 255, .8);
    display: block;
    box-sizing: border-box;
    float: left;
    width: 2em;
    height: 2em;
    margin-left: -1.35em;
    margin-top: .5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all .1s ease-out;
}

@media screen and (max-width: 768px) {
  label.float-right {
    float: left !important;
  }
}

div.radio-form_container
{
 margin-left:	0px;
 border:0px solid blue;
}

div.checkbox-form_container
{
 margin-left:	7px; /* Abstand zur linken Kante*/
 border:0px solid blue;
}



fieldset.gse-package
{
    margin: 0;
	margin-bottom:20px;
    padding: 1em;
    width: 95%;
    border: 0.1em solid #000 !important;

	
}

fieldset legend
{
	color: #666666;
	padding-left:20px;
	padding-right: 20px;
	width:auto;
	border:0px;
	background: #ffffff;
	margin-bottom:0;
}

.shadow
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.radio-form_headline
{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
	width:100%;
	padding-left:20px;
	
	border-bottom: 0.5px solid  #eeeeee;
	
}

.px_hidden
{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}

	.search-div {
		width:96% !important;
		border-style: groove;
		border: 15px solid lightgrey;

	}
	
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
   background-color: #2196F3;ss
}

label.switch.disable input:checked + .slider 
{background-color: rgba(33, 150, 243, 0.5);}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch.disable {
    pointer-events: none;
    cursor: default;
}

.px-info
{
	margin-left:5px;	
	font-size:75% !important;
	line-height:75%;
}

.readonly
{
	background-color:#eeeeee;
	color:#cccccc;
}