

html{
  font-size:14px;
}

textarea:focus, input:focus, select:focus{
    outline: none;
}

.inputFld{
  border:0;
  border-bottom:1px solid lightgrey;
  /* padding:10px 0 20px 0; */
  padding:12px 0 8px 0;
  margin:0;
}

input[type="image"]{
   height: 40px;
}
select{
  padding:10px 0 13px 0 !important;

}
li {
    list-style-type: none;
}

@media (min-width: 1850px) {
  #menu_content, #insight_content, #user_content{
    width: 600px !important;
  }
  .menu_footer{
      font-size:16px !important;
    }
}

@media (max-width: 1850px) {
  #menu_content, #insight_content, #user_content{
    width: 600px !important;
  }
  .menu_footer{
      font-size:16px !important;
    }
}
@media (max-width: 1550px) {
  #menu_content, #insight_content, #user_content{
    width: 600px !important;
  }
  .menu_footer{
      font-size:16px !important;
    }
  .placeholder{
    font-size: 1em !important;
  }
}
/*
@media (max-width: 1350px) {
  #menu_content, #insight_content, #user_content{
    width: 400px !important;

  }.menu_footer{
      font-size:16px !important;
    }
}
*/
@media (max-width: 770px) {
  #menu_content, #insight_content, #user_content{
    width: 100% !important;
    min-width: 340px;
  }
  .menu_footer{
      font-size:16px !important;
    }
  .menu{
    font-size:20px !important;
  }
  .placeholder{
    font-size: 1.0em !important;
  }
}



#user_menu{
  float: left;
  width:100%;
  padding: 40px 0 0 40px;
  font-size: 36px;
}








.userEventRow{
   border-bottom: 1px solid grey;
   padding: 20px 0 20px 0;
}
.headerFadeIn{
	position: fixed; top:-140px; transition: top 500ms ease 0s; z-index:999;
}
.userEventDuration{
  padding-top:20px;
}


.blindText{
  color:#cccccc;
}


.placeholder{
/*  position: absolute;
  left:0px;
  top:10px;
  transition: top 200ms ease 0s, font-size 200ms ease 0s;
  font-size:1.3em;
  padding-top:10px;*/
}

.labelCustom{
  padding-top:10px;
}

.hoverCircle
{
  width:35px !important;
}
/*********************** RADIO BUTTON CUSTOMIZATION ***************************/
/* Customize the label (the container) */
.inputcustom {
  display: inline;
  position: relative;
  padding-left: 35px;
  padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.inputcustom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.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 */
.inputcustom:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.inputcustom input:checked ~ .checkmark {
  background-color: #9E8DEB;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.inputcustom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.inputcustom .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /*background: white;*/
}


/*********************** - ***************************/


.legendUp{
  /* transition: top 500ms ease 0s, font-size 1500ms ease 0s; */
  top:-10px !important;
  color:#C3C3C3;
  font-size:14px !important;
  font-family: Bianco-Sans !important;
}

.placeholder{
  font-family: Bianco-Sans;
  position: absolute;
  left:0px;
  top:10px;
  transition: top 100ms ease 0s, font-size 100ms ease 0s;
  font-size:16px;
  padding-top:10px;
}

.rotate{
  transform:rotate(-180deg);
}

/*********************** Accordion ***************************/

.card{
  border: 0 !important;
  border-radius: 0px !important;
}
.card-header-parent{
  background-color:  white !important;
  border-top:1px solid black !important;
  border-bottom:1px solid black !important;
  border-radius: 0px !important;
  padding:0px !important;
}

.card-body{
  padding:0px !important;
}

.card-header-sub{
  background-color: #9E9898 !important;
  color: white !important;
  border-top:1px solid white;
  border-bottom:1px solid white;
  padding:0px !important;
}

.accordion-row{
  height:80px !important;
}

.accordion-row-content{
  margin:40px 0 40px 0;
}

.accordion-arrow{
   width: 17px;
   height:12px;
   margin-left:15px;
}

.card-header.active > div > div > img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.card-header-parent:before{
  content:url('../media/images/graph/Pfeil_schliessen_schwarz.png');
  padding-top:35px;
  float:left;
  transform: scale(.5);
}

.card-header-parent>div>div{
  color:#9D8DEA;
}

.card-header-parent.collapsed:before{
  content:url('../media/images/graph/Pfeil_oeffnen_schwarz.png');
  padding-top:35px;
  float:left;
  transform: scale(.5);
}

.card-header-parent.collapsed>div>div{
  color:black;
}

.card-header-sub:before{
  content:url('../media/images/graph/Pfeil_schliessen_weiss.png');
  padding-top:35px;
  float:left;
  transform: scale(.5);
}

.card-header-sub.collapsed:before{
  content:url('../media/images/graph/Pfeil_oeffnen_weiss.png');
  padding-top:35px;
  float:left;
  transform: scale(.5);
}

/* User Menu EVENT Übersicht */
.card-header-eventUserMenu{
  background-color: white !important;
  border-bottom:0px !important;
  border-radius: 0px !important;
  border-top:1px black solid !important;
  padding: 0px !important;
}
.card-header-eventUserMenu:after{
  content:url('../media/images/graph/Pfeil_schliessen_schwarz.png');
  transform: scale(.5);
  position: absolute;
  right:0px;
  top:20px;
}
.card-header-eventUserMenu.collapsed:after{
  content:url('../media/images/graph/Pfeil_oeffnen_schwarz.png');
  transform: scale(.5);
  position: absolute;
  right:0px;
  top:20px;
}




.pointer {cursor: pointer;}


.red {color: red};
