.display-flex{
  display: flex;
}
.display-program{
  display: flex;
  border-style: solid;
  border-width: 2px;
}

.line-through{
  text-decoration: line-through;
}
.cvsscalc-fieldset{
  background:#090;
  color:#ffffff;
  border-radius:10px;
}
.transparency{
  opacity: 0;
}

.ahref-grey{
  color: grey;
}
.ahref-grey:hover{
  color: grey;
}
.ahref-grey:visited{
  color: grey;
}

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;
  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;
}

.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;
}
