/*Language Menu footer*/
.trigger-bootstrap-feel {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #333;
  background-color: #f4f4f4;
  outline: none;
}

.trigger-bootstrap-feel:focus, .trigger-bootstrap-feel:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.content-bootstrap-feel {
  background-color: black;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.ticketcomTextarea {
  border: none;
  width:100%;
  min-height:50px;
  height: auto;
  box-sizing: border-box;         /* For IE and modern versions of Chrome */
  -moz-box-sizing: border-box;    /* For Firefox                          */
  -webkit-box-sizing: border-box; /* For Safari                           */
}

.divNewline {
  white-space: pre;
}

.resize_none {
  resize: none;
}

.break_word {
  overflow: hidden;
  -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

/*cookielayer*/
#cookielayer{
  background-color: darkgrey;
}
#cookielayerCloser{
  background-color: darkorange;
}

.display-flex{
  display: flex;
}
.display-program{
  display: flex;
  border-style: solid;
  border-width: 2px;
}
.border-darkgreen{
  border-color: darkgreen;
}
.border-darkred{
  border-color: darkred;
}
.line-through{
  text-decoration: line-through;
}
.cvsscalc-fieldset{
  background:#090;
  color:#ffffff;
  border-radius:10px;
}

.background_white {
  background-color: white;
}

body {
    background-color: #e0e4e4;
    font-family: arial;
    padding: 1em;
}

.display-block{
  display: block;
}

.display-none{
  display: none;
}

.clear-both{
    clear: "both";
}

/* relevant styles*/
.img__wrap {
  position: relative;
  height: 30px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  right: 0;
  padding-top: 10px;
  /*background: rgba(29, 106, 154, 0.72);*/
  color: black;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

#loginText {
  color: white;
}

#loginText:hover {
  color: black;
}

.sortedLinks{
    color: #000000;
    font-size: 15px;
    line-height: 2;
    display: block;
    color: #000000;
}
.sortedLinks:hover {
	color: #c65966;
}
.sortedLinks{
    text-decoration: none;
}

.researcherLinks{
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
}
.researcherLinks:hover {
	color: #c65966;
}
.researcherLinks{
    text-decoration: none;
}

.redP {
  color: darkred;
  font-size: medium;
}

.white{
  background-color: white;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.bg-dark {
    background-color: #343a40 !important;
}

body {
  background-image: url("/assets/images/background-039e77cbd18a06816e2d248b216d7c27.png");
}

::-webkit-input-placeholder {
   text-align: center;
}
:-moz-placeholder { // Firefox 18-
   text-align: center;
}
::-moz-placeholder {  // Firefox 19+
   text-align: center;
}
:-ms-input-placeholder {
   text-align: center;
}



.labelSmall{
  font-size: 12.5px;
  font-weight: bold;
}

.styleDarkRed {
  color: darkred;
}

.zIndexHigh {
  position: relative;
  z-index: 2;
}
.liNeighbour{
  display: inline;
}

.colorGrey{
  color: #606060;
}

.fontNormal{
  font-weight: normal;
}

.colorBlack{
  color: black;
}

.colorWhite{
  color: white;
}

.inline{
  display: inline;
}

.domain-overview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857;
  color: #333333;
}

ul {
	list-style-type: none;
}

#payment_bank{
  display: none;
}
#payment_paypal{
  display: none;
}

#resizeTextarea {
  resize: none;
}
.myBanner{
  background-color: white;
}
/* The container */
.list-group-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.list-group-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.list-group-item:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.list-group-item input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.list-group-item input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.list-group-item .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);
}


/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; // remove default arrow in IE 10 and 11
}



/* styling */
select {
  width:100%;
  border: 1px solid #bbb;
  padding:.75em 1em .5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.domainBorder{
  font-size: 15px;
  border: solid #050505 2px;
  text-decoration: none;
  border-width: 10px 10px 10px 10px;
  border: 2px black;
  border-style: solid;
}

.blur{
  box-shadow: 5px 5px 20px grey;
  border-width: 10px 10px 10px 10px;
}

/* unvisited link */
a:not([href]):not([tabindex]):link {
  font-family: Arial;
  color: white;
  font-size: 15px;
  font-weight: normal;
}

/* visited link */
a:not([href]):not([tabindex]):visited {
  font-family: Arial;
  color: white;
  font-size: 15px;
  font-weight: normal;
}

/* mouse over link */
a:not([href]):not([tabindex]):hover {
  font-family: Arial;
  color: white;
  font-size: 15px;
  font-weight: normal;
}

/* selected link */
a:not([href]):not([tabindex]):active {
  font-family: Arial;
  color: white;
  font-size: 15px;
  font-weight: normal;
}
