html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    
}

#workspace {
	height: 100%;
}

.container {
	overflow:hidden;
}

.row {
    overflow:hidden;
}

ul {
	list-style: none;
}
#hamburger {
	list-style: none;
}

li#layer {
    border-bottom: 1px solid #dddddd;
    
}
.heading {
    background-color:#a19687;
    padding:5px;
    border-bottom: 2px solid white;
}
div.heading h2 {
    color: #999999;
    padding-left: 10px;
    display: block;
    clear: none;
    float: left;
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-user-name{
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	margin-right: 20px;
}
ul.options {
    overflow: hidden;
    padding: 0px;
    display: block;
    clear: none;
    float: right;
    margin: 14px 10px 0 0;
}

ul.layer_details {
	//display: none;
}
.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.span-center{
    display: inline-block;
  	vertical-align: middle;
  	line-height: normal;      
}	

.btn:focus {
    box-shadow: none !important;
}

.btn {
	background-color: #4d244f;
	border-color: #ffffff;
	color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    z-index: 100;
    
    min-height: 30px;
}


a:not([href]):not([tabindex]):hover {
	/* removed 2022-09-29
	background-color: #4d244f;
	border-color: #ffffff;
	color: white;
    
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    z-index: 100;
    min-height: 30px;*/
}
.btn:hover {
    border-color: #000000;
    /*color: #000000;*/
}
.btn:active {
    /*background-color: #cdc1d8;*/
    border-color: #000000;
    /*color: #000000;*/
}
.btn-next {
	width:200px;
}
.btn-7{
	min-width:95px;
}


.btn-questionaire{
	width:100%;
	
    border: 2px solid #4d244f;
    border-radius: 12px;
	background-color: #cdc1d8;
    color: #4d244f;
}
.btn-questionaire-max-width {
	max-width: 300px;
}
.button_green {
	background-color: #DBEED6!important;
}


.btn-logout, .btn-logout:not(:disabled):not(.disabled)
 {
	padding-left: 15px;
	padding-right: 18px;
    padding-top: 15px;
	padding-bottom: 17px;
    background-color: #f2f2f2;
    border-color: #ffffff;
    color: white;
}
.btn-logout-small, .btn-logout-small:not(:disabled):not(.disabled)
 {
	padding-left: 9px;
	padding-right: 9px;
    padding-top: 8px;
	padding-bottom: 10px;
    background-color: #f2f2f2;
    border-color: #ffffff;
    color: white;
}

.btn-logout-small-text{
	ont-style: normal;
	font-weight: 400;
	font-size: 13px;
	
	/* Brown */
	color: #ffffff;
}

.style_abc {
	margin-left:25px;
}
.card-body h2 {
    font-weight: 900;
	font-size: 21px;
	line-height: 25px;
}
.card-body-h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
}

.welcome-questionaire-block {
	padding: 30px 25px;
	border: 1px solid #E1DFDD;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	min-height: 145px;
}

.example-buttons-block {
	padding: 30px 25px;
	border: 1px solid #E1DFDD;
	border-radius: 8px;
	margin-bottom: 12px;
}

.welcome-questionaire-btn {
	text-transform: uppercase;
}
.welcome-questionaire-btn[disabled] {
	background: #e6e5e4!important;
}

.welcome-questionaire-line1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 21px;

	/* Brown */
	color: #59524B;
}
.welcome-questionaire-line1[disabled]{
	color: #cfcecc;
}

.welcome-questionaire-line2[disabled]{
	color: #cfcecc!important;
}
.welcome-questionaire-icon[disabled] {
	opacity: 0.4;

}

.questionnaire-introduction-example-p {
	font-size: 24px;
    font-weight: 600;
}


.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: rgba(0,0,0,.03) !important;
  color:black !important;
}

.btn-questionaire:hover {
    /*color: #ffffff;*/   
}
.btn-questionaires-list {
	background-color: #0D1D53!important;
}
.btn-questionaire.active {
    color: white;
    background-color: #4d244f;;
}
.question-button-smaller-text{
	font-size: 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color:  #4d244f;
    border-color:  #4d244f;
}

.button-img {
	background-color: #4d244f;
	border-color: #ffffff;
	color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    z-index: 100;
    padding-right: 5px;
    padding-left: 15px;
    width:100%;
}
.button-img-light{
	background-color: #cdc1d8;
	border-color: #ffffff;
	color: white!important;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    z-index: 100;
    padding-right: 5px;
    padding-left: 15px;
    width:100%;
}
.button-img-img {
	height:25px;
    width:25px;
    border-radius: 5%;
    float: right;
}

.checkdot{
	width:20px;
	height:20px;
	cursor: pointer;
}

.background-fingerprint{
	background: url('../media/civas_fingerprint.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    background-position: center; 
}



#div_from_space {
    background-color: white;
    color: #000000;
    height:100%;
    width:100%;
    background: url('../media/bg-nivp.png') no-repeat;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url('../media/bg-nivp.png');
    background-position: center center;
    position: absolute;
    z-index: 1;
}
.div_splash {
    position: absolute;
    z-index: 20;
    left: 50%;
  	margin-left: -200px;
  	top: 30%;
  	background-color: none;
  	width:400px;
    min-height:20%;
}
.blom_logo_splash {
	display: flex;
    margin: auto;
    display: block;
}
.input-group{
	height:38px;
	margin-top: 17px;
}
.input-group-text{
	background-color: white;
}
#eye{
	margin-top: 6px;

}
.centered {
    display: flex;
    justify-content: space-between;
}

.squari {
	margin-top: 10px;
    margin-bottom: 10px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:25px;
    padding-right:25px;
}

.borderedframe{
	margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
	border: 1px solid #cccccc;
}

.img-icon{
	width: 25px;
	height: 25px;
}
.drop-div {
	width:268px;
	height:168px;
	padding:2px;
	border: 1px solid grey;
}

.house_gallery {
	border: 1px solid grey;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
}
.rounded_borders{
	border-radius:5px;
}
label {
    margin-top: 10px;
    
}

.container-fluid .container {
    padding-left:15px;
    padding-right:15px;
}
.q-button{
	background-color: #eeeeee;
}
.q-main{
	background-color: white;
	color: #4d244f;
	border-bottom: 1px solid rgba(77, 36, 79,.99);
}
.q-main-header{
	background-color: #4d244f;
	color: #ffffff;
	height: 80px;
	padding:20px;
}
.q-card-sub{
	border: 1px solid rgba(77, 36, 79,.99);
}
.q-card-sub-header{
	background-color: #ffffff;
	color: #4d244f;
	border-bottom: 1px solid rgba(77, 36, 79,.59);
}
.card-header {
    font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
a, a:hover {
   text-decoration: none;
   cursor: pointer;
}

h1 {
	margin-top:20px;
	margin-bottom:30px;
}
h3 {
	color: white;
	margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 100;
    /*text-align: center;*/
    font-family: 'Open Sans Light', sans-serif;
    
}
h3 a {
    color: white;
    text-decoration: none;
}

.form-control {
    color: #000000;
}

.anchor{
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


.text-danger-red {
	padding-top:17px;
	font-size: 12px;
    font-weight: 400;
    color: red;
}
.question-text{
	font-size: 15px;
    font-weight: 600;
}


#map {
	height: 100%;
	width: 100%;
}
.feature_icon{
	width: 40px;
	height: 40px;
}
.type-image{
	width: 160px;
	height:160px;
}
.poweredby{
	width: 40px;
}

.slider {
	width: 100%;
	margin: 1px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
.navbar {
    background-color: #4d244f!important;
    border-bottom-width:1px;
    border-bottom-color:black;
    border-bottom-style: solid;
}
.navbar-white {
    background-color: #ffffff!important;
    border-bottom-width:1px;
    border-bottom-color:black;
    border-bottom-style: solid;
}
.fixed-top2 {
    margin-top: 56px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-light .navbar-brand {
    color: #ffffff!important;
}
.progressor_div{
	margin-top:4px;
	float: left; 
	border:1px solid #ccc; 
	width:200px; 
	height:15px; 
	overflow:auto; 
	background:#efefef;
}
.progressor-questions,
.progressor-time{
	background: #cdc1d8;
}
.progressor-questions-text{
	margin-left: 220px;
	margin-top:3px;
	text-align: left;
	color:#ffffff;
	font-size: 12px;
}
.progressor_div2{
	float: left; 
	border:1px solid #ccc; 
	width:200px; 
	height:15px; 
	overflow:auto; 
	background:#efefef;
	margin-top:7px;
}

.progressor-time-text{
	margin-left: 220px;
	margin-top:5px;
	text-align: left;
	color:#ffffff;
	font-size: 12px;
}

.explain-text{
	padding-top:10px;
	text-align: left;
	color:#000000;
	padding-bottom:0px;
}
.no-padding{
	padding: 0px;
}
.mini-padding {
    padding: 3px;
}

.block-answer-with-image {
	border: 1px solid #E1DFDD!important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
	border-radius: 8px;
	max-width: 300px;
}
.block-answer-with-image-padding {
	padding: 30px 15px;
}
.img-answer {
	margin-bottom: 20px;
	width: 100%;
	max-width: 150px;
}
.img-answer-second-column {
	width: 100%;
	max-width: 500px;
}


.selected {
    color: white!important;
}

.soft-background {
	background-color: #f9f9f9;
}



.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }
.topmenu { margin-top:70px; }
.topsupermenu { margin-top:240px; }

.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.left15 { margin-left:15px; }
.left17 { margin-left:17px; }
.left30 { margin-left:30px; }

.topmenu-padding { padding-top:110px; }
.topsupermenu-padding { padding-top:240px; }

.bottom20 { margin-bottom:20px; }


.div_logo{
	position: fixed;
    top: 20px;
    left: 20px;
    height: 145px;
    width: 150px;
    background: url('../media/logo_nivp_full.png') no-repeat;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.0) 100%), url('../media/logo_nivp_full.png');
    background-position: left center;
	background-size: 150px;
}


#top_button {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4d244f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#top_button:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.h-mini {
	overflow: visible;

}

.progressor_div_questionaire {
	width: 100%;
    height: 5px;
    background: #efefef;
    margin-left: -10px;
    margin-bottom: -3px;
    position: absolute;
    bottom: 2px;
}

.progressor_div_questionaire_part {
	background: #59BD5A;
}
