.kinderopvangtoeslag-editor{

}
#clientWidgetIFrame{
	position: absolute; 
	left: 1000px; 
	top: 44px; 
	bottom: 0px; 
	right: 0px; 
	background-color: #ddd;
}
#clientWidgetIFrame-header{
	position: absolute; 
	padding:12px;
	left: 1000px;
	top: 0px; 
	height: 44px; 
	right: 0px; 
	background-color: #ddd;
	font-size: 16px;	
    font-weight:bold;
}

.calcButton{
    padding:3px;
    background-color: #FFF;
    color:#000;
}

.editor-template{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:100%;
}
.editor-template .header{
	position:absolute;
	top:0px;
	height:60px;
	width:100%;
        background-color: rgb(70,153,140);;
}
.editor-template .content{
	position:absolute;
	bottom:60px;
	top:65px;
	width:100%;
	overflow-y:auto;
      /*   background: url('https://kinderopvang-rekentool.nl/rekenmodule/img/editor_background.png') no-repeat;
        background-size: 100%;*/

}
.image_inlog{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-template .footer{
	position:absolute;
	height:60px;
	width:100%;
	bottom:0px;
	background: #5a5a5a;
}
form.login{
		background: rgb(70,153,140);
		border-radius: 10px;
		color:white;
		padding:24px;
		margin: 0 auto 24px auto;
		max-width:500px;
}

.failure-message{
	display:none;
}
form.login.logon-failure  .failure-message{
	display:block;
}

.login-template{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: white;
	z-index:999;

}
.login-template .header{
	border-top: 5px solid rgb(70,153,140);;
	color: rgb(70,153,140);;
	position:absolute;
	top:0px;
	height:65px;
	width:100%;
	padding:12px;	
}
.login-template .content{
	position:absolute;
	bottom:70px;
	top:65px;
	width:100%;
	overflow-y:auto;
	padding:12px;
}
#tooltje_editor img{
    width:200px;
    
}
#tooltje_editor{
    position: fixed;
    right:1px;
    top:100px;
    display:none;
}
.login-template .footer{
	position:absolute;
	height:70px;
	width:100%;
	bottom:0px;
	background: #5a5a5a;
    color: white;
    padding: 6px 24px;
}
.nav{
	margin:0px;
	padding:0px;
	display:table-row;
	width:100%;
        

}
.nav > li{
	line-height:60px;
	width: 120px;
	padding: 0 12px;
	font-weight:bold;
	background-color:  rgb(70,153,140);
	color:white;
	display:table-cell;
	cursor:pointer;
}
.nav > li.active{
		background-color: orange;

}
.algemeen-template{
	display:none;
}
.selectie-template{
	display:none;
        margin-left:20%;
        min-width:900px;
        width:60%;

}

.onderdeel-template{
	display:none;
}
.selecties-wrap{
	position:relative;
	width:100%;
	height:600px;
}
.selecties-nav-wrap{
	position:absolute;
	width:50px;
	margin:0px;
	padding:0px;
	background-color: #ddd;
}
.selecties-nav{
	width:50px;
	margin:0px;
	padding:0px;
}
.selecties-nav > li{
	cursor:pointer;
	padding:12px;
	border-top: 1px solid white;
	font-weight:bold;
	text-align:left;
}
.selecties-nav > li.active{
	background-color: white;
	color:orange;
}
.selecties{
	position:absolute;
	height:600px;
	right:0px;
	left:50px;
	padding:12px;
	box-sizing: border-box;	
}

input{
	xwidth:100%;
    box-sizing: border-box;
}
.opties td{
	padding: 2px !important;
}
.opties input, .opties button{
	padding: 4px !important;
}
.opties .lab, .opties .lab input{
}
.opties .uren, .opties .uren input{
	width:50px;
}
.opties .prijs1, .opties .prijs1 input{
	width:50px;
}
.opties .prijs2, .opties .prijs2 input{
	width:50px;
}
.opties .delete, .opties .delete input{
	width: 20px;
}
.help{
	
}
.pad{
	padding:12px;	

}
.opmerkingen_onder{
       margin-left:20% ;
        min-width:900px;
        width:60%;   
}
.opties .legend label{
    display: block;
    line-height: 34px;
    height: 34px;
    margin:0;
} 
.uren, .uren2 {
   display: none;
}

/* language */
.language-selection {
    list-style-type: none;
    padding: 0;
    margin: 0 -12px;
    min-width:120px;
    background-color: rgb(70,153,140);
}
.language-selection li {
	padding:0 12px;
    display:table-cell;
    border-right: 1px solid #bbb;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #808080;
}
.language-selection li:first-child{
    border-left: 1px solid #bbb;
}
.language-selection li.active{
    background-color: #555
}
.language-selection li.default{
    color: orange;
}

.uneditable-container{
	position:relative;
}
.uneditable{
	cursor: not-allowed;
	opacity:0.3;
	display:block;
	position: sticky;
	margin-top: -380px;
	height:380px;
	top:0px;
	z-index:999;
	background: repeating-linear-gradient(
	  45deg,
	  transparent,
	  transparent 10px,
	  #ccc 10px,
	  #ccc 20px
	),
	linear-gradient(
	  to bottom,
	  #eee,
	  #999
	);
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
}

.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: 12px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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