﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');


@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}


html{
    font-family: "Open Sans", sans-serif;
    font-size: 1.1rem;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: .9em;
  font-family: "Open Sans", sans-serif;
  color: #3d3536;
  background-color: white;
}
.main {
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    min-height: 100vh;
}

.main::after {
  content: '';
  height: 100vh;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  float: left;
}
body, html {
  /* important */
  height: 100%;
}

h1{
    font-size: 2rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

p {
   
    margin: 0 0 1em 0;
}
.p-larger
{
    font-size:larger;
}
.container{
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.bluebckgr {
    background-color: #000c19;
    opacity: 0.9;
    padding: 2rem;
    color: white;
}
.cd-color-2{
    background-color: white;
}
.cd-color-3{
    background-color: #efefef;
}
.cd-containerPadding {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    /*padding: 10% 0px;*/
}
.content {
     background-attachment: fixed;
   width: 100vw;
   height: 400px;
   background-size: cover;
   -moz-box-shadow: inset 0 0 30px #444;
   -webkit-box-shadow: inset 0 0 30px #444;
   box-shadow: inset 0 0 30px #444;
   
}
#content1 {
    background-image: url("/~/media/DoMore/Front-page-images/backdrop_4a.ashx");
}
#content2 {
    background-image: url("/~/media/DoMore/Front-page-images/slidesandcifers2.ashx");
}
#content3 {
     background-image: url("/~/media/DoMore/Front-page-images/slidesandcifers2.ashx");
     }
#content4 {
    background-image: url("/~/media/DoMore/Front-page-images/3dapp2.ashx");
}
#content5 {
    background-image: url("/~/media/DoMore/Front-page-images/snittDigital2.ashx");
}
#content6 {
    background-image: url("/~/media/DoMore/Front-page-images/nn2.ashx");
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,/*lagt inn for � f� til bl� lenker i main-nav*/ .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #061821;
    background-color: transparent;
    /*border-bottom: solid 5px #ff7c00;*/
    text-align: center;
    padding: 0 1em;
}
    
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      min-height: 70px;
    }
    
    .navbar-default, .greybg {
    background-color: #e9eaea;
    border-color: #e9eaea;
}
     
.greybg{
	padding: 2em 0;
}
    
    .navbar-inverse {
    background-color: #071d2b;
    border-color: #071d2b;
}
    
    .navbar-brand{
    	padding-top: 2px;
    }
    .navbar-brand img{
       max-height: 60px;
       /*-webkit-filter: drop-shadow(5px 5px 7px #12629c);
  		filter: drop-shadow(5px 5px 7px #12629c);*/
    }
    
    .navbar-nav {
    margin: 1em 0 0 2em;
}



    .outer-rowwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  
}

.inner-rowwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nested-element {
 
  text-align: center;
  margin: 5px;
}

.nogrow {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.grow1 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.nogrow {
 

}


    
/* NAVIGATION */




nav.navbar {
    
}
nav.navbar a {
    padding: 15px 1em 5px 1em;
     color: #1a2f53;
    text-decoration: none;

}

.navbar-brand{margin-left: 0;}

nav.navbar ul.navbar-nav a {
    /*color: #1a2f53;*/
}


nav.navbar ul.navbar-nav a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
nav.navbar ul.navbar-nav a::after {
    content: '';
    width: 80%;
    position: absolute;
    top: 100%;
    left: 10%;
    height: 2px;
    background-color: #FF7D36;
    transform: scaleX(0);
    transition: transform .35s ease;
}
nav.navbar ul.navbar-nav a:hover::after {
    transform: scaleX(1);
}
 

   
.active{
    text-decoration: none;
    background-color: transparent;
    border-bottom: solid 5px #ff7c00;
    text-align: center;
    padding: 0 1em;

   }

.play3dbtn{
  white-space: normal;
   float: left;
   font-size: xx-large;
   vertical-align: middle;
   max-width:50%;
}
.dropdown-menu {
    padding: 0px;
    left: 1em;
    min-width: 16rem;
    margin: .125rem 0 0;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-toggle::after {
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: .255em;
   vertical-align: .255em;
   content: "";
   border-top: .3em solid;
   /*border-right: .3em solid #ff7c00 ;*/
   border-bottom: 0;
   /*border-left: .3em solid #ff7c00 ;*/
}

.prognosticationtop{
    width: 30%;
    float: left;
    height: 3px;
    background-color:aqua;
    display: block;
}
.prognostication{
  background-image: url('/~/media/DoMore/3Conditions/3d_reconstr_prostate_gleason.ashx');
  min-height: 200px;
  padding: 2em;
  background-size: cover; 
  background-repeat: no-repeat;
  transition: background-size 0.2s;
  transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space:nowrap;
    display:block;
    }

    .heterogeneity{
        background-image: url('/~/media/DoMore/3Conditions/3d_reconstr_prostate_gleason.ashx');
        min-height: 200px;
        padding: 2em;
        background-size: cover;
        background-repeat: no-repeat;
        transition: background-size 0.2s;
        transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
        text-decoration: none;
        cursor: pointer;
        overflow: hidden;
        white-space:nowrap;
          display:block;
    }

    .sampling 
    { background-image: url('/~/media/DoMore/3Conditions/bluesnitt_Capture_square.ashx');
       min-height: 200px;
      
     padding: 2em;
        background-size: cover; 
          background-repeat: no-repeat;
    transition: background-size 0.2s;
    transition-timing-function: cubic-bezier(.07,1.41,.82,1.41);
  text-decoration: none;
    cursor: pointer;
    overflow: hidden;
  white-space:nowrap;
  display:block;
    
    }
    

    .nav-pills span{
        color: white;
        text-align: center;
        text-transform: uppercase;
        font-size: xx-large;
        font-weight: bold;
        text-decoration: none !important;
        }
.nav-pills{
    justify-content: space-between;
}

/*.nav-pills img{
    object-fit: cover;
    height: 200px;
}*/

.nav-pills a{
    border-bottom: 0px;
    text-decoration: none;
}

.nav-pills a:hover, .nav-pills a:focus, .prognostication:hover, .heterogeneity:hover, .sampling:hover{
    border-bottom: 0px;
    text-decoration: none;
    color: #ff7c00;
    border-bottom: solid 8px #ff7c00;
    text-shadow: 1px 1px 0px #fff, 2px 2px 0px rgba(0,0,0,0.15);
}

.nav-pills.active{
}

.tab-content .active{
  border-top: solid 2px #ff7c00;
}
.breadcrumb {
    padding: 0;
    margin: 1.4em 1.4em 0 1.4em;
    list-style: none;
    background-color: transparent;
    color: #888;
    font-size: small;
}
.logos-container {
  padding: 0;
  
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  
  list-style: none;
}


.btn-linkdropdown  {
    font-weight: 300;
       color: #1a2f53;
    background-color: transparent;
}
@media screen and (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    float:left;
  }
}
.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 2;
    color: #1a2f53;
    text-decoration: none;
}
.dropdown-menu-left { 
    right: auto; 
    left: 0; 
}
/**************************************************************************************************************/
.sidebar
{
	width: 200px;
	clear: both;
    transition: all .2s ease-in-out;
    font-style: italic;
    font-size: .9em;
    color: #4C4C4C;
    padding: 1em;
}

.sidebar.extend
{
   
    width: 100%;
    display:block;
    margin:1em 0px;

}

.sidebar img, .sidebar .caption, .sidebar .caption-ext
{
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}



.sidebar img
{
	width: 100%;
}

.sidebar .caption, .sidebar .caption-ext, .reveal .caption
{
	padding: 10px;
	color: #fff;
	font-size: .9em;
}
.articleimage .caption, .articleimage .caption-ext, .articleimage .caption {
      background: transparent;
   font-size: .9em;
   line-height: 1.6em;
}

.articleimage, .articleimage img
{
	max-width:100%;
    object-fit: contain;
	float: left;
	clear: both;
    transition: all .2s ease-in-out;
    font-style: italic;
    font-size: small;
    color: #4C4C4C;
  
}
 .contactbox * 
{
    color: #333;
}



 .nopaddingleft{
padding-left:0;

 }

 .nopaddingtop{
     padding-top: 0px;
 }


 footer {
	color: white;
	padding: 1em 15px;
	min-height: 80px;
    margin-top: 3em;
}
 footer h2{
    font-size: medium;
}


footer p, footer li{
    font-size: small;
}

.nomargin{
margin:0;

 }



.btn-primary {
    color: #fff;
    background-color: green;
    border-color: #007bff;
    margin-top: 15px;
}

.btn-info {
    color: #fff;
    background-color: #ff7c00;
    border-color: #ea7b26;
    color: white !important;
    max-width:400px;
}
/**********NY BUTTON BURGER ****************/

.navbar-toggler-icon {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  margin-top: -8px;
  width: 40px;
  height: 30px;
}

.navbar-toggler-icon:focus {
  outline-width: 0;
}

.navbar-toggler-icon [class*='bar-'] {
  background: #666;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
   border-radius: 3px;
  height: 3px;
  width: 38px;
  margin-bottom: 8px;
}

.navbar-toggler-icon .bar-bot {
  margin-bottom: 0;
}

.burgermenutxt {
    font-size: small;
    font-weight: bold;
    color: #999;
    position: relative;
    top: -2px;
}

.navbar-toggler-icon [class*='bar-top'] {
   margin-bottom: 0px;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 5% 95%;
          transform-origin: 5% 95%;
}
.opened .burgermenutxt {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3% 95%;
          transform-origin: 3% 95%;
}


/*************slutt NY BURGER *****************/


@media (max-width: 767px){

.content{
  max-height: 300px;
  min-height: 200px;
}

  #content4 {
    background-image: url(/~/media/DoMore/Front-page-images/3d_Sm.ashx);
    /* max-height: 300px; */
    background-attachment: scroll;
    }

   
    .bluebckgr h1, .bluebckgr h2, .bluebckgr h3 {
        font-size: 20px;
         }

    .logos-container {
    display: block;
    }
    #content1 {
    background-image: url("/~/media/DoMore/Front-page-images/backdrop_4a_Sm.ashx");
    
    background-attachment: scroll;
   }
#content2 {
    background-image: url("/~/media/DoMore/Front-page-images/slidesandcifers2_Sm.ashx");
 
    background-attachment: scroll;
}
#content3 {
     background-image: url("/~/media/DoMore/Front-page-images/slidesandcifers2_Sm.ashx");
  
    background-attachment: scroll;
     }

#content5 {
    background-image: url("/~/media/DoMore/Front-page-images/snittDigital2_Sm.ashx");

    background-attachment: scroll;
}
#content6 {
    background-image: url("/~/media/DoMore/Front-page-images/nn2_Sm.ashx");
  
    background-attachment: scroll;
}

}


@media (min-width: 768px) {
    
   .cd-scrolling-bg {
        padding: 2em 0;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 2;
        font-weight: 300;
    }

}

@media all and (min-width : 768px) and (max-width:991px) {

    .navbar-brand {
        margin-left: -2em;
    }

   
}


@media all and (min-width : 992px) and (max-width:3000px) {

    .navbar-brand {
        margin-left: -3em;
    }

   
}



