/******************************************************************************/
/* Authentication Service                                                     */
/******************************************************************************/
#loginRegisterId_input, #loginRegisterId_next {
    max-width: 375px;
}

 .clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

:focus { 
	outline: 2px dotted #232323; 
}
 
#footer *:focus { 
	outline: 2px dotted #ffffff; 
} 

.tabs {
/*  width: 500px; */
  float: none;
  list-style: none;
  position: relative;
  margin: 10px;
  text-align: left;
}
@media (max-width: 778px) {
	.tabs {
		margin : 0;
	}
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs .tablabel {
  display: block;
  padding: 0px 21px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  top: 4px;
  width: inherit;
  height: 52px;
  line-height: 52px;
}
@media (max-width: 778px) {
	.tabs .tablabel {
		font-size : 14px ;
		padding : 0 10px ;
	}
	.tabs .tablabel > img {
    	height : 30px
		padding-top: 2px;
	}
}

.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  border: 1px solid #d8d8d8;
  box-sizing: border-box; 
}
.tabs [id^="tab"]:checked + .tablabel {
  top: 0;
 /* padding-top: 17px; */
  background: #d8d8d8;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

/* Standard Buttons */
.buttons {
  min-height: 0;
}

.buttons button {
  padding: 0.3em 1em;
}

input {
  padding: 4px;
  margin-bottom: 6px;
}


.inputdiv input {
    border: 1px solid #ddd;
    height: 28px;
    margin-bottom: 3px;
    padding: 4px;
    font-size: 16px;
}

.inputDiv select {
	height: 28px;
	font-size: 1rem;
}

.regbox{
	float: right;
	box-sizing: border-box; 
}



/* neue */

/* allenfalls löschen!
.loginWithUsername {
	width: 45%;
	float: left;
	padding: 5px;
	border: 1px solid lightgray;
}

.loginWithSuisseId {
	width: 45%;
	float: right;
	padding: 5px;
	border: 1px solid lightgray;
}

*/

.div50pr {
	width: 43%;
	padding: 25px;
	margin-top: 63px;
}
@media (max-width: 778px) {
	.div50pr {
    	padding : 10px ;
		margin-top: 20px;
	}
}

.tabwrap {
	width: 43%;
	float: left;
}

.mustFields {
    color: #888888;
    font-size: 13px;
    font-style: italic;
    margin-top: 12px;
}

@media ( max-width : 808px) {
	.loginWithUsername {
		width: 100%;
		float: none;
		border: none;
	}
	.loginWithSuisseId {
		width: 100%;
		float: none;
		border: none;
	}
	.div50pr {
		width: calc(100% - 5px);
	}
	
	.tabwrap {
		width: 100%;
		min-height: 275px;
	}
}

.ui-button {
	cursor: pointer;
	display: inline-block;
	margin-right: 0.1em;
	overflow: visible;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
}

#idNumberChoiceElement{
	max-width: 200px;
    width: 100%; 
    display: inline-block;
}

/* aus Theme.css  */
.portlet-section-header {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 29px;
	text-decoration: none;
}

#portlet-form .portlet-msg-error {
	FONT-WEIGHT: normal;
	/* FONT-SIZE: 10px; */
	COLOR: #bf1324;
	TEXT-DECORATION: none;
	PADDING-TOP: 4px;
	vertical-align: top;
}

.loginWithSuisseIdButton {
	background-color: #ffffff;
	background-image: url("images/SuisseID-Login_Button.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	color: #000000;
	cursor: pointer;
	height: 32px;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
	width: 128px;
}

.video {
	background-color: #ffffff;
	border: medium none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 19px;
	padding-left: 4px;
	text-align: left;
}

.videoimg {
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	height: 19px;
	padding: 3px 5px 3px 3px;
	position: relative;
	top: 7px;
	width: 19px;
}