﻿body {
  /*background-color: #f3f3f3;*/
  color: #000;
  background-color: #f3f3f3;
}

a {
  cursor:pointer;
}


table.kursuskalender td, table.kursuskalender th, table.spoergeskemaliste td, table.spoergeskemaliste th, table.jobbankliste td, table.jobbankliste th {
  text-align: left;
  padding: 10px;
  border-top: 1px solid #dddddd;
}

table.kursuskalender tr:nth-child(even), table.kursuskalender th, table.spoergeskemaliste tr:nth-child(even), table.spoergeskemaliste th, table.jobbankliste tr:nth-child(even), table.jobbankliste th {
  background-color: #f5f5f5;
  vertical-align: bottom;
}

/*table.spoergeskemaliste tr {
  font-weight: bold;
}

  table.spoergeskemaliste tr:nth-child(odd) {
    background-color: #f5f5f5;
    vertical-align: bottom;
  }*/

table.spoergeskemalistesub tr, table.spoergeskemalistesub td {
  background-color: #ffffff !important;
  border: none;
  font-weight: normal;
}

.formlabel {
  float:left;
  width:73px;
  font-weight:bold;
}

.formelement {
  float:left;
  padding-right:15px;
}
.formfeltelement {
  float: left;
  padding-right: 15px;
  max-width: 500px;
  width: 95%;
  margin-bottom: 10px;
}

.formline {
  float:none;
  clear: both;
  height:30px;
}

select {
  color:#000000;
}

h1 {
  margin-top:20px;
}

h4 {
  margin-top:30px;
}

h5 {
  font-size:14px;
}

.formError {
  border-color:red;
}

.huskeservice, .jobbank, .kalender {
  margin-bottom: 20px;
}

.huskeserviceBeviser .formline {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  outline: none;
  font-size: 14px;
  color: #999;
  margin: 0;
  max-width: 100%;
  display:inline-block;
  background: #fff;
  box-shadow: inset 0px 2px 4px #f3f3f3;
  border-radius: 2px;
  width: 98%;
  margin:5px 1%;
  height:auto!important;
}
.huskeserviceBeviser .dato {
  border: 1px solid #e0e0e0;
  /*padding: 8px 10px;*/
  outline: none;
  font-size: 13px;
  color: #000!important;
  margin: 0;
  max-width: 100%;
  display:inline-block;
  background: #fff;
  box-shadow: inset 0px 2px 4px #f3f3f3;
  border-radius: 2px;
  width: 150px;
  margin-left:15px;
  padding: 5px 10px;
}

/*media screen*/
.formfeltelement label {
  display: inline;
  /*font-size: 14px;*/
  margin-left: 5px;
}

.huskeserviceBeviser label {
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

.huskeserviceBeviser .left {
  padding-top: 5px;
}

.left {
  float:left;
}

.right{
  float:right;
}

.r {
  text-align:right!important;
}

.huskeservice .formlabel, .jobbank .formlabel, .kalender .formlabel {
  float: left;
  width: 25%;
  font-weight: normal;
}

.huskeservice .formelement, .jobbank .formelement, .kalender .formelement {
  float: left;
  padding-right: 15px;
}
.huskeservice .formfeltelement, .jobbank .formfeltelement, .kalender .formfeltelement {
  float: left;
  padding-right: 15px;
  max-width: none;
  width: 75%;
  margin-bottom: 10px;
}

.huskeservice .formline, .jobbank .formline, .kalender .formline {
  float: none;
  clear: both;
  height: 30px;
}

.outlined {
  outline:1px solid red;
}
/*#poptilmeld {
  padding: 0 1rem 1rem 1rem;
  display: none;
  color:#000;
}

#poptilmeld h1 {
  color:#000;
  margin-top:0;

}*/
.fejl, #contentStyling .fejl {
  color: #db2032 !important;
}

ul.fejl {
  margin-top:0px;
  list-style-type:disc;
  padding-left:20px;
}

p.fejl {
  margin-bottom:0px;
  font-weight:bold;
  display:inline-block;
  width:100%;
}

.white, #lb_direktelink {
  color:#fff!important;
}

.huskeservice label, .huskeserviceBeviser label {
  cursor:pointer;
}

@media (max-width:600px) {
  .hidesm {
    display:none;
  }
}

@media (max-width:420px) {
  .huskeservice .formlabel, .huskeservice .formfeltelement, .kalender .formlabel, .kalender .formfeltelement, .jobbank .formlabel, .jobbank .formfeltelement {
    width: 100%;
    padding-right: 0px;
  }

  .huskeservice .nowrap {
    width:auto;
    padding-right:15px;
  }

  .huskeserviceBeviser .dato {
    width: 100%;
    margin-left:0px;
  }

}




#header {
  background-color:#fff;
  padding:20px 50px;
  border-top: 6px solid #db2032;
  border-bottom: 3px solid #db2032;
}

.contentdiv {
  margin: 15px 30px 0px 30px;
  padding-bottom: 30px;
  min-height:500px;
}

.formfeltelement input[type='text'], .formfeltelement input[type='password'], .formfeltelement input[type='date'] {
  width:100%;
  color:#000;
  /*max-width:500px;*/
}


/*media screen*/
:-ms-input-placeholder.form-control {
    color: #999999!important;
}


#waitingoverlay { 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  background: rgba(0, 0, 0, 0.07);

}  

#waiting {
  z-index: 95;
  position: fixed;    
  left: 50%;    
  top: 50%;    
  margin-left:-100px;  
}

.jobbank p{
  margin-top:15px;
}

.jobbank h1 {
  margin-top:15px;
}

#breadcrumbstop {
  float: left;
  background: #f4f4f4;
  width: 100%;
  padding: 5px 0px 5px 30px;
  margin-left: 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  /*height: 27px;*/
}

#breadcrumbstop ul {
  padding: 0px 0;
  /*font-size: 12px;*/
  margin-top: 0px;
  list-style: none;
}

#breadcrumbstop ul li {
  /*font-size: 11px;*/
  display: inline-block;
  color: #888;
  padding: 0 5px 0 0;
  margin: 0 0 0 5px;
}

#breadcrumbstop a {
  color: #888;
}

#breadcrumbstop ul li:first-child {
  /*padding-right: 0px;*/
  margin-left: 0px;
}


.containerdiv {
  margin: 0 auto;
  position: relative;
  width: 1040px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.40);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
  padding-bottom: 65px;
}

@media (max-width:940px) {
  .containerdiv {
    width: 100%;
  }
}

/* TING TIL Fold-ud-menu*/
h3 {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: 0;
  transition: .3s;
  margin-bottom:10px;
}

  h3:hover {
    background-color: #dbdbdb
  }

  h3.active:hover, .active {
    background-color: #ccc
  }


h4 {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  border: none;
  outline: 0;
  transition: .3s;
  margin-bottom: 10px;
}

  h4:hover {
    background-color: #dbdbdb
  }

  h4.active:hover, .active {
    background-color: #ccc
  }

@media (min-width: 640px) {
  #header {
    padding: 0px 30px;
    border-top: none;
    border-bottom: none;
  }

  #breadcrumbstop {
    padding: 5px 0px 5px 0px;
  }

  .contentdiv {
    margin: 15px 1rem 0px 1rem;
  }
}

#popup {
  display: none;
  position: fixed;
  top: 2%;
  left: 15%;
  width: 70%;
  height: 600px;
  background-color: white;
  z-index: 10;
  border-radius: 10px;
}

  #popup iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
  }

#popupdarkbg {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,.5);
  display: none;
}

#waitingoverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  background: rgba(0, 0, 0, 0.07);
}

#waiting {
  z-index: 95;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -100px;
}


.fremmoedt {
  background-color: #C7F99F;
}

.ejfremmoedt {
  background-color: #F9E79F;
}

.fravaer {
  background-color: #FF7373;
}

.hide {
  color:transparent;
}

.listerow {
  width: 100%;
  line-height: 30px;
  /*padding: 5px 15px;*/
  cursor: pointer;
}

.listerow td {
  padding: 5px 10px;
}

  .listerow:nth-child(even) {
    background: #f3f3f3;
  }

  .listerow:nth-child(odd) {
    background: #FFF;
  }

  .listerow:hover {
    background: #bbb;
  }

.rtxt {
  text-align: right;
}

.uv_godkendt {
  background-color: forestgreen;
}

  .uv_godkendt:nth-child(even) {
    background: #d5f5e3;
  }

  .uv_godkendt:nth-child(odd) {
    background: #eafaf1;
  }
  .uv_godkendt:hover {
    background: #abebc6;
  }


.suspect {
  color: darkorange;
}

.alert {
  color: red;
}

.bestaaet {
  background-color: #7BCCB5;
}