.inaktiv
{
	display: none !important;
}

.aktiv
{
	display: block !important;
}

.ks-msgbox-message {
	background-color: #494949!important;
	color: white;
	font-weight: bold;
	font-size: xx-large;	
}

.ks-msgbox-warning {
	background-color: rgba(210, 76, 76, 0.6)!important;
	color: white;
	font-weight: bold;
	font-size: xx-large;	
}

.ks-msgbox-dialog {
	background-color: rgba(76, 76, 210, 0.6)!important;
	color: white;
	font-weight: bold;
	font-size: xx-large;	
}

.ui-dialog {
	background-color: #899a32 !Important;
}

.ui-dialog .ui-dialog-content {
	background: #ffffff!Important;
}

.ui-dialog .ui-dialog-buttonpane {
	background-color: linear-gradient(0deg, #494949, white) !Important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background-color: #494949 !Important;
	color: #ffffff !Important;
}

.fade-in {
	animation: fadeIn ease 3s;
	-webkit-animation: fadeIn ease 3s;
	-moz-animation: fadeIn ease 3s;
	-o-animation: fadeIn ease 3s;
	-ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.ks-dropDown-list{
    max-width: 100%!important;
    width: 100%!important;
	height: 66px;
	Font-size: 18px!mportant;
	font-family: Roboto;	
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.ks_submit_button{
	border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
	border-color: #ffba00;
	background-color: #ffba00;
    border-radius: 60px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-family: inherit;
	line-height: 1;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/* Change background color of buttons on hover */
.ks_submit_button:hover {
    border: 1px inset #aaa;
    opacity: 0.50;
    cursor: pointer;;
}

.ks_submit_button:active:hover {
    background-color: #aaa;
    cursor: pointer;;
}

/* container of radio button */
.KS_Radio_Button_Control{
	clear: both;
	display : flex;
}

.KS_Radio_Button_DIV{
	width: 3%;
	float: left;
	align-items : center;
}
.KS_Radio_Button_Label_DIV{
	width: 96%;
	display: flex;
	align-items : center;
}

.KS_Radio_Button{
    width: 100%;
    height: 1.2em;
}

#con-overlay-form, #con-overlay-form-downline{
    position: fixed;
    background-color: #000;
    opacity: 0.3;
    top: 0;
	left: 0;
    height: 100vh;
    width: 100vw;
	z-index: 999;
}

#con-overlay-form p, #con-overlay-form-downline p{
    text-align: center;
    position: relative;
    top: 40vh;
}

#con-overlay-form img,  #con-overlay-form-downline img{
    position:   fixed;
}