body {
  padding-top: 45px;
  padding-bottom: 60px;
}

.img-small {
  width: 20%;
}

.img-very-small {
  width: 5%;
}

.img-height-small {
  height: 24px;
}


.img-full-width {
  width: 100%;
}

.textarea-no-resize {
  overflow: hidden;
  resize: none;
}

.textarea_danger{
  border:2px solid red !important;
}

.themebackground {
    background-image:
        linear-gradient(90deg, rgba(148,235,28,0.6) 0%, rgba(224,226,63,0.6) 48%, rgba(147,230,120,0.6) 89%);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.themebackground::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/themebackground.jpg");
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.themebackground-gradient {
  background-image:
      linear-gradient(90deg, rgba(148,235,28,0.6) 0%, rgba(224,226,63,0.6) 48%, rgba(147,230,120,0.6) 89%);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}

a+a {
    margin-left: 10px;
  }

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
  }

  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  body > .container {
    padding: 60px 15px 0;
  }
  .container .text-muted {
    margin: 20px 0;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }
