 .if__logged_in {display:none}
 .is__validated.is__logged_in .if__logged_in{display:block}
 .if_not__logged_in {display: none}
 .is__validated .if_not__logged_in {display: block}
 .is__logged_in .if_not__logged_in{display:none}

 .if_not__in_token_list {display: none}
 .is__validated.is_not__in_token_list .if_not__in_token_list {display:block}

 .if_not__subscription_active {display:none;}
 .is_not__subscription_active .if_not__subscription_active {display:block}

 .if_not__error_message {display: none}
 .is__validated .if_not__error_message {display: block}
 .has__error_message .if_not__error_message {display: none}
 .is_not__subscription_active .if_not__error_message {display: none}
 .is_not__in_token_list .if_not__logged_in {display: none}
 
 .body_content .sticky, .body_content .post_sticky {
     display: none;
 }
 .user_flyout_navigation_dropdown a[href$="/membership/loginpapir"] {
     display: none;
 }
 @-webkit-keyframes pulse {
     50% {
	 background: black;
     }
 }
 @keyframes pulse {
     50% {
	 background: black;
     }
 }
 .loading-pulse {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     width: 6px;
     height: 24px;
     background: rgba(0, 0, 0, 0.4);
     -webkit-animation: pulse 750ms infinite;
     animation: pulse 750ms infinite;
     -webkit-animation-delay: 250ms;
     animation-delay: 250ms;
 }
 .loading-pulse:before, .loading-pulse:after {
     content: '';
     position: absolute;
     display: block;
     height: 16px;
     width: 6px;
     background: rgba(0, 0, 0, 0.4);
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-animation: pulse 750ms infinite;
     animation: pulse 750ms infinite;
 }
 .loading-pulse:before {
     left: -12px;
 }
 .loading-pulse:after {
     left: 12px;
     -webkit-animation-delay: 500ms;
     animation-delay: 500ms;
 }

 #calendar {
     margin-left: auto;
     margin-right: auto;
     width: 260px;
     padding: 10px;
     border: 1px solid #B0B0B0;
     border-radius: 3px;
     text-align: center;
 }
 #calendar table {
     border-spacing: 0;
 }
 .calendar th {
     font-weight: 300;
     font-size: 70%;
     border-bottom: 1px solid #b0b0b0;
 }
 .calendar td {
     color: #999;
     text-align: center;
     font-weight: 300;
     height: 30px;
     width: 30px;
     font-size: 80%;
 }
 .calendar td.weeknum {
     font-size: 60%;
     border-right: 1px solid #b0b0b0;
 }
 .calendar td.publication {
     color: black;
     font-weight: bold;
     cursor: pointer;
 }
 .calendar td.publication:hover, .calendar td.publication.active {
     background: #ccc;
 }
 #calendar button, #calendar select {
     border: none;
     background: none;
     font-weight: 300;
     font-size: 16px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
 }
 #calendar select::-ms-expand {
     display: none;
 }
 #calendar select {
     background: url('data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnI+py+0DVhxiHiBOvRltvFRdmBQAOw==') no-repeat center right;
     padding-right: 15px;
     margin-right: 10px;
 }
 #calendar button.month-prev {
     background: url('data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnI8pkLdtHpSNTgYjzrbunBQAOw==') no-repeat center center;
 }
 #calendar button.month-next {
     background: url('data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAISnI85IIrsDoyr0alw0s9mTx0FADs=') no-repeat center center;
 }
 #calendar button:hover, #calendar select:hover {
     background-color: #eee;
     cursor: pointer;
 }
 
 .visible-ios, .visible-android, .visible-other {
     display: none;
 }

 section.arkiv {
     position: relative;
 }

 .arkiv-backdrop {
     position: absolute;
     width: 100%;
     height: 380px;
     background: url('eavis-bak-brun.jpg') no-repeat 50% 0;
     background-size: cover;
 }

 .arkiv #intro {
     color: white;
     text-align: center;
     height: 380px;
     padding: 6em 2em 0 2em;
 }

 .arkiv #intro a {
     color: inherit;
     text-decoration: underline;
 }
 .arkiv #intro .btn {
     color: black;
     text-decoration: none;
 }

 .arkiv #current {
     margin: 3em;
     position: relative;
 }

 #current .read-overlay {
     display: block;
     position: absolute;
     height: 100%;
     width: 100%;
     text-align: center;
     background: rgba(255,255,255,0.6);
 }

 #current .read-overlay.loaded {
     display: none;
 }

 #current:hover .read-overlay {
     display: block;
 }

 #current .read-overlay .btn {
     background: #393939;
     color: white;
     width: 60%;
     position: absolute;
     left: 20%;
     top: 25%;
 }

 #current.aligned {
     margin-top: 340px;
     -webkit-transition: margin-top 1s;
     transition: margin-top 1s;
 }

 .arkiv #tools {
     padding: 0 2.5em;
 }

 .arkiv #tools h2 {
     font-weight: 300;
     text-align: center;
     margin-top: 1em;
 }

 .arkiv #tools p {
     font-weight: 300;
     text-align: center;
     color: #999;
     margin-top: 0;
 }

 #search-button, #search-help-button {
     margin-top: 10px;
 }

 #search-help-button {
     float: right;
 }

 #search-help {
     display: none;
 }

 #search-results, #search-more, .search-results-next {
     display: none;
 }

 #search-view h2 {
     font-size: 110%;
     font-weight: bold;
     margin: 0;
 }

 #search-view .excerpt {
     font-size: 85%;
     color: #666;
 }

 #search-view .excerpt .highlight,  #search-view .excerpt b {
     font-weight: inherit;
     color: #000;
     background-color: #ccc;
     padding: 0 0.5ex;
 }

 #search-view a {
     color: inherit;
 }

 #search-view img {
     box-shadow: 0 0 5px #666;
 }

 #current img {
     box-shadow: 0 0 35px #666;
 }

 .editions {
     text-align: center;
 }

 .editions img {
     box-shadow: 0 0 15px #666;
 }

 .editions a {
     color: inherit;
 }

 .vspace {
     margin-top: 1em;
     margin-bottom: 1em;
 }

 .bspace {
     margin-bottom: 1em;
 }

 .tspace {
     margin-top: 1em;
 }

 .row {
     margin-left: -10px;
     margin-right: -10px;
 }
 
 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     position: relative;
     min-height: 1px;
     padding-left: 10px;
     padding-right: 10px;
     float: left;
 }

 .col-xs-12 {
     width: 100%;
 }
 .col-xs-11 {
     width: 91.66666667%;
 }
 .col-xs-10 {
     width: 83.33333333%;
 }
 .col-xs-9 {
     width: 75%;
 }
 .col-xs-8 {
     width: 66.66666667%;
 }
 .col-xs-7 {
     width: 58.33333333%;
 }
 .col-xs-6 {
     width: 50%;
 }
 .col-xs-5 {
     width: 41.66666667%;
 }
 .col-xs-4 {
     width: 33.33333333%;
 }
 .col-xs-3 {
     width: 25%;
 }
 .col-xs-2 {
     width: 16.66666667%;
 }
 .col-xs-1 {
     width: 8.33333333%;
 }
 .col-xs-pull-12 {
     right: 100%;
 }
 .col-xs-pull-11 {
     right: 91.66666667%;
 }
 .col-xs-pull-10 {
     right: 83.33333333%;
 }
 .col-xs-pull-9 {
     right: 75%;
 }
 .col-xs-pull-8 {
     right: 66.66666667%;
 }
 .col-xs-pull-7 {
     right: 58.33333333%;
 }
 .col-xs-pull-6 {
     right: 50%;
 }
 .col-xs-pull-5 {
     right: 41.66666667%;
 }
 .col-xs-pull-4 {
     right: 33.33333333%;
 }
 .col-xs-pull-3 {
     right: 25%;
 }
 .col-xs-pull-2 {
     right: 16.66666667%;
 }
 .col-xs-pull-1 {
     right: 8.33333333%;
 }
 .col-xs-pull-0 {
     right: auto;
 }
 .col-xs-push-12 {
     left: 100%;
 }
 .col-xs-push-11 {
     left: 91.66666667%;
 }
 .col-xs-push-10 {
     left: 83.33333333%;
 }
 .col-xs-push-9 {
     left: 75%;
 }
 .col-xs-push-8 {
     left: 66.66666667%;
 }
 .col-xs-push-7 {
     left: 58.33333333%;
 }
 .col-xs-push-6 {
     left: 50%;
 }
 .col-xs-push-5 {
     left: 41.66666667%;
 }
 .col-xs-push-4 {
     left: 33.33333333%;
 }
 .col-xs-push-3 {
     left: 25%;
 }
 .col-xs-push-2 {
     left: 16.66666667%;
 }
 .col-xs-push-1 {
     left: 8.33333333%;
 }
 .col-xs-push-0 {
     left: auto;
 }
 .col-xs-offset-12 {
     margin-left: 100%;
 }
 .col-xs-offset-11 {
     margin-left: 91.66666667%;
 }
 .col-xs-offset-10 {
     margin-left: 83.33333333%;
 }
 .col-xs-offset-9 {
     margin-left: 75%;
 }
 .col-xs-offset-8 {
     margin-left: 66.66666667%;
 }
 .col-xs-offset-7 {
     margin-left: 58.33333333%;
 }
 .col-xs-offset-6 {
     margin-left: 50%;
 }
 .col-xs-offset-5 {
     margin-left: 41.66666667%;
 }
 .col-xs-offset-4 {
     margin-left: 33.33333333%;
 }
 .col-xs-offset-3 {
     margin-left: 25%;
 }
 .col-xs-offset-2 {
     margin-left: 16.66666667%;
 }
 .col-xs-offset-1 {
     margin-left: 8.33333333%;
 }
 .col-xs-offset-0 {
     margin-left: 0%;
 }
 .clearfix:after, .row:after, .panel-body:after {
     clear: both;
 }
 .clearfix:before, .clearfix:after, .row:before, .row:after, .panel-body:before, .panel-body:after {
     content: " ";
     display: table;
 }
 section.arkiv * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 .img-responsive {
     display: block;
     max-width: 100%;
     height: auto;
 }

 .form-group {
     margin-bottom: 15px;
 }
 label {
     display: inline-block;
     max-width: 100%;
     margin-bottom: 5px;
     font-weight: 300;
     font-size: 80%;
 }
 .form-control {
     display: block;
     width: 100%;
     height: 34px;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #555;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 4px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition: border-color ease-in-out .15s,-webkit-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;
 }
 button, input, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
 }
 input {
     line-height: normal;
 }
 button, input, optgroup, select, textarea {
     margin: 0;
     font: inherit;
     color: inherit;
 }
 .btn {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border: 1px solid transparent;
     border-radius: 4px;
 }
 .btn:hover {
     color: #333;
     background-color: #e6e6e6;
     border-color: #adadad;
 }

 .btn.focus, .btn:focus, .btn:hover {
     color: #333;
     text-decoration: none;
 }
 .btn {
     color: #333;
     background-color: #fff;
     border-color: #ccc;
 }
 .btn-block {
     display: block;
     width: 100%;
 }
 input, button, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
 }
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
 }
 button, select {
     text-transform: none;
 }
 button {
     overflow: visible;
 }
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
 }
 .center-block {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }
 .ui-datepicker {
     font-size: 80%;
 }

 @media (max-width: 1009px) {
     .arkiv #intro {
	 padding-top: 1em;
     }
     .arkiv #current {
	 margin-top: 1em;
     }
     .arkiv #current.aligned {
	 margin-top: 420px;
     }
 }

/* Fallback when main CSS fails to load. */
body > .arkiv .container_980 { width: 980px; margin: 0 auto; position: relative; overflow-x: visible; }
@media (max-width: 1009px) { body > .arkiv .container_980 { width: 748px; } }
