
.fullTable {
  display: table;
  width: 100%;
}

.tableContainer {
  display: table;
  width: 100%;
}

.avatarTable {
  display: table-cell;
  width: 20%;
}

.bannerTable {
  display: table-cell;
  width: 80%;
}

.font_14_black {
  text-shadow: none;
  font-size: 14px;
  letter-spacing: 2.5px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  text-align: center;
}

.border-width-0 {
  border-width: 0px;
}

.break-word {
  word-wrap: break-word;
}

.display-inline-box{
  display: inline-block;
}

fieldset {
  background-color:transparent;
}
.fieldset_set_background_color input:checked + label { background: darkred; border: 3px solid black; color: #ffffff; }
.fieldset_set_background_color input + label { background: grey; border: 3px solid black; color: #ffffff; }


#myOl {
  counter-reset: item;
  padding-left: 10px;
}
#myLi {
  display: block
}
#myLi:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
  padding-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
}
#my_Ul_disc {
    list-style-type: disc;
}

.position-absolute {
  position: absolute;
}

.z-index-1 {
  z-index: 1;
}

.z-index-3 {
  z-index: 3;
}

.float_left {
  float: left;
}

.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;
}
.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;
  /*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;
}
/*******************************************************************************
 * links style
 ******************************************************************************/

.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;
}

.greyFooter{
  background-color: #d3d3d3;
}

.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;
}

.sameColumnHeight {
}

.zIndexHigh {
  position: relative;
  z-index: 2;
}

.liNeighbour{
  display: inline;
}

.colorGrey{
  color: #606060;
}

.colorDarkred{
  color: darkred;
}

.colorDarkgreen{
  color: #006400;
}

.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 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background:none\9;
    padding: 5px\9;
  }
}

/* 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;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * Preview-Modal +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

$theme-color: #0f9d58;

.custom-styles-overlay {
background-color: rgba(yellow, .77);
}

.custom-styles-overlay,
.custom-styles-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.custom-styles-modal-container {
  background: #222;
  color: white;
  margin-left: -25px;
  margin-top: 10px;
  width: 300px;
}

body.centered-modal-showing {
  overflow: hidden;
  z-index: 70;
}
.centered-scrolling-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 70;
}

.centered-scrolling-overlay {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 70;
}

/* basic modal style (an example, this is not necessary for the centering) */
.centered-scrolling-container {
  position: relative;
  background-color: white;
  min-width: 30em;
  min-height: 20em;
  padding: 0px 0px 0px 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  box-shadow: 0px 4px 25px 4px rgba(0,0,0,0.30);
  z-index: 70;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * Buttons +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.button_big_text {
	text-align: center;
	font-family: Arial;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
  background: transparent;
  border: transparent;
}

.label_text_big {

}

.label_text_small {
  font-size: 15px;
  letter-spacing: 3px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  text-align: center; /* TODO: center is not real center. using pading-left 3px and top 2px to compensate the more left and higher position of the text in the button */
  padding-left: 3px;
  padding-top: 2px;
  text-shadow: 0.00px 0.5px 0.38px #000,
               0.01px 0.5px 0.38px #000,
               0.02px 0.5px 0.38px #000,
               0.03px 0.5px 0.38px #000,
               0.04px 0.5px 0.38px #000,
               0.05px 0.5px 0.38px #000,
               0.06px 0.5px 0.38px #000,
               0.07px 0.5px 0.38px #000,
               0.08px 0.5px 0.38px #000,
               0.09px 0.5px 0.38px #000,
               0.10px 0.5px 0.38px #000,
               0.11px 0.5px 0.38px #000,
               0.12px 0.5px 0.38px #000,
               0.13px 0.5px 0.38px #000,
               0.14px 0.5px 0.38px #000,
               0.15px 0.5px 0.38px #000,
               0.16px 0.5px 0.38px #000,
               0.17px 0.5px 0.38px #000,
               0.18px 0.5px 0.38px #000,
               0.19px 0.5px 0.38px #000,
               0.20px 0.5px 0.38px #000,
               0.21px 0.5px 0.38px #000,
               0.22px 0.5px 0.38px #000,
               0.23px 0.5px 0.38px #000,
               0.24px 0.5px 0.38px #000,
               0.25px 0.5px 0.38px #000,
               0.26px 0.5px 0.38px #000,
               0.27px 0.5px 0.38px #000,
               0.28px 0.5px 0.38px #000,
               0.29px 0.5px 0.38px #000,
               0.30px 0.5px 0.38px #000,

               0.5px 0.30px 0.38px #000,
               0.5px 0.29px 0.38px #000,
               0.5px 0.28px 0.38px #000,
               0.5px 0.27px 0.38px #000,
               0.5px 0.26px 0.38px #000,
               0.5px 0.25px 0.38px #000,
               0.5px 0.24px 0.38px #000,
               0.5px 0.23px 0.38px #000,
               0.5px 0.22px 0.38px #000,
               0.5px 0.21px 0.38px #000,
               0.5px 0.20px 0.38px #000,
               0.5px 0.19px 0.38px #000,
               0.5px 0.18px 0.38px #000,
               0.5px 0.17px 0.38px #000,
               0.5px 0.16px 0.38px #000,
               0.5px 0.15px 0.38px #000,
               0.5px 0.14px 0.38px #000,
               0.5px 0.13px 0.38px #000,
               0.5px 0.12px 0.38px #000,
               0.5px 0.11px 0.38px #000,
               0.5px 0.10px 0.38px #000,
               0.5px 0.09px 0.38px #000,
               0.5px 0.08px 0.38px #000,
               0.5px 0.07px 0.38px #000,
               0.5px 0.06px 0.38px #000,
               0.5px 0.05px 0.38px #000,
               0.5px 0.04px 0.38px #000,
               0.5px 0.03px 0.38px #000,
               0.5px 0.02px 0.38px #000,
               0.5px 0.01px 0.38px #000,
               0.5px 0.00px 0.38px #000,

               0.5px -0.00px 0.38px #000,
               0.5px -0.01px 0.38px #000,
               0.5px -0.02px 0.38px #000,
               0.5px -0.03px 0.38px #000,
               0.5px -0.04px 0.38px #000,
               0.5px -0.05px 0.38px #000,
               0.5px -0.06px 0.38px #000,
               0.5px -0.07px 0.38px #000,
               0.5px -0.08px 0.38px #000,
               0.5px -0.09px 0.38px #000,
               0.5px -0.11px 0.38px #000,
               0.5px -0.12px 0.38px #000,
               0.5px -0.13px 0.38px #000,
               0.5px -0.14px 0.38px #000,
               0.5px -0.15px 0.38px #000,
               0.5px -0.16px 0.38px #000,
               0.5px -0.17px 0.38px #000,
               0.5px -0.18px 0.38px #000,
               0.5px -0.19px 0.38px #000,
               0.5px -0.20px 0.38px #000,
               0.5px -0.21px 0.38px #000,
               0.5px -0.22px 0.38px #000,
               0.5px -0.23px 0.38px #000,
               0.5px -0.24px 0.38px #000,
               0.5px -0.25px 0.38px #000,
               0.5px -0.26px 0.38px #000,
               0.5px -0.27px 0.38px #000,
               0.5px -0.28px 0.38px #000,
               0.5px -0.29px 0.38px #000,
               0.5px -0.30px 0.38px #000,

               0.30px -0.50px 0.38px #000,
               0.29px -0.50px 0.38px #000,
               0.28px -0.50px 0.38px #000,
               0.27px -0.50px 0.38px #000,
               0.26px -0.50px 0.38px #000,
               0.25px -0.50px 0.38px #000,
               0.24px -0.50px 0.38px #000,
               0.23px -0.50px 0.38px #000,
               0.22px -0.50px 0.38px #000,
               0.21px -0.50px 0.38px #000,
               0.20px -0.50px 0.38px #000,
               0.19px -0.50px 0.38px #000,
               0.18px -0.50px 0.38px #000,
               0.17px -0.50px 0.38px #000,
               0.16px -0.50px 0.38px #000,
               0.15px -0.50px 0.38px #000,
               0.14px -0.50px 0.38px #000,
               0.13px -0.50px 0.38px #000,
               0.12px -0.50px 0.38px #000,
               0.11px -0.50px 0.38px #000,
               0.10px -0.50px 0.38px #000,
               0.09px -0.50px 0.38px #000,
               0.08px -0.50px 0.38px #000,
               0.07px -0.50px 0.38px #000,
               0.06px -0.50px 0.38px #000,
               0.05px -0.50px 0.38px #000,
               0.04px -0.50px 0.38px #000,
               0.03px -0.50px 0.38px #000,
               0.02px -0.50px 0.38px #000,
               0.01px -0.50px 0.38px #000,
               0.00px -0.50px 0.38px #000,

              -0.30px -0.50px 0.38px #000,
              -0.29px -0.50px 0.38px #000,
              -0.28px -0.50px 0.38px #000,
              -0.27px -0.50px 0.38px #000,
              -0.26px -0.50px 0.38px #000,
              -0.25px -0.50px 0.38px #000,
              -0.24px -0.50px 0.38px #000,
              -0.23px -0.50px 0.38px #000,
              -0.22px -0.50px 0.38px #000,
              -0.21px -0.50px 0.38px #000,
              -0.20px -0.50px 0.38px #000,
              -0.19px -0.50px 0.38px #000,
              -0.18px -0.50px 0.38px #000,
              -0.17px -0.50px 0.38px #000,
              -0.16px -0.50px 0.38px #000,
              -0.15px -0.50px 0.38px #000,
              -0.14px -0.50px 0.38px #000,
              -0.13px -0.50px 0.38px #000,
              -0.12px -0.50px 0.38px #000,
              -0.11px -0.50px 0.38px #000,
              -0.10px -0.50px 0.38px #000,
              -0.09px -0.50px 0.38px #000,
              -0.08px -0.50px 0.38px #000,
              -0.07px -0.50px 0.38px #000,
              -0.06px -0.50px 0.38px #000,
              -0.05px -0.50px 0.38px #000,
              -0.04px -0.50px 0.38px #000,
              -0.03px -0.50px 0.38px #000,
              -0.02px -0.50px 0.38px #000,
              -0.01px -0.50px 0.38px #000,
              -0.00px -0.50px 0.38px #000,

              -0.30px 0.50px 0.38px #000,
              -0.29px 0.50px 0.38px #000,
              -0.28px 0.50px 0.38px #000,
              -0.27px 0.50px 0.38px #000,
              -0.26px 0.50px 0.38px #000,
              -0.25px 0.50px 0.38px #000,
              -0.24px 0.50px 0.38px #000,
              -0.23px 0.50px 0.38px #000,
              -0.22px 0.50px 0.38px #000,
              -0.21px 0.50px 0.38px #000,
              -0.20px 0.50px 0.38px #000,
              -0.19px 0.50px 0.38px #000,
              -0.18px 0.50px 0.38px #000,
              -0.17px 0.50px 0.38px #000,
              -0.16px 0.50px 0.38px #000,
              -0.15px 0.50px 0.38px #000,
              -0.14px 0.50px 0.38px #000,
              -0.13px 0.50px 0.38px #000,
              -0.12px 0.50px 0.38px #000,
              -0.11px 0.50px 0.38px #000,
              -0.10px 0.50px 0.38px #000,
              -0.09px 0.50px 0.38px #000,
              -0.08px 0.50px 0.38px #000,
              -0.07px 0.50px 0.38px #000,
              -0.06px 0.50px 0.38px #000,
              -0.05px 0.50px 0.38px #000,
              -0.04px 0.50px 0.38px #000,
              -0.03px 0.50px 0.38px #000,
              -0.02px 0.50px 0.38px #000,
              -0.01px 0.50px 0.38px #000,
              -0.00px 0.50px 0.38px #000,

              -0.50px 0.30px 0.38px #000,
              -0.50px 0.29px 0.38px #000,
              -0.50px 0.28px 0.38px #000,
              -0.50px 0.27px 0.38px #000,
              -0.50px 0.26px 0.38px #000,
              -0.50px 0.25px 0.38px #000,
              -0.50px 0.24px 0.38px #000,
              -0.50px 0.23px 0.38px #000,
              -0.50px 0.22px 0.38px #000,
              -0.50px 0.21px 0.38px #000,
              -0.50px 0.20px 0.38px #000,
              -0.50px 0.19px 0.38px #000,
              -0.50px 0.18px 0.38px #000,
              -0.50px 0.17px 0.38px #000,
              -0.50px 0.16px 0.38px #000,
              -0.50px 0.15px 0.38px #000,
              -0.50px 0.14px 0.38px #000,
              -0.50px 0.13px 0.38px #000,
              -0.50px 0.12px 0.38px #000,
              -0.50px 0.11px 0.38px #000,
              -0.50px 0.10px 0.38px #000,
              -0.50px 0.09px 0.38px #000,
              -0.50px 0.08px 0.38px #000,
              -0.50px 0.07px 0.38px #000,
              -0.50px 0.06px 0.38px #000,
              -0.50px 0.05px 0.38px #000,
              -0.50px 0.04px 0.38px #000,
              -0.50px 0.03px 0.38px #000,
              -0.50px 0.02px 0.38px #000,
              -0.50px 0.01px 0.38px #000,
              -0.50px 0.00px 0.38px #000,

              -0.50px -0.30px 0.38px #000,
              -0.50px -0.29px 0.38px #000,
              -0.50px -0.28px 0.38px #000,
              -0.50px -0.27px 0.38px #000,
              -0.50px -0.26px 0.38px #000,
              -0.50px -0.25px 0.38px #000,
              -0.50px -0.24px 0.38px #000,
              -0.50px -0.23px 0.38px #000,
              -0.50px -0.22px 0.38px #000,
              -0.50px -0.21px 0.38px #000,
              -0.50px -0.20px 0.38px #000,
              -0.50px -0.19px 0.38px #000,
              -0.50px -0.18px 0.38px #000,
              -0.50px -0.17px 0.38px #000,
              -0.50px -0.16px 0.38px #000,
              -0.50px -0.15px 0.38px #000,
              -0.50px -0.14px 0.38px #000,
              -0.50px -0.13px 0.38px #000,
              -0.50px -0.12px 0.38px #000,
              -0.50px -0.11px 0.38px #000,
              -0.50px -0.10px 0.38px #000,
              -0.50px -0.09px 0.38px #000,
              -0.50px -0.08px 0.38px #000,
              -0.50px -0.07px 0.38px #000,
              -0.50px -0.06px 0.38px #000,
              -0.50px -0.05px 0.38px #000,
              -0.50px -0.04px 0.38px #000,
              -0.50px -0.03px 0.38px #000,
              -0.50px -0.02px 0.38px #000,
              -0.50px -0.01px 0.38px #000,
              -0.50px -0.00px 0.38px #000,
}

.col-md-radio-style {
  .radio {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin: 15px;
    .label {
      position: relative;
      display: block;
      float: left;
      margin-right: 10px;
      width: 20px;
      height: 20px;
      border: 2px solid #C8CCD4;
      border-radius: 100%;
      -webkit-tap-highlight-color: transparent;
      &:after{
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #225CFF;
        transform: scale(0);
        transition: all .2s ease;
        opacity: .08;
        pointer-events: none;
        }
      }
    &:hover {
      .label:after {
        transform: scale(3.6);
      }
    }
  }

  input[type="radio"]:checked + .label{
    border-color: #225CFF;
    &:after {
      transform: scale(1);
      transition: all .2s cubic-bezier(.35,.9,.4,.9);
      opacity: 1;
    }
  }

  .cntr {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 100%;
    text-align: center;
  }

  .hidden {
    display: none;
  }

  /*dribbble*/
  .credit {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: all .2s ease;
    -webkit-user-select: none;
    user-select: none;
    opacity: .6;
    img {
      width: 72px;
    }
    &:hover{
      transform: scale(.95);
    }
  }
}

.font_14{
  font-size: 10px;
  letter-spacing: 2.5px;
  font-family: Arial, Helvetica, sans-serif;
	color: white;
  text-align: center;
}

.font_16{
  font-size: 20px;
  letter-spacing: 2.5px;
  font-family: Arial, Helvetica, sans-serif;
	color: white;
  text-align: center;
  padding-top: 0px;
}

.center_div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align : center;
  -moz-box-align    : center;
  -ms-flex-align    : center;
  -webkit-align-items : center;
  align-items : center ;
  justify-content : center;
  -webkit-justify-content : center;
  -webkit-box-pack : center;
  -moz-box-pack : center;
  -ms-flex-pack : center;
}

.float_none {
  float: none;
}
