.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    width:50%;
    margin-left: auto;
    margin-right: auto;
}

.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('../img/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../img/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../img/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../img/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

.content {
    background:#F5F2F2;
    border:1px solid #BCBCBC;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.sub_content {
    background:#F5F2F2;
    border:1px solid #BCBCBC;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

ul.c {
    list-style-type: circle;
    font-size: 9px;
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}

.formerror {
	font-size:9px;
	color: red;
	text-indent: 5px;
	margin-left: 40px;
}

.sjekk {
    border: 1px solid #000000;
    background: #1A8B6D;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
}
#sjekk:hover{
    background-color: #00994B;
}

#bro:hover{
    background-color: #00994B;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    font-style: italic;
}

a:active {
    font-weight:none;
}

input[type=submit] {
    border: 1px solid #000000;
    color: black;
    background: #1A8B6D;
}
input[type=submit]:hover {
    background: #00994B;
}

.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index : 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  /*transition: all 0s ease-in-out;*/
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 12px;
  right: 17px;
  transition: all 200ms;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #1A8B6D;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup a:hover a:active a:focus {
  text-decoration: none;
}
.mxkcmd {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 10px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  margin-left:40px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.mxkcmd:focus {
  outline: none;
  border: solid 1px #707070;
  box-shadow: 0 0 3px 1px #969696;
}

input[type=button] {
    border: 1px solid #000000;
    color: black;
    background: #1A8B6D;
}
input[type=button]:hover {
    background: #00994B;
}

