[v-cloak] {
    display: none !important;
}

/* Loading */

*.hidden {
    display: none !important;
  }
  
  div.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
  }
  
  @-webkit-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-ms-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes uil-ring-anim {
    0% {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
  }
  .uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #ffffff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
  }
  /* colors */

.img-checkbox input
{
  display: none;
  margin:0;
  padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
}

.img-checkbox input:active + label{ opacity: .9; }
.img-checkbox input:checked + label{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.img-checkbox label{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:100px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
}
.img-checkbox label:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}


.floating-label-holder
{
  margin: auto;
}
.floating-label
{
  position: relative;
}

.floating-label input
{
  height: 36px;
  padding-top: 12px;
  width: 100% !important;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid black;
  margin-bottom: 1px;
}

.floating-label input + label
{
  position: absolute;
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  color: gray;
  top: calc( 50% - 8px );
  left: 8px;
  bottom: calc( 50% + 8px );
  font-size: 16px;
  transition: margin 0.2s ease,
              color 0.2s ease,
              font-size 0.2s ease;
}

/*.floating-label input:placeholder-shown + label
{
  top: calc( 50% - 8px );
  left: 8px;
  bottom: calc( 50% + 8px );
  pointer-events: none;
  margin-bottom: 0;
  color: gray;
  font-size: 26px;
}*/

.floating-label input:focus + label,
.floating-label input:active + label,
.floating-label input:not(:placeholder-shown) + label
{
  color: black;
  left: 2px;
  top: 2px;
  font-size: 10px;
}



    /* white */
    .bg--white{
        background-color: #fff;
        color: #000;
    }

    .bg--light-brown{
        background-color: #7b5655;
        color: #fff;
    }


    .bg--brown{
        background-color: #5a292a;
        color: #fff;
    }

    
    .bg--beige{
        background-color: #f7efe9;
        color: #000
    }
    
    .bg--light-beige{
        background-color: #fefcfb;
        color: #000
    }
    
     .bg--deep-beige{
        background-color: #dbc5b8;
        color: #fff;
    }    
    
    .bg--light-orange{
        background-color: #e05522;
        color: #fff;
    }
    
	.bg--transparent-brown{
    background-color: rgba(88, 42, 43, 0.8); 
    color: #fff;
	}
	
	.bg--transparent-beige{
	background-color: rgba(247, 239, 233, 0.86);
	background: rgba(247, 239, 233, 0.86);
	color: #5a292a;
	font-color: #5a292a;
  }
  
    
    .bg--login{
 		background-image: url("../img/iStock-516722846_compressed.jpg");
 		background-size: cover;
    }
    
   .bg--upload{
 		background-image: url("../img/iStock-980838288.jpg");
 		background-size: cover;
    } 
    
    .bg--3d{
 		background-image: url("../img/bakgrund_systemet.jpg");
 		background-size: cover;
    } 
	
	.bg--startpage{
 		background-image: url("../img/iStock-1179954823_compressed.jpg");
 		background-size: cover;
    }
	
	.bg--about{
 		background-image: url("../img/iStock-955946134_compressed.jpg");
 		background-size: cover;
    }
	
	.bg--contact{
		background-image: url("../img/bg_kontakt.jpg");
 		background-size: cover;
    }
    
        
    .border--orange--bottom{
		border-bottom: 6px solid #e05522;	
	}
	
	
	.bg--brown a:link,
	.bg--brown a,
	.bg--transparent-brown a:link,
	.bg--transparent-brown a{color: #fff;
	}
    
/******/

html{
    
}
html,body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Josefin Sans', sans-serif;
/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
}
.center-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewport-fill{
	height: 100vh;	
}

.bg--full_window{
 		position: absolute!important;
 		height: 100%;
 		width: 100%;
 		overflow: hidden;
 		}

label, p, .group-wrapper button{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
}

#enlarged-text{
    font-size: 6vw;
}

h1,h2,h3,h4,h5,h6,h7{
    display: block;
    width: 100%;
    letter-spacing: normal;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    
/*
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
*/

}

h1{
    font-size: 150px;
}
h2{
    font-size: 84px;
}
h3{
    font-size: 64px;
}
h4{
    font-size: 52px;
}
h5{
    font-size: 34px;
}
h6{
    font-size: 24px;
}

.footer h3{
	font-size: 20px;
    font-size: 1.5vw;
    line-height: 1.8vw;
}


/* flex standards */

.flex-item{
	display: flex;
    align-self: center;
    justify-content: space-between;
    grid-gap: 10px;
}

.flex-site-end{	
	display: grid!important;
    align-self: center;
    grid-template-columns: 210px 45%;
    justify-content: space-between;
    grid-gap: 5%;
	text-align: end;
}

.flex-2-columns{
	display: grid!important;
    align-self: center;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    grid-gap: 5%;
}

.flex-3-columns{
	display: grid!important;
    align-self: center;
    grid-template-columns: 28% 28% 28%;
    justify-content: space-between;
    grid-gap: 8%;
}
.flex-4-columns{
    display: grid!important;
    align-self: center;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-between;
    grid-gap: 4%;
}


/*     margins     */


.margin--5{
	margin: 5px;
}

.margin--10{
	margin: 10px;
}

.margin--40{
	margin: 40px;
}

.margin-top--10{
	margin-top: 10px;
}

.margin-top--20{
	margin-top: 20px;
}

.margin-top--30{
	margin-top: 30px;
}

.margin-top--40{
	margin-top: 40px;
}

.row{
	width: 100%!important;
	padding: 10px 0 0 0;
}

/*     positioning     */

.center{
	text-align: center;
}

.nowrap{
    white-space: nowrap;
}
.width--25{
	width: 25%;
	float: left;
}

.width--33{
	width: 33.333%;
	float: left;
}

.width--50{
	width: 50%;
	float: left;
}

.width--90{
	width: 90%!important;
	margin: auto auto;	
}

a.anchor{
		height: 1px;
		position: absolute;
	
}

/*     List     */

ul{
    padding: 0;
}
ul li{
    list-style: none;
}

.flex{
    display: flex;
}

img{
    max-width: 100%;
}
img.center{
    margin: 0 auto;
}

input, 
textarea{
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #929292;
    box-sizing: border-box;
}

.measurement-container{
	width: 100%;
	max-width: 300px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    grid-gap: 10px;
}

.measurement-container input{
    width:100%;
     }

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
/*    background-color: gray;*/
    cursor: default;
    margin: 0em;
    font: inherit;
    border-radius: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.box input[type=text], input[type=password]{
width: 50%;
}

.button, input[type=submit], .inputfile + label{
    background-color: #e05522;
    color: #fff;
    border-radius: 6px;
    padding: 12px;
    font-family: serif;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    font-size: 18px;
    display: inline-block;
	width: auto!important;
}
button:disabled
{
  background-color: #cccccc !important;
}

.large
{
    font-size: 20px;
}
.small
{
    padding: 8px;
    font-size: 14px;    
}
.very-small
{
    padding: 6px;
    font-size: 12px;    
}


.button--corner{
	position: absolute;
	bottom: 40px;
	right: 40px;
}



.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.conditions-td
{
  vertical-align: top;
  text-align: left;
  background-color: transparent !important;
}

/*    Control panels   */    

.camera_control {
	max-width: 400px;
    width: 100%!important;
    margin: 0;
    box-sizing: border-box;
    display: grid;
    align-self: center;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
}   

.side-box {
	max-width: 325px;
    min-height: calc( 100% - 69px );
    width: 100%!important;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 69px;
    bottom: 0px;
    box-sizing: border-box;
}


/*    Contact form   */

.contact-form{
	position:relative;
	height: auto;
	display: block;	
}   

.contact-form input,
.contact-form textarea{
	width: 100%;
	margin-bottom: 15px;
}

.contact-form input[type=submit]{
	float: right;
}

/*    Boxar   */

.box{
	max-width: 800px;
    min-height: 550px;
    width: 100%!important;
    margin: auto auto;
    position: relative;
    }

.side-box h2,    
.box h2{
    font-size: 24px;
}

.side-box h3{
    font-size: 15px;
}
   
.box h2{
    font-size: 24px;
}

.box-welcome{
	position: absolute;
    right: 0px;
    bottom: 6%;
    height: auto;
    width: 50%!important;
	text-align: right;
}

.box-welcome h1{
	font-size: 40px;
    font-size: 4vw;
    line-height: 5vw;	
}

.box-3column h2,
.box-usp h2,
.cover-box-left h2,
.cover-box-right h2,
.box-welcome h2{
	font-size: 30px;
    font-size: 2.5vw;
    line-height: 3.3vw;	
}

.box-3column h2,
.box-usp h2,
.cover-box-left h2,
.cover-box-right h2,
.box-3column p{
    text-align: center;
}

.box-3column p,
.cover-box-left p,
.cover-box-right p,
.box-welcome p{
	font-size: 20px;
    font-size: 1.8vw;
    line-height: 2vw;	
}


.cover-box-left,
.cover-box-right{
	position: absolute;
    bottom: 0px;
	top: 0px;
    height: 100%;
    width: 40%!important;
	padding-top: 50px;
	box-sizing: border-box;
}

.cover-box-right{
    right: 0px;
}

.cover-box-left{
    left: 0px;
}

.box-usp{
	position: absolute;
    left: 0px;
    top: 16%;
    height: auto;
    width: 30%!important;
}

.box-usp p,
.box-usp ul li{
    font-size: 25px;
    font-size: 1.6vw;
    line-height: 1.8vw;
}

.box-usp ul li {
    list-style: disc;
    margin: 10px 20px;
}


.login_logo{
	height: 110px;
    width: 100%;
    margin: 12px auto;
    padding: 25px 0;

}

.sections{
    margin-top: 70px;
}

.section{
    box-sizing: border-box;
    display: grid;
    position: relative;

}

.upload{
	min-height: 800px;
}


.content{
    box-sizing: border-box;
    padding: 25px;

}

/* Style the tab */

.tabs {
  overflow: hidden;
  background-color: #e05522;
}

.side-box .tabs {
  overflow: hidden;
  background-color: #5a292a;
}

/* Style the buttons that are used to open the tab content */

.tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
}

.side-box .tabs button{
  background-color: #7b5655;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 18px;
}

/* Change background color of buttons on hover */

.tabs button:hover {
  background-color: #dbc5b8;
}



/* Create an active/current tablink class */

.tabs button.active {
  background-color: #dbc5b8;
}

.side-box .tabs button.active {
  background-color: #5a292a;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 10px 20px;
  border-top: none;
}

/* sections */

.section{
    
}
.section .content{
    display: flex;
    position: relative;
    width: 100%;
}
.section .content > div{
    width: 100%;
}
.section .content .sidebar{
    max-width: 300px;
    padding: 0 20px;
    box-sizing: border-box;

}

.section .content .sidebar.sidebar-left{
    border-left: 1px solid #000;
    margin-left: 20px;
}

.section .content .main > div{
    margin-bottom: 20px;
}
#menu .navbar ul.main-menu, div.secondary-menu a{
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

#menu .navbar a:hover{
    text-decoration: underline;
}



.product-info
{
  width: 30%;
  display: inline;
  vertical-align: middle;
  text-align: center;
}
/* common section objects */

.product-info .header,
.page-title .header,
.page-title .subheader{
    margin-bottom: 5px;
}
.product-info .header,
.page-title .header{
    font-size: 20px;
    font-weight: 100;
}
.page-title .subheader{
    font-size: 14x;
}

.client-info{
    display: flex;
    grid-gap: 50px;
}

.client-info .value{
    margin-bottom: 20px;
}
.client-info .value .header{
    font-family: serif;
    font-size: 14px;
}

/* overlays */

.black-overlay-container{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(00, 00, 00, 0.7);
	z-index: 1000;
}

.promter-popup .modal-body{
  height: calc( 100% - 60px );
  max-height: 500px;
  overflow-y: auto;
}
.promter-popup{
	width: 100%;
    margin: 0px auto;
/*    max-width: 500px;*/
    min-width: 600px;
    min-height: 400px;
    background-color: #fff;
    border: 3px solid #e05522;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.promter-popup h2{
	font-size: 20px;
	background-color: #5a292a;
	margin: 20px -20px 20px -20px;
	padding: 10px 20px 10px 20px;
	color: #fff;
}
.promter-popup .footer{
  height: 60px;
  text-align:right;
}

.promter-popup .button--corner{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.promter-popup p,
.promter-popup ul li{
	font-size: 14px
}

.promter-popup ul li {
    list-style: disc;
    margin: 10px 20px;
}
/* tables */
table{
    width: 100%;
}
table thead{
    background-color: #5a292a;
    color: #fff;
}
table thead th{
    padding: 20px 10px;
}
table tbody td{
    padding: 5px 10px 5px 0;
}
table thead th,
table tbody td{
    font-weight: 100;
    text-align: center;
    font-size: 16px;
}

table tr:nth-child(odd) td{
    background-color: #fefcfb;
}
table tr:nth-child(even) td{
    background-color: #f7efe9;
}

/* tables vanilla */

.vanilla table{
    width: auto;
}
.vanilla table thead{
    background-color: transparent;
    color: #fff; 
}

.vanillatable thead th,
.vanilla table tbody td{
    text-align: left;
}

.vanilla table tr:nth-child(odd) td{
    background-color: transparent;
}
.vanilla table tr:nth-child(even) td{
    background-color: transparent;
}

/* tables sidebox group-wrapper */

.group-wrapper table{
    width: auto;
	margin-left: -20px;
	border-spacing: 0px;

}
.group-wrapper table thead{
    background-color: #7b5655;
    color: #fff; 
}

.group-wrapper table thead th,
.group-wrapper table tbody td{
    text-align: left;
}

.group-wrapper table td{
	padding: 6px 6px 6px 20px;
}

.group-wrapper table tr:nth-child(odd) td{
    background-color: transparent;
}
.group-wrapper table tr:nth-child(even) td{
    background-color: transparent;
}

/*  color-box container and icons */

.color-wrapper{
    width: auto!important;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 260px;
}

.color-wrapper, .color-wrapper-line{
	display: grid;
}

.color-wrapper table tbody td {
    padding: 3px 3px 3px 3px;
}

.coloricon20{
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #fff;
}

.coloricon30{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #fff;
}

.color-wrapper .coloricon20{
	float: left; 
}

.green{
	background-color: #64b67e;
}

.purple{
	background-color: #cd64a1;
}

.blue{
	background-color: #406fce;
}

.yellow{
	background-color: #dfbf42;
}

.gray{
	background-color: #656b6f;
}

.lightblue{
	background-color: #83ccdd;
}


/*  rounded switches  */

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:disabled + .slider {
  opacity: 0.4;
}

input:checked + .slider {
  background-color: #e05522;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e05522;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

/*  large rounded switches  */

.camera_control .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 40px;
}

.camera_control .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.camera_control .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #e05522;
}

.camera_control .slider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 0px;
  bottom: 0px;
  background-image: url('../Img/Ikoner/icon_night.png');
  background-size:cover;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.camera_control input:checked + .slider {
  background-color: #e05522;
}

.camera_control input:focus + .slider {
  box-shadow: 0 0 1px #e05522;
}

.camera_control input:checked + .slider:before {
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  background-image: url('../Img/Ikoner/icon_day.png');
}

.camera_view_mode input:checked + .slider:before {
  background-image: url('../Img/Ikoner/icon_plus.png');
}

.camera_view_mode .slider:before {
  background-image: url('../Img/Ikoner/icon_minus.png');
}


/* Rounded sliders */

.camera_control .slider.round {
  border-radius: 30px;
}

.camera_control .slider.round:before {
  border-radius: 50%;
}


/* collapsible */

.collapsible-groups .collapsible {
  background-color: #7b5655;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible-groups .active {
  background-color: #7b5655;
}

.collapsible-groups .collapsible:hover {
  background-color: #dbc5b8;
}

.collapsible-groups .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible-groups .active:after {
  content: "\2212";
}

.collapsible-groups .expandible-content {
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}
