/*** NTBScanix ***/
/* colors */
/* sizes */
/* reset/overwrites */
html {
  color: #2d2d2d;
  background: #eeeeee;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
legend {
  color: #000;
}
.col-xs-1,
.col-sm-1,
.col-20,
.col-80,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  margin: 0px;
  padding: 10px;
}
/*** CSS ****/
.div_hover {
  position: absolute;
  z-index: 99999;
  top: -94px;
  left: 5px;
}
.div_hover2 {
  position: absolute;
  z-index: 99999;
  top: -94px;
  right: 5px;
  height: 40px;
}
/** colors for colorpicker **/
#color_0 {
  background-color: #ff0080;
}
#color_1 {
  background-color: #ff003f;
}
#color_2 {
  background-color: #ff0000;
}
#color_3 {
  background-color: #ff4000;
}
#color_4 {
  background-color: #ff8000;
}
#color_5 {
  background-color: #ffbf00;
}
#color_6 {
  background-color: #ffff00;
}
#color_7 {
  background-color: #bfff00;
}
#color_8 {
  background-color: #80ff00;
}
#color_9 {
  background-color: #3fff00;
}
#color_10 {
  background-color: #00ff00;
}
#color_11 {
  background-color: #00ff40;
}
#color_12 {
  background-color: #00ff80;
}
#color_13 {
  background-color: #00ffbf;
}
#color_14 {
  background-color: #00ffff;
}
#color_15 {
  background-color: #00bfff;
}
#color_16 {
  background-color: #007fff;
}
#color_17 {
  background-color: #003fff;
}
#color_18 {
  background-color: #0000ff;
}
#color_19 {
  background-color: #4000ff;
}
#color_20 {
  background-color: #7f00ff;
}
#color_21 {
  background-color: #bf00ff;
}
#color_22 {
  background-color: #ff00ff;
}
#color_23 {
  background-color: #ff00bf;
}
#color_24 {
  background-color: #000000;
}
#color_25 {
  background-color: #ffffff;
}
/** general **/
/*
@font-face {
    font-family: replica;
    src: url(fonts/Replica/ReplicaRegular.ttf);
}

@font-face {
    font-family: replicaBold;
    src: url(fonts/Replica/ReplicaBold.ttf);
}

@font-face {
    font-family: replicaLight;
    src: url(fonts/Replica/ReplicaLight.ttf);
}

@font-face {
    font-family: replicaItalic;
    src: url(fonts/Replica/ReplicaItalic.ttf);
}*/
html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
/* Desktop h font-sizes according to UI specification, consult with NTB/Scanpix then merge into media query (old commented out below) */
h1 {
  font-size: 50px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
h3 {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
h4 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
h5 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
h6 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 300;
}
.modal-dialog {
  margin: 90px auto;
}
select::-ms-expand {
  display: none;
}
.bold {
  /*font-family: replica;*/
  font-weight: bold;
}
.regular {
  /*font-family: replica;*/
  font-weight: 400;
}
.italic {
  /*font-family: replicaItalic;*/
  font-style: italic;
}
.blueFont {
  color: #41a2a7 !important;
}
a {
  color: #41a2a7;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #41a2a7;
  text-decoration: underline;
}
a:focus {
  color: #41a2a7;
}
.arrowUp {
  background-image: url(../images/icons_2015/arrowUp_21.png);
}
.arrowDown {
  background-image: url(../images/icons_2015/arrowDown_21.png);
}
.arrowUp,
.arrowDown {
  background-size: 21px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}
.fakelink {
  text-decoration: underline;
  cursor: pointer;
}
a.whiteLink {
  color: white;
  text-decoration: underline;
}
a.whiteLink.bigPhoneNr {
  text-decoration: none;
}
a.whiteLink:hover {
  color: white;
  text-decoration: none;
}
.whitePhone {
  background-image: url(../images/icons_2015/phoneWhite.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 7px;
}
.hasPadding {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.hasMargin {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.disabled {
  color: #b6b8b9 !important;
  pointer-events: none;
}
.btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #d0d1d2 !important;
}
a .btn.btn-default,
a .btn.btn-primary,
a.btn.btn-default,
a.btn.btn-primary {
  display: inline-block;
  text-decoration: none !important;
  color: #FFF !important;
  text-decoration: none;
}
a .btn.btn-default,
a .btn.btn-primary {
  width: 100%;
}
.btn.btn-default {
  background-color: white !important;
  background-image: none !important;
}
.btn.btn-default:hover {
  background-color: #CBDEDE !important;
  border: 2px solid #CBDEDE !important;
  color: #41a2a7;
}
.btn.btn-primary {
  border: 2px solid #41a2a7 !important;
  background-color: #41a2a7 !important;
  background-image: none !important;
  color: #FFF;
}
.btn.btn-primary:hover {
  background-color: #CBDEDE !important;
  border: 2px solid #CBDEDE !important;
  color: #41a2a7;
}
.searchLink {
  padding-bottom: 12px !important;
  background-color: #41a2a7;
  border-bottom: 3px solid #337e82;
}
.extraRoom {
  height: 10px;
}
body {
  background-color: #eeeeee;
  font-size: 16px;
  letter-spacing: 0.01em;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background-color: #2d2d2d;
  height: 50px;
  color: black;
  top: 0px;
  font-size: 14px;
}
#header a {
  color: #f8f8f8;
  text-decoration: none;
}
#header a:hover {
  color: #ffffff;
  text-decoration: none;
}
.spTopHeader,
.spBottomHeader,
#footer,
.container {
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
}
.spTopHeader .headerUserDropDown,
.spBottomHeader .headerUserDropDown,
#footer .headerUserDropDown,
.container .headerUserDropDown {
  margin-left: 100px;
}
.spTopHeader a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.navbar {
  border: none;
}
.header_underline {
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #d0d1d2;
}
.nav > li > a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 3px solid #2d2d2d;
  padding-top: 12px !important;
}
.nav > li > .searchbox {
  width: 150px;
  height: 40px;
  padding-top: 8px;
}
.nav > li > .searchbox .search_box {
  width: 110px;
}
.nav > li > .searchbox .search_box input#searchString22 {
  width: 110px;
  height: 36px;
  background-color: black;
  border: 1px solid grey;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
}
.nav > li > .searchbox input.buttonSearch {
  width: 40px;
  height: 36px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #171717;
  border-top: 3px solid #ff9800;
}
.dropdown-menu {
  margin-top: -2px;
  background: #414141;
}
.dropdown-menu.white {
  margin-top: -2px;
  background: white;
}
.dropdown-menu.white li:hover {
  background: #eee;
}
.context-menu-item.context-menu-hover {
  background-color: white !important;
}
.dropdownMenu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-header {
  color: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
}
.dropdown-menu li {
  height: 35px;
}
.dropdown-menu li:hover,
.dropdown-menu li:focus {
  background-color: #171717;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: none;
  color: #ffffff;
}
.dropdown-menu li a {
  color: #f8f8f8;
  line-height: 18px;
  height: 22px;
}
.floatingPanel {
  background: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.logo {
  padding-bottom: 0;
  padding-top: 5px;
}
.topMenuIcon {
  vertical-align: top;
  margin-top: 2px;
  height: 15px;
}
#body_container_outer {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
iframe {
  border: none;
  overflow: hidden;
}
footer,
.spMainMeny {
  background-color: black;
}
#footer_outer .container {
  color: white !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer_outer .container p {
  min-height: 15px;
}
#footer_outer .container p .bigPhoneNr {
  font-size: 24px;
}
#footer_outer .container p.firstLine {
  height: 60px;
}
#footer_outer .container p.secondLine {
  padding-bottom: 15px;
}
#footer_outer .container p.phoneLine {
  padding-bottom: 15px;
}
#footer_outer .container p.withEmail {
  padding-top: 20px;
}
#footer {
  position: relative;
  color: white;
}
a {
  outline: 0;
}
.fail {
  background: #c00;
  padding: 2px;
  color: #fff;
}
.hidden {
  display: none !important;
}
.noPadding {
  padding: 0px !important;
}
.noMargin {
  margin: 0px !important;
}
.greyBg {
  background-color: #f2f2f2;
}
.styledLink {
  text-decoration: underline;
}
.aggregationLink {
  background: none;
  border: none;
  color: black;
  cursor: pointer;
}
.hiddenCheckbox {
  display: none;
}
.whiteBox {
  background-color: white;
}
input[type='text'],
textarea {
  border: 2px solid #d0d1d2;
  padding: 5px;
}
.whiteBox,
.greyBox,
.ui-dialog,
.modal-content {
  border: 2px solid #d0d1d2;
  width: 100%;
  padding: 3px;
  padding-left: 10px;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.inline {
  display: inline-block;
}
.relativePositioned {
  position: relative;
}
.absolutePositioned {
  position: absolute;
}
label {
  font-weight: normal;
}
.buttonHolder a {
  padding-left: 15px;
  font-size: 14px;
  color: #2d2d2d;
  padding: 5px;
  margin: 3px;
  background: white;
  text-decoration: none;
}
.buttonHolder a.removeAll {
  border: none;
  color: #41a2a7;
  text-decoration: underline;
  background-color: transparent;
}
.buttonHolder a.removeAll img {
  display: none;
}
.buttonHolder a.removeAll:hover {
  background: transparent;
  color: #41a2a7;
  text-decoration: none;
}
.buttonHolder a:hover {
  background: #ff9800;
  color: #2d2d2d;
  text-decoration: line-through;
}
.buttonHolder a img {
  height: 14px;
  width: 14px;
  margin-bottom: 3px;
  margin-right: 4px;
}
#searchModule {
  /*margin-top: 100px;*/
  padding-top: 50px;
}
.searchtab a,
.searchtab a:hover,
.searchtab a:active,
.searchtab a:focus {
  color: #2d2d2d;
  text-decoration: none;
  outline: 0;
}
/** NAV **/
.navbar-collapse {
  /*width:100%;
	z-index: 2147483647;*/
}
.collapse.in {
  /* background-color: black;
    display: block;

    position: absolute;*/
}
.navbar-inverse {
  background-image: none;
  background-color: none !important;
  border: none;
  font-size: 14px;
}
.navbar-inverse .navbar-nav li a {
  color: white;
}
.centerAligner {
  margin: auto;
  max-width: 978px;
  margin-bottom: 50px;
}
/**  checkbox and radio btns **/
input[type=radio].css-checkbox,
input[type=checkbox].css-checkbox,
input[type=radio]#chooseList,
input[type=radio]#chooseThumb {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].css-checkbox + label.css-label,
input[type=checkbox].css-checkbox + label.css-labelcheck,
a.myFolders,
.searchtab a {
  padding-left: 23px;
  height: auto;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: lighter;
  padding-top: 1px;
}
input[type=radio]#chooseList + label.chooseList,
input[type=radio]#chooseThumb + label.chooseThumb {
  padding-left: 23px;
  height: 25px;
  width: 31px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 31px 25px;
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: lighter;
}
label.css-labelcheck:hover {
  color: black;
}
input[type=checkbox].css-checkbox:checked + label.css-labelcheck {
  background-image: url(../images/icons_2015/cbChecked.png);
}
input[type=radio].css-checkbox:checked + label.css-label,
a.myFolders.active,
.searchtab.active a {
  background-image: url(../images/icons_2015/radioChecked.png);
}
label.css-label,
a.myFolders,
.searchtab a {
  /*background-image:url(../images/icons_2015/radiobtn.png);*/
  background-image: url(../images/icons_2015/radioUnchecked.png);
  background-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.css-labelcheck {
  background-image: url(../images/icons_2015/cbUnchecked.png);
  background-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.chooseList,
label.chooseThumb {
  background-size: 30px;
  padding-left: 23px;
  height: 30px;
  display: inline-block;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: lighter;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.chooseList {
  background-image: url(../images/icons_2015/listeVisningUnselected.png);
}
label.chooseThumb {
  background-image: url(../images/icons_2015/thumbVisning.png);
}
input[type="radio"]:checked + label.chooseList {
  background-image: url(../images/icons_2015/listeVisning.png);
}
input[type="radio"]:checked + label.chooseThumb {
  background-image: url(../images/icons_2015/thumbVisningSelected.png);
}
.searchIn {
  height: 41px;
  line-height: 41px;
}
#sp-search-collapse {
  background-color: white;
  border: 2px solid #d0d1d2;
  width: 300px;
  right: 0;
  left: auto;
}
#sp-search-collapse .bottom_section {
  width: 200px;
  margin: auto;
}
#sp-search-collapse .bottom_section .miniSearchTabRadio label {
  color: #000;
}
.searchSection {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 10px;
  margin-top: -30px;
}
.search_info_container {
  margin-bottom: 10px;
  color: #666;
}
.search_info_container input {
  margin-left: 10px;
}
.searchSubSection {
  display: inline-block;
}
.searchAlternatives {
  vertical-align: top;
  margin-top: 5px;
}
.mediatypes {
  background: #2d2d2d;
  color: #ffffff;
  width: 514px;
  padding: 9px;
  margin-top: -5px;
  height: 39px;
  border: 2px solid #d0d1d2;
  border-top: none;
}
.mediatypes div {
  display: inline-block;
}
.mediatypes div .selected {
  font-weight: 500;
}
.mediatypes div input {
  display: none;
}
.mediatypes div label.css-label {
  font-size: auto;
  margin-bottom: 1px;
  margin-left: 15px;
}
.buttonSearch {
  background-image: url("../images/icons_2015/search_active.png");
  background-position: -2px center;
  background-repeat: no-repeat;
  background-size: 45px auto;
  border: medium none;
  border-radius: 0;
  height: 41px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 41px;
}
.searchbox {
  border: 0px solid #a1a2a3;
  display: inline-block;
  height: 41px;
  width: 560px;
  line-height: 36px;
  text-align: bottom;
  position: relative;
}
.searchbox .emptySearchBox {
  position: absolute;
  right: 55px;
  cursor: pointer;
}
.searchbox .buttonSearch {
  background-image: url("../images/icons_2015/search_active.png");
  background-position: -2px center;
  background-repeat: no-repeat;
  background-size: 45px auto;
  border: medium none;
  border-radius: 0;
  height: 41px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  width: 41px;
  outline: none;
}
.searchbox .search_box input[type='text'] {
  background-color: #fff;
  border-left: 2px solid #d0d1d2;
  border-top: 2px solid #d0d1d2;
  border-bottom: none;
  border-right: none;
  color: #a1a2a3;
  height: 41px;
  margin: 0;
  padding: 5px;
  transition-duration: 1s;
  transition-property: width;
  width: 514px;
  float: left;
}
.searchbox.negativeSearchBox {
  width: 220px;
}
.searchbox.negativeSearchBox .search_box {
  width: 210px;
}
.searchbox.negativeSearchBox .search_box input[type='text'] {
  width: 178px;
  background-color: #FFF;
  color: #000;
}
#searchString {
  color: black;
  font-size: 16px;
  padding-left: 10px;
}
#searchString:focus {
  outline: 1px solid #41a2a7;
}
/* dropdown styling */
.dropdownWrapper {
  margin-top: 5px;
}
.dropdown-container {
  background-color: #FFF;
  border: 2px solid #d0d1d2;
  height: 28px;
  overflow: hidden;
  width: 140px;
  background-image: url(../images/icons_2015/selectBtn.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 28px 25px;
  margin-bottom: 5px;
}
.dropdown-container .spDropDown {
  width: calc(168px);
  background: transparent;
  border: none;
  padding: 5px;
  height: 26px;
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 10px;
  outline: none;
}
.spDropDown {
  width: 95%;
  border: 1px solid #ccc;
  padding: 5px;
  height: 30px;
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 10px;
  background: url(../images/icons_2015/selectBtn.png) no-repeat right;
  background-size: 30px 30px;
}
label.spDropDownLabel {
  position: relative;
  display: block;
  width: 400px;
}
label.spDropDownLabel select {
  border: 1px solid #cccccc;
  background: white;
  width: 100%;
  cursor: pointer;
  border-radius: none;
}
label.spDropDownLabel {
  position: relative;
  display: block;
  width: 400px;
}
label.spDropDownLabel::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: -5px;
  width: 40px;
  height: 100%;
  display: block;
  background: url(../images/icons_2015/selectBtn.png) no-repeat right;
  background-size: 30px 30px;
  pointer-events: none;
}
/** fake dropdown **/
button.dropboxBtn {
  width: 200px;
  height: 28px;
  line-height: 12px;
  font-size: 12px;
  border-left: 2px solid #d0d1d2;
  border-top: 2px solid #d0d1d2;
  border-bottom: 2px solid #d0d1d2;
  border-right: none;
  background-color: white;
  text-align: left;
}
button.dropboxBtn span.spCaret {
  background-image: url("../images/icons_2015/selectBtn.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 28px 27px;
  height: 27px;
  width: 28px;
  position: absolute;
  right: 0;
  bottom: -1px;
  top: -1px;
}
.topSearchForm {
  top: 200px;
  left: calc(50% - 280px);
}
#loginAndFolder {
  padding-left: 30px;
}
.spLikeChecked {
  background-image: url("../images/icons_2015/likeChecked.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  float: left;
  height: 25px;
  margin-right: 5px;
  width: 25px;
}
.imageSearchIcon {
  background-image: url("../images/icons_2015/eye.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: right;
  padding-right: 30px;
}
ul.folder_menu {
  margin-left: 30px;
  padding: 0 10px;
}
.subscriptionColor {
  border-color: #41a2a7 !important;
}
.restrictionsColor {
  border-color: #ff9800 !important;
}
.punchcardColor {
  border-color: #4f4f4f !important;
}
.outsideColor {
  border-color: #d95a53 !important;
}
.inLightboxColor {
  border: 1px solid #2d2d2d !important;
}
/** thumbs **/
.thumbContainer {
  height: 200px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}
.thumbContainer .subscriptionInfo {
  margin: 0px;
  margin-top: -4px;
  margin-left: -4px;
  border-top: 3px solid;
}
.thumbContainer .thumbnail {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  height: 100%;
  border-radius: 0;
  border-top: 3px solid #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.thumbContainer .thumbnail .thumbWrapper {
  width: 200px;
  height: 200px;
}
.thumbContainer .thumbnail .thumbWrapper .thumbnail_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  -webkit-transform: translate(-50%, -51%);
}
.thumbContainer .thumbnail .thumbWrapper .thumbnail_image img {
  max-height: 180px;
  max-width: 180px;
  min-width: 100%;
}
.thumbContainer .thumbnail .thumbWrapper .link_icon {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 130px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.thumbContainer .thumbnail .thumbWrapper .link_icon a {
  display: inline-block;
}
.thumbContainer .thumbnail .thumbWrapper .link_icon .btn_lb {
  /*hjerte*/
}
.thumbContainer .thumbnail:hover .link_icon {
  visibility: visible;
}
.thumbContainer .thumbnail.thumbnail_in_lightbox:hover .link_icon {
  visibility: visible;
}
.thumbContainer .thumbnail_in_lightbox {
  border: 1px solid #2d2d2d;
}
.textContainer {
  height: 200px;
  vertical-align: top;
  margin-bottom: 4px;
  background-color: white;
  border: 1px solid #d0d1d2;
  padding: 3px 3px 3px 10px;
}
.fixed {
  float: left;
}
.fixed + div {
  margin-left: 210px;
  /* must match the fixed width in the .fixed class */
  overflow: hidden;
}
.preview_container_key {
  width: 100px;
}
.previewInformation {
  font-size: 12px;
}
/* CSS to ensure sidebar and content are same height (optional) */
.fill {
  min-height: 100%;
  position: relative;
}
.filler:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  height: auto;
  min-height: 100%;
  left: 0;
  margin: inherit;
  right: 0;
  position: absolute;
  top: 0;
  width: inherit;
  z-index: -1;
}
/** thumbtooltip **/
.div_hover {
  width: 280px;
  background-color: #2d2d2d;
  padding: 10px;
  color: white;
}
.div_hover .trapez {
  position: absolute;
  left: 40px;
  right: 40px;
  border-top: 30px solid #2d2d2d;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 200px;
}
.div_hover .insideAbo {
  text-align: center;
  position: absolute;
  padding-top: 7px;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #41a2a7;
  color: #41a2a7;
}
.div_hover img {
  width: 100%;
}
/** lightbox **/
#moveLightboxForm {
  font-size: 17px;
}
#moveLightboxForm .checkedImage {
  content: "\e067";
}
#moveLightboxForm .createNewFolder {
  margin-bottom: 20px;
}
#moveLightboxForm .createNewFolder a {
  color: #000000;
  height: 20px;
  text-decoration: none;
  vertical-align: middle;
}
#moveLightboxForm .createNewFolder a span {
  font-size: 28px;
  vertical-align: middle;
}
#moveLightboxForm .createNewFolder a .inlineText {
  padding-left: 7px;
  font-size: 18px;
}
#moveLightboxForm .createNewFolder a:hover {
  color: #000000;
  text-decoration: none;
}
#moveLightboxForm a.myFolders,
#moveLightboxForm a.myFolders:hover,
#moveLightboxForm a.myFolders:active,
#moveLightboxForm a.myFolders:focus {
  outline: 0;
  color: #000000;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
#moveLightboxForm .thumbnailsContainer {
  margin-top: 10px;
}
#moveLightboxForm .thumbnailsContainer #thumbnail_container {
  margin-top: 10px;
}
#moveLightboxForm .thumbnailsContainer #selectedOptions a {
  color: #41a2a7;
  margin-left: 10px;
  text-decoration: underline;
}
#moveLightboxForm .thumbnailsContainer #selectedOptions a:hover {
  text-decoration: none;
}
#moveLightboxForm .backUpToTop .content {
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 55px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
#moveLightboxForm .backUpToTop img {
  width: 20px;
  margin-top: 13px;
}
#moveLightboxForm .backUpToTop .content:hover {
  background-color: white;
  text-decoration: underline;
}
#moveLightboxForm .thumbContainer .thumbnail_in_lightbox,
#moveLightboxForm .inLightboxColor {
  /*border: 1px solid @borderGrey !important;*/
}
#moveLightboxForm .content_menu .greyBox,
#moveLightboxForm .myFolders .greyBox {
  border-bottom: none;
  font-size: 18px;
}
#moveLightboxForm .content_menu .whiteBox,
#moveLightboxForm .myFolders .whiteBox {
  border-top: none;
}
/** searchFilter **/
.secondLvl {
  padding-left: 20px;
}
.thirdLvl {
  padding-left: 40px;
}
.col-lg-12.arrowUp.blackBg {
  padding-top: 3px;
  padding-bottom: 4px;
  border: 1px solid black;
}
.filterContainer {
  background: white;
  border: 1px solid #e6e6e6;
}
.filterContainer .filterTopHeader {
  width: 100%;
  background-color: #2d2d2d;
  color: white;
  padding: 5px;
  padding-left: 10px;
}
.filterContainer .filterSection.openFilter .filterContent {
  height: auto;
  padding: 5px;
  padding-left: 10px;
  background-color: #FFF;
}
.filterContainer .filterSection.closeFilter .filterContent {
  display: none;
}
.filterContainer .filterSection .filterHeader {
  background-position: right;
  width: 95%;
  background-color: white;
  padding: 5px;
  padding-right: 10px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  border-bottom: 1px solid #dddddd;
}
.filterContainer .filterSection .filterContent {
  height: 0px;
  padding: 0px;
  /*overflow:hidden;*/
  color: #666;
}
.filterContainer .filterSection .filterContent .colorPick {
  display: inline-block;
  width: 55px;
  height: 27px;
  margin-right: 4px;
  border: 1px solid grey;
  margin: 4px;
}
.filterContainer .filterSection .filterContent #holder {
  border: 2px dashed #ccc;
  width: 100%;
  min-height: 30px;
  margin: 5px auto;
}
.filterContainer .filterSection .filterContent #holder.hover {
  border: 2px dashed #0c0;
}
.filterContainer .filterSection .filterContent #holder img {
  display: block;
  margin: 10px auto;
}
.filterContainer .filterSection .filterContent #holder p {
  margin: 10px;
  font-size: 14px;
}
.filterContainer .filterSection .filterContent progress {
  width: 100%;
}
.filterContainer .filterSection .filterContent progress:after {
  content: '%';
}
.filterContainer .filterSection .filterContent .filterOptionIcon {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-top: -2px;
}
.filterContainer .filterSection.color .filterRow:first-child {
  text-align: center;
  padding: 8px;
  padding-bottom: 16px;
}
.filterContainer .filterSection.timelimit .filterContent {
  padding: 12px;
}
.filterContainer .filterSection.timelimit .filterContent .dateRangeContainer {
  margin-bottom: -10px;
}
.filterContainer .filterSection.timelimit .datePickerContainer {
  position: relative;
  min-width: 96px;
  width: 100%;
  height: 30px;
  padding: 2px;
  padding-top: 5px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  float: left;
}
.filterContainer .filterSection.timelimit .datePickerContainer img {
  width: 12px;
  height: 9px;
  margin-left: 5px;
}
.filterContainer .filterSection.timelimit .datePickerContainer input {
  background: #fff;
  height: 17px;
  padding: 1px;
  font-size: 9px !important;
}
.filterContainer .filterSection.timelimit .datePickerContainer label {
  margin-right: 5px;
}
.filterContainer .filterSection.timelimit .datePickerContainer .calButton {
  height: 30px;
  text-align: left;
  margin-left: 0;
  margin-right: -17px;
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 2px;
  cursor: pointer;
  width: 100%;
  border: 1px solid #ccc;
  display: block;
  font-size: 16px !important;
}
.filterContainer .filterSection.timelimit .datePickerContainer .calButton.calButtonSmall {
  display: inline-block;
  width: 21%;
  margin-right: 0;
  padding-left: 0px;
  text-align: center;
}
.filterContainer .filterSection.timelimit .datePickerContainer .calButton.calButtonBig {
  display: inline-block;
  width: 42%;
  margin-right: 0;
  padding-left: 0px;
  text-align: center;
}
.filterContainer .filterSection.timelimit .datePickerContainer .calButton:focus {
  outline: none;
}
.filterContainer .filterSection.timelimit .datePickerContainer label,
.filterContainer .filterSection.timelimit .datePickerContainer input,
.filterContainer .filterSection.timelimit .datePickerContainer img {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 12px;
}
.moreFiltersButton {
  color: #41a2a7;
  margin-left: 25px;
  cursor: pointer;
}
.moreFiltersButton:hover {
  text-decoration: underline;
}
.filterOptionsFullList {
  position: absolute;
  left: 280px;
  display: none;
  width: 400px;
  height: 570px;
  background-color: white;
  z-index: 33333;
  overflow: hidden;
  padding: 20px;
  padding-right: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.filterOptionsFullList .spinner {
  margin-top: 20px;
}
.filterOptionsFullList header {
  margin-bottom: 7px;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
  margin-left: 10px;
  width: 95%;
  display: inline-block;
  height: 30px;
}
.filterOptionsFullList header p {
  float: left;
  color: black;
  margin-top: 5px;
}
.filterOptionsFullList header img {
  float: right;
  width: 20px;
  cursor: pointer;
}
.filterOptionsFullList #itemsList {
  height: 96%;
  width: 100%;
  padding-right: 15px;
  padding-left: 7px;
  overflow: auto;
  text-align: left;
}
.filterOptionsFullList #itemsList li {
  padding: 3px;
  padding-left: 7px;
  margin-right: 10px;
  cursor: pointer;
}
.filterOptionsFullList #itemsList li:hover {
  background-color: #CBDEDE;
  color: black;
  cursor: pointer;
}
.filterOptionsFullList a {
  color: #666666;
}
.filterOptionsFullList a:hover {
  color: #333333;
}
.filterOptionsFullList .ledger {
  color: #41a2a7;
  position: absolute;
  top: 50px;
  right: 20px;
  line-height: 17px;
  cursor: pointer;
}
.filterOptionsFullList .ledger a {
  color: #41a2a7;
  text-decoration: none;
}
.filterOptionsFullList .ledger a:hover {
  font-weight: bold;
  text-decoration: none;
}
/*Date picker styling */
#ui-datepicker-div,
#coverageCalendar {
  padding: 0px;
  display: none;
  margin-top: 5px;
}
#ui-datepicker-div .ui-widget-header,
#coverageCalendar .ui-widget-header {
  background: #2d2d2d !important;
  border: none;
  font-size: 1.1em;
}
#ui-datepicker-div .ui-widget-header .ui-icon,
#coverageCalendar .ui-widget-header .ui-icon {
  background-image: none;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#coverageCalendar .ui-widget-header .ui-state-hover {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-widget-header .ui-icon.ui-icon-circle-triangle-w,
#coverageCalendar .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background-image: url(../images/icons_2015/arrowLeftCCCCCC_30.png);
  background-position: center;
  background-size: 9px;
  cursor: pointer;
}
#ui-datepicker-div .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:hover,
#coverageCalendar .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:hover {
  background-image: url(../images/icons_2015/arrowLeftWhite_30.png);
}
#ui-datepicker-div .ui-widget-header .ui-icon.ui-icon-circle-triangle-e,
#coverageCalendar .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background-image: url(../images/icons_2015/arrowRightCCCCCC_30.png);
  background-position: center;
  background-size: 9px;
  cursor: pointer;
}
#ui-datepicker-div .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:hover,
#coverageCalendar .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:hover {
  background-image: url(../images/icons_2015/arrowRightWhite_30.png);
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev,
#coverageCalendar .ui-widget-header .ui-datepicker-prev {
  left: 2px;
  top: 3px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev-hover,
#coverageCalendar .ui-widget-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next,
#coverageCalendar .ui-widget-header .ui-datepicker-next {
  right: 2px;
  top: 3px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next-hover,
#coverageCalendar .ui-widget-header .ui-datepicker-next-hover {
  right: 2px;
  top: 3px;
}
#ui-datepicker-div .ui-widget-header select.ui-datepicker-month,
#coverageCalendar .ui-widget-header select.ui-datepicker-month,
#ui-datepicker-div .ui-widget-header select.ui-datepicker-year,
#coverageCalendar .ui-widget-header select.ui-datepicker-year {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  padding: 0px;
  outline: none;
}
#ui-datepicker-div .ui-widget-header select.ui-datepicker-month,
#coverageCalendar .ui-widget-header select.ui-datepicker-month {
  margin-right: 3px;
}
#coverageCalendar {
  display: block;
}
.ui-datepicker-calendar {
  font-family: 'Open Sans', sans-serif !important;
}
.ui-datepicker-calendar thead {
  background: #41a2a7;
  color: #ffffff;
  margin-bottom: 5px;
  margin-left: 1px;
}
.ui-datepicker-calendar thead th {
  padding: 0.4em .3em;
}
.ui-datepicker-calendar .ui-state-default {
  border: none;
  background: none;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:focus {
  color: #ffffff;
  background: #2d2d2d;
}
.ui-datepicker-calendar td a {
  text-align: center;
}
.ui-datepicker-calendar .ui-state-highlight {
  background: #ff9800;
  color: #000000;
}
/* general ui-widget styling (i.e. not calendar specific */
.ui-widget-overlay {
  background: #000;
  opacity: 0.5;
}
.ui-dialog {
  width: 500px !important;
  margin-left: -250px;
  left: 50%;
  padding: 20px;
}
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border-bottom: 1px solid #d0d1d2;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #41a2a7;
  color: #ffffff;
}
.ui-state-focus,
.ui-state-active,
.ui-state-hover {
  background-color: #CBDEDE !important;
  color: #41a2a7 !important;
}
.ui-widget {
  font-family: 'Open Sans', sans-serif;
  z-index: 9999999;
}
.ui-corner-all {
  moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ui-widget-content .ui-state-default {
  background: none;
  border: none;
}
.ui-datepicker-title {
  color: #000000;
}
.ui-widget input {
  min-width: 250px;
  min-height: 35px;
  outline: none;
  margin-top: 10px;
  font-size: 20px !important;
  color: #000000 !important;
  font-family: 'Open Sans', sans-serif;
}
.ui-widget input[type=submit] {
  background: #41a2a7;
  padding: 5px;
  color: white !important;
  margin: 0 auto;
  border: none;
  font-size: 16px !important;
  left: 50%;
  position: relative;
  margin-left: -125px;
}
.ui-widget-header {
  border: none;
  font-size: 20px;
}
.ui-datepicker-title {
  color: #ffffff;
}
.ui-dialog .ui-dialog-titlebar-close {
  content: "\2713 ";
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin-left: -8px;
  margin-top: -8px;
}
.ui-dialog .ui-dialog-buttonpane,
.modal-footer {
  text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button,
.modal-footer button {
  float: none;
  display: inline-block;
}
#advanced_search {
  background: #ffffff;
  border: 2px solid #eeeeee;
  padding: 0px;
  top: -7px;
  width: 320px;
}
#advanced_search .column {
  display: inline;
}
.ui-dialog,
.modal-content,
#advanced_search {
  border-radius: 0px;
  padding: 0px !important;
}
.ui-dialog .ui-dialog-titlebar,
.modal-content .ui-dialog-titlebar,
#advanced_search .ui-dialog-titlebar,
.ui-dialog .modal-header,
.modal-content .modal-header,
#advanced_search .modal-header,
.ui-dialog header,
.modal-content header,
#advanced_search header {
  color: #2d2d2d !important;
  background: #eeeeee !important;
  border: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin: 0px;
}
/** searchresults **/
.noSearchResults {
  margin-top: -43px;
  padding: 0 15px 15px;
}
.noSearchResults hr {
  border-top: 1px solid #555;
}
.activeFiltersAndThumbs {
  padding-top: 0px;
}
.activeFilters {
  margin-top: 5px;
  float: left;
}
.searchTabs {
  padding-bottom: 10px;
  padding-top: 30px;
}
.mineMapper {
  padding-top: 11px;
}
.mineMapper .myFolders {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  vertical-align: bottom;
}
.btn-group.advSearch,
.imageSearch.btn-group {
  padding: 5px 15px;
}
.btn-group.advSearch .dropdown-menu,
.imageSearch.btn-group .dropdown-menu {
  border: 2px solid #d0d1d2;
  border-radius: 0;
  padding-top: 0;
}
.btn-group.advSearch .dropdown-menu .searchAdvancedButtons,
.imageSearch.btn-group .dropdown-menu .searchAdvancedButtons {
  width: 100% !important;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
.btn-group.advSearch .dropdown-menu .searchAdvancedButtons a,
.imageSearch.btn-group .dropdown-menu .searchAdvancedButtons a,
.btn-group.advSearch .dropdown-menu .searchAdvancedButtons input,
.imageSearch.btn-group .dropdown-menu .searchAdvancedButtons input {
  margin: 0px;
  background-color: #41a2a7;
  vertical-align: top;
  width: 70px;
  height: 36px;
  color: white;
  border: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  outline: none;
}
.btn-group.advSearch .dropdown-menu .searchAdvancedButtons input,
.imageSearch.btn-group .dropdown-menu .searchAdvancedButtons input {
  margin-top: -8px;
  margin-right: 20px;
  line-height: 17px;
}
.btn-group.advSearch .dropdown-menu header,
.imageSearch.btn-group .dropdown-menu header {
  margin: 5px;
  font-size: 1.3em;
  color: black;
  padding-left: 5px;
  padding-right: 5px !important;
  margin-bottom: 19px;
  margin-top: 10px;
}
.btn-group.advSearch .dropdown-menu header img,
.imageSearch.btn-group .dropdown-menu header img {
  width: 18px;
  height: 18px;
}
.btn-group.advSearch .dropdown-menu .greyUnderline,
.imageSearch.btn-group .dropdown-menu .greyUnderline {
  margin: 5px 7px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d1d2;
}
.btn-group.advSearch .dropdown-menu .form-group,
.imageSearch.btn-group .dropdown-menu .form-group {
  padding: 5px 7px;
  margin-bottom: 0px;
  clear: both;
}
.btn-group.advSearch .dropdown-menu .form-group input[type=text],
.imageSearch.btn-group .dropdown-menu .form-group input[type=text] {
  padding-left: 3px;
  outline: none;
}
.btn-group.advSearch .dropdown-menu .form-group div:first-child,
.imageSearch.btn-group .dropdown-menu .form-group div:first-child {
  width: 100px;
}
.btn-group.advSearch .dropdown-menu .form-group div,
.imageSearch.btn-group .dropdown-menu .form-group div {
  display: inline-block;
}
#imageSearch h6 {
  margin-top: 0px !important;
}
#imageSearch .findImgHeader {
  background: #eeeeee none repeat scroll 0 0 !important;
  border: medium none !important;
  color: #2d2d2d !important;
  margin: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
#imageSearch .progress {
  width: 100% !important;
  height: 7px;
  margin-bottom: 10px;
}
.ui-autocomplete .ui-menu-item {
  padding: 3px 5px !important;
  padding-left: 10px !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 30px;
  line-height: 23px;
}
.ui-autocomplete {
  outline: none;
  padding: 0px !important;
  badding-bottom: 4px !important;
}
.loader {
  text-align: center;
  font-size: 1.5em;
  color: #888888;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 100;
}
.loader p {
  margin-top: 30px;
}
.popoutPreview {
  background: #2d2d2d;
  color: white;
  position: relative;
  top: -120%;
  left: -30%;
  width: 300px;
  min-height: 300px;
  max-height: 500px;
  z-index: 9999;
  font-weight: lighter;
  font-size: 13px;
  padding-bottom: 10px;
}
.popoutPreview video {
  width: 100%;
  margin-bottom: 5px;
}
.popoutPreview .subscriptionBox {
  text-align: center;
  border-top: 33px solid #2d2d2d;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  width: 90%;
  position: relative;
  z-index: 99;
  left: 5%;
  margin-bottom: -20px;
}
.popoutPreview .subscriptionBox p {
  margin-top: -35px;
}
.popoutPreview .subscriptionInfo {
  height: 30px;
  top: -35px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.popoutPreview .imageSmallPreview {
  width: auto;
  overflow: hidden;
  margin: auto;
  max-height: 300px;
  max-width: 100%;
  display: block;
  padding: 5px;
  cursor: pointer;
}
.popoutPreview .imageSmallPreview.landscape {
  width: 300px;
}
.popoutPreview .imageSmallPreview.portrait {
  height: 300px;
}
.popoutPreview .imageSmallPreview.square {
  width: 300px;
  height: 300px;
}
.popoutPreview .iconContainer {
  width: 94%;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  padding-top: 0px;
  padding-left: 6%;
  padding-right: 6%;
  margin-left: 3%;
  margin-right: 3%;
  border-bottom: 1px solid #cccccc;
}
.popoutPreview .iconContainer img {
  height: 30px;
  width: 30px;
  padding: 5px;
  cursor: pointer;
}
.popoutPreview .iconContainer .glyphicon {
  height: 30px;
  width: 30px;
  padding: 5px;
  cursor: pointer;
  color: white;
  font-size: 19px;
}
.popoutPreview p {
  padding: 10px;
  overflow: hidden;
}
.popoutPreview .caption {
  background: #2d2d2d;
}
.popoutPreview .showEntireCaption {
  text-align: center;
  text-decoration: underline;
  padding-top: 5px;
  cursor: pointer;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-side: 14px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#uploadFile {
  display: inline-block;
  width: 110px;
  border: none;
  background: white;
}
.bottom_section {
  padding-bottom: 10px;
}
/** preview **/
.hl {
  max-width: 65%;
}
.smallFont {
  font-size: 11px;
}
.previewExtra {
  margin-top: 20px;
}
.previewHeadline {
  font-size: 18px;
  margin-top: 0px;
  text-align: left;
  font-weight: 600;
}
/* skin.css Style*/
.upload-drop-zone {
  color: #111;
  border-style: dashed;
  border-color: #ccc;
  text-align: center;
  height: 85px;
  border-width: 2px;
  padding: 1em;
  font-size: 13px;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.help-block {
  font-size: 12px;
  padding: 7px;
}
.prevUrl,
.firstUrl,
.nextUrl,
.lastUrl,
.search_goto {
  display: inline-block;
}
.search_goto input {
  width: 30px;
  border: 1px solid #d0d1d2;
  margin-right: 5px;
  padding: 2px;
  text-align: center;
}
#tmp_login_form {
  text-align: center;
  padding: 20px;
}
/* Temp code position, move on cleanup */
.previewResultContainer {
  max-width: 1090px;
  margin: auto auto;
}
.previewResultContainer .related {
  padding-bottom: 300px;
}
.imagedetails,
.previewContent {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #ccc;
}
.previewContent {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}
.previewContent video {
  width: 100%;
  margin-bottom: 30px;
}
.previewContent p {
  text-align: left;
}
.previewContent img {
  margin-bottom: 30px;
  width: auto;
  max-height: 600px;
  max-width: 100%;
}
.message {
  background-color: #f9f9f9;
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin-bottom: 25px;
}
.messageIcon {
  float: right;
  width: 25px;
  height: 25px;
  position: relative;
  right: -27px;
  top: -27px;
}
.paymentOption {
  margin-bottom: 15px;
}
.paymentOption input {
  float: left;
  margin-right: 15px;
}
.paymentOption label {
  font-weight: bold;
  width: 100%;
}
.paymentOption p {
  margin-left: 30px;
}
/* reuse button styling further up in stead */
input[type="submit"] {
  background-color: #41a2a7;
  line-height: 30px;
  border: none;
  width: 100%;
  color: white;
  max-width: 300px;
}
input[type="radio"] {
  display: none;
}
#field_submit_form input[type="radio"] {
  display: unset !important;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  background: url(../images/icons_2015/radioUnchecked.png) left top no-repeat;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: url(../images/icons_2015/radioChecked.png) 0px top no-repeat;
}
.paymentOptions .downloadButton {
  background-color: #41a2a7;
  height: 40px;
  color: white;
  margin-bottom: 25px;
  margin-top: 15px;
  border: none;
  width: 100%;
  display: block;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.imageActions div {
  margin-bottom: 15px;
}
.imageActions a,
.showMoreInfoLink p {
  color: #41a2a7;
  text-decoration: underline !important;
}
.imageActions .icon,
.showMoreInfoLink img,
.tagCloudWrapper .icon {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.imageActions span.glyphicon {
  text-align: center;
  color: #41a2a7;
  font-size: 20px;
  float: left;
  width: 25px;
  margin-right: 15px;
}
.imageInfoBlob .title {
  float: left;
  width: 100px;
}
.imageInfoBlob a {
  color: #41a2a7;
}
.showMoreInfoLink {
  margin-top: 20px;
  cursor: pointer;
}
/*related content carousels*/
.carouselWrapper {
  padding-bottom: 13px;
  padding-top: 10px;
}
.carouselWrapper .header {
  margin-top: 20px;
}
.carouselWrapper .thumb {
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin-right: 5px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ccc;
}
.carouselWrapper hr {
  margin-bottom: 0px;
  margin-top: 5px;
  border-top: 1px solid #e9e9e9;
  clear: both;
}
.carouselWrapper .header h6 {
  border-right: 1px solid #e9e9e9;
  padding-right: 10px;
  margin: 0px;
  margin-right: 15px;
  margin-left: 5px;
  display: inline-block;
  padding-bottom: 5px;
}
.carouselWrapper .header a {
  color: #41a2a7;
  text-decoration: underline;
}
.related {
  padding-top-top: 25px;
}
.related .relatedHeader {
  margin: 0;
  margin-bottom: 15px;
}
.thumb img {
  width: 100%;
}
.tagCloudWrapper a,
.backToSearch a {
  color: #41a2a7;
  text-decoration: underline;
}
.tagCloudWrapper div {
  margin-bottom: 30px;
}
/*** mediaQuerys ***/
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #body_container_outer {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /*.specialDropDown{
 		min-width:300px;
 		max-width:400px;
 	}*/
  #moveLightboxForm {
    font-size: 14px;
  }
  .openBox,
  .closedBox {
    background-repeat: no-repeat;
    background-position: right;
  }
  .openBox {
    background-image: url(../images/icons_2015/arrowUp_21.png);
  }
  .closedBox {
    background-image: url(../images/icons_2015/arrowDown_21.png);
    border-bottom: 1px solid #d0d1d2 !important;
  }
  .filterSection .filterOptionsFullList {
    text-align: center;
    padding: 0;
    top: 0;
    display: block;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: 0;
    position: fixed;
  }
  .filterSection .filterHeader {
    background-repeat: no-repeat;
  }
  .filterSection .openFilter .filterHeader {
    background-image: url(../images/icons_2015/arrowDown_21.png);
  }
  .filterSection .openFilter .filterContent {
    display: none;
  }
  .filterSection .closeFilter .filterHeader {
    background-image: url(../images/icons_2015/arrowUp_21.png);
  }
  .filterSection .closeFilter .filterContent {
    display: block !important;
    height: auto;
    padding: 5px;
    padding-left: 10px;
    background-color: #FFF;
  }
  .inlineContainer {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .inlineContainer .searchSection {
    padding: 3px;
  }
  .inlineContainer .searchSection .mainSearch {
    width: 100%;
    padding: 0px;
  }
  .inlineContainer .searchSection .mainSearch .searchbox {
    width: 100%;
  }
  .inlineContainer .searchSection .mainSearch .searchbox .search_box {
    width: calc( 100% - 41px );
  }
  .inlineContainer .searchSection .mainSearch .searchbox .search_box input[type='text'] {
    width: 100%;
    border-bottom: 2px solid #d0d1d2;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes {
    margin-top: 15px;
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 0;
    height: 50px;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes div {
    width: 33.33333333%;
    height: 100%;
    background-color: #FFF;
    border: 1px solid #d0d1d2;
    border-right: none;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    float: left;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes div.lastElementMedia {
    border-right: 1px solid #d0d1d2;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes div label.css-label,
  .inlineContainer .searchSection .mainSearch .mediatypes div input[type="radio"] + label span {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px !important;
    line-height: 47px;
    border-top: 3px solid #FFF;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes div label.css-label,
  .inlineContainer .searchSection .mainSearch .mediatypes div input[type=radio].css-checkbox:checked + label.css-label,
  .inlineContainer .searchSection .mainSearch .mediatypes div input[type="radio"] + label span {
    background-image: none !important;
    background-color: #FFF;
    color: #000;
    padding: 0;
  }
  .inlineContainer .searchSection .mainSearch .mediatypes div input[type=radio].css-checkbox:checked + label.css-label {
    border-top: 3px solid #41a2a7 !important;
  }
  .activeFiltersAndThumbs,
  #changeLightboxImages {
    margin: 0;
    padding: 0;
  }
  .activeFiltersAndThumbs .search_info_container .activeFilters.buttonHolder,
  #changeLightboxImages .search_info_container .activeFilters.buttonHolder {
    width: 100%;
  }
  .activeFiltersAndThumbs .search_info_container .activeFilters.buttonHolder a,
  #changeLightboxImages .search_info_container .activeFilters.buttonHolder a {
    display: block;
    width: 100%;
  }
  .activeFiltersAndThumbs .thumbContainer,
  #changeLightboxImages .thumbContainer {
    margin: 0px;
    padding: 2px;
    width: 50%;
    height: 100%;
  }
  .activeFiltersAndThumbs .thumbContainer .thumbnail,
  #changeLightboxImages .thumbContainer .thumbnail {
    margin: 0px;
    padding: 0px;
  }
  .activeFiltersAndThumbs .thumbContainer .thumbnail .thumbWrapper,
  #changeLightboxImages .thumbContainer .thumbnail .thumbWrapper {
    width: 100%;
    height: 140px;
  }
  .activeFiltersAndThumbs .thumbContainer .thumbnail .thumbWrapper .thumbnail_image,
  #changeLightboxImages .thumbContainer .thumbnail .thumbWrapper .thumbnail_image {
    /*position:unset;
						transform: none;
						-webkit-transform:none;*/
  }
  .activeFiltersAndThumbs .thumbContainer .thumbnail .thumbWrapper .thumbnail_image a img,
  #changeLightboxImages .thumbContainer .thumbnail .thumbWrapper .thumbnail_image a img {
    max-width: 134px;
    max-height: 134px;
  }
  .activeFiltersAndThumbs .thumbContainer .thumbnail .thumbWrapper .thumbnail_image img,
  #changeLightboxImages .thumbContainer .thumbnail .thumbWrapper .thumbnail_image img {
    max-width: 134px;
    max-height: 134px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .thumbContainer,
  #changeLightboxImages .videoSearchResCont .thumbContainer {
    margin: 0px;
    padding: 2px;
    width: 35%;
    height: 100%;
  }
  .activeFiltersAndThumbs .videoSearchResCont .thumbContainer .thumbnail,
  #changeLightboxImages .videoSearchResCont .thumbContainer .thumbnail {
    margin: 0px;
    padding: 0px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper,
  #changeLightboxImages .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper {
    width: 100%;
    height: 70px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper .thumbnail_image,
  #changeLightboxImages .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper .thumbnail_image {
    /*position:unset;
							transform: none;
							-webkit-transform:none;*/
  }
  .activeFiltersAndThumbs .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper .thumbnail_image a img,
  #changeLightboxImages .videoSearchResCont .thumbContainer .thumbnail .thumbWrapper .thumbnail_image a img {
    max-width: 90px;
    max-height: 90px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .videoInfo,
  #changeLightboxImages .videoSearchResCont .videoInfo {
    width: 60%;
    height: 79px;
    margin: 2px;
    margin-top: 0px;
    padding: 2px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .videoInfo h6,
  #changeLightboxImages .videoSearchResCont .videoInfo h6 {
    font-size: 14px;
  }
  .activeFiltersAndThumbs .videoSearchResCont .videoInfo .caption,
  #changeLightboxImages .videoSearchResCont .videoInfo .caption,
  .activeFiltersAndThumbs .videoSearchResCont .videoInfo .actions,
  #changeLightboxImages .videoSearchResCont .videoInfo .actions {
    display: none;
  }
  .coverage .left {
    border: none !important;
    padding-right: 0px !important;
  }
  .coverage .right {
    padding-left: 0px !important;
  }
  .coverage .subHeader {
    margin-top: 0px !important;
  }
  .coverage .newsFeed ul.feed .time {
    width: 10%;
  }
  .coverage .newsFeed ul.feed .textCont {
    width: 86%;
    margin-right: 0% !important;
  }
  .coverage .newsFeed ul.feed .image {
    display: none;
  }
}
@media (min-width: 700px) {
  .col-custom {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-20 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-80 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*.specialDropDown{
 		width: 600px;
 		left: 50%;
    	margin-left: -300px;
    	margin-top: -200px;
    	position: fixed;
    	top: 50%;
 	}*/
}
@media (min-width: 900px) {
  .col-custom {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-20 {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-80 {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*.specialDropDown{
 		left: 50%;
    	margin-left: -400px;
    	margin-top: -200px;
    	position: fixed;
    	top: 50%;
    	width: 800px;
 	}*/
}
@media (min-width: 1200px) {
  .col-custom {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-20 {
    width: 15%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-80 {
    width: 85%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  /*.specialDropDown {
    left: 50%;
    margin-left: -450px;
    margin-top: -200px;
    position: fixed;
    top: 50%;
    width: 900px;
	}*/
}
/* Coverage section (dagens dekning) */
.coverage h1 {
  border-bottom: 1px solid #d0d1d2;
  margin-top: 40px;
}
.coverage .subHeader {
  margin-top: 30px;
  border-bottom: 1px solid #d0d1d2;
  clear: both;
}
.coverage .subHeader h5 {
  display: inline-block;
}
.coverage .subHeader .viewOptions {
  margin-top: 11px;
  float: right;
}
.coverage .subHeader .viewOptions .spDropDownLabel {
  width: 150px;
}
.coverage .subHeader .viewOptions label {
  display: inline-block;
}
.coverage .subHeader .viewOptions label:first-child {
  line-height: 30px;
  margin-right: 5px;
}
.coverage .left {
  border-right: 1px solid #d0d1d2;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 0px;
  padding-top: 0px;
}
.coverage .blob {
  padding: 0px;
  padding-bottom: 17px;
  padding-top: 17px;
  border-bottom: 1px solid #d0d1d2;
}
.coverage .blob .subject {
  text-transform: uppercase;
  text-decoration: none;
}
.coverage .blob:first-child {
  padding-top: 0px;
}
.coverage .blob h5 {
  margin-top: 2px;
}
.coverage .ui-datepicker {
  width: 100%;
  padding: 0px;
}
.coverage .right {
  margin-top: 20px;
  padding: 0px;
  padding-left: 20px;
}
.coverage .newsFeed .header {
  background: #2d2d2d;
  color: white;
  height: 33px;
  padding: .2em 0;
  text-align: center;
}
.coverage .newsFeed .header p {
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
}
.coverage .newsFeed .header a,
.coverage .newsFeed .header p {
  display: inline-block;
}
.coverage .newsFeed .header a {
  height: 100%;
  color: #ffffff;
  line-height: 26px;
}
.coverage .newsFeed .header .prev {
  background: url(../images/icons_2015/arrowLeftCCCCCC_30.png) no-repeat;
  background-position: left center;
  background-size: 9px;
  float: left;
  padding-left: 20px;
  margin-left: 10px;
}
.coverage .newsFeed .header .prev:hover {
  background-image: url(../images/icons_2015/arrowLeftWhite_30.png);
}
.coverage .newsFeed .header .next {
  background: url(../images/icons_2015/arrowRightCCCCCC_30.png) no-repeat;
  background-position: right center;
  background-size: 9px;
  float: right;
  padding-right: 20px;
  margin-right: 10px;
}
.coverage .newsFeed .header .next:hover {
  background-image: url(../images/icons_2015/arrowRightWhite_30.png);
}
.coverage .newsFeed .feed div {
  display: inline-block;
  box-sizing: border-box;
}
.coverage .newsFeed .feed li {
  margin-top: 10px;
  text-align: left;
  height: auto;
}
.coverage .newsFeed .feed .time {
  width: 5%;
  margin-right: 1%;
  text-align: left;
  height: 100%;
  padding-top: 13px;
  vertical-align: top;
}
.coverage .newsFeed .feed .textCont {
  width: 74%;
  margin-right: 3%;
  background: white;
  padding: 10px;
  padding-left: 0px;
  border: 1px solid #d0d1d2;
}
.coverage .newsFeed .feed .textCont .media {
  vertical-align: top;
  border: 0px;
  width: 10%;
  text-align: center;
  height: 100%;
  padding: 0px 5px;
  padding-right: 2px;
}
.coverage .newsFeed .feed .textCont .media img {
  width: 22px;
  padding: 3px;
  display: block;
  margin: auto auto;
}
.coverage .newsFeed .feed .textCont .text {
  width: 80%;
  padding: 0px 10px;
  border-left: 1px solid #d0d1d2;
}
.coverage .newsFeed .feed .image {
  width: 10%;
}
/* My page styling */
.myPage h1 {
  margin-top: 30px;
  border-bottom: 1px solid #d0d1d2;
}
.myPage .content {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #d0d1d2;
  padding: 30px;
}
.myPage .content li {
  min-height: 30px;
}
.myPage .content li img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
/* Video page styling */
.videoSearchResCont {
  margin-bottom: 10px;
}
.videoSearchResCont > div {
  display: inline-block;
}
.videoSearchResCont .thumbContainer,
.videoSearchResCont .videoInfo {
  border: 1px solid #d0d1d2;
}
.videoSearchResCont .videoInfo {
  padding: 20px;
  background: white;
  height: 200px;
  margin: 4px;
  margin-left: 6px;
  position: relative;
  max-width: 700px;
}
.videoSearchResCont .videoInfo h6 {
  margin-top: 3px;
}
.videoSearchResCont .videoInfo p {
  max-height: 100px;
  overflow: hidden;
}
.videoSearchResCont .videoInfo .actions {
  position: absolute;
  bottom: 20px;
}
.videoSearchResCont .videoInfo .actions a:hover {
  font-weight: normal;
}
.videoSearchResCont .videoInfo .actions a img {
  width: 20px;
  margin-right: 20px;
}
/* admin page styling */
sup {
  font-size: 50%;
  top: 0.5em;
}
.cont {
  padding: 40px;
  margin-top: 30px;
}
.cont ul {
  margin-bottom: 30px;
  margin-left: 20px;
}
.cont ul li {
  line-height: 20px;
  font-size: 16px;
}
.cont ul li a {
  text-decoration: none;
}
.cont ul li a:hover {
  text-decoration: underline;
}
.cont td {
  padding: 5px;
}
#galleryList {
  margin-top: 50px;
}
.content_top_Gallery {
  margin-top: 50px;
}
.content_top_Gallery .cont div {
  min-width: 400px;
  display: inline-block;
}
#sub_menu ul li,
.links.horisontal ul {
  margin-left: 0px;
}
#sub_menu ul li li,
.links.horisontal ul li {
  display: inline-block;
  border-right: 1px solid #d0d1d2;
  padding: 0px 10px;
}
#sub_menu ul li li:last-child,
.links.horisontal ul li:last-child {
  border-right: none;
}
#sub_menu ul li li:first-child,
.links.horisontal ul li:first-child {
  padding-left: none;
}
.findUser .search,
.findCompany .search {
  width: 300px;
  margin: 0;
}
.findUser .search > div,
.findCompany .search > div {
  margin: 20px 0px;
}
.findUser .search > div:last-child,
.findCompany .search > div:last-child {
  text-align: center;
  margin-top: 30px;
}
.findUser .search > div label,
.findCompany .search > div label {
  margin-left: 10px;
  margin-right: 20px;
}
.findUser .search input[type=text],
.findCompany .search input[type=text] {
  width: 100%;
}
findUser .rowType_top,
.findUser .rowType_0 {
  display: inline-block;
}
.rowType_0 > *,
.rowType_1 > * {
  display: inline-block;
}
.rowType_top div {
  display: inline-block;
}
.findCustomer ul li {
  margin-bottom: 20px;
}
.findCustomer ul li div {
  display: inline-block;
  margin-right: 20px;
}
.findCustomer ul li div:first-child {
  width: 105px;
}
.findCustomer ul li input[type=submit] {
  width: 300px;
}
img[usemap="#statImageMap"] {
  width: 100%;
}
.getDownloadStats {
  margin-top: 20px;
  margin-left: 55px;
}
.getDownloadStats .thumbContainer {
  position: relative;
}
.getDownloadStats .thumbnail_btn {
  position: absolute;
  top: 5px;
  width: 100%;
  text-align: center;
  background: white;
}
.ui-effects-transfer {
  box-shadow: 2px 2px 1px grey;
}
.inlineContainer {
  display: inline-block;
}
/* so header breaks down on medium devices already */
@media (max-width: 990px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
.hidden2 {
  opacity: 0;
}
.bildespesialer .col-sm-3 .galleryBox {
  height: 180px;
}
.bildespesialer .categoryBox,
.bildespesialer .galleryBox {
  height: 230px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
}
.bildespesialer .categoryBox .textLink,
.bildespesialer .galleryBox .textLink {
  position: absolute;
  top: auto;
  bottom: 0;
  padding: 0 7px;
  background-color: rgba(34, 34, 34, 0.65);
  width: 100%;
  color: #FFF;
  text-decoration: none;
}
.tagCloudWrapper {
  word-wrap: break-word;
}
/*** forms ***/
.labelSide {
  width: 200px;
  float: left;
}
.formSide {
  float: left;
}
.btn.btn-default.btn-ctr {
  color: #333 !important;
}
.btn.btn-default.btn-ctr:hover {
  color: #41a2a7  !important;
}
.btn.btn-primary.btn-ctr {
  line-height: inherit;
  width: auto;
}
.multiSelectHolder .dropdown-menu > .active > a,
.multiSelectHolder .dropdown-menu > .active > a:hover,
.multiSelectHolder .dropdown-menu > .active > a:focus {
  background-color: #41a2a7  !important;
  color: #FFF !important;
}
.multiSelectHolder ul {
  background-color: #FFF;
}
.multiSelectHolder ul li {
  color: #333 !important;
}
.multiSelectHolder ul li a {
  color: #333 !important;
}
.multiSelectHolder ul li a:hover {
  background-color: #333;
  color: #FFF !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: white ;
  height: 260px;
}
.bootstrap-datetimepicker-widget.dropdown-menu ul.list-unstyled li:hover {
  background-color: white !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed th {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed th:hover {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed .day.active.today,
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed .month.active,
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed .year.active,
.bootstrap-datetimepicker-widget.dropdown-menu table.table-condensed .day.active {
  background-color: #41a2a7;
}
/*** customer ***/
.thumbImportantMessage {
  border: 2px solid #E2827D;
  padding: 1px;
}
.forVgLabel::after {
  background-size: 37px !important;
}
.forVgDD {
  height: 37px;
}
/*** Brukeradmin ***/
#sub_menu ul li {
  display: inline-block;
  padding: 10px;
}
.greyBox.usersettings {
  border-bottom: none;
}
.spUserAdmin {
  font-size: 85%;
}
.spUserAdmin .cont {
  margin-top: 10px;
  padding: 15px;
}
.spUserAdmin a {
  color: black;
}
.spUserAdmin .makelinksblocks a {
  display: block;
}
.spUserAdmin .col-xs-1,
.spUserAdmin .col-sm-1,
.spUserAdmin .col-20,
.spUserAdmin .col-80,
.spUserAdmin .col-md-1,
.spUserAdmin .col-lg-1,
.spUserAdmin .col-xs-2,
.spUserAdmin .col-sm-2,
.spUserAdmin .col-md-2,
.spUserAdmin .col-lg-2,
.spUserAdmin .col-xs-3,
.spUserAdmin .col-sm-3,
.spUserAdmin .col-md-3,
.spUserAdmin .col-lg-3,
.spUserAdmin .col-xs-4,
.spUserAdmin .col-sm-4,
.spUserAdmin .col-md-4,
.spUserAdmin .col-lg-4,
.spUserAdmin .col-xs-5,
.spUserAdmin .col-sm-5,
.spUserAdmin .col-md-5,
.spUserAdmin .col-lg-5,
.spUserAdmin .col-xs-6,
.spUserAdmin .col-sm-6,
.spUserAdmin .col-md-6,
.spUserAdmin .col-lg-6,
.spUserAdmin .col-xs-7,
.spUserAdmin .col-sm-7,
.spUserAdmin .col-md-7,
.spUserAdmin .col-lg-7,
.spUserAdmin .col-xs-8,
.spUserAdmin .col-sm-8,
.spUserAdmin .col-md-8,
.spUserAdmin .col-lg-8,
.spUserAdmin .col-xs-9,
.spUserAdmin .col-sm-9,
.spUserAdmin .col-md-9,
.spUserAdmin .col-lg-9,
.spUserAdmin .col-xs-10,
.spUserAdmin .col-sm-10,
.spUserAdmin .col-md-10,
.spUserAdmin .col-lg-10,
.spUserAdmin .col-xs-11,
.spUserAdmin .col-sm-11,
.spUserAdmin .col-md-11,
.spUserAdmin .col-lg-11,
.spUserAdmin .col-xs-12,
.spUserAdmin .col-sm-12,
.spUserAdmin .col-md-12,
.spUserAdmin .col-lg-12 {
  margin: 0;
  padding: 4px;
}
.spUserAdmin h6.header_underline {
  margin-top: 15px;
}
/*** tables ***/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #41a2a7;
  border-color: #41a2a7;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #41a2a7;
}
.pagination > li > a,
.pagination > li > span {
  color: #41a2a7;
}
/*** infoMessage ***/
#infoMessage {
  padding-bottom: 10px;
}
.greenBox {
  border-color: green;
}
.redBox {
  border-color: red;
}
.orangeBox {
  border-color: orange;
}
.messageText {
  margin-left: 10px;
}
/*** new lightbox ***/
#myActiveFolder {
  margin-bottom: 13px;
}
#moveLightboxForm .greyBox {
  background-color: #e2e3e4;
  border-width: 1px;
  width: 100%;
  padding: 0 3px 0 10px;
}
#moveLightboxForm .whiteBox {
  border-width: 1px;
}
#moveLightboxForm .dropdown-container {
  border-width: 1px;
  background-size: 28px 26px;
  width: 160px;
}
#moveLightboxForm .dropdown-container .spDropDown {
  width: calc(188px);
}
.mmBtn {
  display: inline-block;
  border: 1 px solid #d0d1d2;
  background-color: white;
  margin: 5px;
  margin-right: 10px;
  margin-left: 0px;
}
.mmBtn a {
  display: block;
  border-bottom: 2px solid #e2e3e4;
  text-decoration: none;
  padding: 3px 5px;
}
.mmBtn.disabled a {
  color: #d0d1d2 !important;
}
#changeLightboxImages {
  margin-top: 10px;
}
#changeLightboxImages .thumbContainer .thumbnail_in_lightbox {
  border-color: #d0d1d2 !important;
}
.editmode .thumbnail_in_lightbox {
  background-image: url(../images/icons_2015/cbUnchecked.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 97% 3%;
}
.editmode .thumbnail_in_lightbox.isSelected {
  background-image: url(../images/icons_2015/cbChecked.png);
  background-color: rgba(65, 162, 167, 0.54);
}
.lbButtons {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hiddenTT {
  display: none !important;
}
/**** bootstrap addition ****/
@media (max-width: 767px) {
  .pull-right-not-xs,
  .pull-left-not-xs {
    float: none;
  }
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm,
  .pull-left-not-sm {
    float: none;
  }
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md,
  .pull-left-not-md {
    float: none;
  }
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media (min-width: 1200px) {
  .pull-right-not-lg,
  .pull-left-not-lg {
    float: none;
  }
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
/*** test mobile responsive iframe fix ***/
.embed-container {
  /*position: relative; 
	padding-bottom: 100%; 
	//height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	min-height: 100%; */
  width: 1px;
  min-width: 100%;
}
.embed-container iframe {
  /*position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; */
  width: 1px;
  min-width: 100%;
  *width: 100%;
}
/*** TEMP INFOMESSAGE remove after!!!! TODO: 

span#tempMessage {
    border: 1px solid @ntbOrange;
    padding: 5px 5px;
	margin-top: 10px;
	margin-left: 1px;
	display: inline-block;
	padding: 20px;
	background-color: white;
	color: #CE0808;
	font-weight: bold;
}
#searchModule {
    padding-top: 20px;
} ***/
/*** datepicker ***/
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
/*** FAKTUERingssystem ***/
.invoiceContentsHolder,
.leftMenuHolder {
  float: left;
}
.leftMenuHolder {
  width: 180px;
  padding-right: 10px;
}
.invoiceContentsHolder {
  width: 80%;
  color: black;
}
.menu_btn {
  width: 45% !important;
  display: inline-block;
  line-height: 20px !important;
  margin-top: 10px;
}
.lineForm,
.lineForm2 {
  height: 30px;
  clear: both;
  margin-bottom: 10px;
}
.lineForm2 {
  height: 60px;
}
.labelForm {
  float: left;
  width: 40%;
}
.rightForm {
  width: 50%;
  float: right;
}
.btn.btn-primary.small {
  width: 50px;
  line-height: 20px;
  margin-top: -3px;
}
.btn.btn-primary.smaller {
  width: auto;
  line-height: 20px;
  margin-top: -3px;
}
.preOrderContainer {
  float: left;
  width: 360px;
  /*height: 175px;
    border: 1px solid #ccc;*/
  margin: 2px;
  overflow: hidden;
  padding: 2px;
}
