﻿.top-right-fixed {
    position: fixed;
    top: 70px;
    right: 1em;
    z-index: 9000;
}
.clickableList li {
    cursor: pointer;
}

.highlight { background-color: yellow }

.bekendtgoerelseContainer {
    min-height: 360px;
}

.bekendtgoerelseSideTab {
    min-height: 279px;
}

.filterContentWrapper {
    overflow: hidden;
}

.filterContent {
    /*height: 60%;*/
    min-height: 400px;
    overflow: auto;
    max-height: 100%;
    overflow-x: hidden;
    margin-right: -100px;
    padding-right: 100px;
}

    .filterContent .menu-heading {
        font-size: 1.4em !important;
        padding: 10px;
        padding-left: 20px;
    }

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

/*.filterContent::-webkit-scrollbar { 
    display: none; 
}*/

.stat-green {
    background-color: #4cae4c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    color: #FFF;
    padding: 20px 10px;
}

.toolContent {
    max-height: 40%;
}

.horizontalDivider {
    border-bottom: 1px solid #dadada;
    margin-left: 8%;
    margin-right: 8%;
}

.childNodesStatus {
    color: #4D90FD;
    font-weight: bold;
    margin-left: 5px;
}

.emneSideBar .fa {
    color: #F27B56 !important;
}

.emneSideBar .childNodesStatus {
    color: #F27B56 !important;
}

.tool-toggler {
    cursor: pointer;
}

.highlightedSearch {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.definitionList li {
    margin-bottom: 5px;
}

.groupedList {
    list-style-type: none;
}

.stkReferenceList {
    list-style-type: none;
}

.clickable {
    cursor: pointer;
}

.sticky {
    position: fixed;
    top: 0;
}

.menu-padding {
    padding-top: 40px;
}

.bilag-list-item {
    padding-top: 8px;
}

.mb15 {
    margin-bottom: 15px !important;
}

/*@media (max-height: 1100px) {
  .tab-content {
    max-height: 790px;
  }
}
@media (max-height: 1000px) {
  .tab-content {
    max-height: 690px;
  }
}
@media (max-height: 900px) {
  .tab-content {
    max-height: 590px;
  }
}
@media (max-height: 800px) {
  .tab-content {
    max-height: 490px;
  }
}
@media (max-height: 700px) {
  .tab-content {
    max-height: 390px;
  }
}
@media (max-height: 600px) {
  .tab-content {
    max-height: 290px;
  }
}
@media (max-height: 500px) {
  .tab-content {
    max-height: 190px;
  }
}
@media (max-height: 400px) {
  .tab-content {
    max-height: 90px;
  }*/


.modal {
    z-index: 9000;
}
.lov-content {
    margin: 0 auto 50px;
    max-width: 1200px;
}

.navbar-fixed {
    top: 53px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.is-parent-item > a:first-child {
    margin-top: 10px;
}

.popover {
    max-width: 800px !important;
    z-index: 900;
}
.popover-content {
    min-width: 450px !important;
}

.popover a{
    font-size: 12px;
}

.lov-ref {
    color: black;
    font-size: 8px;
}

#mod-info .modal-body {
    max-height: 400px;
    overflow-y: auto;
}


/*FOOTER*/
html {
    position: relative;
    min-height: 100%;
}

.footer {
    background: rgba(255, 255, 255, 0.5) !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 45px;
    /*opacity: 0.5;*/
}

    .footer > div {
        padding: 7px;
    }

        .footer > div > p {
            margin-right: 30px;
            margin-left: 30px;
        }

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.newLov .hasChanged {
    color: green !important;
}

.oldLov .hasChanged {
    color: red !important;
}



/*DIFFING*/

.InsertedLine {
    background-color: #FFFF00;
}

.badge-inserted {
    background-color: #FFFF00 !important;
}

.ModifiedLine {
    background-color: #DCDCFF;
}

.badge-modified {
    background-color: #DCDCFF !important;
}

.DeletedLine {
    background-color: #FFC864;
}

.badge-deleted {
    background-color: #FFC864 !important;
}

.UnchangedLine {
    background-color: #FFFFFF;
}

.badge-unchanged {
    background-color: #FFFFFF !important;
}

.ImaginaryLine {
    background-color: #C8C8C8;
}

.badge-imaginary {
    background-color: #C8C8C8 !important;
}

.InsertedCharacter {
    background-color: #FFFF96;
}

.badge-inserted-char {
    background-color: #FFFF96 !important;
}

.DeletedCharacter {
    background-color: #C86464;
}

.badge-deleted-char {
    background-color: #C86464 !important;
}

.h1-start {
    font-size: 2em;
    font-weight: 800;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h3-start {
    font-size: 1.2em;
    color: #727272;
    font-weight: 800;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h4-start {
    font-size: 1em;
    font-weight: 800;
    line-height: 1.25;
    padding-top: 0.45em;
    margin-bottom: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h5-start {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.li-start {
    padding-left: 35px;
}

.diffHeader {
    font-weight: bold;
    padding: 2px 0px 2px 10px;
    background-color: #FFFFFF;
    text-align: center;
}

.diffPane {
    margin-right: 0px;
    padding: 0px;
    overflow: auto;
    font-family: Courier New;
    font-size: 1em;
}

.diffTable {
    width: 100%;
    height: 100%;
}

/*.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}*/

.front-page-info li:not(:last-child) {
    margin-bottom: 35px;
}

.active-row {
    background-color: #4D90FD !important;
    opacity: 0.9;
}

.prev-choice {
    opacity: 0.3;
}

    .prev-choice:hover {
        opacity: 1;
    }

.no-color-on-links *:not(i) {
    color: black !important;
}

/*EU STUFF*/
.preamble {
    background-color: #CCCCCC;
}

.frontpage-jumbo {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .frontpage-jumbo .row:not(:first-child) {
        margin-top: 35px !important;
    }

.frontpage-list p {
    margin-bottom: 1px !important;
}

.frontpage-list a {
    color: #555;
}

.frontpage-row > div {
    padding-top: 15px;
}


.footer-big {
    background: #3871cd !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 155px;
    z-index: 9999;
}

    .footer-big > div {
        padding: 7px;
    }

        .footer-big > div > p {
            margin-right: 30px;
            margin-left: 30px;
        }

.contact div {
    display: inline-block;
}

.contact h4 {
    color: white;
}

.contact p {
    margin-bottom: 1px !important;
    color: white;
}

.contact .eu-img {
    position: relative;
    top: -5px;
}

.contact .arrow {
    position: relative;
    top: -58px;
    -moz-transform: rotate(-45deg); /* FF3.5/3.6 */
    -o-transform: rotate(-45deg); /* Opera 10.5 */
    -webkit-transform: rotate(-45deg); /* Saf3.1+ */
    transform: rotate(-45deg); /* Newer browsers (incl IE9) */
}

.login-content {
    padding-right: 110px;
    padding-left: 110px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

@media(max-width: 992px) {
    .pull-right-xs {
        float: right;
    }
}

.def-list li {
    margin-top: 7px;
}

.block-flat-less-padding {
    padding-top: 3px !important;
}

.block-flat-no-margin-bot {
    margin-bottom: 0 !important;
}

@media(max-width: 769px) {
.block-flat-no-margin-bot {
    margin-bottom: 15px !important;
}

}

.front-page-boxes div.block-flat-less-padding {
    height: 280px;
    position: relative;
}

.collapse-link {
    position: absolute;
    bottom: 12px;
    right: 16px;
}


.lov-yellow-reference {
   cursor: pointer; 
   color: #ffa800; 
   float: right;
    margin-left: 20px;
}

.lov-blue-reference {
    cursor: pointer; 
    color: #4e9dff; 
    float: right;
}

.lov-green-reference {
    cursor: pointer; 
    color: #6DCC6D; 
    float: right;
}


.forsikring .post__article {
    margin-left: 0 !important;
}

.Liste1Nr {
    display: block;
}

.BoldItalic {
    display: block;
    font-weight: bold;

}

.reference-color-ex {
    font-size: 10px;
    float: left;
    margin-bottom: 10px;
}

.references-list .light-blue {
    color: #7ebcd4;
}
.references-list .black {
    color: black;
}
.references-list .brown {
    color: brown;
}
.references-list .gray {
    color: gray;
}

.references-list .blue {
    color: blue;
}

.references-list .green {
    color: green;
}

.reference-color-ex .fa {
    margin-right: 3px;
}

.compliance-dropdown {
    margin-bottom: 7px;
}

.masterPolicySelected {
    border: solid 3px #6DCC6D;
    padding-bottom: 20px;
}

.compliance-required-item {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: darkslategray;
    padding-top: 5px;
    cursor: pointer;
    margin-left: 20px;
}
.compliance-required-item:hover {
        -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #2494F2;
}

/*Cube square for Industry Content*/

.green-box {
    background-color: #4cae4c;
    cursor: pointer;
}

.green-box:hover {
    background-image: linear-gradient(to bottom, #3e8e3e 45%, #367c36 102%);
    color: #ffffff;
}

.blue-box {
    cursor: pointer;
}

.blue-box:hover {
    background-color: #52aeff;
    background-image: linear-gradient(to bottom, #529AFF 45%, #5280FF 102%);
    color: #ffffff;
}

/*Lists*/
.active-list-item {
    color: #52aeff;
}

.nav-pill-active {
    background-color: #eee;
}

/*Popup loader*/
.pop-up-loader {
    background-color: white;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    display: none;
    margin-left: 20px;
    max-height: 200px;
    min-height: 60px;
    overflow: auto;
    position: relative;
    width: 259px;
}

.pop-up-loader ul {
        list-style-type: none;
}

.pop-up-loader a {
    text-decoration: none;
    padding-left: 0 !important;
    color: #555 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.pop-up-loader a:hover {
    text-decoration: none;
    color: #52aeff !important;
    background: none !important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.full-width {
    width: 100%;
}