
h4{
   padding-top: 30px;
}

.container {
   border: 1px dashed #CCC;
   position: relative;
   font-size: 45px;
   max-width: 100% !important;
   margin: 0px;
   padding: 0px;
   margin-top: 20px;
   min-height: 150px;
}

.container > div {
   background: #AAA;
   position: absolute;
   height: 140px;
   width: 240px;
}
.extraBricks{
   height: 1px !important;
 pointer-events: none;
   user-drag: none; 
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   position: absolute !important;
}
.container > .ss-placeholder-child {
   background: transparent;
   border: 1px dashed blue;
}

.showHide0, .showHide1{
   float: right !important;
   margin: 10px;
   height: 25px;
   width: 25px;
   overflow: hidden;
   cursor: pointer;
}
.showHide0{
   background-image: url('../images/selectNeg.png');
}
.showHide1{
   background-image: url('../images/selectPos.png');
}

.container-bart{
   max-width: 1200px !important;
   margin: auto;
}

.saveBtn{
   float: right;
   font-family: "Arial";
   font-weight: 600;
   padding: 3px 18px 7px;
   display: block;
   width: 160px;
   background: #FFFFFF url(../images/filter-icons_tcm864-1117536.png) no-repeat right -1134px;
   vertical-align: middle;
   -webkit-border-radius: 19px;
   -moz-border-radius: 19px;
   border-radius: 19px;
   position: relative;
   -webkit-box-shadow: 1px 1px 2px #C2C2C2;
   -moz-box-shadow: 1px 1px 2px #C2C2C2;
   box-shadow: 1px 1px 2px #C2C2C2;
   position: fixed;
   top: 120px;
   right: 35px;
   z-index: 50;
   cursor:pointer;
   display: none;
}

.saveBtn:hover{
   color: #FFFFFF !important;
   background-color: #458acf;
}

#opvulling1{
   width: 100%;
   height: 100%;
   background-color: rgba(15,35,38,0.5);
   position: absolute;
}
.out{
   background-color: green;
}
.savedFeedback{
   color: white;
   background-color: #07C83B;
   width: 250px;
   position: fixed;
   top: 120px;
   right:35px;
   padding: 5px;
   text-align: center;
   z-index: 51;
   border: 1px solid white;
   border-radius:2em;
   display: none;
}
#dataSaved{
   background-color: #07C83B;
   display: none;
}
#dataNotSaved{
   background-color: #C84A40;
   display: none;
}
#databaseError{
     background-color: #C84A40;
     display: none;
}

#extraRuimte{
   min-height: 500px;
}
