﻿html {
  height:100%;
  font-size:10px;
}

body {
  height:100%;
  font-family:Verdana, Arial;
  font-size:1.3rem;
  color:#000;
}

#indhold {

  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:25px;
}


  a, .link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
a:active, a:hover, .link:hover {
  text-decoration: underline;
  color: #8b0000;
}


h1 {
  margin:0px 0px 15px 0px;
  font-size:1.8rem;
}

h1.heading {
  display:inline-block;
}

h2 {
  margin:0px 0px 10px 0px;
  font-size:1.4rem;
}

.icon_back {
  display:inline-block;
  width:10px;
  margin-right:4px;
}

.AddItem {
  font-weight:bold;
  margin-bottom:5px;
}

.EditItem {
  font-weight:bold;
  margin-bottom:15px;
}

.control-label {
  margin-bottom: 0px;
  /*padding-right:15px;*/
  font-weight:bold;
  padding-top: 2px;
}

#topbar {
  background-color:#efefef;
  min-height:40px;
  margin-bottom:10px;
  text-align:center;
}

#topbar .head {
  font-size:14px!important;
  margin:0px;
  font-weight:bold;
}

#topbar .links a {
  font-size:10px;
  margin:0px 3px 0px 3px;
}

@media (min-width:768px) {
  .control-label {
    text-align: right;
    margin-bottom: 0;
    /*padding-top: 9px;*/
  }
}

.form-group {
  margin-bottom:10px;
  display: inline-block;
  width:100%;
}

/*media screen*/
.form-control {
  /*display: block;*/
  width: 100%;
  /*height: 25px;*/
  padding: 5px 8px;
  font-size: 1.3rem;
  line-height: 1.4285;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  /*margin-bottom:10px;*/
}

textarea.form-control {
    height: auto;
}


#forumliste {
  margin-top:20px;
}

#forumliste p {
  font-size:1.2rem;
  margin:0px 0px 3px 0px;
}

.ForumFilter {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  /*margin-bottom: 20px;*/
}

.ForumFilter p {
  margin:0px;
  line-height:2rem;
}

.forumindlaeg {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    float: left;
    width: 88%;
}

.forumrow .aktueltindlaeg {
  border:2px solid #336644;
}

.forumrow .dead {
  border:2px solid red;
}
.deaditem {
  text-decoration:line-through;
  color:red;
}

.gruppechk, .checkboxes {
  line-height:2rem;
}

.gruppechk > *, .gruppechk > span > * {
  margin-right:5px
}

.gruppechk > label, .gruppechk > span >label {
  margin-right:10px
}

.checkboxes > label {
  padding-left:10px;
}

.forumindlaeg.approveit {
  border:2px solid #830000;
}

.indlaegtop.approveit {
  background-color:#830000;
  color:#fff;
  font-weight:bold;
  font-size:2rem;
}

.soeg {
    background: yellow;
}

.indlaegtxt li {
  margin-bottom:10px;
}

.indlaegtop {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #eee;
    line-height: 1.5em;
}

.indlaegbot {
  border-top: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.indlaegbot p {
  margin-bottom:5px!important;
}

.indlaegtxt {
  padding: 10px;
  margin:10px 0px;
  line-height:2rem;
}

.forumindex .ix {
  height:3px;
  width:10px;
  background-color:#bbb;
  margin-bottom:2px;
  cursor:pointer;
}

.forumindex .ix:hover {
  background-color:#000;
}


.forumindex .markeret {
  background-color:#336644;
}

.forumindex {
  border: 1px solid #cccccc;
  padding: 10px;
  float: left;
  width: 10%;
  margin-right: 2%;
}

.forumrow {
  display:inline-block;
  width:100%;
}

.indlaeglinks {
  text-align:right;
  float:right;
}

.indlaeglink {
  float:left;
}

.indlaeggetsbilag {
  display:inline-block;
  float:right;
  width:150px;
  margin-left: 10px;
}

.indlaegbilag img {
  width:100%;
  height:auto;
  margin-bottom: 10px;
}

.forum_indtast_img {
  margin-bottom: 10px;
}

.mo, a.mo, a.mo:visited, a.mo:hover {
    color: #ff6633;
}

.rt {
  color:red;
}

.infoonly, a.infoonly, a.infoonly:hover {
  color:#336644;
}


/*.aknap {
    font-size: 8pt;
    font-family: "verdana";
    font-weight: bold;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px #999999 solid;
    height: 18px;
    border-radius: 3px;
    padding: 1px 4px 1px 4px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}*/
.aknap {
    color: #000000;
    background-color: #ebebeb;
    border: 1px #999999 solid;
    height: 24px;
    padding: 3px 4px 1px 4px;
    width: 120px;
    text-align: center;
    cursor: pointer;
  display: inline-block;
  text-decoration:none;
}

.knap {
  color: #000000;
  background-color: #ebebeb;
  border: 1px #999999 solid;
  height: 30px;
  /*padding: 3px 4px 1px 4px;*/
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-radius:3px;
}

.aknap:hover {
  text-decoration:none;
  color:inherit;
}

@media (max-width:500px) {
  .forumindex, .indlaeglink {
    display:none!important;
  }

  .forumindlaeg, .indlaeggetsbilag {
    width: 100%!important;
  }

}

#waitingoverlay { 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: fixed;
  background: rgba(0, 0, 0, 0.07);

}  

#waiting {
  position: fixed;    
  left: 50%;    
  top: 50%;    
  margin-left:-100px;  
}

.error {
  color:red;
}

.right {
  float:right;
}

.tabel {
  width:100%;
}

.tabel td {
  padding:5px 0px;
}

.fejl {
  color:red;
}

#indmeldelse {
  font-size: 1.3rem;
  line-height: 1.6;
  /*display: flex;*/
}

  #indmeldelse h3 {
    border-bottom: 1px solid #000;
    margin-top: 2rem;
  }

    #indmeldelse h3:first-child {
      border-bottom: 1px solid #000;
      margin-top: 1rem;
    }



  #indmeldelse .col1, #indmeldelse .col2 {
    width: 48%;
    float: left;
    margin-right: 2%;
  }

@media (max-width:600px) {
  #indmeldelse .col1, #indmeldelse .col2 {
    width: 100%;
    float: none;
    margin-right: 0;
    display:block;
  }
}


  #indmeldelse input, #indmeldelse select {
    height: 25px;
    border: 1px solid #000;
    border-radius: 3px;
  }

    #indmeldelse input[type="checkbox"], #indmeldelse input[type="radio"] {
      height: unset;
    }


  #indmeldelse label {
    padding-bottom: 4px;
  }

  .kortlogo {
    height:20px;
    width:auto;
  }

  area {
    cursor:pointer;
  }